diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-22 22:22:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-22 22:22:02 +0000 |
commit | 60f791e1e6e8d8af45e12cb623013d771d30fb6b (patch) | |
tree | ca98d60e91b0d89b789e521e62fea00e9c068707 /www | |
parent | 4c5a38e5be42f1b7dee6a843d87970ddf64a33c6 (diff) | |
download | pkgsrc-60f791e1e6e8d8af45e12cb623013d771d30fb6b.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 'www')
-rw-r--r-- | www/asWedit/Makefile | 3 | ||||
-rw-r--r-- | www/firefox-bin-flash/Makefile.common | 4 | ||||
-rw-r--r-- | www/ns-plugger-common/Makefile | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile index 35d0d0b3d22..4da41f48812 100644 --- a/www/asWedit/Makefile +++ b/www/asWedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:16 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/22 22:22:05 jlam Exp $ DISTNAME= asWedit-4.0.1-i386.linux PKGNAME= ${DISTNAME:S/-i386.linux//} @@ -28,7 +28,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_BUILD= yes -CHECK_SHLIBS= no INSTALLATION_DIRS= bin libdata do-configure: diff --git a/www/firefox-bin-flash/Makefile.common b/www/firefox-bin-flash/Makefile.common index 6a56677e9ce..b6a80693bb3 100644 --- a/www/firefox-bin-flash/Makefile.common +++ b/www/firefox-bin-flash/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2006/04/22 09:22:16 rillig Exp $ +# $NetBSD: Makefile.common,v 1.13 2006/05/22 22:22:05 jlam Exp $ DISTNAME= install_flash_player_7_${DISTUNAME} PKGNAME= ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./} @@ -29,7 +29,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_CONFIGURE= yes NO_BUILD= yes -CHECK_SHLIBS= no +CHECK_SHLIBS_SUPPORTED= no CRYPTO= yes MOZ_NAME?= firefox-linux diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 10b1b5abbeb..44c92b285cb 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:26 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/22 22:22:05 jlam Exp $ DISTNAME= plugger-4.0-linux-x86-glibc PKGNAME= ns-${PLUGGERNAME}-${BINNAME}-${PLUGGERVERS} @@ -36,7 +36,6 @@ DOCDIR= ${PREFIX}/share/doc/plugger PLIST_SUBST+= NS_PLUGINS_DIR=${NS_PLUGINS_DIR:S/${PREFIX}\///} -CHECK_SHLIBS= no INSTALLATION_DIRS= bin man/man7 do-install: |