mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7aba119cf1
caused by ${WRKSRC}/Makefile. - Fix the "extra tokens at end of #else directive" warnings in ${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current. - Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit systems (obtained from NetBSD). - Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa (patching ${WRKSRC}/Makefile). - Build and install certpatch(8), a quite usefull tool to add subjectAltName identities to X.509 certificates. Submitted by: Marius Strobl <marius@alchemy.franken.de>
28 lines
890 B
Plaintext
28 lines
890 B
Plaintext
$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
|
|
|
|
-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 \
|
|
+CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS -DHAVE_PCAP \
|
|
-I${.CURDIR}/sysdep/common -I/usr/include \
|
|
-I/usr/local/include -I/usr/local/include/openssl
|
|
|
|
@@ -60,9 +60,6 @@
|
|
GENERATED+= sysdep-target
|
|
sysdep-target:
|
|
cd ${.CURDIR}/sysdep/common/libsysdep; ${MAKE} ${.MAKEFLAGS}
|
|
-
|
|
-# Kludge around much strange behaviour in /usr/share/mk/bsd.*/mk, don't build certpatch
|
|
-SUBDIR=
|
|
|
|
.if make(clean)
|
|
SUBDIR+= sysdep/common/libsysdep
|