From owner-svn-ports-head@FreeBSD.ORG Tue Sep 9 16:52:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B76DDEF3; Tue, 9 Sep 2014 16:52:31 +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 866C47FD; Tue, 9 Sep 2014 16:52:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89GqV9X068161; Tue, 9 Sep 2014 16:52:31 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89GqVBT068159; Tue, 9 Sep 2014 16:52:31 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409091652.s89GqVBT068159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 9 Sep 2014 16:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367747 - head/games/ggz-gtk-client X-SVN-Group: ports-head 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.18-1 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: Tue, 09 Sep 2014 16:52:31 -0000 Author: tijl Date: Tue Sep 9 16:52:30 2014 New Revision: 367747 URL: http://svnweb.freebsd.org/changeset/ports/367747 QAT: https://qat.redports.org/buildarchive/r367747/ Log: - Add USES=libtool - Remove -pthread - Add missing libs Modified: head/games/ggz-gtk-client/Makefile head/games/ggz-gtk-client/pkg-plist Modified: head/games/ggz-gtk-client/Makefile ============================================================================== --- head/games/ggz-gtk-client/Makefile Tue Sep 9 16:34:51 2014 (r367746) +++ head/games/ggz-gtk-client/Makefile Tue Sep 9 16:52:30 2014 (r367747) @@ -3,23 +3,22 @@ PORTNAME= ggz-gtk-client PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - GTK+ Frontend -USES= libtool:oldver +USES= libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_GGZ= client -USES= pkgconfig INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -27,5 +26,10 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls +post-patch: + @${REINPLACE_CMD} \ + '/^ggz_gtk_LDADD =/s/$$/ $$(GTK_LIBS) $$(LIB_GGZCORE) $$(LIB_GGZ)/' \ + ${WRKSRC}/src/Makefile.in + .include "${.CURDIR}/../libggz/bsd.ggz.mk" .include Modified: head/games/ggz-gtk-client/pkg-plist ============================================================================== --- head/games/ggz-gtk-client/pkg-plist Tue Sep 9 16:34:51 2014 (r367746) +++ head/games/ggz-gtk-client/pkg-plist Tue Sep 9 16:52:30 2014 (r367747) @@ -1,10 +1,10 @@ bin/ggz-gtk include/ggz-embed.h include/ggz-gtk.h -lib/libggz-gtk.so.1 -lib/libggz-gtk.so -lib/libggz-gtk.la lib/libggz-gtk.a +lib/libggz-gtk.so +lib/libggz-gtk.so.1 +lib/libggz-gtk.so.1.0.0 man/man6/ggz-gtk.6.gz share/applications/ggz-gtk.desktop share/ggz/ggz-gtk-client/about_bg.png