Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 00:45:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358880 - head/graphics/goom
Message-ID:  <201406230045.s5N0jRYN077425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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