Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 20:45:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201402042045.s14Kjm1u049879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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