svn commit: r463876 - head/devel/libpthread-stubs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 8 08:33:09 UTC 2018


Author: amdmi3
Date: Thu Mar  8 08:33:08 2018
New Revision: 463876
URL: https://svnweb.freebsd.org/changeset/ports/463876

Log:
  - Add LICENSE
  - Update WWW
  - Remove USES=libtool, USE_LDCONFIG, add NO_ARCH - this does not install any libraries
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libpthread-stubs/Makefile
  head/devel/libpthread-stubs/pkg-descr

Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile	Thu Mar  8 08:29:24 2018	(r463875)
+++ head/devel/libpthread-stubs/Makefile	Thu Mar  8 08:33:08 2018	(r463876)
@@ -9,9 +9,12 @@ MASTER_SITES=	http://xcb.freedesktop.org/dist/
 MAINTAINER=	ashish at FreeBSD.org
 COMMENT=	This library provides weak aliases for pthread functions
 
-USES=		libtool pathfix tar:bzip2
-USE_LDCONFIG=	yes
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		pathfix tar:bzip2
 GNU_CONFIGURE=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	libdata/pkgconfig/pthread-stubs.pc
 

Modified: head/devel/libpthread-stubs/pkg-descr
==============================================================================
--- head/devel/libpthread-stubs/pkg-descr	Thu Mar  8 08:29:24 2018	(r463875)
+++ head/devel/libpthread-stubs/pkg-descr	Thu Mar  8 08:33:08 2018	(r463876)
@@ -8,4 +8,4 @@ necessary pthread stubs, this package ships only the p
 pthread-stubs.pc, to allow libraries to unconditionally express a dependency
 on pthread-stubs and still obtain correct behavior.
 
-WWW: http://xcb.freedesktop.org/
+WWW: https://xcb.freedesktop.org/


More information about the svn-ports-head mailing list