svn commit: r365691 - in head/graphics/libvisual: . files
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 22 19:38:16 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list