- Convert to USES=libtool and INSTALL_TARGET=install-strip

- Remove old patch for gcc 2.x
This commit is contained in:
Tijl Coosemans 2014-08-22 19:38:15 +00:00
parent e8758b4efe
commit 96392494fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365691
3 changed files with 5 additions and 19 deletions

View File

@ -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>

View File

@ -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

View File

@ -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