svn commit: r427001 - in head/net/tcpdump398: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Nov 24 10:25:33 UTC 2016
Author: amdmi3
Date: Thu Nov 24 10:25:32 2016
New Revision: 427001
URL: https://svnweb.freebsd.org/changeset/ports/427001
Log:
- Add LICENSE
- Add missing USES=ssl
- makeparch
Modified:
head/net/tcpdump398/Makefile
head/net/tcpdump398/files/patch-Makefile
Modified: head/net/tcpdump398/Makefile
==============================================================================
--- head/net/tcpdump398/Makefile Thu Nov 24 10:21:42 2016 (r427000)
+++ head/net/tcpdump398/Makefile Thu Nov 24 10:25:32 2016 (r427001)
@@ -9,9 +9,12 @@ MASTER_SITES= http://www.mavetju.org/dow
MAINTAINER= ports at FreeBSD.org
COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8
-PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/contrib/LICENSE
+
+USES= ssl tar:bzip2
-USES= tar:bzip2
+PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398
Modified: head/net/tcpdump398/files/patch-Makefile
==============================================================================
--- head/net/tcpdump398/files/patch-Makefile Thu Nov 24 10:21:42 2016 (r427000)
+++ head/net/tcpdump398/files/patch-Makefile Thu Nov 24 10:25:32 2016 (r427001)
@@ -1,6 +1,6 @@
---- Makefile.orig 2014-08-15 18:26:37.000000000 -0400
-+++ Makefile 2014-08-15 18:27:35.000000000 -0400
-@@ -38,7 +38,7 @@
+--- Makefile.orig 2009-10-01 11:35:40 UTC
++++ Makefile
+@@ -38,7 +38,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDI
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -D_U_="__attribute__((unused))"
@@ -9,7 +9,7 @@
SRCS+= print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c \
print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c
CFLAGS+= -DINET6
-@@ -49,14 +49,14 @@
+@@ -49,14 +49,14 @@ CFLAGS+= -DLBL_ALIGN
DPADD= ${LIBL} ${LIBPCAP}
LDADD= -ll -lpcap
More information about the svn-ports-all
mailing list