From owner-svn-ports-head@freebsd.org Fri Feb 24 17:57:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FD7CCEB9FA; Fri, 24 Feb 2017 17:57:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02C31A7F; Fri, 24 Feb 2017 17:57:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1OHv9Wl080419; Fri, 24 Feb 2017 17:57:09 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1OHv8x1080413; Fri, 24 Feb 2017 17:57:08 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201702241757.v1OHv8x1080413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 24 Feb 2017 17:57:08 +0000 (UTC) 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 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.23 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: Fri, 24 Feb 2017 17:57:10 -0000 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 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