diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-23 03:38:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-23 03:38:15 +0800 |
commit | c05155e26310f8d016bf596a6592797cccc0ffc1 (patch) | |
tree | cbac5d784279190c43b75a742641a678f8d94169 /graphics | |
parent | 5d39a5ac7015007919cad62a15b11044f2558486 (diff) | |
download | freebsd-ports-gnome-c05155e26310f8d016bf596a6592797cccc0ffc1.tar.gz freebsd-ports-gnome-c05155e26310f8d016bf596a6592797cccc0ffc1.tar.zst freebsd-ports-gnome-c05155e26310f8d016bf596a6592797cccc0ffc1.zip |
- Convert to USES=libtool and INSTALL_TARGET=install-strip
- Remove old patch for gcc 2.x
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual/Makefile | 7 | ||||
-rw-r--r-- | graphics/libvisual/files/patch-configure | 14 | ||||
-rw-r--r-- | graphics/libvisual/pkg-plist | 3 |
3 files changed, 5 insertions, 19 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 9ad413f2063a..56b443e7d88a 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -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> diff --git a/graphics/libvisual/files/patch-configure b/graphics/libvisual/files/patch-configure deleted file mode 100644 index d8f1678d1cd4..000000000000 --- a/graphics/libvisual/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Thu Jun 23 13:09:46 2005 -+++ configure Thu Jun 23 13:10:48 2005 -@@ -25450,7 +25450,11 @@ - if test x$lv_ix86 = xyes ; then - cat >>$outfile <<_______EOF - -+#if defined(__GNUC__) && __GNUC__ <= 2 -+#define VISUAL_ARCH_UNKNOWN -+#else - #define VISUAL_ARCH_X86 -+#endif - _______EOF - fi - diff --git a/graphics/libvisual/pkg-plist b/graphics/libvisual/pkg-plist index 7f6eec26a91e..21daaf605cc4 100644 --- a/graphics/libvisual/pkg-plist +++ b/graphics/libvisual/pkg-plist @@ -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 |