svn commit: r454167 - head/games/opensurge
Rene Ladan
rene at FreeBSD.org
Tue Nov 14 07:23:22 UTC 2017
Author: rene
Date: Tue Nov 14 07:23:21 2017
New Revision: 454167
URL: https://svnweb.freebsd.org/changeset/ports/454167
Log:
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
Modified:
head/games/opensurge/Makefile
Modified: head/games/opensurge/Makefile
==============================================================================
--- head/games/opensurge/Makefile Tue Nov 14 07:19:10 2017 (r454166)
+++ head/games/opensurge/Makefile Tue Nov 14 07:23:21 2017 (r454167)
@@ -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 \
More information about the svn-ports-all
mailing list