[csw-devel] SF.net SVN: gar:[2672] csw/mgar/pkg/xmlto/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Dec 19 16:11:29 CET 2008
Revision: 2672
http://gar.svn.sourceforge.net/gar/?rev=2672&view=rev
Author: bdwalton
Date: 2008-12-19 15:11:29 +0000 (Fri, 19 Dec 2008)
Log Message:
-----------
Depend on gnulinks so that the options used in some of the scripts shipped
can find options no present in sol8 cp. (Use gnu c locally, switch back
when running on buildfarm.)
Modified Paths:
--------------
csw/mgar/pkg/xmlto/trunk/Makefile
csw/mgar/pkg/xmlto/trunk/checksums
Modified: csw/mgar/pkg/xmlto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlto/trunk/Makefile 2008-12-19 12:40:56 UTC (rev 2671)
+++ csw/mgar/pkg/xmlto/trunk/Makefile 2008-12-19 15:11:29 UTC (rev 2672)
@@ -2,7 +2,9 @@
GARVERSION = 0.0.21
CATEGORIES = utils
-PREREQUISITE_PKGS = CSWmktemp CSWfindutils CSWdocbookxsl CSWlibxslt CSWflex CSWggetopt
+PREREQUISITE_PKGS = CSWmktemp CSWfindutils CSWdocbookxsl CSWlibxslt
+PREREQUISITE_PKGS = CSWflex CSWggetopt CSWgnulinks
+
REQUIRES_PKGS = CSWsgmlcommon CSWxmlcommon CSWlibxml2 CSWdocbookdtds
REQUIRES_PKGS += CSWdocbookxsl CSWlibxslt CSWflex CSWw3m
@@ -19,6 +21,8 @@
TEST_TARGET = check
+GARCOMPILER = GNU
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -39,7 +43,7 @@
include gar/category.mk
# We need this for 'tail -n'
-PATH := /usr/xpg4/bin:/opt/csw/bin:$(PATH)
+PATH := /opt/csw/gnu:/usr/xpg4/bin:/opt/csw/bin:$(PATH)
#reset XML_CATALOG lookup (we rely on having packages that provide stylesheets
#etc). Having xsltproc not find them during build makes us blow up!!
Modified: csw/mgar/pkg/xmlto/trunk/checksums
===================================================================
--- csw/mgar/pkg/xmlto/trunk/checksums 2008-12-19 12:40:56 UTC (rev 2671)
+++ csw/mgar/pkg/xmlto/trunk/checksums 2008-12-19 15:11:29 UTC (rev 2672)
@@ -1,3 +1,2 @@
cc2039dedc81f1a56b06e5fdac6f7570 download/xmlto-0.0.21.tar.bz2
-ca57ac3300751be169587c70ee43d421 download/CSWxmlto.gspec
-0636e73ff0215e8d672dc4c32c317bb3 download/GPL
+0eddffc425d6a0439d4ba307ec3a668b download/CSWxmlto.gspec
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list