[125778] trunk/dports/net/daq

ryandesign at macports.org ryandesign at macports.org
Thu Sep 25 17:54:50 PDT 2014


Revision: 125778
          https://trac.macports.org/changeset/125778
Author:   ryandesign at macports.org
Date:     2014-09-25 17:54:50 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
daq: fix intermittent parallel build failure (#45159)

Modified Paths:
--------------
    trunk/dports/net/daq/Portfile

Added Paths:
-----------
    trunk/dports/net/daq/files/
    trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff

Modified: trunk/dports/net/daq/Portfile
===================================================================
--- trunk/dports/net/daq/Portfile	2014-09-26 00:43:45 UTC (rev 125777)
+++ trunk/dports/net/daq/Portfile	2014-09-26 00:54:50 UTC (rev 125778)
@@ -18,8 +18,10 @@
                     port:libdnet
 
 checksums           rmd160  68c71004923e79d960acbad7b6e49fa74d1a9659 \
-                    sha256  d65d1e67c4994e02c3142c49a648642e780b7e3d942b4a51f605309beac269a8 
+                    sha256  d65d1e67c4994e02c3142c49a648642e780b7e3d942b4a51f605309beac269a8
 
+patchfiles          patch-sfbpf-Makefile.in.diff
+
 livecheck.type      regex
 livecheck.url       ${homepage}downloads
 livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}<

Added: trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff
===================================================================
--- trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff	2014-09-26 00:54:50 UTC (rev 125778)
@@ -0,0 +1,11 @@
+--- sfbpf/Makefile.in.orig	2013-11-05 09:10:24.000000000 -0600
++++ sfbpf/Makefile.in	2014-09-25 19:52:37.000000000 -0500
+@@ -653,7 +653,7 @@
+ 
+ 
+ # use of $@ and $< here is a GNU idiom that borks BSD
+-${builddir}/sf_scanner.c: ${srcdir}/scanner.l
++${builddir}/sf_scanner.c: ${srcdir}/scanner.l ${builddir}/tokdefs.h
+ 	@rm -f ${builddir}/sf_scanner.c
+ 	${srcdir}/runlex.sh $(V_LEX) -osf_scanner.c ${srcdir}/scanner.l
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/017bddba/attachment.html>


More information about the macports-changes mailing list