[open-ils-commits] r17518 - trunk/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 8 14:10:51 EDT 2010


Author: dbs
Date: 2010-09-08 14:10:47 -0400 (Wed, 08 Sep 2010)
New Revision: 17518

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
Library::CallNumber::LC is now in CPAN

We briefly had to grab Library::CallNumber::LC from the SVN repo, but
that broke on systems without subversion installed (argh). Thankfully
the maintainer moved Library::CallNumber::LC to CPAN so our job becomes
routine.

Thanks to Chris Sharp and Benjamin Shum for running the gauntlet of a
2.0 alpha install and finding this problem.


Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2010-09-08 18:10:15 UTC (rev 17517)
+++ trunk/Open-ILS/src/extras/Makefile.install	2010-09-08 18:10:47 UTC (rev 17518)
@@ -224,6 +224,7 @@
 # Chronically unpackaged CPAN modules
 CPAN_MODULES = \
     Business::EDI \
+    Library::CallNumber::LC \
     Net::uFTP \
     Net::Z3950::Simple2ZOOM \
     SRU
@@ -255,12 +256,12 @@
 	@echo "please specify an OS" && exit 0
 
 # these should be the same for any distro
-install: install_cpan install_js_sm install_libdbi install_library_callnumber_lc
+install: install_cpan install_js_sm install_libdbi
 
 centos: install_centos_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
 rhel: install_redhat_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
 
-fedora-13: install_fedora_13_rpms install_cpan install_cpan_fedora install_cpan_marc install_spidermonkey install_library_callnumber_lc
+fedora-13: install_fedora_13_rpms install_cpan install_cpan_fedora install_cpan_marc install_spidermonkey
 
 debian-lenny: lenny generic_debian install_cpan_more install_cpan_safe
 debian-squeeze: squeeze generic_debian install_cpan_force
@@ -338,10 +339,6 @@
 	cd $(LIBDBI_DRIVERS) && ./configure  \
 		--disable-docs --with-pgsql --enable-libdbi && make all install  
 
-install_library_callnumber_lc:
-	if [ ! -d Library-CallNumber-LC ]; then svn checkout http://library-callnumber-lc.googlecode.com/svn/trunk/perl/Library-CallNumber-LC; fi;
-	cd Library-CallNumber-LC && perl Makefile.PL && make install
-
 clean:
 	make -C $(LIBDBI) clean
 	make -C $(LIBDBI_DRIVERS) clean



More information about the open-ils-commits mailing list