From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 09:47:29 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 098D1D4A; Mon, 3 Feb 2014 09:47:29 +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 E921512DD; Mon, 3 Feb 2014 09:47:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s139lSvU010394; Mon, 3 Feb 2014 09:47:28 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s139lRdI010387; Mon, 3 Feb 2014 09:47:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402030947.s139lRdI010387@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 09:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342404 - in head: editors/cooledit editors/pico-alpine games/gnugo math/cln 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: Mon, 03 Feb 2014 09:47:29 -0000 Author: miwi Date: Mon Feb 3 09:47:27 2014 New Revision: 342404 URL: http://svnweb.freebsd.org/changeset/ports/342404 QAT: https://qat.redports.org/buildarchive/r342404/ Log: - Stage support Modified: head/editors/cooledit/Makefile head/editors/cooledit/pkg-plist head/editors/pico-alpine/Makefile head/editors/pico-alpine/pkg-plist head/games/gnugo/Makefile head/math/cln/Makefile head/math/cln/pkg-plist Modified: head/editors/cooledit/Makefile ============================================================================== --- head/editors/cooledit/Makefile Mon Feb 3 09:46:30 2014 (r342403) +++ head/editors/cooledit/Makefile Mon Feb 3 09:47:27 2014 (r342404) @@ -13,14 +13,11 @@ COMMENT= Suite of utilities, including a USE_AUTOTOOLS= libtool USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes USE_XORG= x11 xt USE_LDCONFIG= yes -MAN1= cooledit.1 coolman.1 smalledit.1 - CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DHAVE_MBRTOWC @@ -29,7 +26,6 @@ CFLAGS+= -DHAVE_MBRTOWC CONFIGURE_ARGS+= --enable-NeXT-look .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in Modified: head/editors/cooledit/pkg-plist ============================================================================== --- head/editors/cooledit/pkg-plist Mon Feb 3 09:46:30 2014 (r342403) +++ head/editors/cooledit/pkg-plist Mon Feb 3 09:47:27 2014 (r342404) @@ -59,5 +59,8 @@ share/locale/pt/LC_MESSAGES/cooledit.mo share/locale/ru/LC_MESSAGES/cooledit.mo share/locale/sl/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo +man/man1/cooledit.1.gz +man/man1/coolman.1.gz +man/man1/smalledit.1.gz @dirrm %%DATADIR%%/syntax @dirrm %%DATADIR%% Modified: head/editors/pico-alpine/Makefile ============================================================================== --- head/editors/pico-alpine/Makefile Mon Feb 3 09:46:30 2014 (r342403) +++ head/editors/pico-alpine/Makefile Mon Feb 3 09:47:27 2014 (r342404) @@ -18,9 +18,6 @@ PKGINSTALL= /nonexistent # To void equiv PICO_ALPINE_SLAVE= yes -MAN1= pico.1 pilot.1 - -NO_STAGE= yes post-patch: @${CP} ${WRKSRC}/imap/Makefile ${WRKSRC}/imap/Makefile.presed @${SED} -e "s#^\(all:.*\) bundled\$$#\1#" \ Modified: head/editors/pico-alpine/pkg-plist ============================================================================== --- head/editors/pico-alpine/pkg-plist Mon Feb 3 09:46:30 2014 (r342403) +++ head/editors/pico-alpine/pkg-plist Mon Feb 3 09:47:27 2014 (r342404) @@ -1,2 +1,4 @@ bin/pico bin/pilot +man/man1/pico.1.gz +man/man1/pilot.1.gz Modified: head/games/gnugo/Makefile ============================================================================== --- head/games/gnugo/Makefile Mon Feb 3 09:46:30 2014 (r342403) +++ head/games/gnugo/Makefile Mon Feb 3 09:47:27 2014 (r342404) @@ -11,13 +11,12 @@ MAINTAINER= spcoltri@omcl.org COMMENT= The game of Go GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake INFO= gnugo -MAN6= gnugo.6 -PLIST_FILES= bin/gnugo +PLIST_FILES= bin/gnugo \ + man/man6/gnugo.6.gz -NO_STAGE= yes post-extract: ${RM} -f ${WRKSRC}/doc/gnugo.info* Modified: head/math/cln/Makefile ============================================================================== --- head/math/cln/Makefile Mon Feb 3 09:46:30 2014 (r342403) +++ head/math/cln/Makefile Mon Feb 3 09:47:27 2014 (r342404) @@ -21,7 +21,6 @@ CONFIGURE_ARGS= --with-gmp USE_LDCONFIG= yes INFO= cln -MAN1= pi.1 STRIP= # none @@ -29,7 +28,6 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/math/cln/pkg-plist ============================================================================== --- head/math/cln/pkg-plist Mon Feb 3 09:46:30 2014 (r342403) +++ head/math/cln/pkg-plist Mon Feb 3 09:47:27 2014 (r342404) @@ -82,4 +82,5 @@ lib/libcln.la lib/libcln.so lib/libcln.so.6 libdata/pkgconfig/cln.pc +man/man1/pi.1.gz @dirrm include/cln