[open-ils-commits] r7884 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Oct 13 14:39:19 EDT 2007
Author: erickson
Date: 2007-10-13 14:27:06 -0400 (Sat, 13 Oct 2007)
New Revision: 7884
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
added some reminder comments
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2007-10-13 01:09:20 UTC (rev 7883)
+++ trunk/Open-ILS/src/extras/Makefile.install 2007-10-13 18:27:06 UTC (rev 7884)
@@ -21,6 +21,11 @@
#
# ---------------------------------------------------------------------
+# XXX
+# Gentoo needs explicit versions on many of these packages
+# to simulate a "blessed" set of packages
+# Also, I (think) Gentoo has a javascript::spidermonkey package that does
+# not require fetching the sources externally ... needs testing/updating in here
LIBJS=js-1.60
@@ -30,6 +35,9 @@
# used for installing libjs lib and header files
JS_INSTALL_PREFIX=/usr/
+
+# The libdbi sources can be fetched from sourceforge.net. They are stored on
+# the open-ils.org site now for ease of direct linking
LIBDBI=libdbi-0.8.2
LIBDBI_DRIVERS=libdbi-drivers-0.8.2-1
LIBDBI_HOST=http://open-ils.org/~erickson/evergreen
@@ -86,6 +94,8 @@
libapache2-mod-perl2\
libreadline5-dev
+
+
GENTOOS = \
vim\
ntp\
More information about the open-ils-commits
mailing list