From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 09:46:26 2014 Return-Path: Delivered-To: svn-ports-head@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 8B648DDE; Fri, 31 Jan 2014 09:46:26 +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 7727B1E34; Fri, 31 Jan 2014 09:46:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0V9kQK5033780; Fri, 31 Jan 2014 09:46:26 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0V9kP4N033775; Fri, 31 Jan 2014 09:46:25 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401310946.s0V9kP4N033775@svn.freebsd.org> From: Martin Wilke Date: Fri, 31 Jan 2014 09:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341966 - in head: net-im/freetalk net-im/zephyr net/fonulator 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: Fri, 31 Jan 2014 09:46:26 -0000 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 .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@boldquot/LC_MESSAGES/freetalk.mo share/locale/en@quot/LC_MESSAGES/freetalk.mo +info/freetalk.info +man/man1/freetalk.1.gz @dirrmtry share/locale/en@boldquot/LC_MESSAGES @dirrmtry share/locale/en@boldquot @dirrmtry share/locale/en@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 .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,'\