From owner-svn-ports-all@freebsd.org Sun Nov 6 13:27:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBD3BC33A55; Sun, 6 Nov 2016 13:27:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8DA4B67; Sun, 6 Nov 2016 13:27:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6DRHHo067133; Sun, 6 Nov 2016 13:27:17 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6DRGnC067130; Sun, 6 Nov 2016 13:27:16 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611061327.uA6DRGnC067130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 6 Nov 2016 13:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425490 - in head/graphics/goom: . files 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.23 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: Sun, 06 Nov 2016 13:27:18 -0000 Author: jhale Date: Sun Nov 6 13:27:16 2016 New Revision: 425490 URL: https://svnweb.freebsd.org/changeset/ports/425490 Log: Add LICENSE (LGPL20) Convert knobs to options Convert to USES=localbase Specifically disable SDL or it will not build when SDL is installed Simplify BROKEN Add missing file to pkg-plist Regenerate/rename patches Bump PORTREVISION Added: head/graphics/goom/files/patch-src_mmx.h - copied, changed from r425489, head/graphics/goom/files/patch-src-mmx.h Deleted: head/graphics/goom/files/patch-src-mmx.h Modified: head/graphics/goom/Makefile head/graphics/goom/pkg-plist Modified: head/graphics/goom/Makefile ============================================================================== --- head/graphics/goom/Makefile Sun Nov 6 13:08:30 2016 (r425489) +++ head/graphics/goom/Makefile Sun Nov 6 13:27:16 2016 (r425490) @@ -3,7 +3,7 @@ PORTNAME= goom PORTVERSION= 2k4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0 DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src @@ -11,33 +11,26 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.| MAINTAINER= ports@FreeBSD.org COMMENT= Visual effects library +LICENSE= LGPL20 + WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} -USES= pathfix libtool +USES= pathfix libtool localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-sdltest --enable-static +CONFIGURE_ENV= ac_cv_path_SDL_CONFIG="no" INSTALL_TARGET= install-strip USE_LDCONFIG= yes -.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS) -LIB_DEPENDS+= libxmms.so:multimedia/xmms -PLIST_SUB+= XMMS="" -.else -PLIST_SUB+= XMMS="@comment " -.endif - -pre-everything:: -.if !defined(WITH_XMMS) - @${ECHO} "" - @${ECHO} "Define WITH_XMMS to build goom xmms visualization plugin" - @${ECHO} "" -.endif - -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif +BROKEN_powerpc= Does not build + +OPTIONS_DEFINE= XMMS +OPTIONS_SUB= yes + +XMMS_DESC= Build XMMS visualization plugin +XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms +XMMS_USES= gettext-runtime +XMMS_USE= GNOME=glib12,gtk12 \ + XORG=x11,xext,xi +XMMS_CONFIGURE_ENV_OFF= ac_cv_path_XMMS_CONFIG="no" -.include +.include Copied and modified: head/graphics/goom/files/patch-src_mmx.h (from r425489, head/graphics/goom/files/patch-src-mmx.h) ============================================================================== --- head/graphics/goom/files/patch-src-mmx.h Sun Nov 6 13:08:30 2016 (r425489, copy source) +++ head/graphics/goom/files/patch-src_mmx.h Sun Nov 6 13:27:16 2016 (r425490) @@ -1,4 +1,4 @@ ---- src/mmx.h.orig +--- src/mmx.h.orig 2005-02-07 13:46:41 UTC +++ src/mmx.h @@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr { \ Modified: head/graphics/goom/pkg-plist ============================================================================== --- head/graphics/goom/pkg-plist Sun Nov 6 13:08:30 2016 (r425489) +++ head/graphics/goom/pkg-plist Sun Nov 6 13:27:16 2016 (r425490) @@ -15,4 +15,5 @@ lib/libgoom2.so lib/libgoom2.so.0 lib/libgoom2.so.0.0.0 libdata/pkgconfig/libgoom2.pc +%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.a %%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so