From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 16:42:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC1B7FDD; Mon, 23 Sep 2013 16:42:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99C372A09; Mon, 23 Sep 2013 16:42:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NGgWq5024572; Mon, 23 Sep 2013 16:42:32 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NGgVs4024549; Mon, 23 Sep 2013 16:42:31 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309231642.r8NGgVs4024549@svn.freebsd.org> From: Rene Ladan Date: Mon, 23 Sep 2013 16:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328021 - in head: astro/boinc-astropulse astro/boinc-setiathome-enhanced astro/boinc-setiathome-v7 emulators/fuse emulators/fuse-utils emulators/libspectrum games/torcs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 16:42:32 -0000 Author: rene Date: Mon Sep 23 16:42:30 2013 New Revision: 328021 URL: http://svnweb.freebsd.org/changeset/ports/328021 Log: Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS Modified: head/astro/boinc-astropulse/Makefile head/astro/boinc-setiathome-enhanced/Makefile head/astro/boinc-setiathome-v7/Makefile head/emulators/fuse-utils/Makefile head/emulators/fuse/Makefile head/emulators/libspectrum/Makefile head/games/torcs/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/astro/boinc-astropulse/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ ${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-v7:patch RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig Modified: head/astro/boinc-setiathome-enhanced/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/astro/boinc-setiathome-enhanced/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -18,7 +18,7 @@ DEPRECATED= Project is switching, use as BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/astro/boinc-setiathome-v7/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/emulators/fuse-utils/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig -LIB_DEPENDS= spectrum:${PORTSDIR}/emulators/libspectrum +LIB_DEPENDS= libspectrum.so:${PORTSDIR}/emulators/libspectrum GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} @@ -33,7 +33,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MAUDIOTOOLS} CONFIGURE_ARGS+=--with-audiofile -LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= libaudiofile.so:${PORTSDIR}/audio/libaudiofile PLIST_SUB= AUDIOTOOLS="" MAN1+= audio2tape.1 tape2wav.1 .else @@ -43,7 +43,7 @@ PLIST_SUB= AUDIOTOOLS="@comment " # FIXME no way to specify ffmpeg1 paths to configure script #.if ${PORT_OPTIONS:MFFMPEG} -#LIB_DEPENDS+= avformat1:${PORTSDIR}/multimedia/ffmpeg1 +#LIB_DEPENDS+= libavformat1.so:${PORTSDIR}/multimedia/ffmpeg1 #CONFIGURE_ARGS+=--with-ffmpeg #.else CONFIGURE_ARGS+=--without-ffmpeg Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/emulators/fuse/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -11,9 +11,9 @@ COMMENT= Free Unix (Sinclair ZX-)Spectru LICENSE= GPLv2 -LIB_DEPENDS= spectrum:${PORTSDIR}/emulators/libspectrum \ - png15:${PORTSDIR}/graphics/png \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libspectrum.so:${PORTSDIR}/emulators/libspectrum \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USES= pkgconfig @@ -35,13 +35,13 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MAO} CONFIGURE_ARGS+=--with-libao -LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao +LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao .else CONFIGURE_ARGS+=--without-libao .endif .if ${PORT_OPTIONS:MSAMPLERATE} -LIB_DEPENDS+= samplerate:${PORTSDIR}/audio/libsamplerate +LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate .else CONFIGURE_ARGS+=--without-libsamplerate .endif Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/emulators/libspectrum/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -11,7 +11,7 @@ COMMENT= Handling of ZX-Spectrum emulato LICENSE= GPLv2 -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/games/torcs/Makefile ============================================================================== --- head/games/torcs/Makefile Mon Sep 23 16:40:47 2013 (r328020) +++ head/games/torcs/Makefile Mon Sep 23 16:42:30 2013 (r328021) @@ -15,8 +15,8 @@ LICENSE= GPLv2 MAKE_JOBS_UNSAFE= yes BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libvorbis.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= gmake shebangfix