diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch) | |
tree | 6adf22ccd743df57b19e1e180d4cc1e16851afeb | |
parent | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff) | |
download | ports-147fdee482ca1a335dcd09608f3b820a1dad2b40.tar.gz ports-147fdee482ca1a335dcd09608f3b820a1dad2b40.zip |
Notes
75 files changed, 75 insertions, 75 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index 968e86ddb90a..4fbc40b18e6f 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index 750445a7bb68..018e29726120 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -27,7 +27,7 @@ NO_MTREE= yes TARGET_DIR= ${PREFIX}/lib/compat -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat .include <bsd.port.pre.mk> diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 8132d0a52d21..eeab0fa2f4ea 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -21,7 +21,7 @@ COMMENT= A convenience package to install the compat4x libraries WRKSRC= ${WRKDIR}/usr/lib/compat NO_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index f7e65b0161c5..c9a6ce2c3a40 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff --git a/misc/gctpc/Makefile b/misc/gctpc/Makefile index 0efaed06f9ca..37ab18b43673 100644 --- a/misc/gctpc/Makefile +++ b/misc/gctpc/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/source USE_GMAKE= yes ALL_TARGET= libgctpc.so.1 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libgctpc.a ${PREFIX}/lib diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 22f40be528b1..932c4f3f60f5 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ STL-based support for graphs and graph algorithms RESTRICTED= License forbids redistribution (source or binary) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= lthack USE_GCC= 3.3 # Won't build with 3.4 diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index e74d199ff8b5..d9cb097c2cc5 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -21,7 +21,7 @@ EXTRACT_CMD= unzip -a WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib USE_ZIP= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile post-install: diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index 6d1d3d0ed0b5..c6891deaf847 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack gnometarget USE_GCC= 3.4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_ENV+= HAVE_LATEX=false HAVE_DVIPDFM=false diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index b7f1ca5e0c82..f83622b9b048 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL} OPTIONS= DEBUG "Turn on debugging" on diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 92bc5ce5af21..153f2d1a93c2 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -24,7 +24,7 @@ USE_GSTREAMER= gnonlin USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs-build -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile index 76947d5eab0f..8f6c6d4faf2b 100644 --- a/multimedia/slideshow/Makefile +++ b/multimedia/slideshow/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ smpeg.1:${PORTSDIR}/multimedia/smpeg WRKSRC= ${WRKDIR}/${DISTNAME:C/-pre.*//} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 8aaacf8e024d..03cfc2f9401f 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -33,7 +33,7 @@ USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index 6353c62cc50b..d11a1fc9ee19 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes #CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs CODEC_PORT= ${.CURDIR}/../win32-codecs diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index 733ba708ea1b..433489fe9124 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -20,7 +20,7 @@ COMMENT= X MPEG Player System - a media player with a very nice GUI USE_SDL= sdl USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-im/aim/Makefile b/net-im/aim/Makefile index 996cd4b63a9f..2f61624ce14a 100644 --- a/net-im/aim/Makefile +++ b/net-im/aim/Makefile @@ -23,7 +23,7 @@ USE_LINUX= yes USE_X_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_LINUX_PREFIX= yes PLIST_SUB= LINUXBASE=${LINUXBASE} diff --git a/net-im/firetalk/Makefile b/net-im/firetalk/Makefile index e37f02566fdf..2d5e9c4dba83 100644 --- a/net-im/firetalk/Makefile +++ b/net-im/firetalk/Makefile @@ -16,7 +16,7 @@ COMMENT= A multi-protocol chat/instant messaging library WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h diff --git a/net-im/gtkyahoo/Makefile b/net-im/gtkyahoo/Makefile index 2edf7a7c18e9..8a42c78fe36b 100644 --- a/net-im/gtkyahoo/Makefile +++ b/net-im/gtkyahoo/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_BISON= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index 2f52e8c34386..f1121ca0e849 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library required by kicq (not libicq) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile index 0ae18d4de226..19500c0889e2 100644 --- a/net-im/libicq/Makefile +++ b/net-im/libicq/Makefile @@ -18,7 +18,7 @@ COMMENT= Library to add ICQ communication support to your software USE_GNOME= glib12 USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile index 23fd32ce3bd0..bba48f54d883 100644 --- a/net-im/libicq2000/Makefile +++ b/net-im/libicq2000/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-static -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= libicq2000-config.1 diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile index d0577c3d71e0..17b86cf09d02 100644 --- a/net-im/libmsn/Makefile +++ b/net-im/libmsn/Makefile @@ -20,7 +20,7 @@ COMMENT= A library for connecting to MSN Messenger service LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 422743a79640..ae0f1f2b6e09 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -19,7 +19,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index 699f171c38ef..94a3e3fd78f8 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -18,7 +18,7 @@ COMMENT= A network data storage and analysis library from CAIDA GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GCC= 2.95 MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 0924b38574a4..1ff62ba81a1b 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= Arts.0:${PORTSDIR}/net-mgmt/arts++ GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GCC= 2.95 CONFIGURE_ARGS= --enable-shared --with-artspp=${LOCALBASE} diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 465ddd162f8c..c17b4c5478f5 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -17,7 +17,7 @@ COMMENT= An extendable SNMP implementation GNU_CONFIGURE= yes USE_PERL5= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CFLAGS+= -fPIC CONFIGURE_ARGS+= --enable-shared \ diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index d63165c7d8c2..43cf8c8d3197 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_OPENSSL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 7ee8e1db3ab5..f890043693c5 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -28,7 +28,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 lthack USE_OPENSSL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-ltdl-install --with-crypto LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index 4459b7dfec7d..75d358c27115 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -19,7 +19,7 @@ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ diff --git a/net/adasockets/Makefile b/net/adasockets/Makefile index a1387d36e2cc..34cf649abd79 100644 --- a/net/adasockets/Makefile +++ b/net/adasockets/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat \ texi2dvi:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= adasockets-config.1 INFO= adasockets diff --git a/net/dhcp-agent/Makefile b/net/dhcp-agent/Makefile index 80ce17d39acb..f796c59b754b 100644 --- a/net/dhcp-agent/Makefile +++ b/net/dhcp-agent/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= dhcp-client.1 dhcp-sniff.1 INFO= dhcp-agent diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 16fb772c40d0..a5e57a458830 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -134,7 +134,7 @@ PLIST_SUB+= RLMPERL="@comment " PLIST_SUB+= RLMPERL="" .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= radclient.1 radeapclient.1 radlast.1 radtest.1 radwho.1 \ radzap.1 diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 16fb772c40d0..a5e57a458830 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -134,7 +134,7 @@ PLIST_SUB+= RLMPERL="@comment " PLIST_SUB+= RLMPERL="" .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= radclient.1 radeapclient.1 radlast.1 radtest.1 radwho.1 \ radzap.1 diff --git a/net/gnet/Makefile b/net/gnet/Makefile index ec2ae49fc8ec..18e3b835c473 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -16,7 +16,7 @@ COMMENT= A simple network library built upon Glib USE_GNOME= gnomehack glib12 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= gnet-config.1 diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index ada638d8ace2..b06b29d4275b 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -21,7 +21,7 @@ USE_SUBMAKE= yes USE_GMAKE= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GETTEXT= yes CONFIGURE_TARGET= # empty diff --git a/net/libmms/Makefile b/net/libmms/Makefile index 6eee0ff8e343..da33fc0caede 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -16,7 +16,7 @@ COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_GNOME= gnomehack gnometarget pkgconfig glib20 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes pre-configure: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \ diff --git a/net/libosip/Makefile b/net/libosip/Makefile index 8a00301efb02..04cf4055e071 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A low layer of SIP implementation USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= osip.1 diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile index 6535a82a1b25..7d572c6c8825 100644 --- a/net/libsocketcpp/Makefile +++ b/net/libsocketcpp/Makefile @@ -16,6 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ wrapper library to the sockets GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index a8a36b13bb27..0663dbc2bbf8 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --disable-ipv6 --disable-gtk-doc --enable-gnome_ui=no \ --disable-ewarning --without-ilbc --disable-strict \ --with-speex=${LOCALBASE} --with-osip=${LOCALBASE} \ --with-html-dir=${DOCSDIR} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= linphonec.1 sipomatic.1 diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 4d4040c05016..af5cc02a1b6f 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \ --with-pvm-libs=${LOCALBASE}/lib -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-install: .if !defined(NOPORTDOCS) diff --git a/net/rexx-sock/Makefile b/net/rexx-sock/Makefile index cecb10415de0..951ffe2c2289 100644 --- a/net/rexx-sock/Makefile +++ b/net/rexx-sock/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-rexx=regina MAKE_ARGS= INSTALL="${INSTALL}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/rx${PORTNAME} diff --git a/net/roadrunner/Makefile b/net/roadrunner/Makefile index 47531f3f7626..b43df75b2e0b 100644 --- a/net/roadrunner/Makefile +++ b/net/roadrunner/Makefile @@ -20,7 +20,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes NOT_FOR_ARCHS= sparc64 DOC_FILES= API_CHANGES AUTHORS COPYING ChangeLog \ diff --git a/net/serveez/Makefile b/net/serveez/Makefile index f62a3e4bbfc7..593dd87d4c83 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= serveez.1 serveez-config.1 INFO= serveez serveez-api diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 7461d367ce25..8a101821cae3 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1 MAN5= tn5250rc.5 diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile index ad309749c8ee..66536af902ba 100644 --- a/net/ulxmlrpcpp/Makefile +++ b/net/ulxmlrpcpp/Makefile @@ -26,7 +26,7 @@ USE_ICONV= yes USE_OPENSSL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/net/vls/Makefile b/net/vls/Makefile index 4d3647095398..5dc32dd07dfb 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_RC_SUBR= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/inlcude CONFIGURE_ARGS+= --with-dvbpsi=${LOCALBASE} diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 70178a7b3c13..16266377ad21 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ query-meerkat.1 xml-rpc-api2txt.1 diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 70178a7b3c13..16266377ad21 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ query-meerkat.1 xml-rpc-api2txt.1 diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile index 3a32402d0f45..cf791df1cacf 100644 --- a/net/yptransitd/Makefile +++ b/net/yptransitd/Makefile @@ -18,7 +18,7 @@ COMMENT= A replacement for nss_ldap USE_OPENLDAP= yes USE_BISON= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE} diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 898176efaedb..9b3a495e29fc 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -17,7 +17,7 @@ COMMENT= Synchronize a PalmPilot with a Unix workstation USE_GETTEXT= yes REINPLACE_ARGS= -i "" -E -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 9c632585d7d6..8851d52f1e06 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -20,7 +20,7 @@ USE_ICONV= yes USE_GETOPT_LONG=yes USE_BZIP2= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_PERL5= yes TCL_VER?= 8.4 diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 9c632585d7d6..8851d52f1e06 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -20,7 +20,7 @@ USE_ICONV= yes USE_GETOPT_LONG=yes USE_BZIP2= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_PERL5= yes TCL_VER?= 8.4 diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile index fa02f9148eb0..fff3535d4ad5 100644 --- a/palm/synce-gnomevfs/Makefile +++ b/palm/synce-gnomevfs/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index fa02f9148eb0..fff3535d4ad5 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 766712530701..cabde917dd1b 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: .for f in synce-install-cab.in synce-remove-program.in diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index ce0a390a1331..6ad8f51ee97f 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -24,7 +24,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile index e3ba162951d7..57bae81f26e3 100644 --- a/palm/synce-libsynce/Makefile +++ b/palm/synce-libsynce/Makefile @@ -20,6 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile index ce0a390a1331..6ad8f51ee97f 100644 --- a/palm/synce-rra/Makefile +++ b/palm/synce-rra/Makefile @@ -24,7 +24,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/print/clibpdf/Makefile b/print/clibpdf/Makefile index 3ea19c870500..a2712f9dda9a 100644 --- a/print/clibpdf/Makefile +++ b/print/clibpdf/Makefile @@ -16,7 +16,7 @@ COMMENT= A library for creating PDF (Acrobat) files directly via C language prog WRKSRC= ${WRKDIR}/ClibPDF/source -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 0 MAKEFILE= Makefile.FreeBSD diff --git a/print/freetype/Makefile b/print/freetype/Makefile index de8b2908b5bb..e954d455aaec 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free and portable TrueType font rendering engine USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared .ifdef USE_FREETYPE diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 634b321bb807..b47ca33750ab 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -107,7 +107,7 @@ USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so INSTALL_TARGET= soinstall -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 1 PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}" .else diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 1e1f6e5e8eea..73b461e9d6b8 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -108,7 +108,7 @@ USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 1 PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}" .else diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 62103e38b969..7d90d62dc7ee 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -110,7 +110,7 @@ USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 1 PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}" .else diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 1e1f6e5e8eea..73b461e9d6b8 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -108,7 +108,7 @@ USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 1 PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}" .else diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 62103e38b969..7d90d62dc7ee 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -110,7 +110,7 @@ USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_VER= 1 PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}" .else diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index d78417211fe9..9c7d9c8603e1 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFLICTS= gutenprint-[0-9]* diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index d36b0ee2005b..1001eaa68009 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -16,7 +16,7 @@ COMMENT= A C library providing vector output for OpenGL application USE_GL= yes USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes pre-build: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile index c62ad72257ff..03ff9998a598 100644 --- a/print/ifhp/Makefile +++ b/print/ifhp/Makefile @@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IFHP - A highly configurable print filter for LPRng GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GHOSTSCRIPT= yes MAN8= ifhp.8 textps.8 diff --git a/print/libijs/Makefile b/print/libijs/Makefile index 1cfb49fe04a3..1ed0c58d3801 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GNOME= gnometarget lthack pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ijs-config.1 diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 09f5544d8ee8..4e6b8d025626 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -19,6 +19,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/print/panda/Makefile b/print/panda/Makefile index d1d99cabbdfd..69a48f3abc7a 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-berkeley-db -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include/db41 -I${LOCALBASE}/include \ ${PTHREAD_CFLAGS} diff --git a/print/pslib/Makefile b/print/pslib/Makefile index c49c38e18ad7..df46f80d88d7 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ ac_cv_prog_DOC_TO_MAN="" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/science/bblimage/Makefile b/science/bblimage/Makefile index 35609b224d2f..d557ba155083 100644 --- a/science/bblimage/Makefile +++ b/science/bblimage/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 696fa612f93e..613f3a0444cf 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -38,7 +38,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS="${FCFLAGS}" USE_GMAKE= yes ALL_TARGET= -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes TEST_ENV= ELMER_HOME=${PREFIX} DATADIR= ${PREFIX}/share/elmersolver diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 803e426382a3..575fb078ee28 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -18,7 +18,7 @@ COMMENT= Chemistry file translation program USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget libxml2 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= obchiral.1 obfit.1 obgrep.1 obprop.1 obrotate.1 openbabel.1 diff --git a/science/pyvox/Makefile b/science/pyvox/Makefile index 35609b224d2f..d557ba155083 100644 --- a/science/pyvox/Makefile +++ b/science/pyvox/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ |