summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc>1998-07-15 11:46:32 +0000
committeragc <agc>1998-07-15 11:46:32 +0000
commit417d36852db7e0a3f19c9d90098dd3ccc859963e (patch)
treee48a77402f2bbf8d4946a29dd15618ec8ceef156 /lang
parent3d476d4c21a8bb99ca21ba433f6a88076544d096 (diff)
downloadpkgsrc-417d36852db7e0a3f19c9d90098dd3ccc859963e.tar.gz
Use automatic shared object handling
Diffstat (limited to 'lang')
-rw-r--r--lang/expect/Makefile5
-rw-r--r--lang/expect/pkg/PLIST4
-rw-r--r--lang/kaffe/Makefile3
-rw-r--r--lang/kaffe/pkg/PLIST4
-rw-r--r--lang/tcl80/Makefile5
-rw-r--r--lang/tcl80/pkg/PLIST4
6 files changed, 6 insertions, 19 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index da479568c91..214ddd3269d 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/06/22 12:44:30 agc Exp $
+# $NetBSD: Makefile,v 1.14 1998/07/15 11:46:32 agc Exp $
# FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp
#
@@ -26,7 +26,4 @@ post-extract:
test:
@(cd ${WRKSRC}; make test)
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/expect/pkg/PLIST b/lang/expect/pkg/PLIST
index e041e2b6a5e..e7f1ad281f0 100644
--- a/lang/expect/pkg/PLIST
+++ b/lang/expect/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:16 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:46:32 agc Exp $
bin/autoexpect
bin/autopasswd
bin/cryptdir
@@ -29,8 +29,6 @@ lib/expect5.25/pkgIndex.tcl
lib/expect5.25/libexpect525.a
lib/libexpect525.a
lib/libexpect525.so.1.2
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
man/man1/autoexpect.1.gz
man/man1/cryptdir.1.gz
man/man1/decryptdir.1.gz
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index c76cbf9a155..6cb462ef5fa 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 12:44:31 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/07/15 11:48:29 agc Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/08 09:37:16 obrien Exp
#
@@ -22,6 +22,5 @@ GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/ENVIRONMENT ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
- ${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/kaffe/pkg/PLIST b/lang/kaffe/pkg/PLIST
index 21cb4913370..4edb09fdcd3 100644
--- a/lang/kaffe/pkg/PLIST
+++ b/lang/kaffe/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:19 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:48:29 agc Exp $
bin/kaffe
bin/kaffeh
bin/appletviewer
@@ -32,8 +32,6 @@ lib/libzip.so.0.92
lib/libzip.so
lib/libkaffevm.so.0.92
lib/libkaffevm.so
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
man/man1/kaffe.1.gz
share/kaffe/lib/security/java.security
share/kaffe/lib/appletviewer.properties
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile
index 3956994125e..e7544dbdfa6 100644
--- a/lang/tcl80/Makefile
+++ b/lang/tcl80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/07/04 04:11:34 mycroft Exp $
+# $NetBSD: Makefile,v 1.14 1998/07/15 11:50:09 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp
#
@@ -14,9 +14,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ENV+= PORTSDIR=${.CURDIR}/../../../../..
-post-install:
- ${LDCONFIG} || ${TRUE}
-
test:
cd ${WRKSRC} && ${MAKE} test
diff --git a/lang/tcl80/pkg/PLIST b/lang/tcl80/pkg/PLIST
index 4ecdfc5d19a..c97ea14b6bc 100644
--- a/lang/tcl80/pkg/PLIST
+++ b/lang/tcl80/pkg/PLIST
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:21 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:50:09 agc Exp $
bin/tclsh8.0
lib/libtcl80.a
lib/libtcl80.so.1.0
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
include/tcl8.0/tcl.h
include/tcl8.0/unix/tclUnixPort.h
include/tcl8.0/generic/tcl.h