mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
485163afc0
- 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
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
sbin/plainrsa-gen
|
|
sbin/racoon
|
|
sbin/racoonctl
|
|
sbin/setkey
|
|
include/libipsec/libpfkey.h
|
|
include/racoon/admin.h
|
|
include/racoon/evt.h
|
|
include/racoon/gcmalloc.h
|
|
include/racoon/ipsec_doi.h
|
|
include/racoon/isakmp.h
|
|
include/racoon/isakmp_cfg.h
|
|
include/racoon/isakmp_unity.h
|
|
include/racoon/isakmp_var.h
|
|
include/racoon/isakmp_xauth.h
|
|
include/racoon/misc.h
|
|
include/racoon/racoonctl.h
|
|
include/racoon/schedule.h
|
|
include/racoon/sockmisc.h
|
|
include/racoon/var.h
|
|
include/racoon/vmbuf.h
|
|
lib/libipsec.a
|
|
lib/libipsec.la
|
|
lib/libipsec.so
|
|
lib/libipsec.so.0
|
|
lib/libracoon.a
|
|
lib/libracoon.la
|
|
lib/libracoon.so
|
|
lib/libracoon.so.0
|
|
%%EXAMPLESDIR%%/psk.txt
|
|
%%EXAMPLESDIR%%/psk.txt.sample
|
|
%%EXAMPLESDIR%%/racoon.conf
|
|
%%EXAMPLESDIR%%/racoon.conf.sample
|
|
%%EXAMPLESDIR%%/racoon.conf.sample-gssapi
|
|
%%EXAMPLESDIR%%/racoon.conf.sample-inherit
|
|
%%EXAMPLESDIR%%/racoon.conf.sample-natt
|
|
%%EXAMPLESDIR%%/racoon.conf.sample-plainrsa
|
|
%%EXAMPLESDIR%%/roadwarrior/README
|
|
%%EXAMPLESDIR%%/roadwarrior/client/phase1-down.sh
|
|
%%EXAMPLESDIR%%/roadwarrior/client/phase1-up.sh
|
|
%%EXAMPLESDIR%%/roadwarrior/client/racoon.conf
|
|
%%EXAMPLESDIR%%/roadwarrior/server/racoon.conf
|
|
%%EXAMPLESDIR%%/roadwarrior/server/racoon.conf-radius
|
|
@dirrmtry etc/racoon
|
|
@dirrm include/racoon
|
|
@dirrm include/libipsec
|
|
@dirrm %%EXAMPLESDIR%%/roadwarrior/server
|
|
@dirrm %%EXAMPLESDIR%%/roadwarrior/client
|
|
@dirrm %%EXAMPLESDIR%%/roadwarrior
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@cwd /
|
|
@exec mkdir -p %%STATEDIR%%
|
|
@dirrmtry %%STATEDIR%%
|