From owner-svn-ports-head@freebsd.org Fri Aug 17 12:27:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28287106BFF9; Fri, 17 Aug 2018 12:27:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D18817A18D; Fri, 17 Aug 2018 12:27:06 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEB5657B; Fri, 17 Aug 2018 12:27:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HCR6qR095846; Fri, 17 Aug 2018 12:27:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HCR64f095845; Fri, 17 Aug 2018 12:27:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808171227.w7HCR64f095845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 17 Aug 2018 12:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477420 - head/games/gtetrinet X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/gtetrinet X-SVN-Commit-Revision: 477420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 12:27:07 -0000 Author: tobik Date: Fri Aug 17 12:27:06 2018 New Revision: 477420 URL: https://svnweb.freebsd.org/changeset/ports/477420 Log: Remove esound support from games/gtetrinet The installed themes have no sound files and all externally available themes on http://gtetrinet.sourceforge.net/themes.html are either gone or also do not have any sound files. Modified: head/games/gtetrinet/Makefile Modified: head/games/gtetrinet/Makefile ============================================================================== --- head/games/gtetrinet/Makefile Fri Aug 17 10:23:43 2018 (r477419) +++ head/games/gtetrinet/Makefile Fri Aug 17 12:27:06 2018 (r477420) @@ -3,7 +3,7 @@ PORTNAME= gtetrinet PORTVERSION= 0.7.11 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games gnome ipv6 MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,13 +15,16 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix gettext gmake pkgconfig tar:bzip2 -USE_GNOME= esound gnomeprefix intltool libgnomeui +USE_GNOME= gnomeprefix intltool libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --bindir=${PREFIX}/bin --enable-ipv6 GCONF_SCHEMAS= gtetrinet.schemas + +post-patch: + @${REINPLACE_CMD} 's/pkg-config --exists esound/false/' ${WRKSRC}/configure pre-configure: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \