svn commit: r352048 - head/multimedia/vcdimager

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 24 18:40:31 UTC 2014


Author: tijl
Date: Thu Apr 24 18:40:31 2014
New Revision: 352048
URL: http://svnweb.freebsd.org/changeset/ports/352048
QAT: https://qat.redports.org/buildarchive/r352048/

Log:
  - Convert to USES=libtool.
  - Replace post-install with INSTALL_TARGET=install-strip.

Modified:
  head/multimedia/vcdimager/Makefile

Modified: head/multimedia/vcdimager/Makefile
==============================================================================
--- head/multimedia/vcdimager/Makefile	Thu Apr 24 18:37:22 2014	(r352047)
+++ head/multimedia/vcdimager/Makefile	Thu Apr 24 18:40:31 2014	(r352048)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vcdimager
 PORTVERSION=	0.7.24
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	vcdimager
@@ -17,11 +17,10 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		libcdio.so:${PORTSDIR}/sysutils/libcdio
 
-USES=		gmake pkgconfig pathfix
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool:oldver pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	lthack
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -30,7 +29,4 @@ INFO=		vcdimager vcdxrip vcd-info
 post-patch:
 	@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvcdinfo.so.2
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list