Date: Thu, 21 Nov 2013 08:19:34 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334470 - in head: devel/atlas-devel devel/eris devel/mercator games/ember graphics/ogre3d net/cyphesis Message-ID: <201311210819.rAL8JYKQ097761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Thu Nov 21 08:19:34 2013 New Revision: 334470 URL: http://svnweb.freebsd.org/changeset/ports/334470 Log: update devel/atlas-devel to 0.6.3 which now requires a C++-11 compiler new .so version changes in affected ports change some ports to use USE_GCC=4.7+ (tested with 4.7 and 4.8) as this is needed for dependencies to devel/atlas-devel finally fix the compilation error in games/ember for at least FreeBSD 9 Modified: head/devel/atlas-devel/Makefile (contents, props changed) head/devel/atlas-devel/distinfo (contents, props changed) head/devel/atlas-devel/pkg-plist (contents, props changed) head/devel/eris/Makefile head/devel/mercator/Makefile head/games/ember/Makefile head/graphics/ogre3d/Makefile head/net/cyphesis/Makefile Modified: head/devel/atlas-devel/Makefile ============================================================================== --- head/devel/atlas-devel/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/devel/atlas-devel/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Atlas -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION} DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} @@ -15,6 +15,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= YES USE_BZIP2= YES USES= pathfix +USE_GCC= 4.7+ CONFIGURE_ARGS+=--program-transform-name= Modified: head/devel/atlas-devel/distinfo ============================================================================== --- head/devel/atlas-devel/distinfo Thu Nov 21 07:54:49 2013 (r334469) +++ head/devel/atlas-devel/distinfo Thu Nov 21 08:19:34 2013 (r334470) @@ -1,2 +1,2 @@ -SHA256 (Atlas-C++-0.6.2.tar.bz2) = a060997c1c0259de39f0ce663a6fb86fc1756a8121b79bc7d8bbe1e659fbf633 -SIZE (Atlas-C++-0.6.2.tar.bz2) = 344813 +SHA256 (Atlas-C++-0.6.3.tar.bz2) = 5b8401a3b1182eb413b7fe4e6791c14343e7d7b7af6426d5279c6b9cf681f6a3 +SIZE (Atlas-C++-0.6.3.tar.bz2) = 527537 Modified: head/devel/atlas-devel/pkg-plist ============================================================================== --- head/devel/atlas-devel/pkg-plist Thu Nov 21 07:54:49 2013 (r334469) +++ head/devel/atlas-devel/pkg-plist Thu Nov 21 08:19:34 2013 (r334470) @@ -39,31 +39,31 @@ include/Atlas-C++-0.6/Atlas/Version.h lib/libAtlas-0.6.a lib/libAtlas-0.6.la lib/libAtlas-0.6.so -lib/libAtlas-0.6.so.1 +lib/libAtlas-0.6.so.2 lib/libAtlasCodecs-0.6.a lib/libAtlasCodecs-0.6.la lib/libAtlasCodecs-0.6.so -lib/libAtlasCodecs-0.6.so.1 +lib/libAtlasCodecs-0.6.so.2 lib/libAtlasFilters-0.6.a lib/libAtlasFilters-0.6.la lib/libAtlasFilters-0.6.so -lib/libAtlasFilters-0.6.so.1 +lib/libAtlasFilters-0.6.so.2 lib/libAtlasFunky-0.6.a lib/libAtlasFunky-0.6.la lib/libAtlasFunky-0.6.so -lib/libAtlasFunky-0.6.so.1 +lib/libAtlasFunky-0.6.so.2 lib/libAtlasMessage-0.6.a lib/libAtlasMessage-0.6.la lib/libAtlasMessage-0.6.so -lib/libAtlasMessage-0.6.so.1 +lib/libAtlasMessage-0.6.so.2 lib/libAtlasNet-0.6.a lib/libAtlasNet-0.6.la lib/libAtlasNet-0.6.so -lib/libAtlasNet-0.6.so.1 +lib/libAtlasNet-0.6.so.2 lib/libAtlasObjects-0.6.a lib/libAtlasObjects-0.6.la lib/libAtlasObjects-0.6.so -lib/libAtlasObjects-0.6.so.1 +lib/libAtlasObjects-0.6.so.2 libdata/pkgconfig/atlascpp-0.6.pc %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/COPYING Modified: head/devel/eris/Makefile ============================================================================== --- head/devel/eris/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/devel/eris/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -10,7 +10,7 @@ MASTER_SITES= SF/worldforge/Eris%201.4%2 MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge client entity library -LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ +LIB_DEPENDS= Atlas-0.6.2:${PORTSDIR}/devel/atlas-devel \ skstream-0.3.7:${PORTSDIR}/net/skstream \ wfmath-1.0.1:${PORTSDIR}/math/wfmath \ sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ Modified: head/devel/mercator/Makefile ============================================================================== --- head/devel/mercator/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/devel/mercator/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -18,7 +18,6 @@ USE_LDCONFIG= yes USE_GCC= yes CXXFLAGS+= -include wchar.h -CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" NO_STAGE= yes .include <bsd.port.mk> Modified: head/games/ember/Makefile ============================================================================== --- head/games/ember/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/games/ember/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -39,6 +39,7 @@ USE_OPENAL= al alut USES= pathfix pkgconfig USE_BZIP2= YES CPPFLAGS+= -DBR_NO_MACROS +USE_GCC= 4.7+ NO_STAGE= yes .include <bsd.port.options.mk> @@ -55,6 +56,8 @@ post-patch: s|,Plugin_CgProgramManager||g' \ ${WRKSRC}/ember.conf @${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/ember.in + @${REINPLACE_CMD} -e 's|BOOST_THREAD_LIB =|& -L${_GCC_RUNTIME} -lstdc++ |g' \ + ${WRKSRC}/src/main/Makefile.in post-install: (cd ${WRKDIR}/ember-media-${PORTVERSION}/media && ${FIND} . -type f -print | \ Modified: head/graphics/ogre3d/Makefile ============================================================================== --- head/graphics/ogre3d/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/graphics/ogre3d/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -21,6 +21,7 @@ USE_BZIP2= YES USES= cmake USE_SDL= sdl USE_XORG= xaw +USE_GCC= 4.7+ NO_STAGE= yes .include <bsd.port.options.mk> Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Thu Nov 21 07:54:49 2013 (r334469) +++ head/net/cyphesis/Makefile Thu Nov 21 08:19:34 2013 (r334470) @@ -10,7 +10,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}% MAINTAINER= oliver@FreeBSD.org COMMENT= Server for WorldForge games -LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ +LIB_DEPENDS= Atlas-0.6.2:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.8:${PORTSDIR}/devel/varconf \ wfmath-1.0.1:${PORTSDIR}/math/wfmath \ mercator-0.3.3:${PORTSDIR}/devel/mercator \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311210819.rAL8JYKQ097761>