Index: head/games/el/Makefile =================================================================== --- head/games/el/Makefile (revision 512202) +++ head/games/el/Makefile (revision 512203) @@ -1,47 +1,46 @@ # Created by: Janni # $FreeBSD$ PORTNAME= el PORTVERSION= 1.9.5.3 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG -BROKEN_powerpc64= fails to compile: cal3d_io_wrapper.cpp: undefined reference to CalCoreAnimation::setFilename BROKEN_sparc64= fails to build on sparc64 LIB_DEPENDS= libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libcal3d.so:graphics/cal3d RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:games/el-data USES= compiler:c++11-lang gmake iconv openal:al,alut USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= gl USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= raduprv GH_PROJECT= Eternal-Lands LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lX11 LLD_UNSAFE= yes ALL_TARGET= el.bin MAKEFILE= Makefile.bsd PLIST_FILES= bin/el \ %%DATADIR%%/el.bin pre-install: @${ECHO} "#!/bin/sh" > ${WRKDIR}/el @${ECHO} "cd ${DATADIR} || exit 1 " >> ${WRKDIR}/el @${ECHO} "exec ${DATADIR}/el.bin" >> ${WRKDIR}/el do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/el ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/el.bin ${STAGEDIR}${DATADIR} .include Index: head/graphics/cal3d/Makefile =================================================================== --- head/graphics/cal3d/Makefile (revision 512202) +++ head/graphics/cal3d/Makefile (revision 512203) @@ -1,34 +1,35 @@ # Created by: Stefan Walter # $FreeBSD$ PORTNAME= cal3d PORTVERSION= 0.11.1 # see note below CATEGORIES= graphics devel MASTER_SITES= LOCAL/acm/cal3d DISTNAME= cal3d-20060720 DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Skeletal based 3D character animation library written in C++ # Cal3D ceased development in July 2006 # The last version was labelled 0.11R2 (despite version 0.11 being released) # The last Cal3D development version was "20060720". # This becomes the new "stable" version, and it's given a fake version # number of 0.11.1 to indicate it comes after 0.11.0 rather than changing # the version scheme completely. GNU_CONFIGURE= yes -USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig \ + tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/cal3d/buffersource.h \ ${WRKSRC}/src/cal3d/loader.h \ ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' \ ${WRKSRC}/src/cal3d/Makefile.am .include