From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 23:59:15 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 1E609B18; Wed, 9 Oct 2013 23:59:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC082F97; Wed, 9 Oct 2013 23:59:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99NxEJ5016795; Wed, 9 Oct 2013 23:59:14 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99NxEpG016793; Wed, 9 Oct 2013 23:59:14 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201310092359.r99NxEpG016793@svn.freebsd.org> From: Guido Falsi Date: Wed, 9 Oct 2013 23:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329943 - head/devel/libstroke 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.14 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: Wed, 09 Oct 2013 23:59:15 -0000 Author: madpilot Date: Wed Oct 9 23:59:14 2013 New Revision: 329943 URL: http://svnweb.freebsd.org/changeset/ports/329943 Log: - Convert to staging - Remove option for legacy GTK1/Gnome1 (EOLed) support Modified: head/devel/libstroke/Makefile (contents, props changed) head/devel/libstroke/pkg-plist (contents, props changed) Modified: head/devel/libstroke/Makefile ============================================================================== --- head/devel/libstroke/Makefile Wed Oct 9 23:53:43 2013 (r329942) +++ head/devel/libstroke/Makefile Wed Oct 9 23:59:14 2013 (r329943) @@ -3,7 +3,7 @@ PORTNAME= libstroke PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://etla.net/libstroke/ @@ -14,21 +14,9 @@ USES= gmake USE_CSTD= gnu89 USE_XORG= x11 USE_AUTOTOOLS= libtool -WANT_GNOME= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= GTK1 -GTK1_DESC= Build with legacy Gtk+/GNOME stroke support - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MGTK1} || !empty(HAVE_GNOME:Mgtk12) -USE_GNOME+= gtk12 -PLIST_SUB+= GS="" -.else -PLIST_SUB+= GS="@comment " -.endif +CONFIGURE_ARGS= --disable-gtktest post-patch: @${REINPLACE_CMD} -e \ Modified: head/devel/libstroke/pkg-plist ============================================================================== --- head/devel/libstroke/pkg-plist Wed Oct 9 23:53:43 2013 (r329942) +++ head/devel/libstroke/pkg-plist Wed Oct 9 23:59:14 2013 (r329943) @@ -1,9 +1,4 @@ -%%GS%%include/gstroke.h include/stroke.h -%%GS%%lib/libgstroke.a -%%GS%%lib/libgstroke.la -%%GS%%lib/libgstroke.so -%%GS%%lib/libgstroke.so.0 lib/libstroke.a lib/libstroke.la lib/libstroke.so