From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 06:44:36 2013 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 ESMTP id C8698156; Wed, 25 Sep 2013 06:44:36 +0000 (UTC) (envelope-from jgh@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 9B7132B8C; Wed, 25 Sep 2013 06:44:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P6iaiZ069679; Wed, 25 Sep 2013 06:44:36 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8P6iZ3f069672; Wed, 25 Sep 2013 06:44:35 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309250644.r8P6iZ3f069672@svn.freebsd.org> From: Jason Helfman Date: Wed, 25 Sep 2013 06:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328257 - in head/deskutils: xpad xpad-current 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, 25 Sep 2013 06:44:36 -0000 Author: jgh Date: Wed Sep 25 06:44:35 2013 New Revision: 328257 URL: http://svnweb.freebsd.org/changeset/ports/328257 Log: - support staging Modified: head/deskutils/xpad-current/Makefile head/deskutils/xpad-current/pkg-plist head/deskutils/xpad/Makefile head/deskutils/xpad/pkg-plist Modified: head/deskutils/xpad-current/Makefile ============================================================================== --- head/deskutils/xpad-current/Makefile Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad-current/Makefile Wed Sep 25 06:44:35 2013 (r328257) @@ -26,7 +26,6 @@ CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/in LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -NO_STAGE= yes .include #code currently doesn't properly handle --disable-nls (in next upstream milestone) @@ -38,8 +37,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -MAN1+= xpad.1 - post-patch-script: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \ Modified: head/deskutils/xpad-current/pkg-plist ============================================================================== --- head/deskutils/xpad-current/pkg-plist Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad-current/pkg-plist Wed Sep 25 06:44:35 2013 (r328257) @@ -1,4 +1,5 @@ bin/xpad +man/man1/xpad.1.gz share/applications/xpad.desktop share/icons/hicolor/scalable/apps/xpad.svg %%NLS%%%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo Modified: head/deskutils/xpad/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad/Makefile Wed Sep 25 06:44:35 2013 (r328257) @@ -24,9 +24,6 @@ USES= pkgconfig gmake INSTALLS_ICONS= yes GNU_CONFIGURE= yes -MAN1= xpad.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -39,8 +36,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -MAN1+= xpad.1 - post-patch-script: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \ Modified: head/deskutils/xpad/pkg-plist ============================================================================== --- head/deskutils/xpad/pkg-plist Wed Sep 25 06:14:31 2013 (r328256) +++ head/deskutils/xpad/pkg-plist Wed Sep 25 06:44:35 2013 (r328257) @@ -1,4 +1,5 @@ bin/xpad +man/man1/xpad.1.gz share/applications/xpad.desktop share/icons/hicolor/scalable/apps/xpad.svg %%NLS%%share/locale/af/LC_MESSAGES/xpad.mo