From owner-svn-ports-all@freebsd.org Mon May 2 16:14:07 2016 Return-Path: Delivered-To: svn-ports-all@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 988E6AEE88B; Mon, 2 May 2016 16:14:07 +0000 (UTC) (envelope-from zeising@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 4F26116DF; Mon, 2 May 2016 16:14:07 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u42GE6ba052115; Mon, 2 May 2016 16:14:06 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42GE6lI052111; Mon, 2 May 2016 16:14:06 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201605021614.u42GE6lI052111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 2 May 2016 16:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414459 - in head: . databases databases/rrdtool databases/rrdtool10 databases/rrdtool12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 16:14:07 -0000 Author: zeising Date: Mon May 2 16:14:05 2016 New Revision: 414459 URL: https://svnweb.freebsd.org/changeset/ports/414459 Log: Remove databases/rrdtool10 This is an old version of databases/rrdtool, no longer maintained. Update CONFLICTS in databases/rrdtool and rrdtool12 accordingly. Reviewed by: kwm (in part) Differential Revision: D6168 Deleted: head/databases/rrdtool10/ Modified: head/MOVED head/databases/Makefile head/databases/rrdtool/Makefile head/databases/rrdtool12/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 2 16:08:56 2016 (r414458) +++ head/MOVED Mon May 2 16:14:05 2016 (r414459) @@ -8303,3 +8303,4 @@ databases/p5-qdbm||2016-04-23|Has expire deskutils/ladon||2016-04-23|Has expired: Broken for more than 6 months java/linux-sun-jdk17||2016-04-24|Has expired: Unsupported and known for multiple security vulnerabilities devel/compiler-rt-devel|devel/llvm-devel|2016-04-24|Folded back in to devel/llvm-devel +databases/rrdtool||2016-05-02|Old version, not maintained any more Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon May 2 16:08:56 2016 (r414458) +++ head/databases/Makefile Mon May 2 16:14:05 2016 (r414459) @@ -836,7 +836,6 @@ SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool - SUBDIR += rrdtool10 SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-cdb Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon May 2 16:08:56 2016 (r414458) +++ head/databases/rrdtool/Makefile Mon May 2 16:14:05 2016 (r414459) @@ -12,7 +12,7 @@ COMMENT= Round Robin Database Tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= rrdtool10-* rrdtool12-* +CONFLICTS= rrdtool12-* CONFIGURE_ARGS= --disable-tcl --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 Modified: head/databases/rrdtool12/Makefile ============================================================================== --- head/databases/rrdtool12/Makefile Mon May 2 16:08:56 2016 (r414458) +++ head/databases/rrdtool12/Makefile Mon May 2 16:14:05 2016 (r414459) @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freety libart_lgpl_2.so:graphics/libart_lgpl \ libpng.so:graphics/png -CONFLICTS= rrdtool10-* rrdtool-1.* +CONFLICTS= rrdtool-1.* USE_LDCONFIG= yes GNU_CONFIGURE= yes