Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 06:50:28 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437182 - in head: astro/viking audio/py-karaoke audio/xmms-curses cad/brlcad cad/openvsp devel/libpthread-stubs devel/libpthread-stubs/files games/capicity games/capitalism games/spell...
Message-ID:  <201703290650.v2T6oS5e022386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Wed Mar 29 06:50:28 2017
New Revision: 437182
URL: https://svnweb.freebsd.org/changeset/ports/437182

Log:
  - Update devel/libpthread-stubs to 0.4
  - Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
    from LIB_DEPENDS, as port is now only .pc file
  
  PR:		218015
  Submitted by:	rezny

Deleted:
  head/devel/libpthread-stubs/files/
  head/devel/libpthread-stubs/pkg-plist
Modified:
  head/astro/viking/Makefile
  head/audio/py-karaoke/Makefile
  head/audio/xmms-curses/Makefile
  head/cad/brlcad/Makefile
  head/cad/openvsp/Makefile
  head/devel/libpthread-stubs/Makefile
  head/devel/libpthread-stubs/distinfo
  head/games/capicity/Makefile
  head/games/capitalism/Makefile
  head/games/spellathon/Makefile
  head/graphics/gbm/Makefile
  head/graphics/libEGL/Makefile
  head/graphics/libdrm/Makefile
  head/graphics/libglapi/Makefile
  head/graphics/libreatlas/Makefile
  head/net/x11vnc/Makefile
  head/science/massxpert/Makefile
  head/x11-wm/echinus/Makefile
  head/x11/slim/Makefile

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/astro/viking/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	viking
 PORTVERSION=	1.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/
 
@@ -13,14 +13,14 @@ COMMENT=	Program to manage GPS data (tra
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgexiv2.so:graphics/gexiv2 \
 		libpcre.so:devel/pcre \
-		libpng.so:graphics/png \
-		libpthread-stubs.so:devel/libpthread-stubs
+		libpng.so:graphics/png
 RUN_DEPENDS=	gpsbabel:astro/gpsbabel
 
 USES=		compiler:c++11-lib gmake iconv desktop-file-utils perl5 pkgconfig tar:bzip2

Modified: head/audio/py-karaoke/Makefile
==============================================================================
--- head/audio/py-karaoke/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/audio/py-karaoke/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	karaoke
 PORTVERSION=	0.7.5
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	audio python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ COMMENT=	Python karaoke application (Pla
 
 LICENSE=	LGPL21+
 
-BUILD_DEPENDS=	${PYGAME}
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libaa.so:graphics/aalib
+BUILD_DEPENDS=	${PYGAME} \
+		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libaa.so:graphics/aalib
 RUN_DEPENDS=	dejavu>0:x11-fonts/dejavu \
 		${PYGAME} \
 		${PYNUMPY}

Modified: head/audio/xmms-curses/Makefile
==============================================================================
--- head/audio/xmms-curses/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/audio/xmms-curses/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,16 +3,16 @@
 
 PORTNAME=	xmms-curses
 PORTVERSION=	0.2.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ncurses program for (remote) controlling multimedia/xmms
 
-BUILD_DEPENDS=	xmms:multimedia/xmms
+BUILD_DEPENDS=	xmms:multimedia/xmms \
+		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 RUN_DEPENDS=	xmms:multimedia/xmms
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs
 
 USES=		gettext iconv ncurses
 USE_GNOME=	gtk12

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/cad/brlcad/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	brlcad
 PORTVERSION=	7.24.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}
 
@@ -13,10 +13,10 @@ COMMENT=	CSG modelling system from the U
 DEPRECATED=	Depends on expring graphics/urt
 EXPIRATION_DATE=2017-04-01
 
-BUILD_DEPENDS=	${LOCALBASE}/include/tnt/jama_lu.h:math/jama	\
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
+		${LOCALBASE}/include/tnt/jama_lu.h:math/jama \
 		xsltproc:textproc/libxslt
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libdrm.so:graphics/libdrm \
+LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libpng.so:graphics/png \
 		librle.so:graphics/urt \
 		libfreetype.so:print/freetype2 \

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/cad/openvsp/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openvsp
 PORTVERSION=	3.10.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${GH_PROJECT}_
 CATEGORIES=	cad
 
@@ -14,8 +15,7 @@ LICENSE_NAME=	NASA Open Source Agreement
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libdrm.so:graphics/libdrm \
+LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \
@@ -26,7 +26,8 @@ LIB_DEPENDS=	libpthread-stubs.so:devel/l
 BUILD_DEPENDS=	${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
 		${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \
 		${LOCALBASE}/include/glm/glm.hpp:math/glm \
-		${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3
+		${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 \
+		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 
 USE_GITHUB=	yes
 GH_PROJECT=	OpenVSP

Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/devel/libpthread-stubs/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libpthread-stubs
-PORTVERSION=	0.3
-PORTREVISION=	6
+PORTVERSION=	0.4
 CATEGORIES=	devel
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -12,7 +11,8 @@ COMMENT=	This library provides weak alia
 
 USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
-
 GNU_CONFIGURE=	yes
 
+PLIST_FILES=	libdata/pkgconfig/pthread-stubs.pc
+
 .include <bsd.port.mk>

Modified: head/devel/libpthread-stubs/distinfo
==============================================================================
--- head/devel/libpthread-stubs/distinfo	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/devel/libpthread-stubs/distinfo	Wed Mar 29 06:50:28 2017	(r437182)
@@ -1,2 +1,3 @@
-SHA256 (libpthread-stubs-0.3.tar.bz2) = 35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299
-SIZE (libpthread-stubs-0.3.tar.bz2) = 203468
+TIMESTAMP = 1490198411
+SHA256 (libpthread-stubs-0.4.tar.bz2) = e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733
+SIZE (libpthread-stubs-0.4.tar.bz2) = 57565

Modified: head/games/capicity/Makefile
==============================================================================
--- head/games/capicity/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/games/capicity/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	capicity
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/capitalism/Capi%20City/${PORTVERSION}/
 DISTNAME=	CapiCity_${DISTVERSION}
@@ -14,8 +14,8 @@ COMMENT=	Qt client for the Monopd server
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/copying.txt
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libpcre.so:devel/pcre \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \

Modified: head/games/capitalism/Makefile
==============================================================================
--- head/games/capitalism/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/games/capitalism/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	capitalism
 PORTVERSION=	0.5.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Capitalism/0.5/
 EXTRACT_SUFX=	.tbz
@@ -14,8 +14,8 @@ COMMENT=	Qt client for the Monopd server
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/copying.txt
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libpcre.so:devel/pcre \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \

Modified: head/games/spellathon/Makefile
==============================================================================
--- head/games/spellathon/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/games/spellathon/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spellathon
 PORTVERSION=	6.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Spellathon%20${PORTVERSION}
 
@@ -12,8 +12,8 @@ COMMENT=	Word game to test your English 
 
 LICENSE=	BSD2CLAUSE
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libpcre.so:devel/pcre \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \

Modified: head/graphics/gbm/Makefile
==============================================================================
--- head/graphics/gbm/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/graphics/gbm/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -8,8 +8,8 @@ CATEGORIES=	graphics
 
 COMMENT=	gbm library
 
-LIB_DEPENDS+=	libpthread-stubs.so:devel/libpthread-stubs \
-		libexpat.so:textproc/expat2 \
+BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS+=	libexpat.so:textproc/expat2 \
 		libdrm.so:graphics/libdrm \
 		libglapi.so:graphics/libglapi
 

Modified: head/graphics/libEGL/Makefile
==============================================================================
--- head/graphics/libEGL/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/graphics/libEGL/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -8,8 +8,8 @@ CATEGORIES=	graphics
 
 COMMENT=	OpenEGL library
 
-LIB_DEPENDS+=	libpthread-stubs.so:devel/libpthread-stubs \
-		libexpat.so:textproc/expat2 \
+BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS+=	libexpat.so:textproc/expat2 \
 		libdrm.so:graphics/libdrm
 
 USE_GL=		gbm

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/graphics/libdrm/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -13,10 +13,9 @@ COMMENT=	Userspace interface to kernel D
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	libdevq>=0.0.4:devel/libdevq
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess \
-		libdevq.so:devel/libdevq \
-		libpthread-stubs.so:devel/libpthread-stubs
+		libdevq.so:devel/libdevq
 
 USES=		libtool pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes

Modified: head/graphics/libglapi/Makefile
==============================================================================
--- head/graphics/libglapi/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/graphics/libglapi/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -10,7 +10,7 @@ COMMENT=	Common GL api library used by M
 
 LICENSE=	MIT
 
-LIB_DEPENDS+=	libpthread-stubs.so:devel/libpthread-stubs
+BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 
 USE_XORG=	x11 xau xcb xdmcp xvmc
 

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/graphics/libreatlas/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libreatlas
 PORTVERSION=	1.0.0a
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 
@@ -12,10 +12,10 @@ COMMENT=	Open Source Geography Education
 
 LICENSE=	GPLv3
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libmspack.so:archivers/libmspack \
 		libspatialite.so:databases/spatialite \
 		libsqlite3.so:databases/sqlite3 \
-		libpthread-stubs.so:devel/libpthread-stubs \
 		libpcre.so:devel/pcre \
 		libcairo.so:graphics/cairo \
 		libgeos.so:graphics/geos \

Modified: head/net/x11vnc/Makefile
==============================================================================
--- head/net/x11vnc/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/net/x11vnc/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	x11vnc
 PORTVERSION=	0.9.13
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/libvncserver/${PORTNAME}/${PORTVERSION}
 
@@ -12,8 +12,8 @@ COMMENT=	VNC server for use with real X 
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libdbus-1.so:devel/dbus \
-		libpthread-stubs.so:devel/libpthread-stubs
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libdbus-1.so:devel/dbus
 
 USE_XORG=	x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \
 		xdmcp recordproto

Modified: head/science/massxpert/Makefile
==============================================================================
--- head/science/massxpert/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/science/massxpert/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	massxpert
 PORTVERSION=	3.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	science
 MASTER_SITES=	http://download.tuxfamily.org/massxpert/source/
 
@@ -12,8 +12,8 @@ COMMENT=	massXpert software for (bio)che
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libpcre.so:devel/pcre \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \

Modified: head/x11-wm/echinus/Makefile
==============================================================================
--- head/x11-wm/echinus/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/x11-wm/echinus/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,15 +3,15 @@
 
 PORTNAME=	echinus
 PORTVERSION=	0.4.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://plhk.ru/static/echinus/
 
 MAINTAINER=	hrkfdn@gmail.com
 COMMENT=	Dynamic window manager for X11 based on dwm
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libfreetype.so:print/freetype2 \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig
 

Modified: head/x11/slim/Makefile
==============================================================================
--- head/x11/slim/Makefile	Wed Mar 29 05:18:30 2017	(r437181)
+++ head/x11/slim/Makefile	Wed Mar 29 06:50:28 2017	(r437182)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slim
 PORTVERSION=	1.3.6
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.berlios.de/pub/slim/ \
 		SF/slim.berlios
@@ -13,8 +13,8 @@ COMMENT=	Graphical login manager for X11
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
-		libpng.so:graphics/png \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
@@ -26,8 +26,8 @@ USE_LDCONFIG=	yes
 SUB_FILES=	pkg-message
 
 CMAKE_ARGS=	-DUSE_CONSOLEKIT=yes \
-	-DBUILD_SLIMLOCK=no \
-	-DBUILD_SHARED_LIBS=yes
+		-DBUILD_SLIMLOCK=no \
+		-DBUILD_SHARED_LIBS=yes
 
 OPTIONS_DEFINE=		PAM UTF8 CONSOLEKIT
 OPTIONS_DEFAULT=	PAM CONSOLEKIT



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