From owner-svn-ports-all@FreeBSD.ORG Thu Sep 5 19:38:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D429E35C; Thu, 5 Sep 2013 19:38:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C02122B93; Thu, 5 Sep 2013 19:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Jc9e1055486; Thu, 5 Sep 2013 19:38:09 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Jc9GE055484; Thu, 5 Sep 2013 19:38:09 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201309051938.r85Jc9GE055484@svn.freebsd.org> From: John Baldwin Date: Thu, 5 Sep 2013 19:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326439 - in head: . math math/libmath++ 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.14 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: Thu, 05 Sep 2013 19:38:09 -0000 Author: jhb (src,doc committer) Date: Thu Sep 5 19:38:09 2013 New Revision: 326439 URL: http://svnweb.freebsd.org/changeset/ports/326439 Log: Remove math/libmath++. The only thing that used it (monopd) was removed back in 2011, the distfile no longer fetches, and it doesn't build correctly with clang as it is missing -fPIC. Reviewed by: az Deleted: head/math/libmath++/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Sep 5 19:29:18 2013 (r326438) +++ head/MOVED Thu Sep 5 19:38:09 2013 (r326439) @@ -4922,3 +4922,4 @@ games/koth||2013-09-01|Has expired: Unma www/p5-Catalyst-Plugin-Unicode-Encoding||2013-09-04|Has expired: This module now part of core Catalyst distribution databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php devel/avr-gcc-3||2013-09-04|Maintaining a GCC 3.x for AVR is no longer useful +math/libmath++||2013-09-05|Upstream disappeared and distfile is no longer available Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Sep 5 19:29:18 2013 (r326438) +++ head/math/Makefile Thu Sep 5 19:38:09 2013 (r326439) @@ -221,7 +221,6 @@ SUBDIR += libflame SUBDIR += libjbigi SUBDIR += liblbfgs - SUBDIR += libmath++ SUBDIR += libmissing SUBDIR += libneural SUBDIR += libocas