Index: head/games/blobandconquer/Makefile =================================================================== --- head/games/blobandconquer/Makefile (revision 204946) +++ head/games/blobandconquer/Makefile (revision 204947) @@ -1,59 +1,60 @@ # New ports collection makefile for: blobandconquer # Date created: 02 Apr 2006 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= blobandconquer DISTVERSION= 0.91-1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.amdmi3.ru/distfiles/ \ http://www.parallelrealities.co.uk/download.php?type=zip&file= DISTNAME= blobAndConquer-${DISTVERSION} MAINTAINER= amdmi3@amdmi3.ru COMMENT= A somewhat violent 3D action game FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} USE_SDL= sdl mixer image ttf USE_GL= yes USE_GMAKE= yes USE_DOS2UNIX= makefile src/headers.h src/main.cpp USE_GETTEXT= yes FETCH_CMD= /usr/bin/fetch WRKSRC= ${WRKDIR}/blobAndConquer-${DISTVERSION:C/^([0-9]\.[0-9][0-9]).*/\1/} PORTDOCS= * MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" DESKTOP_ENTRIES="Blob and Conquer" \ "Save Blobs" \ "" \ "blobAndConquer" \ "Application;Game;" \ false post-patch: @${FIND} ${WRKSRC} -type d -empty -exec ${TOUCH} "{}/.keep_me" \; do-install: ${INSTALL_PROGRAM} ${WRKSRC}/blobAndConquer ${PREFIX}/bin .for d in data gfx music sound textures cd ${WRKSRC} && \ ${FIND} ${d} -type d -exec ${MKDIR} "${DATADIR}/{}" \; ;\ ${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && \ ${FIND} . -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; ;\ ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; .endif .include Property changes on: head/games/blobandconquer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/games/blobandconquer/files/patch-src-world-bsp.cpp =================================================================== --- head/games/blobandconquer/files/patch-src-world-bsp.cpp (nonexistent) +++ head/games/blobandconquer/files/patch-src-world-bsp.cpp (revision 204947) @@ -0,0 +1,11 @@ +--- src/world/bsp.cpp.orig 2007-05-22 00:26:13.000000000 +0400 ++++ src/world/bsp.cpp 2007-12-31 19:23:29.000000000 +0300 +@@ -22,6 +22,8 @@ + + #define TESSELATION 10 + ++float swapBytes(float f); ++ + TextureSpec *getTextureSpec(char *basename) + { + // ignore this texture Property changes on: head/games/blobandconquer/files/patch-src-world-bsp.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property