Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 09:47:27 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201402030947.s139lRdI010387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030947.s139lRdI010387>