Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 21:00:31 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368527 - head/graphics/libvisual04-plugins
Message-ID:  <201409182100.s8IL0Vg4060191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 21:00:30 2014
New Revision: 368527
URL: http://svnweb.freebsd.org/changeset/ports/368527
QAT: https://qat.redports.org/buildarchive/r368527/

Log:
  - Remove old libtool patch from pre-configure
  - Drop *.la files
  - Add INSTALL_TARGET=install-strip

Modified:
  head/graphics/libvisual04-plugins/Makefile
  head/graphics/libvisual04-plugins/pkg-plist

Modified: head/graphics/libvisual04-plugins/Makefile
==============================================================================
--- head/graphics/libvisual04-plugins/Makefile	Thu Sep 18 20:56:09 2014	(r368526)
+++ head/graphics/libvisual04-plugins/Makefile	Thu Sep 18 21:00:30 2014	(r368527)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvisual
 PORTVERSION=	0.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-plugins/${PORTNAME}-plugins-${PORTVERSION}
 PKGNAMESUFFIX=	04-plugins
@@ -14,7 +14,7 @@ COMMENT=	Set of plugins for the libvisua
 
 LIB_DEPENDS=	libvisual-${MAJORMINOR}.so:${PORTSDIR}/graphics/libvisual04
 
-USES=		libtool:keepla pkgconfig
+USES=		libtool pkgconfig
 USE_GL=		yes
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
@@ -27,6 +27,7 @@ CONFIGURE_ARGS=	--disable-alsa \
 		--prefix=${PREFIX}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 MAJORMINOR=	${PORTVERSION:C/.[0-9]+$//}
 
@@ -34,10 +35,7 @@ DATADIR=	${PREFIX}/share/${PORTNAME}-${P
 PLIST_SUB=	PLUGINS_BASE_DIR=${LOCALBASE}/lib/${PORTNAME}-${MAJORMINOR} \
 		DATADIR_REL=${DATADIR_REL}
 
-pre-configure:
-# /usr/bin/objformat is obsolete, hardcode the object format
-	@${REINPLACE_CMD} -e 's,objformat=.*,objformat=elf,' \
-		${WRKSRC}/configure
+post-patch:
 # link some plugins with libGLU because they need it
 	@${REINPLACE_CMD} -e 's,^\(LDFLAGS = \),\1-lGLU ,' \
 		${WRKSRC}/plugins/actor/lv_gltest/Makefile.in \

Modified: head/graphics/libvisual04-plugins/pkg-plist
==============================================================================
--- head/graphics/libvisual04-plugins/pkg-plist	Thu Sep 18 20:56:09 2014	(r368526)
+++ head/graphics/libvisual04-plugins/pkg-plist	Thu Sep 18 21:00:30 2014	(r368527)
@@ -5,33 +5,19 @@
 @dirrm %%DATADIR_REL%%
 @cwd %%PLUGINS_BASE_DIR%%
 actor/actor_lv_gltest.so
-actor/actor_lv_gltest.la
 actor/actor_nastyfft.so
-actor/actor_nastyfft.la
 actor/actor_madspin.so
-actor/actor_madspin.la
 actor/actor_flower.so
-actor/actor_flower.la
 actor/actor_infinite.so
-actor/actor_infinite.la
 actor/actor_corona.so
-actor/actor_corona.la
 actor/actor_lv_scope.so
-actor/actor_lv_scope.la
 actor/actor_oinksie.so
-actor/actor_oinksie.la
 actor/actor_jakdaw.so
-actor/actor_jakdaw.la
 actor/actor_bumpscope.so
-actor/actor_bumpscope.la
 morph/morph_alphablend.so
-morph/morph_alphablend.la
 morph/morph_flash.so
-morph/morph_flash.la
 morph/morph_tentacle.so
-morph/morph_tentacle.la
 morph/morph_slide.so
-morph/morph_slide.la
 @dirrm actor
 @dirrm morph
 @dirrm %%PLUGINS_BASE_DIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409182100.s8IL0Vg4060191>