Index: head/devel/simgear/Makefile =================================================================== --- head/devel/simgear/Makefile (revision 499828) +++ head/devel/simgear/Makefile (revision 499829) @@ -1,37 +1,33 @@ # $FreeBSD$ PORTNAME= simgear PORTVERSION= 2018.3.2 PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} MAINTAINER= martymac@FreeBSD.org COMMENT= Toolkit for 3D games and simulations LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libosg.so:graphics/osg USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \ tar:bzip2 USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut -LDFLAGS_mips= -losgDB -LDFLAGS_mips64= -losgDB -LDFLAGS_powerpc64= -losgDB -LDFLAGS_powerpc= -losgDB -LDFLAGS_powerpcspe= -losgDB -LDFLAGS_sparc64= -losgDB +LDFLAGS_gcc= -losgDB +LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} post-patch: # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -Ei .c++20 '/file|set_prop/s/version[[:>:]]/&.txt/' \ ${WRKSRC}/CMakeLists.txt .include Index: head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx =================================================================== --- head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx (nonexistent) +++ head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx (revision 499829) @@ -0,0 +1,10 @@ +--- simgear/nasal/cppbind/NasalHash.hxx.orig 2019-04-23 16:24:11 UTC ++++ simgear/nasal/cppbind/NasalHash.hxx +@@ -23,6 +23,7 @@ + #include "to_nasal.hxx" + + #include ++#include + #include + + namespace nasal Property changes on: head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property