[Opensrf-commits] r1943 - branches/rel_1_2/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 15 01:43:04 EDT 2010


Author: dbs
Date: 2010-04-15 01:43:00 -0400 (Thu, 15 Apr 2010)
New Revision: 1943

Modified:
   branches/rel_1_2/src/extras/Makefile.install
Log:
Install DateTime packages rather than relying on CPAN

etch and hardy have all but DateTime::Format::ISO8601 packaged;
if we don't install the DateTime packages, D:F:ISO8601 forces a CPAN
install - and building current versions of DateTime appears to be problematic
on Hardy, at least

We were installing these packages as prereqs in the Evergreen Makefile.install,
so this problem might stem all the way back to the split of the Evergreen and
OpenSRF dependency installers.


Modified: branches/rel_1_2/src/extras/Makefile.install
===================================================================
--- branches/rel_1_2/src/extras/Makefile.install	2010-03-22 20:55:56 UTC (rev 1942)
+++ branches/rel_1_2/src/extras/Makefile.install	2010-04-15 05:43:00 UTC (rev 1943)
@@ -78,6 +78,10 @@
 	libcache-memcached-perl\
 	libclass-dbi-abstractsearch-perl\
 	libclass-dbi-sqlite-perl\
+	libdatetime-format-builder-perl\
+	libdatetime-format-mail-perl\
+	libdatetime-perl\
+	libdatetime-timezone-perl\
 	liberror-perl\
 	libexpat1-dev\
 	libfile-find-rule-perl\



More information about the opensrf-commits mailing list