Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 19:38:16 +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: r365691 - in head/graphics/libvisual: . files
Message-ID:  <201408221938.s7MJcGS6021047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Aug 22 19:38:15 2014
New Revision: 365691
URL: http://svnweb.freebsd.org/changeset/ports/365691
QAT: https://qat.redports.org/buildarchive/r365691/

Log:
  - Convert to USES=libtool and INSTALL_TARGET=install-strip
  - Remove old patch for gcc 2.x

Deleted:
  head/graphics/libvisual/files/patch-configure
Modified:
  head/graphics/libvisual/Makefile
  head/graphics/libvisual/pkg-plist

Modified: head/graphics/libvisual/Makefile
==============================================================================
--- head/graphics/libvisual/Makefile	Fri Aug 22 19:33:20 2014	(r365690)
+++ head/graphics/libvisual/Makefile	Fri Aug 22 19:38:15 2014	(r365691)
@@ -6,18 +6,19 @@
 
 PORTNAME=	libvisual
 PORTVERSION=	0.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
-USES=	pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 

Modified: head/graphics/libvisual/pkg-plist
==============================================================================
--- head/graphics/libvisual/pkg-plist	Fri Aug 22 19:33:20 2014	(r365690)
+++ head/graphics/libvisual/pkg-plist	Fri Aug 22 19:38:15 2014	(r365691)
@@ -30,9 +30,8 @@ include/libvisual/lv_types.h
 include/libvisual/lv_ui.h
 include/libvisual/lv_video.h
 include/libvisual/lvconfig.h
-lib/libvisual.a
-lib/libvisual.la
 lib/libvisual.so
 lib/libvisual.so.0
+lib/libvisual.so.0.0.0
 libdata/pkgconfig/libvisual.pc
 @dirrm include/libvisual



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