diff options
author | sergei <sergei@FreeBSD.org> | 2006-02-21 07:02:10 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-02-21 07:02:10 +0800 |
commit | 179f8ab21151a755443cb8f803cea3027fcf6c65 (patch) | |
tree | d5ce26758240356a6bf0101f60adc8dc6f363d2e | |
parent | 7db7701ff66c63eefc1b45b5a6b6709fc081b156 (diff) | |
download | freebsd-ports-gnome-179f8ab21151a755443cb8f803cea3027fcf6c65.tar.gz freebsd-ports-gnome-179f8ab21151a755443cb8f803cea3027fcf6c65.tar.zst freebsd-ports-gnome-179f8ab21151a755443cb8f803cea3027fcf6c65.zip |
- Fix run-time linking problems of the Prelude ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Bump PORTREVISION
PR: ports/93501
Submitted by: Robin Gruyters (maintainer)
-rw-r--r-- | security/prelude-lml/Makefile | 3 | ||||
-rw-r--r-- | security/prelude-lml/pkg-plist | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 63e4ead16875..629a24423a4f 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -6,6 +6,7 @@ PORTNAME= prelude-lml PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ @@ -18,7 +19,7 @@ LIB_DEPENDS+= prelude.6:${PORTSDIR}/security/libprelude \ USE_GPG= yes SIG_SUFFIX= .sig USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc diff --git a/security/prelude-lml/pkg-plist b/security/prelude-lml/pkg-plist index 731662eb986d..188661214e75 100644 --- a/security/prelude-lml/pkg-plist +++ b/security/prelude-lml/pkg-plist @@ -50,10 +50,12 @@ etc/prelude-lml/ruleset/wu-ftp.rules etc/prelude-lml/ruleset/zywall.rules etc/prelude-lml/ruleset/zyxel.rules include/prelude-lml/prelude-lml.h +lib/prelude-lml/debug.la lib/prelude-lml/debug.so +lib/prelude-lml/pcre.la lib/prelude-lml/pcre.so @dirrm include/prelude-lml @dirrm lib/prelude-lml @dirrmtry etc/prelude-lml/ruleset -@dirrmtry etc/prelude-lml +@dirrmtry etc/prelude-lml @unexec echo "If you are permanently removing this port, you should remove ${PKG_PREFIX}/etc/prelude-lml and /var/spool/prelude-lml directories to clean up any configuration and logfile metadata files left." | fmt |