[136575] trunk/dports/net/daq

ryandesign at macports.org ryandesign at macports.org
Thu May 21 20:07:58 PDT 2015


Revision: 136575
          https://trac.macports.org/changeset/136575
Author:   ryandesign at macports.org
Date:     2015-05-21 20:07:58 -0700 (Thu, 21 May 2015)
Log Message:
-----------
daq: update to 2.0.5 and resurrect the patch that fixes the intermittent parallel build failure (#47778)

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

Added Paths:
-----------
    trunk/dports/net/daq/files/

Modified: trunk/dports/net/daq/Portfile
===================================================================
--- trunk/dports/net/daq/Portfile	2015-05-22 02:55:42 UTC (rev 136574)
+++ trunk/dports/net/daq/Portfile	2015-05-22 03:07:58 UTC (rev 136575)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                daq
-version             2.0.4
+version             2.0.5
 categories          net
 license             GPL-2
 maintainers         jann openmaintainer
@@ -17,9 +17,11 @@
 depends_lib         port:pcre \
                     port:libdnet
 
-checksums           rmd160  6b44534cf0f29bda9fe088527a4672b5d0b5c2f5 \
-                    sha256  a294aa3d01cd8902bf842d320e7f2c043af9ead95d0e7198c3b71a0dbc9d253c
+checksums           rmd160  efb6c360600bb39e9d7387276b6252b1a7ce686c \
+                    sha256  7704b5db858732142586f5043deb0733e2c396535c83081e918fb6993258bc6d
 
+patchfiles          patch-sfbpf-Makefile.in.diff
+
 livecheck.type      regex
 livecheck.url       ${homepage}downloads
 livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}<


Property changes on: trunk/dports/net/daq/files
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/net/daq/files:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856

Modified: trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff
===================================================================
--- trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff	2014-12-13 18:47:11 UTC (rev 129469)
+++ trunk/dports/net/daq/files/patch-sfbpf-Makefile.in.diff	2015-05-22 03:07:58 UTC (rev 136575)
@@ -1,11 +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 @@
+--- sfbpf/Makefile.in.orig	2015-04-23 10:19:16.000000000 -0500
++++ sfbpf/Makefile.in	2015-05-20 09:11:52.000000000 -0500
+@@ -776,7 +776,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
+-sf_scanner.c: $(srcdir)/scanner.l
++sf_scanner.c: $(srcdir)/scanner.l ${builddir}/tokdefs.h
+ 	@rm -f $(srcdir)/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/20150521/e00693cb/attachment.html>


More information about the macports-changes mailing list