Date: Wed, 3 May 2006 16:01:58 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ipsec-tools Makefile pkg-descr pkg-plist ports/security/ipsec-tools/files patch-configure racoon.sh.in Message-ID: <200605031601.k43G1x27067384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-05-03 16:01:58 UTC
FreeBSD ports repository
Modified files:
security/ipsec-tools Makefile pkg-descr pkg-plist
security/ipsec-tools/files racoon.sh.in
Added files:
security/ipsec-tools/files patch-configure
Log:
Makefile:
- introduce OPTIONS to enable/disable features
- add more features to the OPTION dialog
- choose reasonable defaults for OPTIONS (disabled patented stuff)
- remove usesless WRKSRC line
- move LDFLAGS to the place where it is necessary
- extend CONFIGURE_ARGS to set the directory for the adminport socket
* Note: racoonctl is useless without adminport enabled
* create the socket dir in post-install
- bump PORTREVISION that users notice the changes
- finally: remove one item from the TODO list on top of the Makefile ;)
pkg-descr:
- shortened by one line to please portlint
pkg-plist:
- slight reorganization
- add create instructions for the adminport socket dir for the
"installing from package" case
- add removal instructions for the adminport socket dir
files/patch-configure:
- add some stuff to detect libiconv when the GSSAPI OPTION is enabled
- iconv is required for GSSAPI but the library is not added to LIBS
in the original configure script
- Why not use USE_AUTOTOOLS and patch configure.ac?
* because the leads to configure running twice which is useless
overhead. I found no way to avoid this so we patch configure.
files/racoon.sh.in:
- add the adminsocket directory to required_dirs
PR: ports/96368
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
Revision Changes Path
1.12 +128 -9 ports/security/ipsec-tools/Makefile
1.1 +77 -0 ports/security/ipsec-tools/files/patch-configure (new)
1.4 +10 -6 ports/security/ipsec-tools/files/racoon.sh.in
1.3 +1 -2 ports/security/ipsec-tools/pkg-descr
1.5 +5 -3 ports/security/ipsec-tools/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605031601.k43G1x27067384>
