[22028] trunk/dports/gnustep/gnustep-make

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 14 20:31:10 PST 2007


Revision: 22028
          http://trac.macosforge.org/projects/macports/changeset/22028
Author:   yves at macports.org
Date:     2007-02-14 20:31:10 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
Better documentation patch

Modified Paths:
--------------
    trunk/dports/gnustep/gnustep-make/Portfile

Added Paths:
-----------
    trunk/dports/gnustep/gnustep-make/files/patch-latex.make

Removed Paths:
-------------
    trunk/dports/gnustep/gnustep-make/files/patch-documentation.make

Modified: trunk/dports/gnustep/gnustep-make/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep-make/Portfile	2007-02-14 22:34:04 UTC (rev 22027)
+++ trunk/dports/gnustep/gnustep-make/Portfile	2007-02-15 04:31:10 UTC (rev 22028)
@@ -3,6 +3,7 @@
 PortSystem			1.0
 name            	gnustep-make
 version         	1.13.0
+revision			1
 categories          gnustep devel cross
 platforms       	darwin
 maintainers         yves at macports.org
@@ -21,7 +22,7 @@
 
 depends_lib     port:gcc41
 
-patchfiles  patch-documentation.make \
+patchfiles  patch-latex.make \
             patch-palette.make \
             patch-target.make
 

Deleted: trunk/dports/gnustep/gnustep-make/files/patch-documentation.make
===================================================================
--- trunk/dports/gnustep/gnustep-make/files/patch-documentation.make	2007-02-14 22:34:04 UTC (rev 22027)
+++ trunk/dports/gnustep/gnustep-make/files/patch-documentation.make	2007-02-15 04:31:10 UTC (rev 22028)
@@ -1,11 +0,0 @@
---- Instance/documentation.make.orig	2006-03-14 00:21:40.000000000 -0500
-+++ Instance/documentation.make	2006-03-14 00:22:06.000000000 -0500
-@@ -124,7 +124,7 @@
- endif
- 
- ifneq ($(LATEX_FILES),)
--  include $(GNUSTEP_MAKEFILES)/Instance/Documentation/latex.make
-+#  include $(GNUSTEP_MAKEFILES)/Instance/Documentation/latex.make
- endif
- 
- ifneq ($(JAVADOC_FILES),)

Added: trunk/dports/gnustep/gnustep-make/files/patch-latex.make
===================================================================
--- trunk/dports/gnustep/gnustep-make/files/patch-latex.make	                        (rev 0)
+++ trunk/dports/gnustep/gnustep-make/files/patch-latex.make	2007-02-15 04:31:10 UTC (rev 22028)
@@ -0,0 +1,11 @@
+--- Instance/Documentation/latex.make.orig	2007-02-14 23:27:30.000000000 -0500
++++ Instance/Documentation/latex.make	2007-02-14 23:28:01.000000000 -0500
+@@ -65,7 +65,7 @@
+ # Targets built only if we can find `latex2html'
+ #
+ # NB: you may set LATEX2HTML on the command line if the following doesn't work
+-LATEX2HTML = $(shell which latex2html | awk '{print $$1}' |  sed -e 's/which://')
++LATEX2HTML = $(shell which latex2html | awk '{print $$1}' |  sed -e 's/no//')
+ 
+ ifneq ($(LATEX2HTML),)
+   HAS_LATEX2HTML = yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070214/8f2b9d92/attachment.html


More information about the macports-changes mailing list