Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2017 17:57:08 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434738 - in head: . devel devel/libc++ devel/libcxxrt graphics/gnash math/parmetis textproc/hs-double-conversion x11-toolkits/hs-wxc
Message-ID:  <201702241757.v1OHv8x1080413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim (src committer)
Date: Fri Feb 24 17:57:08 2017
New Revision: 434738
URL: https://svnweb.freebsd.org/changeset/ports/434738

Log:
  Remove the devel/libc++ and devel/libcxxrt ports.
  
  Since all supported versions of FreeBSD now have libc++ and libcxxrt in
  the base system, and these ports were outdated, remove them, and update
  any ports that still depended on them:
  * graphics/gnash
  * textproc/hs-double-conversion
  * x11-toolkits/hs-wxc
  * math/parmetis
  
  Approved by:	portmgr (antoine)
  Exp-run by:	antoine
  PR:		217257
  MFH:		2017Q1

Deleted:
  head/devel/libc++/
  head/devel/libcxxrt/
Modified:
  head/MOVED
  head/devel/Makefile
  head/graphics/gnash/Makefile
  head/math/parmetis/Makefile
  head/textproc/hs-double-conversion/Makefile
  head/x11-toolkits/hs-wxc/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/MOVED	Fri Feb 24 17:57:08 2017	(r434738)
@@ -9086,3 +9086,5 @@ net/nos-ttb||2017-02-20|Has expired: doe
 sysutils/filebeat|sysutils/beats|2017-02-21|merged beats to one port
 sysutils/metricbeat|sysutils/beats|2017-02-21|merged beats to one port
 sysutils/packetbeat|sysutils/beats|2017-02-21|merged beats to one port
+devel/libc++||2017-02-24|Obsolete, all supported FreeBSD versions have libc++ in the base system
+devel/libcxxrt||2017-02-24|Obsolete, all supported FreeBSD versions have libcxxrt in the base system

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/devel/Makefile	Fri Feb 24 17:57:08 2017	(r434738)
@@ -1226,7 +1226,6 @@
     SUBDIR += libbrotli
     SUBDIR += libbson
     SUBDIR += libburn
-    SUBDIR += libc++
     SUBDIR += libccid
     SUBDIR += libcfg
     SUBDIR += libcfu
@@ -1242,7 +1241,6 @@
     SUBDIR += libcrossguid
     SUBDIR += libcutl
     SUBDIR += libcwd
-    SUBDIR += libcxxrt
     SUBDIR += libdaemon
     SUBDIR += libdap
     SUBDIR += libdatrie

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/graphics/gnash/Makefile	Fri Feb 24 17:57:08 2017	(r434738)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnash
 PORTVERSION=	0.8.10
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	graphics
 MASTER_SITES=	http://git.savannah.gnu.org/cgit/gnash.git/snapshot/
 DISTNAME=	gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880
@@ -15,7 +15,6 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libnspr4.so:devel/nspr \
-		libc++.so.1:devel/libc++ \
 		libgif.so:graphics/giflib \
 		libpng.so:graphics/png \
 		libcurl.so:ftp/curl \

Modified: head/math/parmetis/Makefile
==============================================================================
--- head/math/parmetis/Makefile	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/math/parmetis/Makefile	Fri Feb 24 17:57:08 2017	(r434738)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ParMetis
 PORTVERSION=	4.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math parallel
 MASTER_SITES=	http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. OLD
@@ -17,15 +17,10 @@ LICENSE_NAME=	University of Minnesota ME
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LICENSE_PERMS=	auto-accept
 
-# libc++.so is a linker script, not a symlink.
-# Ignore portlint, the linker needs the actual library specified
-LIB_DEPENDS=	libc++.so.1:devel/libc++
-
 OPTIONS_DEFINE=	OPENMPI DOCS
 OPENMPI_DESC=	Use openmpi instead of mpich2
 
 USES=		cmake gmake
-LDFLAGS+=	-L${LOCALBASE}/lib -lc++
 
 PLIST_FILES=	include/parmetis/metis.h \
 		include/parmetis/parmetis.h \

Modified: head/textproc/hs-double-conversion/Makefile
==============================================================================
--- head/textproc/hs-double-conversion/Makefile	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/textproc/hs-double-conversion/Makefile	Fri Feb 24 17:57:08 2017	(r434738)
@@ -15,7 +15,6 @@ USE_CABAL=	text>=0.11.0.8
 
 .if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG}
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-double-conversion.cabal
-LIB_DEPENDS+=	libcxxrt.so:devel/libcxxrt
 .endif
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/hs-wxc/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxc/Makefile	Fri Feb 24 17:18:43 2017	(r434737)
+++ head/x11-toolkits/hs-wxc/Makefile	Fri Feb 24 17:57:08 2017	(r434738)
@@ -24,8 +24,4 @@ post-patch::
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 
-.if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG}
-LIB_DEPENDS+=	libc++.so.1:devel/libc++
-.endif
-
 .include <bsd.port.mk>



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