svn commit: r416591 - head/archivers/gtar/files
Christian Weisgerber
naddy at FreeBSD.org
Thu Jun 9 11:13:11 UTC 2016
Author: naddy
Date: Thu Jun 9 11:13:10 2016
New Revision: 416591
URL: https://svnweb.freebsd.org/changeset/ports/416591
Log:
Work around a bug in FreeBSD 9 make(1).
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy
PR: 210100
Reported by: vas at mpeks.tomsk.su
Added:
head/archivers/gtar/files/patch-po_Makefile.in.in (contents, props changed)
Added: head/archivers/gtar/files/patch-po_Makefile.in.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/gtar/files/patch-po_Makefile.in.in Thu Jun 9 11:13:10 2016 (r416591)
@@ -0,0 +1,13 @@
+Work around a bug in FreeBSD 9 make(1).
+http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy
+
+--- po/Makefile.in.in.orig 2016-04-06 04:59:54 UTC
++++ po/Makefile.in.in
+@@ -78,6 +78,7 @@ CATALOGS = @CATALOGS@
+ POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
+ POFILESDEPS_yes = $(POFILESDEPS_)
+ POFILESDEPS_no =
++PO_DEPENDS_ON_POT =
+ POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT))
+
+ DISTFILESDEPS_ = update-po
More information about the svn-ports-all
mailing list