svn commit: r341966 - in head: net-im/freetalk net-im/zephyr net/fonulator

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 09:46:26 UTC 2014


Author: miwi
Date: Fri Jan 31 09:46:25 2014
New Revision: 341966
URL: http://svnweb.freebsd.org/changeset/ports/341966
QAT: https://qat.redports.org/buildarchive/r341966/

Log:
  - Stage support

Modified:
  head/net-im/freetalk/Makefile
  head/net-im/freetalk/pkg-plist
  head/net-im/zephyr/Makefile
  head/net-im/zephyr/pkg-plist
  head/net/fonulator/Makefile

Modified: head/net-im/freetalk/Makefile
==============================================================================
--- head/net-im/freetalk/Makefile	Fri Jan 31 09:46:10 2014	(r341965)
+++ head/net-im/freetalk/Makefile	Fri Jan 31 09:46:25 2014	(r341966)
@@ -24,10 +24,6 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-MAN1=		freetalk.1
-INFO=		freetalk
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/net-im/freetalk/pkg-plist
==============================================================================
--- head/net-im/freetalk/pkg-plist	Fri Jan 31 09:46:10 2014	(r341965)
+++ head/net-im/freetalk/pkg-plist	Fri Jan 31 09:46:25 2014	(r341966)
@@ -26,6 +26,8 @@ bin/freetalk
 %%DATADIR%%/extensions/utils.scm
 share/locale/en at boldquot/LC_MESSAGES/freetalk.mo
 share/locale/en at quot/LC_MESSAGES/freetalk.mo
+info/freetalk.info
+man/man1/freetalk.1.gz
 @dirrmtry share/locale/en at boldquot/LC_MESSAGES
 @dirrmtry share/locale/en at boldquot
 @dirrmtry share/locale/en at quot/LC_MESSAGES

Modified: head/net-im/zephyr/Makefile
==============================================================================
--- head/net-im/zephyr/Makefile	Fri Jan 31 09:46:10 2014	(r341965)
+++ head/net-im/zephyr/Makefile	Fri Jan 31 09:46:25 2014	(r341966)
@@ -19,13 +19,9 @@ USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-MAN1=	zephyr.1 zaway.1 zctl.1 zleave.1 zlocate.1 znol.1 zwrite.1 zwgc.1
-MAN8=	zhm.8 zephyrd.8 zstat.8 zshutdown_notify.8
-
 OPTIONS_DEFINE=		HEIMDAL
 HEIMDAL_DESC=		Link against libss.so from security/heimdal
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MHEIMDAL}

Modified: head/net-im/zephyr/pkg-plist
==============================================================================
--- head/net-im/zephyr/pkg-plist	Fri Jan 31 09:46:10 2014	(r341965)
+++ head/net-im/zephyr/pkg-plist	Fri Jan 31 09:46:25 2014	(r341966)
@@ -19,6 +19,18 @@ sbin/zephyrd
 sbin/zhm
 %%DATADIR%%/zwgc.desc
 %%DATADIR%%/zwgc_resources
+man/man1/zaway.1.gz
+man/man1/zctl.1.gz
+man/man1/zephyr.1.gz
+man/man1/zleave.1.gz
+man/man1/zlocate.1.gz
+man/man1/znol.1.gz
+man/man1/zwgc.1.gz
+man/man1/zwrite.1.gz
+man/man8/zephyrd.8.gz
+man/man8/zhm.8.gz
+man/man8/zshutdown_notify.8.gz
+man/man8/zstat.8.gz
 @exec mkdir -p %D/etc/zephyr/acl
 @dirrm etc/zephyr/acl
 @dirrm etc/zephyr

Modified: head/net/fonulator/Makefile
==============================================================================
--- head/net/fonulator/Makefile	Fri Jan 31 09:46:10 2014	(r341965)
+++ head/net/fonulator/Makefile	Fri Jan 31 09:46:25 2014	(r341966)
@@ -19,10 +19,9 @@ BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSD
 		${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb
 LIBNET_CONFIG=	${LOCALBASE}/bin/libnet11-config
 
-PLIST_FILES=	bin/fonulator
-MAN1=		fonulator.1
+PLIST_FILES=	bin/fonulator \
+		man/man1/fonulator.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD}\
 	    -e 's,/usr/lib/libargtable2.a,${LOCALBASE}/lib/libargtable2.a,'\


More information about the svn-ports-all mailing list