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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Jan 6 02:13:57 CET 2010


Revision: 7886
          http://gar.svn.sourceforge.net/gar/?rev=7886&view=rev
Author:   bdwalton
Date:     2010-01-06 01:13:57 +0000 (Wed, 06 Jan 2010)

Log Message:
-----------
asciidoc: update PATH munging patch for a2x bash -> python conversion

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

Modified: csw/mgar/pkg/asciidoc/trunk/checksums
===================================================================
--- csw/mgar/pkg/asciidoc/trunk/checksums	2010-01-06 00:19:47 UTC (rev 7885)
+++ csw/mgar/pkg/asciidoc/trunk/checksums	2010-01-06 01:13:57 UTC (rev 7886)
@@ -1,3 +1,3 @@
-62c15a6f036ca40ad0dffb0b14ad6630  add-csw-gnu-path-to-a2x.patch
+0f4502395f72632388628d3720bdfd42  add-csw-gnu-path-to-a2x.patch
 3ed69184645b233b83a52f8a722d1461  asciidoc-8.5.2.tar.gz
 ec48eeea1eafdaa7e507bc11327f6eae  handle-csw-etc-paths.patch

Modified: 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	2010-01-06 00:19:47 UTC (rev 7885)
+++ csw/mgar/pkg/asciidoc/trunk/files/add-csw-gnu-path-to-a2x.patch	2010-01-06 01:13:57 UTC (rev 7886)
@@ -1,13 +1,12 @@
-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).
- #
+diff -ru asciidoc-8.5.2.orig/a2x.py asciidoc-8.5.2/a2x.py
+--- asciidoc-8.5.2.orig/a2x.py	2010-01-06 01:42:35.549886234 +0100
++++ asciidoc-8.5.2/a2x.py	2010-01-06 01:53:47.076069410 +0100
+@@ -57,6 +57,8 @@
  
-+PATH=/opt/csw/gnu:/opt/csw/bin:$PATH
-+export PATH
+ OPTIONS = None  # These functions read verbose and dry_run command options.
+ 
++os.environ["PATH"] = "/opt/csw/gnu:/opt/csw/bin:" + os.environ["PATH"]
 +
- VERSION=1.0.0
- BASENAME=$(basename "$0")
- REALNAME="$0"
+ def errmsg(msg):
+     sys.stderr.write('%s: %s\n' % (PROG,msg))
+ 


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