From owner-svn-ports-head@FreeBSD.ORG Sat Apr 26 00:01:21 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 559D619E; Sat, 26 Apr 2014 00:01:21 +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 42F1E18B7; Sat, 26 Apr 2014 00:01:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3Q01Lb3015820; Sat, 26 Apr 2014 00:01:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3Q01L4t015819; Sat, 26 Apr 2014 00:01:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404260001.s3Q01L4t015819@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 26 Apr 2014 00:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352184 - head/sysutils/gnome-schedule 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.17 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: Sat, 26 Apr 2014 00:01:21 -0000 Author: bapt Date: Sat Apr 26 00:01:20 2014 New Revision: 352184 URL: http://svnweb.freebsd.org/changeset/ports/352184 QAT: https://qat.redports.org/buildarchive/r352184/ Log: Support stage Use options framework Modified: head/sysutils/gnome-schedule/Makefile Modified: head/sysutils/gnome-schedule/Makefile ============================================================================== --- head/sysutils/gnome-schedule/Makefile Fri Apr 25 23:59:21 2014 (r352183) +++ head/sysutils/gnome-schedule/Makefile Sat Apr 26 00:01:20 2014 (r352184) @@ -4,7 +4,7 @@ PORTNAME= gnome-schedule PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTNAME}-${PORTVERSION} @@ -13,33 +13,23 @@ COMMENT= GNOME GUI for configuring a use LICENSE= GPLv2 +OPTIONS_DEFINE= APPLET NLS +OPTIONS_DEFAULT= APPLET +OPTIONS_SUB= yes + BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp +USES= gmake pathfix USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack pygnome2 +USE_GNOME= gnomeprefix pygnome2 INSTALLS_OMF= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -.if !defined(WITHOUT_APPLET) -CONFIGURE_ARGS+= --enable-applet -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+= --disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +APPLET_CONFIGURE_ENABLE= applet +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= --disable-nls post-extract: @${RM} ${WRKSRC}/src/config.py