summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-22 22:22:02 +0000
committerjlam <jlam>2006-05-22 22:22:02 +0000
commit1dea8d37960bc4860bf0c287a4d2ad8d8183203c (patch)
treeca98d60e91b0d89b789e521e62fea00e9c068707 /lang
parentf8c0aa61eb24123bc113de0478ca675199a5d4d1 (diff)
downloadpkgsrc-1dea8d37960bc4860bf0c287a4d2ad8d8183203c.tar.gz
Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
Diffstat (limited to 'lang')
-rw-r--r--lang/Cg-compiler/Makefile3
-rw-r--r--lang/blackdown-jre13/Makefile.common6
-rw-r--r--lang/jdk/Makefile5
-rw-r--r--lang/mit-scheme-bin/Makefile8
4 files changed, 8 insertions, 14 deletions
diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile
index be6b23ba984..a69bd5cc499 100644
--- a/lang/Cg-compiler/Makefile
+++ b/lang/Cg-compiler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:43 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/05/22 22:22:03 jlam Exp $
#
DISTNAME= CgLinux-1.3.0408-0400
@@ -14,7 +14,6 @@ COMMENT= NVIDIA Cg Compiler for Linux
ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}
-CHECK_SHLIBS= no
NO_BUILD= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index 18a8c073ad1..3a2a7ef1336 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2006/04/30 16:43:59 joerg Exp $
+# $NetBSD: Makefile.common,v 1.26 2006/05/22 22:22:03 jlam Exp $
#
RELVERSION= 1.3.1
@@ -38,8 +38,8 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-WRKSRC= ${WRKDIR}/${BD_BASENAME}${RELVERSION}
-CHECK_SHLIBS= NO # This would use NetBSD ldd on Linux shlibs.
+WRKSRC= ${WRKDIR}/${BD_BASENAME}${RELVERSION}
+CHECK_SHLIBS_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index 0e603b59659..51826d9e84b 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/04/22 09:22:10 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2006/05/22 22:22:04 jlam Exp $
#
VERSION= 1.1.8
@@ -34,8 +34,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
MESSAGE_SUBST+= JAVA_HOME=${JAVA_HOME:Q}
-CHECK_SHLIBS= no
-
+CHECK_SHLIBS_SUPPORTED= no
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
RESTRICTED= No redistribution of the Java(tm) Development Kit
diff --git a/lang/mit-scheme-bin/Makefile b/lang/mit-scheme-bin/Makefile
index b1b865a2053..cde6bdc9876 100644
--- a/lang/mit-scheme-bin/Makefile
+++ b/lang/mit-scheme-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 21:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/22 22:22:04 jlam Exp $
#
DISTNAME= mit-scheme-7.7.1-ix86-gnu-linux
@@ -12,11 +12,7 @@ COMMENT= MIT/GNU Scheme (Linux binary)
DEPENDS+= suse_base>=6.0:../../emulators/${SUSE_DIR_PREFIX}_base
-WRKSRC= ${WRKDIR}
-
-CHECK_SHLIBS= NO
-SHLIB_HANDLING= NO
-
+WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
do-build: