Bug 155131 - patch daq port
Summary: patch daq port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 20:40 UTC by William Freeman
Modified: 2011-03-29 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2011-02-28 20:40 UTC, William Freeman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Freeman 2011-02-28 20:40:09 UTC
added libtool 2.4 as a BUILD_DEPENDS, and also updated filesize and hash for tarball revision.
Comment 1 William Freeman 2011-02-28 21:14:40 UTC
the diff should now contain only the following:

diff -u /usr/ports/net/daq/Makefile /var/tmp/daq-0.5_1/Makefile
--- /usr/ports/net/daq/Makefile 2011-02-02 21:51:26.000000000 -0500
+++ /var/tmp/daq-0.5_1/Makefile 2011-02-28 15:13:55.000000000 -0500
@@ -7,7 +7,7 @@

 PORTNAME=      daq
 PORTVERSION=   0.5
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    net
 MASTER_SITES=  SF/snort/snort

@@ -16,7 +16,8 @@

 LIB_DEPENDS=   dnet.1:${PORTSDIR}/net/libdnet \
                pcap.1:${PORTSDIR}/net/libpcap
-BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS=  flex:${PORTSDIR}/textproc/flex \
+               libtool>=2.4:${PORTSDIR}/deve/libtool

 GNU_CONFIGURE= yes
 USE_GMAKE=     yes


We re-uploaded the file to sourceforge so that sha and filesize are correct
again.  Not sure what that was about.

-- 
Dean Freeman
Research Analyst, Sourcefire VRT
Comment 2 William Freeman 2011-02-28 21:22:08 UTC
We changed the file again on the SF site.  The patch should only contain
the following (sans the distinfo):

diff -u /usr/ports/net/daq/Makefile /var/tmp/daq-0.5_1/Makefile
--- /usr/ports/net/daq/Makefile 2011-02-02 21:51:26.000000000 -0500
+++ /var/tmp/daq-0.5_1/Makefile 2011-02-28 15:13:55.000000000 -0500
@@ -7,7 +7,7 @@

 PORTNAME=      daq
 PORTVERSION=   0.5
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    net
 MASTER_SITES=  SF/snort/snort

@@ -16,7 +16,8 @@

 LIB_DEPENDS=   dnet.1:${PORTSDIR}/net/libdnet \
                pcap.1:${PORTSDIR}/net/libpcap
-BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS=  flex:${PORTSDIR}/textproc/flex \
+               libtool>=2.4:${PORTSDIR}/deve/libtool

 GNU_CONFIGURE= yes
 USE_GMAKE=     yes




-- 
Dean Freeman
Research Analyst, Sourcefire VRT
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2011-02-28 21:56:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-03-29 03:42:09 UTC
wxs         2011-03-29 02:41:56 UTC

  FreeBSD ports repository

  Modified files:
    net/daq              Makefile 
  Log:
  Explicitly state libtool requirement.
  
  PR:             ports/155131 (based upon)
  Submitted by:   Dean Freeman <wfreeman@sourcefire.com>
  
  Revision  Changes    Path
  1.3       +1 -0      ports/net/daq/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2011-03-29 03:42:14 UTC
State Changed
From-To: open->closed

I committed the USE_AUTOTOOLS line as discussed in private mail.