Date: Wed, 18 Dec 2013 14:35:53 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336836 - in head: graphics/exrtools graphics/grafx2 graphics/iec16022 graphics/jpegoptim graphics/telak mail/milter-callback security/vpnc sysutils/dvdbackup sysutils/fusefs-ext4fuse s... Message-ID: <201312181435.rBIEZrHv030610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Dec 18 14:35:53 2013 New Revision: 336836 URL: http://svnweb.freebsd.org/changeset/ports/336836 Log: Use new LIB_DEPENDS regime Modified: head/graphics/exrtools/Makefile head/graphics/grafx2/Makefile head/graphics/iec16022/Makefile head/graphics/jpegoptim/Makefile head/graphics/telak/Makefile head/mail/milter-callback/Makefile head/security/vpnc/Makefile head/sysutils/dvdbackup/Makefile head/sysutils/fusefs-ext4fuse/Makefile head/sysutils/logstalgia/Makefile head/sysutils/most/Makefile head/sysutils/vii/Makefile head/sysutils/zeroer/Makefile head/textproc/fldiff/Makefile head/www/httest/Makefile Modified: head/graphics/exrtools/Makefile ============================================================================== --- head/graphics/exrtools/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/graphics/exrtools/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -13,9 +13,9 @@ COMMENT= Utilities for manipulating with LICENSE= GPLv2 -LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - png15:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USES= pkgconfig gmake Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/graphics/grafx2/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program -LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libX11.so:${PORTSDIR}/x11/libX11 \ + libpng15.so:${PORTSDIR}/graphics/png USES= gmake pkgconfig USE_SDL= sdl image Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/graphics/iec16022/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -12,7 +12,7 @@ COMMENT= Create 2D barcodes, also known LICENSE= GPLv2 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/jpegoptim/Makefile ============================================================================== --- head/graphics/jpegoptim/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/graphics/jpegoptim/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -13,7 +13,7 @@ COMMENT= Utility to optimize jpeg files LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} Modified: head/graphics/telak/Makefile ============================================================================== --- head/graphics/telak/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/graphics/telak/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -13,8 +13,8 @@ COMMENT= Tool to draw pictures on your r LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt USES= gmake USE_EFL= imlib2 Modified: head/mail/milter-callback/Makefile ============================================================================== --- head/mail/milter-callback/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/mail/milter-callback/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -11,7 +11,7 @@ COMMENT= Milter to perform a envelope-fr LICENSE= GPLv3 -LIB_DEPENDS+= spf2:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2 USE_XZ= yes USE_RC_SUBR= milter-callback Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/security/vpnc/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl. MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts USES= shebangfix gmake perl5 Modified: head/sysutils/dvdbackup/Makefile ============================================================================== --- head/sysutils/dvdbackup/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/dvdbackup/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -11,7 +11,7 @@ COMMENT= Backup content from DVD to hard LICENSE= GPLv3 -LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes USES= gmake Modified: head/sysutils/fusefs-ext4fuse/Makefile ============================================================================== --- head/sysutils/fusefs-ext4fuse/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/fusefs-ext4fuse/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -12,7 +12,7 @@ COMMENT= EXT4 implementation for FUSE LICENSE= GPLv2 -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo USES= fuse pkgconfig gmake USE_GITHUB= yes Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/logstalgia/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -12,10 +12,10 @@ COMMENT= Website access log visualizatio LICENSE= GPLv3 -LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ - png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USES= pkgconfig Modified: head/sysutils/most/Makefile ============================================================================== --- head/sysutils/most/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/most/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -13,7 +13,7 @@ COMMENT= Pager (like less) which has sup LICENSE= GPLv2 -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/sysutils/vii/Makefile ============================================================================== --- head/sysutils/vii/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/vii/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -13,7 +13,7 @@ COMMENT= Execute a command repeatedly an LICENSE= GPLv2 -LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes Modified: head/sysutils/zeroer/Makefile ============================================================================== --- head/sysutils/zeroer/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/sysutils/zeroer/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -10,7 +10,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz PORTDOCS= README Modified: head/textproc/fldiff/Makefile ============================================================================== --- head/textproc/fldiff/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/textproc/fldiff/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -14,7 +14,7 @@ COMMENT= Graphical diff program using FL LICENSE= GPLv2 -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes Modified: head/www/httest/Makefile ============================================================================== --- head/www/httest/Makefile Wed Dec 18 14:31:07 2013 (r336835) +++ head/www/httest/Makefile Wed Dec 18 14:35:53 2013 (r336836) @@ -11,8 +11,8 @@ COMMENT= HTTP Test Tool LICENSE= AL2 -LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \ + libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181435.rBIEZrHv030610>