Date: Wed, 9 Oct 2013 23:59:14 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329943 - head/devel/libstroke Message-ID: <201310092359.r99NxEpG016793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310092359.r99NxEpG016793>