Index: head/games/shaaft/Makefile =================================================================== --- head/games/shaaft/Makefile (revision 459427) +++ head/games/shaaft/Makefile (revision 459428) @@ -1,49 +1,46 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= shaaft PORTVERSION= 0.5.0 PORTREVISION= 20 CATEGORIES= games MASTER_SITES= SF/criticalmass/OldFiles DISTNAME= Shaaft-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL 3D falling block game similar to Blockout LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB -BROKEN_sparc64= does not compile - USES= tar:bzip2 USE_SDL= mixer image sdl -USE_GL= yes +USE_GL= gl USE_GCC= any USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimize CPPFLAGS+= $$(libpng-config --I_opts) LDFLAGS+= $$(libpng-config --L_opts) DATADIR= ${PREFIX}/share/Shaaft PLIST_FILES= bin/Packer bin/shaaft %%DATADIR%%/resource.dat \ man/man6/shaaft.6.gz DESKTOP_ENTRIES="Shaaft" "" "" "${PORTNAME}" "" "" post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ s|^CXXFLAGS|#CXXFLAGS|g ; \ s|/usr/X11R6|${LOCALBASE}|g ; \ s|-lSDL | |g ; \ s|-lpng12|-lpng|g' ${WRKSRC}/configure @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' @${REINPLACE_CMD} -e 's|== 3|>= 3|' ${WRKSRC}/utils/hashMap.hpp .include Index: head/games/shaaft/files/patch-utilsgl_gl++.hpp =================================================================== --- head/games/shaaft/files/patch-utilsgl_gl++.hpp (nonexistent) +++ head/games/shaaft/files/patch-utilsgl_gl++.hpp (revision 459428) @@ -0,0 +1,15 @@ +--- utilsgl/gl++.hpp.orig 2004-01-01 04:32:28 UTC ++++ utilsgl/gl++.hpp +@@ -27,12 +27,6 @@ + # if defined(_WIN64) + typedef __int64 GLintptrARB; + typedef __int64 GLsizeiptrARB; +-# elif defined(__ia64__) || defined(__x86_64__) +- typedef long int GLintptrARB; +- typedef long int GLsizeiptrARB; +-# else +- typedef int GLintptrARB; +- typedef int GLsizeiptrARB; + # endif + #endif + Property changes on: head/games/shaaft/files/patch-utilsgl_gl++.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property