From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 00:45:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C4D6AAC; Mon, 23 Jun 2014 00:45:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDC1B28F3; Mon, 23 Jun 2014 00:45:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N0jRBs077427; Mon, 23 Jun 2014 00:45:27 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N0jRYN077425; Mon, 23 Jun 2014 00:45:27 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406230045.s5N0jRYN077425@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 23 Jun 2014 00:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358880 - head/graphics/goom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 00:45:28 -0000 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