[csw-devel] SF.net SVN: gar:[9079] csw/mgar/pkg/xmlto/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Mar 10 14:25:21 CET 2010


Revision: 9079
          http://gar.svn.sourceforge.net/gar/?rev=9079&view=rev
Author:   bdwalton
Date:     2010-03-10 13:25:21 +0000 (Wed, 10 Mar 2010)

Log Message:
-----------
use gtail instead of xpg4/tail; depend on textutils

Modified Paths:
--------------
    csw/mgar/pkg/xmlto/trunk/Makefile

Modified: csw/mgar/pkg/xmlto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlto/trunk/Makefile	2010-03-10 12:54:52 UTC (rev 9078)
+++ csw/mgar/pkg/xmlto/trunk/Makefile	2010-03-10 13:25:21 UTC (rev 9079)
@@ -7,7 +7,7 @@
 
 RUNTIME_DEP_PKGS = CSWsgmlcommon CSWxmlcommon CSWlibxml2 CSWdocbookdtds
 RUNTIME_DEP_PKGS += CSWdocbookxsl CSWlibxslt CSWflex CSWw3m CSWmktemp
-RUNTIME_DEP_PKGS += CSWggetopt CSWbash CSWgfile
+RUNTIME_DEP_PKGS += CSWggetopt CSWbash CSWgfile CSWtextutils
 
 DESCRIPTION = An XSL toolchain front end.
 define BLURB
@@ -19,9 +19,9 @@
 MASTER_SITES = https://fedorahosted.org/releases/x/m/$(GARNAME)/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 
-# Out gcp (from the very old fileutils) spits out warnings about -P changing
+# Our gcp (from the very old fileutils) spits out warnings about -P changing
 # meanings.  xmlto is depending on the new meaning.  We'll explicitly use
-# the long forms of -P (--no-dereference) and -p (--presever).
+# the long forms of -P (--no-dereference) and -p (--preserve).
 PATCHFILES = gcp-explicit-args.patch
 
 TEST_TARGET = check
@@ -42,7 +42,7 @@
 CONFIGURE_ARGS += BASH=/opt/csw/bin/bash
 CONFIGURE_ARGS += GETOPT=/opt/csw/bin/ggetopt
 CONFIGURE_ARGS += FIND=/opt/csw/bin/gfind
-CONFIGURE_ARGS += TAIL=/usr/xpg4/bin/tail
+CONFIGURE_ARGS += TAIL=/opt/csw/bin/gtail
 CONFIGURE_ARGS += GCP=/opt/csw/bin/gcp
 CONFIGURE_ARGS += MKTEMP=/opt/csw/bin/mktemp
 


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