diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 00:16:13 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 00:16:13 +0800 |
commit | bbbc79c7743d0d446064a19d674c1b5c3cd82edc (patch) | |
tree | 524b28d7e43224618b02feee6241b6d84198a908 /security | |
parent | 6cfb7b7f84f30b0b1c0937840f25851a67d93796 (diff) | |
download | freebsd-ports-gnome-bbbc79c7743d0d446064a19d674c1b5c3cd82edc.tar.gz freebsd-ports-gnome-bbbc79c7743d0d446064a19d674c1b5c3cd82edc.tar.zst freebsd-ports-gnome-bbbc79c7743d0d446064a19d674c1b5c3cd82edc.zip |
- Fix pkg-plist [1]
- Add INSTALL_TARGET=install-strip
Reported by: swills (jenkins) [1]
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 5 | ||||
-rw-r--r-- | security/heimdal/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 6bd601d16ad0..9e893950f127 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -37,9 +37,10 @@ PKINIT_CONFIGURE_ENABLE= pk-init CRACKLIB_BUILD_DEPENDS= ${PREFIX}/lib/libcrack.a:${PORTSDIR}/security/cracklib USES= gettext libtool pathfix pkgconfig +USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS+= --with-libintl=${LOCALBASE} \ --with-readline=${DESTDIR}/usr \ diff --git a/security/heimdal/pkg-plist b/security/heimdal/pkg-plist index 3dd427c1549a..feee0cd8c6e4 100644 --- a/security/heimdal/pkg-plist +++ b/security/heimdal/pkg-plist @@ -115,6 +115,7 @@ lib/libheimbase.so.1.0.0 %%SQLITE%%lib/libheimsqlite.so.0.0.0 lib/libhdb.a lib/libhdb.so +lib/libhdb.so.9 lib/libhdb.so.9.2.0 lib/libheimntlm.a lib/libheimntlm.so |