From owner-svn-ports-all@FreeBSD.ORG Mon Feb 3 13:40:28 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 1075C5B7; Mon, 3 Feb 2014 13:40:28 +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 E6EB71939; Mon, 3 Feb 2014 13:40:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13DeRE5095013; Mon, 3 Feb 2014 13:40:27 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13DePhN094998; Mon, 3 Feb 2014 13:40:25 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031340.s13DePhN094998@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 13:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342440 - in head: deskutils/xpostit editors/bvi editors/xed mail/elmo-devel news/cg x11-wm/piewm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 13:40:28 -0000 Author: miwi Date: Mon Feb 3 13:40:25 2014 New Revision: 342440 URL: http://svnweb.freebsd.org/changeset/ports/342440 QAT: https://qat.redports.org/buildarchive/r342440/ Log: - Stage support Modified: head/deskutils/xpostit/Makefile head/deskutils/xpostit/pkg-plist head/editors/bvi/Makefile head/editors/bvi/pkg-plist head/editors/xed/Makefile head/editors/xed/pkg-plist head/mail/elmo-devel/Makefile head/mail/elmo-devel/pkg-plist head/news/cg/Makefile head/x11-wm/piewm/Makefile head/x11-wm/piewm/pkg-plist Modified: head/deskutils/xpostit/Makefile ============================================================================== --- head/deskutils/xpostit/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/deskutils/xpostit/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -15,7 +15,5 @@ COMMENT= PostIt (R) messages onto your X USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/xpostit -MAN1= xpostit.1 -NO_STAGE= yes .include Modified: head/deskutils/xpostit/pkg-plist ============================================================================== --- head/deskutils/xpostit/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) +++ head/deskutils/xpostit/pkg-plist Mon Feb 3 13:40:25 2014 (r342440) @@ -1,3 +1,4 @@ bin/xpostit lib/X11/app-defaults/XPostit lib/X11/app-defaults/XPostit-color +man/man1/xpostit.1.gz Modified: head/editors/bvi/Makefile ============================================================================== --- head/editors/bvi/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/editors/bvi/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -13,9 +13,4 @@ COMMENT= A vi-like binary file (hex)edit GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} -MAN1= bvi.1 bmore.1 -MLINKS= bvi.1 bview.1 \ - bvi.1 bvedit.1 - -NO_STAGE= yes .include Modified: head/editors/bvi/pkg-plist ============================================================================== --- head/editors/bvi/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) +++ head/editors/bvi/pkg-plist Mon Feb 3 13:40:25 2014 (r342440) @@ -2,5 +2,7 @@ bin/bmore bin/bvedit bin/bvi bin/bview +man/man1/bmore.1.gz +man/man1/bvi.1.gz %%DATADIR%%/bmore.help @dirrm %%DATADIR%% Modified: head/editors/xed/Makefile ============================================================================== --- head/editors/xed/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/editors/xed/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -15,9 +15,7 @@ COMMENT= Text editor for X USES= imake USE_XORG= xaw -MAN1= xed.1 -NO_STAGE= yes pre-build: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' Modified: head/editors/xed/pkg-plist ============================================================================== --- head/editors/xed/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) +++ head/editors/xed/pkg-plist Mon Feb 3 13:40:25 2014 (r342440) @@ -1,4 +1,5 @@ bin/xed lib/X11/xed/xed.help lib/X11/app-defaults/Xed +man/man1/xed.1.gz @dirrm lib/X11/xed Modified: head/mail/elmo-devel/Makefile ============================================================================== --- head/mail/elmo-devel/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/mail/elmo-devel/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -24,9 +24,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= elmo.1 elmoconf.pl.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -54,7 +51,4 @@ post-patch: @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/elmo-devel/pkg-plist ============================================================================== --- head/mail/elmo-devel/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) +++ head/mail/elmo-devel/pkg-plist Mon Feb 3 13:40:25 2014 (r342440) @@ -7,5 +7,7 @@ bin/elmoconf.pl %%DATADIR%%/tutorial %%NLS%%share/locale/de/LC_MESSAGES/elmo.mo %%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo +man/man1/elmo.1.gz +man/man1/elmoconf.pl.1.gz @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% Modified: head/news/cg/Makefile ============================================================================== --- head/news/cg/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/news/cg/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -11,8 +11,7 @@ COMMENT= Semi-automatic newsgroup binary GNU_CONFIGURE= yes -MAN1= cg.1 -PLIST_FILES= bin/cg +PLIST_FILES= bin/cg \ + man/man1/cg.1.gz -NO_STAGE= yes .include Modified: head/x11-wm/piewm/Makefile ============================================================================== --- head/x11-wm/piewm/Makefile Mon Feb 3 13:40:08 2014 (r342439) +++ head/x11-wm/piewm/Makefile Mon Feb 3 13:40:25 2014 (r342440) @@ -13,9 +13,7 @@ COMMENT= tvtwm with pie (circular) menus USES= imake DISABLE_SIZE= yes USE_XORG= xbitmaps xpm xmu -MAN1= piewm.1 CFLAGS+= -Wno-return-type -NO_STAGE= yes .include Modified: head/x11-wm/piewm/pkg-plist ============================================================================== --- head/x11-wm/piewm/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) +++ head/x11-wm/piewm/pkg-plist Mon Feb 3 13:40:25 2014 (r342440) @@ -1,4 +1,5 @@ bin/piewm bin/ssetroot lib/X11/piewm/system.twmrc +man/man1/piewm.1.gz @dirrm lib/X11/piewm