Index: head/security/isakmpd/Makefile =================================================================== --- head/security/isakmpd/Makefile (revision 76052) +++ head/security/isakmpd/Makefile (revision 76053) @@ -1,41 +1,39 @@ # New ports collection Makefile for: ISAKMP daemon # Date created: Fri May 11 18:20:02 EEST 2001 # Whom: Martti Kuparinen # # $FreeBSD$ # # NOTE: See NetBSD's /usr/pkgsrc/security/isakmpd if this package # should be updated! # PORTNAME= isakmpd PORTVERSION= 20021118 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= LOCAL_PORTS MAINTAINER= ports@FreeBSD.org COMMENT= OpenBSD IKE daemon -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 - # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) BROKEN= "requires IPsec support" .endif USE_OPENSSL= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man MAN5= isakmpd.conf.5 isakmpd.policy.5 MAN8= isakmpd.8 MANCOMPRESSED= yes post-patch: @(cd ${WRKSRC}; ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" \ conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 \ isakmpd.policy.5 policy.h) .include Property changes on: head/security/isakmpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/security/isakmpd/files/patch-Makefile.sysdep =================================================================== --- head/security/isakmpd/files/patch-Makefile.sysdep (nonexistent) +++ head/security/isakmpd/files/patch-Makefile.sysdep (revision 76053) @@ -0,0 +1,11 @@ +--- 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 @@ + LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep + .endif + +-LDADD+= -lgmp ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib ++LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib + DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a + + CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \ Property changes on: head/security/isakmpd/files/patch-Makefile.sysdep ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/security/isakmpd/files/patch-crypto.h =================================================================== --- head/security/isakmpd/files/patch-crypto.h (nonexistent) +++ head/security/isakmpd/files/patch-crypto.h (revision 76053) @@ -0,0 +1,12 @@ +--- crypto.h.orig Fri Feb 21 10:11:51 2003 ++++ crypto.h Fri Feb 21 10:11:58 2003 +@@ -49,7 +49,8 @@ + + #else + +-#include ++#define OPENSSL_DES_LIBDES_COMPATIBILITY ++#include + #ifdef USE_BLOWFISH + #include + #endif Property changes on: head/security/isakmpd/files/patch-crypto.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property