[csw-devel] SF.net SVN: gar:[6356] csw/mgar/pkg/asciidoc/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Sep 18 23:29:25 CEST 2009


Revision: 6356
          http://gar.svn.sourceforge.net/gar/?rev=6356&view=rev
Author:   bdwalton
Date:     2009-09-18 21:29:25 +0000 (Fri, 18 Sep 2009)

Log Message:
-----------
asciidoc: patch a2x so that gnu tools are found via new dep on gnulinks/ggetopt

Modified Paths:
--------------
    csw/mgar/pkg/asciidoc/trunk/Makefile
    csw/mgar/pkg/asciidoc/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/asciidoc/trunk/files/add-csw-gnu-path-to-a2x.patch

Modified: csw/mgar/pkg/asciidoc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/asciidoc/trunk/Makefile	2009-09-18 21:15:51 UTC (rev 6355)
+++ csw/mgar/pkg/asciidoc/trunk/Makefile	2009-09-18 21:29:25 UTC (rev 6356)
@@ -18,13 +18,14 @@
 
 ARCHALL_CSWasciidoc = 1
 
-REQUIRED_PKGS_CSWasciidoc = CSWpython
+REQUIRED_PKGS_CSWasciidoc = CSWpython CSWgnulinks CSWggetopt
 
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 DISTFILES += $(AUTOFILES)
 
 PATCHFILES = handle-csw-etc-paths.patch
+PATCHFILES += add-csw-gnu-path-to-a2x.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=67797

Modified: csw/mgar/pkg/asciidoc/trunk/checksums
===================================================================
--- csw/mgar/pkg/asciidoc/trunk/checksums	2009-09-18 21:15:51 UTC (rev 6355)
+++ csw/mgar/pkg/asciidoc/trunk/checksums	2009-09-18 21:29:25 UTC (rev 6356)
@@ -1,2 +1,3 @@
+4f81539ae1a7796a55770bfb977e063a  download/add-csw-gnu-path-to-a2x.patch
 9f21d6e352b3ab668f9def3eb7497da2  download/asciidoc-8.4.5.tar.gz
 ec48eeea1eafdaa7e507bc11327f6eae  download/handle-csw-etc-paths.patch

Added: csw/mgar/pkg/asciidoc/trunk/files/add-csw-gnu-path-to-a2x.patch
===================================================================
--- csw/mgar/pkg/asciidoc/trunk/files/add-csw-gnu-path-to-a2x.patch	                        (rev 0)
+++ csw/mgar/pkg/asciidoc/trunk/files/add-csw-gnu-path-to-a2x.patch	2009-09-18 21:29:25 UTC (rev 6356)
@@ -0,0 +1,13 @@
+diff --speed-large-files --minimal -Nru asciidoc-8.4.5.orig/a2x asciidoc-8.4.5/a2x
+--- asciidoc-8.4.5.orig/a2x	2009-05-12 00:26:16.000000000 +0200
++++ asciidoc-8.4.5/a2x	2009-09-18 21:32:44.546730245 +0200
+@@ -7,6 +7,9 @@
+ # under the terms of the GNU General Public License (GPL).
+ #
+ 
++PATH=/opt/csw/gnu:$PATH
++export PATH
++
+ VERSION=1.0.0
+ BASENAME=$(basename "$0")
+ REALNAME="$0"


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