View | Details | Raw Unified | Return to bug 239282 | Differences between
and this patch

Collapse All | Expand All

(-)devel/simgear/Makefile (-2 / +5 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	simgear
3
PORTNAME=	simgear
4
PORTVERSION=	2018.3.2
4
PORTVERSION=	2018.3.2
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	devel games
6
CATEGORIES=	devel games
7
MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
7
MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
8
8
Lines 14-20 Link Here
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
15
RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
15
RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
16
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
16
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
17
		libosg.so:graphics/osg
17
		libosg.so:graphics/osg \
18
		libexpat.so:textproc/expat2
18
19
19
USES=		alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \
20
USES=		alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \
20
		tar:bzip2
21
		tar:bzip2
Lines 23-28 Link Here
23
24
24
LDFLAGS_gcc=	-losgDB
25
LDFLAGS_gcc=	-losgDB
25
LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
26
LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
27
28
CMAKE_ARGS+=	-DSYSTEM_EXPAT:BOOL=ON
26
29
27
post-patch:
30
post-patch:
28
# Avoid conflict with C++20 <version> by adding .txt suffix
31
# Avoid conflict with C++20 <version> by adding .txt suffix
(-)devel/simgear/pkg-plist (-2 / +4 lines)
Lines 332-340 Link Here
332
include/simgear/timing/timezone.h
332
include/simgear/timing/timezone.h
333
include/simgear/version.h
333
include/simgear/version.h
334
include/simgear/xml/easyxml.hxx
334
include/simgear/xml/easyxml.hxx
335
lib/libSimGearCore.a
336
lib/libSimGearScene.a
337
lib/cmake/SimGear/SimGearConfig.cmake
335
lib/cmake/SimGear/SimGearConfig.cmake
338
lib/cmake/SimGear/SimGearConfigVersion.cmake
336
lib/cmake/SimGear/SimGearConfigVersion.cmake
339
lib/cmake/SimGear/SimGearTargets-%%CMAKE_BUILD_TYPE%%.cmake
337
lib/cmake/SimGear/SimGearTargets-%%CMAKE_BUILD_TYPE%%.cmake
340
lib/cmake/SimGear/SimGearTargets.cmake
338
lib/cmake/SimGear/SimGearTargets.cmake
339
lib/libSimGearCore.so
340
lib/libSimGearCore.so.2018.3.2
341
lib/libSimGearScene.so
342
lib/libSimGearScene.so.2018.3.2

Return to bug 239282