From c534f2167664e9746737a15a375724fdf1455d5e Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 22 May 2006 22:22:02 +0000 Subject: 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. --- net/edonkey2k/Makefile | 3 +-- net/overnet/Makefile | 3 +-- net/skype/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/edonkey2k/Makefile b/net/edonkey2k/Makefile index b740de4553c..f1c4ced006f 100644 --- a/net/edonkey2k/Makefile +++ b/net/edonkey2k/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:18 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/22 22:22:04 jlam Exp $ # DISTNAME= donkey @@ -24,7 +24,6 @@ DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat WRKSRC= ${WRKDIR} NO_BUILD= YES NO_CONFIGURE= YES -CHECK_SHLIBS= NO INSTALLATION_DIRS= bin diff --git a/net/overnet/Makefile b/net/overnet/Makefile index b37ccd2fb0f..132ff73a754 100644 --- a/net/overnet/Makefile +++ b/net/overnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:04 jlam Exp $ # DISTNAME= overnetclc-1.0.1 @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes -CHECK_SHLIBS= no EVAL_PREFIX= RPM2PKGDIR=rpm2pkg diff --git a/net/skype/Makefile b/net/skype/Makefile index c959a469940..86a17a5e267 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/09 09:31:42 abs Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/22 22:22:04 jlam Exp $ # DISTNAME= skype_staticQT-1.2.0.18 @@ -27,7 +27,6 @@ DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 ONLY_FOR_PLATFORM= *-*-i386 NO_CONFIGURE= yes -CHECK_SHLIBS= no USE_DIRS+= xdg-1.1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -- cgit v1.2.3