diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:29:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:29:26 +0000 |
commit | 5f570b422c348de8c62a0e08767420c8fb507ffe (patch) | |
tree | 1aa6dda3925601f3d200fafa3f4bdb8afc791f84 /security/isakmpd | |
parent | 542c96dfe9a4fca2f010639dfe3c8d8dd28d7780 (diff) | |
download | ports-5f570b422c348de8c62a0e08767420c8fb507ffe.tar.gz ports-5f570b422c348de8c62a0e08767420c8fb507ffe.zip |
Notes
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 1 | ||||
-rw-r--r-- | security/isakmpd/files/patch-Makefile.sysdep | 14 |
2 files changed, 11 insertions, 4 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 00bdcfce18b3..6f8eec259181 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -10,6 +10,7 @@ PORTNAME= isakmpd PORTVERSION= 20021118 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= LOCAL_PORTS diff --git a/security/isakmpd/files/patch-Makefile.sysdep b/security/isakmpd/files/patch-Makefile.sysdep index 21d994fef786..0560c8c85233 100644 --- a/security/isakmpd/files/patch-Makefile.sysdep +++ b/security/isakmpd/files/patch-Makefile.sysdep @@ -1,6 +1,8 @@ ---- sysdep/freebsd/Makefile.sysdep.orig Fri Feb 21 10:14:47 2003 -+++ sysdep/freebsd/Makefile.sysdep Thu Aug 29 01:39:36 2002 -@@ -42,7 +42,7 @@ +$FreeBSD$ + +--- sysdep/freebsd/Makefile.sysdep.orig Thu Aug 29 02:39:36 2002 ++++ sysdep/freebsd/Makefile.sysdep Sun Aug 24 18:30:45 2003 +@@ -42,10 +42,10 @@ LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep .endif @@ -8,4 +10,8 @@ +LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a - CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \ +-CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \ ++CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS -DHAVE_PCAP \ + -I${.CURDIR}/sysdep/common -I/usr/include \ + -I/usr/local/include -I/usr/local/include/openssl + |