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

Rene Ladan rene at FreeBSD.org
Mon Sep 23 16:42:32 UTC 2013


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


More information about the svn-ports-all mailing list