svn commit: r358880 - head/graphics/goom
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 23 00:45:28 UTC 2014
Author: amdmi3
Date: Mon Jun 23 00:45:27 2014
New Revision: 358880
URL: http://svnweb.freebsd.org/changeset/ports/358880
QAT: https://qat.redports.org/buildarchive/r358880/
Log:
- Support staging
- Switch to USES=libtool, drop .la files
Modified:
head/graphics/goom/Makefile
head/graphics/goom/pkg-plist
Modified: head/graphics/goom/Makefile
==============================================================================
--- head/graphics/goom/Makefile Mon Jun 23 00:43:22 2014 (r358879)
+++ head/graphics/goom/Makefile Mon Jun 23 00:45:27 2014 (r358880)
@@ -3,7 +3,7 @@
PORTNAME= goom
PORTVERSION= 2k4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
@@ -11,13 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|
MAINTAINER= ports at FreeBSD.org
COMMENT= Visual effects library
-USE_AUTOTOOLS= libtool
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
-USES= pathfix
+USES= pathfix libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-sdltest --enable-static
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS)
Modified: head/graphics/goom/pkg-plist
==============================================================================
--- head/graphics/goom/pkg-plist Mon Jun 23 00:43:22 2014 (r358879)
+++ head/graphics/goom/pkg-plist Mon Jun 23 00:45:27 2014 (r358880)
@@ -11,9 +11,9 @@ include/goom/goomsl.h
include/goom/goomsl_hash.h
include/goom/goomsl_heap.h
lib/libgoom2.a
-lib/libgoom2.la
lib/libgoom2.so
lib/libgoom2.so.0
+lib/libgoom2.so.0.0.0
libdata/pkgconfig/libgoom2.pc
%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so
@dirrm include/goom
More information about the svn-ports-all
mailing list