From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 13:10:39 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 D8D5EB8C; Sun, 2 Feb 2014 13:10:39 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C53841AE2; Sun, 2 Feb 2014 13:10:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12DAdSt044843; Sun, 2 Feb 2014 13:10:39 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12DAdk5044841; Sun, 2 Feb 2014 13:10:39 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402021310.s12DAdk5044841@svn.freebsd.org> From: Antoine Brodin Date: Sun, 2 Feb 2014 13:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342283 - head/deskutils/gxneur 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: Sun, 02 Feb 2014 13:10:39 -0000 Author: antoine Date: Sun Feb 2 13:10:39 2014 New Revision: 342283 URL: http://svnweb.freebsd.org/changeset/ports/342283 QAT: https://qat.redports.org/buildarchive/r342283/ Log: - Stage support - Use OPTIONS helpers - The desktop file doesn't define any mime type Modified: head/deskutils/gxneur/Makefile head/deskutils/gxneur/pkg-plist Modified: head/deskutils/gxneur/Makefile ============================================================================== --- head/deskutils/gxneur/Makefile Sun Feb 2 13:01:24 2014 (r342282) +++ head/deskutils/gxneur/Makefile Sun Feb 2 13:10:39 2014 (r342283) @@ -15,22 +15,15 @@ RUN_DEPENDS= xneur:${PORTSDIR}/deskutils USE_BZIP2= yes GNU_CONFIGURE= yes -USES= desktop-file-utils pkgconfig +USES= pkgconfig USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes -MAN1= ${PORTNAME}.1 +OPTIONS_DEFINE= NLS -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_OFF= --without-nls post-patch: @${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c Modified: head/deskutils/gxneur/pkg-plist ============================================================================== --- head/deskutils/gxneur/pkg-plist Sun Feb 2 13:01:24 2014 (r342282) +++ head/deskutils/gxneur/pkg-plist Sun Feb 2 13:10:39 2014 (r342283) @@ -1,4 +1,5 @@ bin/gxneur +man/man1/gxneur.1.gz share/applications/gxneur.desktop %%DATADIR%%/pixmaps/am.png %%DATADIR%%/pixmaps/bg.png