Date: Sun, 8 Dec 2013 19:45:15 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Mathieu Arnold <mat@mat.cc> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer <gerald@FreeBSD.org>, ports-committers@freebsd.org Subject: Re: svn commit: r335597 - in head/games/battletanks: . files Message-ID: <alpine.LNX.2.00.1312081944290.2197@tuna.site> In-Reply-To: <51213CA212BC580D30A6C09C@atuin.in.mat.cc> References: <201312032314.rB3NEaVG036552@svn.freebsd.org> <51213CA212BC580D30A6C09C@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 4 Dec 2013, Mathieu Arnold wrote: > +--On 3 décembre 2013 23:14:36 +0000 Gerald Pfeifer <gerald@FreeBSD.org> > wrote: > | LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ > | - expat.6:${PORTSDIR}/textproc/expat2 \ > | - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ > | - smpeg.1:${PORTSDIR}/multimedia/smpeg > | + libexpat.so:${PORTSDIR}/textproc/expat2 \ > | + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ > | + libsmpeg.so:${PORTSDIR}/multimedia/smpeg > > You missed the first one, should be libsigc-2.0.so :-) bsam noted the same -- fixed! And, boy, am I happy about the new LIB_DEPENDS format. sigc-2.0.0 referring to libsigc-2.0.so.0 makes my head hurt. :-) Gerald From owner-svn-ports-head@FreeBSD.ORG Sun Dec 8 18:50:51 2013 Return-Path: <owner-svn-ports-head@FreeBSD.ORG> Delivered-To: svn-ports-head@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 ESMTPS id B772AA2D; Sun, 8 Dec 2013 18:50:51 +0000 (UTC) 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 A3BDE16B5; Sun, 8 Dec 2013 18:50:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8Iop91098870; Sun, 8 Dec 2013 18:50:51 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8IopCX098869; Sun, 8 Dec 2013 18:50:51 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201312081850.rB8IopCX098869@svn.freebsd.org> From: Oliver Lehmann <oliver@FreeBSD.org> Date: Sun, 8 Dec 2013 18:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335919 - head/x11-toolkits/gigi/files 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.17 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 08 Dec 2013 18:50:51 -0000 Author: oliver Date: Sun Dec 8 18:50:51 2013 New Revision: 335919 URL: http://svnweb.freebsd.org/changeset/ports/335919 Log: remove GCC version check to support GCC versions 4.7 and up PR: 184577, 183342 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Added: head/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp (contents, props changed) Added: head/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp Sun Dec 8 18:50:51 2013 (r335919) @@ -0,0 +1,24 @@ +--- GG/adobe/cmath.hpp.orig 2011-08-29 15:14:45.000000000 +0200 ++++ GG/adobe/cmath.hpp 2013-12-08 12:40:51.000000000 +0100 +@@ -31,21 +31,7 @@ + #define ADOBE_HAS_C99_STD_MATH_H + + #elif defined(__GNUC__) +- +-// Guessing at gcc 3 support +-#if (__GNUC__ == 3) && (__GNUC_MINOR__ > 2) +- +-#define ADOBE_HAS_CPP_CMATH +- +-#elif ((__GNUC__ == 4) && (__GNUC_MINOR__ <= 6)) +-/* +- The currently supported version of GNUC has C99 extensions in math.h. But no TR1 extensions. +-*/ + #define ADOBE_HAS_C99_MATH_H +- +-#else +-#error "Unknown GCC compiler configuration for cmath (last known version is 4.0.1)." +-#endif + + #elif defined(_MSC_VER) +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LNX.2.00.1312081944290.2197>