[116728] trunk/dports/devel/slib/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Feb 4 17:13:36 PST 2014
Revision: 116728
https://trac.macports.org/changeset/116728
Author: ryandesign at macports.org
Date: 2014-02-04 17:13:36 -0800 (Tue, 04 Feb 2014)
Log Message:
-----------
slib: conflicts with texinfo 5 at build time (#42370)
Modified Paths:
--------------
trunk/dports/devel/slib/Portfile
Modified: trunk/dports/devel/slib/Portfile
===================================================================
--- trunk/dports/devel/slib/Portfile 2014-02-05 01:11:48 UTC (rev 116727)
+++ trunk/dports/devel/slib/Portfile 2014-02-05 01:13:36 UTC (rev 116728)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup conflicts_build 1.0
name slib
version 3b2
@@ -33,6 +34,9 @@
mandir=${destroot}${prefix}/share/man/ \
infodir=${destroot}${prefix}/share/info/
+# https://trac.macports.org/ticket/42370
+conflicts_build texinfo
+
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9a-d.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140204/a8dd6875/attachment.html>
More information about the macports-changes
mailing list