From e40158ad2473c9b7081c601a5bf4b8e851359904 Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 14 Nov 2017 07:23:21 +0000 Subject: games/opensurge: does not build, schedule for removal on 2018-02-01 CMakeFiles/opensurge.dir/src/entities/particle.c.o: In function `particle_update_all': particle.c:(.text+0x113): undefined reference to `image_height' particle.c:(.text+0x126): undefined reference to `image_width' particle.c:(.text+0x1f0): undefined reference to `image_width' particle.c:(.text+0x20f): undefined reference to `image_height' particle.c:(.text+0x296): undefined reference to `image_width' particle.c:(.text+0x2b2): undefined reference to `image_height' collect2: error: ld returned 1 exit status and other files --- games/opensurge/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games/opensurge/Makefile') diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile index 6d09d8aa7378..569bf25d4461 100644 --- a/games/opensurge/Makefile +++ b/games/opensurge/Makefile @@ -18,6 +18,9 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/licenses/GPLv2.txt LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/licenses/CC-BY-SA-3.0.txt +DEPRECATED= Does not build +EXPIRATION_DATE=2018-02-01 + BUILD_DEPENDS= ${LOCALBASE}/lib/libaldmb.a:audio/dumb-allegro \ ${LOCALBASE}/include/alfont.h:x11-fonts/alfont \ alureplay:audio/alure @@ -69,7 +72,7 @@ post-install: .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ - @${INSTALL_DATA} ${WRKSRC}/src/misc/${PORTNAME}_${s}.png \ + ${INSTALL_DATA} ${WRKSRC}/src/misc/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ -- cgit