Date: Wed, 10 Sep 2003 01:22:59 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/isakmpd Makefile pkg-plist ports/security/isakmpd/files patch-Makefile.sysdep patch-aa patch-ab patch-conf.c patch-sa.c patch-sysdep-os.h Message-ID: <200309100822.h8A8MxHU070691@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2003/09/10 01:22:59 PDT
FreeBSD ports repository
Modified files:
security/isakmpd Makefile pkg-plist
security/isakmpd/files patch-Makefile.sysdep patch-aa patch-ab
patch-sysdep-os.h
Added files:
security/isakmpd/files patch-conf.c patch-sa.c
Log:
- Fix the "duplicate script for target <...> ignored" warnings on -current
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>
Revision Changes Path
1.19 +2 -2 ports/security/isakmpd/Makefile
1.3 +11 -1 ports/security/isakmpd/files/patch-Makefile.sysdep
1.3 +13 -0 ports/security/isakmpd/files/patch-aa
1.4 +0 -10 ports/security/isakmpd/files/patch-ab
1.1 +9 -0 ports/security/isakmpd/files/patch-conf.c (new)
1.1 +25 -0 ports/security/isakmpd/files/patch-sa.c (new)
1.2 +16 -5 ports/security/isakmpd/files/patch-sysdep-os.h
1.2 +1 -0 ports/security/isakmpd/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309100822.h8A8MxHU070691>
