From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 20:45:49 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 3BC97567; Tue, 4 Feb 2014 20:45:49 +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 2533718D5; Tue, 4 Feb 2014 20:45:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14KjnGq049882; Tue, 4 Feb 2014 20:45:49 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14Kjm1u049879; Tue, 4 Feb 2014 20:45:48 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402042045.s14Kjm1u049879@svn.freebsd.org> From: Antoine Brodin Date: Tue, 4 Feb 2014 20:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342606 - in head/devel: pth pth-hard 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: Tue, 04 Feb 2014 20:45:49 -0000 Author: antoine Date: Tue Feb 4 20:45:48 2014 New Revision: 342606 URL: http://svnweb.freebsd.org/changeset/ports/342606 QAT: https://qat.redports.org/buildarchive/r342606/ Log: Master port devel/pth is staged, so stage slave port devel/pth-hard too Modified: head/devel/pth-hard/Makefile head/devel/pth/Makefile head/devel/pth/pkg-plist Modified: head/devel/pth-hard/Makefile ============================================================================== --- head/devel/pth-hard/Makefile Tue Feb 4 20:30:50 2014 (r342605) +++ head/devel/pth-hard/Makefile Tue Feb 4 20:45:48 2014 (r342606) @@ -7,5 +7,4 @@ CONFLICTS= pth-2.* MASTERDIR= ${.CURDIR}/../pth -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/pth/Makefile ============================================================================== --- head/devel/pth/Makefile Tue Feb 4 20:30:50 2014 (r342605) +++ head/devel/pth/Makefile Tue Feb 4 20:45:48 2014 (r342606) @@ -34,8 +34,6 @@ PLIST_SUB= PTHREAD="@comment " .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread PLIST_SUB= PTHREAD="" -MAN1+= pthread-config.1 -MAN3+= pthread.3 .endif post-patch: Modified: head/devel/pth/pkg-plist ============================================================================== --- head/devel/pth/pkg-plist Tue Feb 4 20:30:50 2014 (r342605) +++ head/devel/pth/pkg-plist Tue Feb 4 20:45:48 2014 (r342606) @@ -10,8 +10,8 @@ lib/pth/libpth.so.20 %%PTHREAD%%lib/pth/libpthread.so.20 share/aclocal/pth.m4 man/man1/pth-config.1.gz -man/man1/pthread-config.1.gz +%%PTHREAD%%man/man1/pthread-config.1.gz man/man3/pth.3.gz -man/man3/pthread.3.gz +%%PTHREAD%%man/man3/pthread.3.gz @dirrm include/pth @dirrm lib/pth