Index: head/games/seabattle/Makefile =================================================================== --- head/games/seabattle/Makefile (revision 565844) +++ head/games/seabattle/Makefile (revision 565845) @@ -1,25 +1,28 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= seabattle PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy/ \ http://www.deater.net/weave/vmwprod/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses based battleship type game +BROKEN_FreeBSD_13= ld: error: duplicate symbol: current_player +BROKEN_FreeBSD_14= ld: error: duplicate symbol: current_player + USES= ncurses OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/seabattle ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/seabattle ${INSTALL_DATA} ${WRKSRC}/*.au ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .include Index: head/games/typespeed/Makefile =================================================================== --- head/games/typespeed/Makefile (revision 565844) +++ head/games/typespeed/Makefile (revision 565845) @@ -1,44 +1,47 @@ # Created by: refugee # $FreeBSD$ PORTNAME= typespeed PORTVERSION= 0.6.5 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Test your typing speed and get your fingers' CPS LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: now +BROKEN_FreeBSD_14= ld: error: duplicate symbol: now + USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-highscoredir="${SCOREDIR}" SCOREDIR= /var/games/typespeed SCOREFILE= typespeed.score OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -exec \ ${REINPLACE_CMD} -e 's|^\(CC =\).*|\1 @CC@|; \ /chmod/ d; /chgrp/ d' {} \; @${REINPLACE_CMD} -e \ 's|\(/etc\)|${PREFIX}\1|' ${WRKSRC}/src/pathnames.h post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/convert \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-hs-conv ${MV} ${STAGEDIR}${PREFIX}/etc/typespeedrc \ ${STAGEDIR}${PREFIX}/etc/typespeedrc.sample ${MV} ${STAGEDIR}${SCOREDIR}/${SCOREFILE} \ ${STAGEDIR}${SCOREDIR}/${SCOREFILE}.sample .include Index: head/games/uhexen/Makefile =================================================================== --- head/games/uhexen/Makefile (revision 565844) +++ head/games/uhexen/Makefile (revision 565845) @@ -1,33 +1,35 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= uhexen PORTVERSION= 0.601 PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another port of Hexen, popular game from Raven Software +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mouse_scale_factor +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mouse_scale_factor BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: m_misc.o: undefined reference to 'ShortSwap' USES= gmake sdl USE_SDL= mixer sdl MAKE_ENV= EXTRA_LIBS=-lm PLIST_FILES= bin/uhexen OPTIONS_DEFINE= MUSIC OPTIONS_DEFAULT= MUSIC MUSIC_DESC= In-game MIDI music support MUSIC_RUN_DEPENDS= ${LOCALBASE}/lib/timidity/goemon.cfg:audio/timidity .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include "${.CURDIR}/../doom-data/Makefile.include" .include Index: head/games/wmqstat/Makefile =================================================================== --- head/games/wmqstat/Makefile (revision 565844) +++ head/games/wmqstat/Makefile (revision 565845) @@ -1,34 +1,37 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= wmqstat PORTVERSION= 0.0.4 PORTREVISION= 2 CATEGORIES= games windowmaker MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp for monitoring of various Internet game servers LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: display +BROKEN_FreeBSD_14= ld: error: duplicate symbol: display + RUN_DEPENDS= qstat:games/qstat USES= xorg USE_XORG= xpm x11 xext PLIST_FILES= bin/${PORTNAME} PORTDOCS= README OPTIONS_DEFINE= DOCS # Unbreak the build against Clang post-patch: @${REINPLACE_CMD} -e 's, inline,,' ${WRKSRC}/wmgeneral/list.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include