summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commitc7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch)
tree89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /security
parentb2066c7c70a0ccedd6a3fda853744aec2281d951 (diff)
downloadFreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip
FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile3
-rw-r--r--security/cyrus-sasl/pkg-plist2
-rw-r--r--security/cyrus-sasl2/Makefile3
-rw-r--r--security/cyrus-sasl2/pkg-plist2
-rw-r--r--security/heimdal/Makefile4
-rw-r--r--security/heimdal/pkg-plist2
6 files changed, 6 insertions, 10 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 01b4ff7..de5d00e 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -16,6 +16,8 @@ MAINTAINER= hetzels@westbend.net
USE_OPENSSL= RSA
+INSTALLS_SHLIBS= yes
+
.include <bsd.port.pre.mk>
Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html
@@ -95,7 +97,6 @@ pre-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
@${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/pwcheck.sh \
> ${PREFIX}/etc/rc.d/pwcheck.sh
@${CHMOD} 755 ${PREFIX}/etc/rc.d/pwcheck.sh
diff --git a/security/cyrus-sasl/pkg-plist b/security/cyrus-sasl/pkg-plist
index b31962f..8d412ca 100644
--- a/security/cyrus-sasl/pkg-plist
+++ b/security/cyrus-sasl/pkg-plist
@@ -10,8 +10,6 @@ include/sasl/saslutil.h
lib/libsasl.a
lib/libsasl.so
lib/libsasl.so.8
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
lib/sasl/libanonymous.a
lib/sasl/libanonymous.so
lib/sasl/libanonymous.so.1
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 01b4ff7..de5d00e 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -16,6 +16,8 @@ MAINTAINER= hetzels@westbend.net
USE_OPENSSL= RSA
+INSTALLS_SHLIBS= yes
+
.include <bsd.port.pre.mk>
Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html
@@ -95,7 +97,6 @@ pre-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
@${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/pwcheck.sh \
> ${PREFIX}/etc/rc.d/pwcheck.sh
@${CHMOD} 755 ${PREFIX}/etc/rc.d/pwcheck.sh
diff --git a/security/cyrus-sasl2/pkg-plist b/security/cyrus-sasl2/pkg-plist
index b31962f..8d412ca 100644
--- a/security/cyrus-sasl2/pkg-plist
+++ b/security/cyrus-sasl2/pkg-plist
@@ -10,8 +10,6 @@ include/sasl/saslutil.h
lib/libsasl.a
lib/libsasl.so
lib/libsasl.so.8
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
lib/sasl/libanonymous.a
lib/sasl/libanonymous.so
lib/sasl/libanonymous.so.1
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index b66c8b5..40f1c5f 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -29,7 +29,8 @@ MAN8= ftpd.8 hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 \
ktutil.8 push.8 telnetd.8 kxd.8 verify_krb5_conf.8 \
string2key.8
-USE_LIBTOOL= YES
+USE_LIBTOOL= yes
+INSTALLS_SHLIBS= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared
.if defined(HEIMDAL_HOME)
@@ -74,6 +75,5 @@ pre-configure:
post-install:
install-info ${PREFIX}/info/heimdal.info ${PREFIX}/info/dir
- ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/security/heimdal/pkg-plist b/security/heimdal/pkg-plist
index 7635b65..151447e 100644
--- a/security/heimdal/pkg-plist
+++ b/security/heimdal/pkg-plist
@@ -113,5 +113,3 @@ sbin/ktutil
sbin/replay_log
@dirrm include/kadm5
@dirrm include/ss
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
OpenPOWER on IntegriCloud