From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 08:44:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90DDADEA; Wed, 16 Jul 2014 08:44:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 722FC2E6D; Wed, 16 Jul 2014 08:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G8iDjp050191; Wed, 16 Jul 2014 08:44:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6G8i5GA050142; Wed, 16 Jul 2014 08:44:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407160844.s6G8i5GA050142@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 16 Jul 2014 08:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362053 - in head: palm/pilot-link polish/gnugadu2 ports-mgmt/bxpkg ports-mgmt/packagekit print/ghostscript7/files print/gutenprint-base science/abinit science/psi3 security/lasso secur... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 08:44:13 -0000 Author: bapt Date: Wed Jul 16 08:44:04 2014 New Revision: 362053 URL: http://svnweb.freebsd.org/changeset/ports/362053 QAT: https://qat.redports.org/buildarchive/r362053/ Log: Fix some non default LIB_DEPENDS With hat: portmgr Modified: head/palm/pilot-link/Makefile head/polish/gnugadu2/Makefile head/ports-mgmt/bxpkg/Makefile head/ports-mgmt/packagekit/Makefile head/print/ghostscript7/files/Makefile.drivers_post head/print/gutenprint-base/Makefile head/science/abinit/Makefile head/science/psi3/Makefile head/security/lasso/Makefile head/security/openvpn-devel/Makefile head/security/ophcrack/Makefile head/security/samhain/Makefile head/security/suricata/Makefile head/sysutils/fusefs-ntfs/Makefile head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2/Makefile head/sysutils/heartbeat/Makefile head/sysutils/jailadmin/Makefile head/sysutils/pdsh/Makefile head/sysutils/pflogx/Makefile head/textproc/htmldoc/Makefile head/textproc/libextractor/Makefile head/textproc/pootle/Makefile head/textproc/sphinxsearch-devel/Makefile head/www/cacheboy16/Makefile head/www/elinks/Makefile head/www/gallery3/Makefile head/www/groupoffice/Makefile head/www/links-hacked/Makefile head/www/lusca-head/Makefile head/www/opera-devel/Makefile head/www/squid/Makefile head/www/squid32/Makefile head/www/squid33/Makefile head/x11/mlterm/Makefile head/x11/mrxvt/Makefile head/x11/xbindkeys/Makefile head/x11/xvkbd/Makefile Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/palm/pilot-link/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -45,7 +45,7 @@ LDFLAGS+= ${PTHREAD_LIBS} .endif .if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png CONFIGURE_ARGS+= --with-libpng=${PREFIX} .else CONFIGURE_ARGS+= --disable-png Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/polish/gnugadu2/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -74,7 +74,7 @@ PORT_OPTIONS+= GTKSPELL .endif .if ${PORT_OPTIONS:MTLEN} -LIB_DEPENDS+= tlen.1:${PORTSDIR}/polish/libtlen +LIB_DEPENDS+= libtlen.so:${PORTSDIR}/polish/libtlen CONFIGURE_ARGS+= --with-tlen PLIST_SUB+= TLEN:="" .else @@ -83,7 +83,7 @@ PLIST_SUB+= TLEN:="@comment " .endif .if ${PORT_OPTIONS:MJABBER} -LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth +LIB_DEPENDS+= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth CONFIGURE_ARGS+= --with-jabber PLIST_SUB+= JABBER:="" .else @@ -108,14 +108,14 @@ PLIST_SUB+= DOCKAPP:="@comment " .endif .if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .else CONFIGURE_ARGS+= --without-gtkspell .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --with-dbus \ --with-dbus-dir=${PREFIX}/share/dbus-1/services PLIST_SUB+= DBUS:="" @@ -135,7 +135,7 @@ PLIST_SUB+= ESOUND:="@comment " .endif .if ${PORT_OPTIONS:MXOSD} -LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd +LIB_DEPENDS+= libxosd.so:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd PLIST_SUB+= XOSD:="" .else Modified: head/ports-mgmt/bxpkg/Makefile ============================================================================== --- head/ports-mgmt/bxpkg/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/ports-mgmt/bxpkg/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -24,7 +24,7 @@ NO_STAGE= yes .include .if ${OSVERSION} < 800000 -LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive +LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive .endif .include Modified: head/ports-mgmt/packagekit/Makefile ============================================================================== --- head/ports-mgmt/packagekit/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/ports-mgmt/packagekit/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -72,7 +72,7 @@ PLIST_SUB+= GTK="@comment " CONFIGURE_ARGS+=--disable-qt .elif defined(${SLAVEPORT}) && ${SLAVEPORT}=="qt4" -LIB_DEPENDS+= packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit +LIB_DEPENDS+= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit CONFIGURE_ARGS+=--enable-qt LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit Modified: head/print/ghostscript7/files/Makefile.drivers_post ============================================================================== --- head/print/ghostscript7/files/Makefile.drivers_post Wed Jul 16 08:33:56 2014 (r362052) +++ head/print/ghostscript7/files/Makefile.drivers_post Wed Jul 16 08:44:04 2014 (r362053) @@ -31,7 +31,7 @@ OPTIONS_UNSET+= ${PORT_OPTIONS:MGS_${D}} .endfor .if defined(_VGA_DEVS) -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif # x11 specific Modified: head/print/gutenprint-base/Makefile ============================================================================== --- head/print/gutenprint-base/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/print/gutenprint-base/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -29,7 +29,7 @@ NO_STAGE= yes .include .if ${SLAVE_PORT}=="yes" -LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint-base +LIB_DEPENDS+= libgutenprintui2.so:${PORTSDIR}/print/gutenprint-base PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config GUTENPRINTUI2_LIBS=`${PKG_CONFIG} --libs gutenprintui2` .else @@ -37,7 +37,7 @@ MAN1+= escputil.1 .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ +LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ gutenprint.3:${PORTSDIR}/print/gutenprint-base CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS BUILD_WRKSRC= ${WRKSRC}/src/gimp2 @@ -47,8 +47,8 @@ CONFIGURE_ARGS+=--without-gimp2 .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups" -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client \ - cupsimage.2:${PORTSDIR}/print/cups-image +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client \ + libcupsimage.so:${PORTSDIR}/print/cups-image RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster CONFIGURE_ARGS+= --with-cups=${PREFIX} \ --enable-cups-ppds \ @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --without-cups .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="ijs" -LIB_DEPENDS+= ijs.1:${PORTSDIR}/print/libijs +LIB_DEPENDS+= libijs.so:${PORTSDIR}/print/libijs CONFIGURE_ARGS+=--with-ijs=yes MAN1+= ijsgutenprint.1 BUILD_WRKSRC= ${WRKSRC}/src/ghost Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/science/abinit/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -48,12 +48,12 @@ MANUAL_PACKAGE_BUILD= takes a tremendous WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas BLAS= -lf77blas LAPACK= -lalapack -lcblas .else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas +LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack BLAS= -lblas LAPACK= -llapack .endif Modified: head/science/psi3/Makefile ============================================================================== --- head/science/psi3/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/science/psi3/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -40,7 +40,7 @@ LIB_DEPENDS+= liblapack.so:${PORTSDIR}/m BLAS= -lgoto2p LAPACK= -lgoto2p .elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas BLAS= -lptf77blas LAPACK= -lalapack -lptcblas .endif Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/security/lasso/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -40,7 +40,7 @@ PLIST_SUB+= WITH_PERL="@comment " CONFIGURE_ARGS+= --enable-php5 \ --with-php5-config="${LOCALBASE}/bin/php-config" LDFLAGS+= "-L${LOCALBASE}/lib" -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 PLIST_SUB+= WITH_PHP5="" USE_PHP= yes USE_PHP_BUILD= yes Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/security/openvpn-devel/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -72,7 +72,7 @@ CONFIGURE_ARGS+=--disable-lzo .endif .if ${PORT_OPTIONS:MSNAPPY} -LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy +LIB_DEPENDS+= libsnappy.so:${PORTSDIR}/archivers/snappy .else CONFIGURE_ARGS+=--disable-snappy .endif Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/security/ophcrack/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --disable-gui .endif .if ${PORT_OPTIONS:MGRAPH} -LIB_DEPENDS+= qwt:${PORTSDIR}/x11-toolkits/qwt5 +LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 .else CONFIGURE_ARGS+= --disable-graph .endif Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/security/samhain/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --with-logserver=true CONFIGURE_ARGS+= --with-altlogserver=true .endif .if ${PORT_OPTIONS:MPRELUDE} -LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= libprelude.so:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/security/suricata/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -61,7 +61,7 @@ BROKEN= Does not compile on ia64, power .endif .if ${PORT_OPTIONS:MPRELUDE} -LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= libprelude.so:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude \ --with-libprelude-prefix=${LOCALBASE} PLIST_SUB+= PRELUDE="" @@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --enable-ipfw .endif .if ${PORT_OPTIONS:MPORTS_PCAP} -LIB_DEPENDS+= pcap:${PORTSDIR}/net/libpcap +LIB_DEPENDS+= libpcap.so:${PORTSDIR}/net/libpcap CONFIGURE_ARGS+= --with-libpcap-includes=${LOCALBASE}/include \ --with-libpcap-libraries=${LOCALBASE}/lib .else Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/fusefs-ntfs/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -41,7 +41,7 @@ CFLAGS+= -DUSE_LOCK .if ${PORT_OPTIONS:MUBLIO} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ublio -LIB_DEPENDS+= ublio:${PORTSDIR}/devel/libublio +LIB_DEPENDS+= libublio.so:${PORTSDIR}/devel/libublio CFLAGS+= -DUSE_UBLIO .endif Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/grub2-pcbsd/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -64,7 +64,7 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} .if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs CONFIGURE_ARGS+= --enable-grub-mount .else CONFIGURE_ARGS+= --disable-grub-mount Modified: head/sysutils/grub2/Makefile ============================================================================== --- head/sysutils/grub2/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/grub2/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -57,7 +57,7 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} .if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs CONFIGURE_ARGS+= --enable-grub-mount .else CONFIGURE_ARGS+= --disable-grub-mount Modified: head/sysutils/heartbeat/Makefile ============================================================================== --- head/sysutils/heartbeat/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/heartbeat/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -65,8 +65,8 @@ LDIRECTORD_DESC= Enable Linux Director D APCSNMP_DESC= Enable APC SNMP Stonith Device DRAC3_DESC= Enable Dell DRACIII Stonith Device -APCSNMP_LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp -DRAC3_LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +APCSNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +DRAC3_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl .include Modified: head/sysutils/jailadmin/Makefile ============================================================================== --- head/sysutils/jailadmin/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/jailadmin/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -19,7 +19,7 @@ NO_STAGE= yes .include .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB+= SNMP="" .else INSTALL_TARGET= installbase Modified: head/sysutils/pdsh/Makefile ============================================================================== --- head/sysutils/pdsh/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/pdsh/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -51,7 +51,7 @@ PLIST_SUB+= NETGROUP="@comment " .if ${PORT_OPTIONS:MREADLINE} CONFIGURE_ARGS+= --with-readline -LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline +LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline .else CONFIGURE_ARGS+= --without-readline .endif Modified: head/sysutils/pflogx/Makefile ============================================================================== --- head/sysutils/pflogx/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/sysutils/pflogx/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -18,7 +18,7 @@ EXPAT_DESC= Ability to merge new events .include .if ${PORT_OPTIONS:MEXPAT} -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 MAKE_ARGS+= -DWITH_EXPAT \ EXPAT_INCLUDEDIR=${LOCALBASE}/include \ EXPAT_LIBDIR=${LOCALBASE}/lib Modified: head/textproc/htmldoc/Makefile ============================================================================== --- head/textproc/htmldoc/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/textproc/htmldoc/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -56,7 +56,7 @@ post-install: .include .if ${PORT_OPTIONS:MHTMLDOCGUI} -LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS+= libfltk.so:${PORTSDIR}/x11-toolkits/fltk CONFIGURE_ARGS+=--with-gui=yes .else CONFIGURE_ARGS+=--with-gui=no Modified: head/textproc/libextractor/Makefile ============================================================================== --- head/textproc/libextractor/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/textproc/libextractor/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -70,28 +70,28 @@ PLIST_SUB+= EXIV2="@comment " .endif .if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac +LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else PLIST_SUB+= FLAC="@comment " .endif .if ${PORT_OPTIONS:MMPEG2} -LIB_DEPENDS+= mpeg2:${PORTSDIR}/multimedia/libmpeg2 +LIB_DEPENDS+= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 PLIST_SUB+= MPEG2="" .else PLIST_SUB+= MPEG2="@comment " .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbisfile:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else PLIST_SUB+= VORBIS="@comment " .endif .if ${PORT_OPTIONS:MGSF} -LIB_DEPENDS+= gsf-1:${PORTSDIR}/devel/libgsf +LIB_DEPENDS+= libgsf-1.so:${PORTSDIR}/devel/libgsf PLIST_SUB+= GSF="" .else PLIST_SUB+= GSF="@comment " @@ -105,7 +105,7 @@ PLIST_SUB+= POPPLER="@comment " .endif .if ${PORT_OPTIONS:MRPM} -LIB_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 +LIB_DEPENDS+= librpm.so:${PORTSDIR}/archivers/rpm4 PLIST_SUB+= RPM="" .else PLIST_SUB+= RPM="@comment " @@ -113,7 +113,7 @@ PLIST_SUB+= RPM="@comment " # QT can be disabled .if ${PORT_OPTIONS:MQT} -LIB_DEPENDS+= QtGui:${PORTSDIR}/x11-toolkits/qt4-gui +LIB_DEPENDS+= libQtGui.so:${PORTSDIR}/x11-toolkits/qt4-gui LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/qt4 CONFIGURE_ARGS+=--with-qt=${LOCALBASE} PLIST_SUB+= QT="" Modified: head/textproc/pootle/Makefile ============================================================================== --- head/textproc/pootle/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/textproc/pootle/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -70,7 +70,7 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subv .endif .if ${PORT_OPTIONS:MMEMCACHED} -LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached +LIB_DEPENDS+= libmemcached.so:${PORTSDIR}/databases/libmemcached RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}memcached>=1.45:${PORTSDIR}/databases/py-memcached .endif Modified: head/textproc/sphinxsearch-devel/Makefile ============================================================================== --- head/textproc/sphinxsearch-devel/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/textproc/sphinxsearch-devel/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -82,7 +82,7 @@ SYSLOG_DESC= Enable logging via syslog SYSLOG_CONFIGURE_WITH= syslog UNIXODBC_CONFIGURE_WITH=unixodbc -UNIXODBC_LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC +UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC CONFLICTS= sphinxsearch-[0-9]* dpsearch-[0-9]* rdb-[0-9]* \ Modified: head/www/cacheboy16/Makefile ============================================================================== --- head/www/cacheboy16/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/cacheboy16/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -140,7 +140,7 @@ external_acl+= ldap_group libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if ${PORT_OPTIONS:MSQUID_SASL_AUTH} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/elinks/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --disable-nls #.endif .if ${PORT_OPTIONS:MGUILE} -LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --with-guile .else CONFIGURE_ARGS+= --without-guile @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-fastmem .endif .if ${PORT_OPTIONS:MIDN} -LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-idn .else CONFIGURE_ARGS+= --without-idn @@ -159,7 +159,7 @@ CONFIGURE_ARGS+= --disable-cgi .endif .if ${PORT_OPTIONS:MXBELMARKS} -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ARGS+= --enable-xbel --with-expat .else CONFIGURE_ARGS+= --disable-xbel @@ -176,7 +176,7 @@ CONFIGURE_ARGS+= --enable-88-colors .if ${PORT_OPTIONS:MSPIDERMONKEY} BUILD_DEPENDS+= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey17 RUN_DEPENDS+= js:${PORTSDIR}/lang/spidermonkey17 -LIB_DEPENDS+= nspr4:${PORTSDIR}/devel/nspr +LIB_DEPENDS+= libnspr4.so:${PORTSDIR}/devel/nspr CFLAGS+= -I${LOCALBASE}/include/nspr LDFLAGS+= -lnspr4 -pthread -lpthread -lm CONFIGURE_ARGS+= --enable-sm-scripting --with-spidermonkey @@ -189,17 +189,13 @@ USES+= iconv CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif -.if ${PORT_OPTIONS:MFASTMEM} && ${OSVERSION} > 1000000 -BROKEN= segfaults on 10.X with fast mem enabled -.endif - # # Elinks will try to use it if exists # .if exists(/usr/include/execinfo.h) LDFLAGS+= -lexecinfo .elif exists(${LOCALBASE}/include/execinfo.h) -LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo .endif Modified: head/www/gallery3/Makefile ============================================================================== --- head/www/gallery3/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/gallery3/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -38,7 +38,7 @@ RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg .endif .if ${PORT_OPTIONS:MGD} Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/groupoffice/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -42,7 +42,7 @@ USE_PHP+= calendar .endif .if ${PORT_OPTIONS:MWBXML} -LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 +LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 .endif do-install: Modified: head/www/links-hacked/Makefile ============================================================================== --- head/www/links-hacked/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/links-hacked/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -45,14 +45,14 @@ CONFIGURE_ARGS+= --disable-graphics --wi .endif .if ${PORT_OPTIONS:MSVGALIB} -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib CONFIGURE_ARGS+= --with-svgalib .else CONFIGURE_ARGS+= --without-svgalib .endif .if ${PORT_OPTIONS:MDIRECTFB} -LIB_DEPENDS+= directfb-1.4.5:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= libdirectfb-1.4.so:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb .else CONFIGURE_ARGS+= --without-directfb Modified: head/www/lusca-head/Makefile ============================================================================== --- head/www/lusca-head/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/lusca-head/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -209,7 +209,7 @@ external_acl+= ldap_group libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if ${PORT_OPTIONS:MSASL_AUTH} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/www/opera-devel/Makefile ============================================================================== --- head/www/opera-devel/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/opera-devel/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -43,7 +43,7 @@ NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client .endif .if ! ${PORT_OPTIONS:MVIDEO} Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/squid/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -232,7 +232,7 @@ external_acl+= ldap_group libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group .endif .if ${PORT_OPTIONS:MSASL_AUTH} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/www/squid32/Makefile ============================================================================== --- head/www/squid32/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/squid32/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -245,7 +245,7 @@ external_acl+= LDAP_group libexec+= basic_ldap_auth ext_ldap_group_acl .endif .if ${PORT_OPTIONS:MAUTH_SASL} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -422,7 +422,7 @@ CONFIGURE_ARGS+= --disable-follow-x-forw .endif .if ${PORT_OPTIONS:MECAP} CONFIGURE_ARGS+= --enable-ecap -LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap +LIB_DEPENDS+= libecap.so:${PORTSDIR}/www/libecap CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else @@ -435,8 +435,8 @@ CONFIGURE_ARGS+= --disable-icap-client .endif .if ${PORT_OPTIONS:MESI} CONFIGURE_ARGS+= --enable-esi -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 \ - xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libxml2.so:${PORTSDIR}/textproc/libxml2 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib .else Modified: head/www/squid33/Makefile ============================================================================== --- head/www/squid33/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/www/squid33/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -252,7 +252,7 @@ external_acl+= LDAP_group libexec+= basic_ldap_auth ext_ldap_group_acl .endif .if ${PORT_OPTIONS:MAUTH_SASL} -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -432,7 +432,7 @@ CONFIGURE_ARGS+= --disable-follow-x-forw .endif .if ${PORT_OPTIONS:MECAP} CONFIGURE_ARGS+= --enable-ecap -LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap +LIB_DEPENDS+= libecap.so:${PORTSDIR}/www/libecap CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else @@ -445,8 +445,8 @@ CONFIGURE_ARGS+= --disable-icap-client .endif .if ${PORT_OPTIONS:MESI} CONFIGURE_ARGS+= --enable-esi -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 \ - xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libxml2.so:${PORTSDIR}/textproc/libxml2 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib .else Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/x11/mlterm/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -36,7 +36,7 @@ UIM_DESC= "uim support (experimental)" .if ${PORT_OPTIONS:MFRIBIDI} CONFIGURE_ARGS+= --enable-fribidi -LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= libfribidi.so:${PORTSDIR}/converters/fribidi PLIST_SUB+= FRIBIDI="" .else CONFIGURE_ARGS+= --disable-fribidi @@ -45,7 +45,7 @@ PLIST_SUB+= FRIBIDI="@comment " .if ${PORT_OPTIONS:MUIM} CONFIGURE_ARGS+= --enable-uim -LIB_DEPENDS+= uim:${PORTSDIR}/textproc/uim +LIB_DEPENDS+= libuim.so:${PORTSDIR}/textproc/uim PLIST_SUB+= UIM="" .else CONFIGURE_ARGS+= --disable-uim @@ -54,7 +54,7 @@ PLIST_SUB+= UIM="@comment " .if ${PORT_OPTIONS:MM17NLIB} CONFIGURE_ARGS+= --enable-m17nlib -LIB_DEPENDS+= m17n:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS+= libm17n.so:${PORTSDIR}/devel/m17n-lib PLIST_SUB+= M17NLIB="" .else CONFIGURE_ARGS+= --disable-m17nlib @@ -63,7 +63,7 @@ PLIST_SUB+= M17NLIB="@comment " .if ${PORT_OPTIONS:MSCIM} CONFIGURE_ARGS+= --enable-scim -LIB_DEPENDS+= scim-1.0:${PORTSDIR}/textproc/scim +LIB_DEPENDS+= libscim-1.0.so:${PORTSDIR}/textproc/scim PLIST_SUB+= SCIM="" .else CONFIGURE_ARGS+= --disable-scim @@ -72,7 +72,7 @@ PLIST_SUB+= SCIM="@comment " .if ${PORT_OPTIONS:MIBUS} CONFIGURE_ARGS+= --enable-ibus -LIB_DEPENDS+= ibus-1.0:${PORTSDIR}/textproc/ibus +LIB_DEPENDS+= libibus-1.0.so:${PORTSDIR}/textproc/ibus PLIST_SUB+= IBUS="" .else CONFIGURE_ARGS+= --disable-ibus @@ -81,7 +81,7 @@ PLIST_SUB+= IBUS="@comment " .if ${PORT_OPTIONS:MCAIRO} CONFIGURE_ARGS+= --with-type-engines="xcore,xft,cairo" -LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo PLIST_SUB+= CAIRO="" .else CONFIGURE_ARGS+= --with-type-engines="xcore,xft" @@ -97,7 +97,7 @@ PLIST_SUB+= SIXEL="@comment " .endif .if ${OSVERSION} < 900004 -LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter +LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter .endif post-configure: Modified: head/x11/mrxvt/Makefile ============================================================================== --- head/x11/mrxvt/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/x11/mrxvt/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -22,7 +22,7 @@ USE_XORG= x11 OPTIONS_DEFINE= DOCS JAPANESE XFT JAPANESE_CONFIGURE_ON= --enable-xim --enable-cjk --with-encoding=eucj -XFT_LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft +XFT_LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft XFT_CONFIGURE_ENABLE= xft .include Modified: head/x11/xbindkeys/Makefile ============================================================================== --- head/x11/xbindkeys/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/x11/xbindkeys/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -26,7 +26,7 @@ WISH= ${LOCALBASE}/bin/wish8.4 .include .if ${PORT_OPTIONS:MGUILE} -LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile .else CONFIGURE_ARGS+= --disable-guile .endif Modified: head/x11/xvkbd/Makefile ============================================================================== --- head/x11/xvkbd/Makefile Wed Jul 16 08:33:56 2014 (r362052) +++ head/x11/xvkbd/Makefile Wed Jul 16 08:44:04 2014 (r362053) @@ -22,7 +22,7 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt .include .if ${PORT_OPTIONS:MXAW3D} -LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d XK_DEFSUBST+= -e 's/XCOMM define XAW3d/\#define XAW3d/;' .endif