svn commit: r354215 - in head: comms/rtl-sdr emulators/pcsxr

Ganael LAPLANCHE martymac at FreeBSD.org
Fri May 16 12:27:02 UTC 2014


Author: martymac
Date: Fri May 16 12:27:00 2014
New Revision: 354215
URL: http://svnweb.freebsd.org/changeset/ports/354215
QAT: https://qat.redports.org/buildarchive/r354215/

Log:
  Switch to USES=libtool

Modified:
  head/comms/rtl-sdr/Makefile
  head/comms/rtl-sdr/pkg-plist
  head/emulators/pcsxr/Makefile
  head/emulators/pcsxr/pkg-plist

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Fri May 16 12:26:30 2014	(r354214)
+++ head/comms/rtl-sdr/Makefile	Fri May 16 12:27:00 2014	(r354215)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rtl-sdr
 PORTVERSION=	20140210
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -13,8 +14,8 @@ COMMENT=	Commandline tool that performs 
 
 LICENSE=	GPLv2
 
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
+USES=		gmake pkgconfig libtool
+USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize:env
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/comms/rtl-sdr/pkg-plist
==============================================================================
--- head/comms/rtl-sdr/pkg-plist	Fri May 16 12:26:30 2014	(r354214)
+++ head/comms/rtl-sdr/pkg-plist	Fri May 16 12:27:00 2014	(r354215)
@@ -8,9 +8,9 @@ bin/rtl_test
 include/rtl-sdr.h
 include/rtl-sdr_export.h
 lib/librtlsdr.a
-lib/librtlsdr.la
 lib/librtlsdr.so
 lib/librtlsdr.so.0
+lib/librtlsdr.so.0.0.5
 libdata/pkgconfig/librtlsdr.pc
 %%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
 %%PORTDOCS%%%%DOCSDIR%%/html/annotated.js

Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile	Fri May 16 12:26:30 2014	(r354214)
+++ head/emulators/pcsxr/Makefile	Fri May 16 12:27:00 2014	(r354215)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pcsxr
 PORTVERSION=	1.9.94.r87113
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/au
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
+USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize:env
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -33,7 +33,7 @@ USE_XORG=	x11 xv xext xxf86vm xtst
 USE_SDL=	sdl
 USE_GL=	gl
 
-USES=		tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils
+USES=		tar:bzip2 dos2unix iconv gmake pkgconfig libtool desktop-file-utils
 DOS2UNIX_REGEX=	.*\.(c|h|cpp|hpp|am)
 
 PORTDOCS=	ChangeLog README

Modified: head/emulators/pcsxr/pkg-plist
==============================================================================
--- head/emulators/pcsxr/pkg-plist	Fri May 16 12:26:30 2014	(r354214)
+++ head/emulators/pcsxr/pkg-plist	Fri May 16 12:27:00 2014	(r354215)
@@ -40,25 +40,11 @@ lib/pcsxr/cfgDFInput
 lib/pcsxr/cfgDFCdrom
 lib/pcsxr/cfgDFSound
 lib/pcsxr/cfgDFNet
-lib/pcsxr/libBladeSio1.a
-lib/pcsxr/libBladeSio1.la
 lib/pcsxr/libBladeSio1.so
-lib/pcsxr/libDFXVideo.a
-lib/pcsxr/libDFXVideo.la
 lib/pcsxr/libDFXVideo.so
-lib/pcsxr/libpeopsxgl.a
-lib/pcsxr/libpeopsxgl.la
 lib/pcsxr/libpeopsxgl.so
-lib/pcsxr/libDFInput.a
-lib/pcsxr/libDFInput.la
 lib/pcsxr/libDFInput.so
-lib/pcsxr/libDFSound.a
-lib/pcsxr/libDFSound.la
 lib/pcsxr/libDFSound.so
-lib/pcsxr/libDFCdrom.a
-lib/pcsxr/libDFCdrom.la
 lib/pcsxr/libDFCdrom.so
-lib/pcsxr/libDFNet.a
-lib/pcsxr/libDFNet.la
 lib/pcsxr/libDFNet.so
 @dirrm lib/pcsxr


More information about the svn-ports-all mailing list