[77723] trunk/dports/sysutils/groff

ryandesign at macports.org ryandesign at macports.org
Sun Apr 10 11:02:38 PDT 2011


Revision: 77723
          http://trac.macports.org/changeset/77723
Author:   ryandesign at macports.org
Date:     2011-04-10 11:02:36 -0700 (Sun, 10 Apr 2011)
Log Message:
-----------
groff: fix universal variant; see #29050

Modified Paths:
--------------
    trunk/dports/sysutils/groff/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/groff/files/
    trunk/dports/sysutils/groff/files/patch-Makefile.in.diff

Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile	2011-04-10 17:50:37 UTC (rev 77722)
+++ trunk/dports/sysutils/groff/Portfile	2011-04-10 18:02:36 UTC (rev 77723)
@@ -15,6 +15,9 @@
 master_sites     gnu
 checksums        sha1    a513aca4a7530a6e63325addd6ba2d282c8f1608 \
                  rmd160  d050f886291a53ea46875887e5641e510e1aecf6
+
+patchfiles       patch-Makefile.in.diff
+
 configure.args   --infodir=${prefix}/share/info \
                  --mandir=${prefix}/share/man \
                  --without-x

Added: trunk/dports/sysutils/groff/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/sysutils/groff/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/sysutils/groff/files/patch-Makefile.in.diff	2011-04-10 18:02:36 UTC (rev 77723)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2010-12-31 01:33:08.000000000 -0600
++++ Makefile.in	2011-04-10 12:56:57.000000000 -0500
+@@ -767,7 +767,7 @@
+ 	case $(do) in \
+ 	all) \
+ 	cd $@; \
+-	test -f Makefile || $(SHELL) $$srcdir/configure ; \
++	test -f Makefile || $(SHELL) $$srcdir/configure --disable-dependency-tracking ; \
+ 	$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
+ 	esac
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110410/a11f076a/attachment.html>


More information about the macports-changes mailing list