Index: branches/2017Q2/games/xscavenger/Makefile =================================================================== --- branches/2017Q2/games/xscavenger/Makefile (revision 444535) +++ branches/2017Q2/games/xscavenger/Makefile (revision 444536) @@ -1,38 +1,39 @@ # Created by: eivind # $FreeBSD$ PORTNAME= xscavenger PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.linuxmotors.com/scavenger/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Lode Runner clone for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../copyright WRKSRC_SUBDIR= src USES= imake tar:tgz USE_XORG= x11 xext CFLAGS+= -Wno-return-type -Wno-pointer-sign DESKTOP_ENTRIES="XScavenger" "" "" "scavenger" "" "" OPTIONS_DEFINE= ALSA OPTIONS_DEFAULT= ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CFLAGS_OFF= -DNO_ALSA post-patch-ALSA-off: @${REINPLACE_CMD} -e \ 's|-lasound||' ${WRKSRC}/Imakefile pre-configure: @${LN} -sf scavenger.6 ${WRKSRC}/scavenger.man @${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile .include Index: branches/2017Q2/games/xscavenger/files/patch-x.c =================================================================== --- branches/2017Q2/games/xscavenger/files/patch-x.c (nonexistent) +++ branches/2017Q2/games/xscavenger/files/patch-x.c (revision 444536) @@ -0,0 +1,12 @@ +--- x.c.orig 2014-11-18 19:58:49 UTC ++++ x.c +@@ -445,7 +445,8 @@ int i; + i=0; + while(*p) + { +- fmap[tolower(*p)]=fmap[*p++]=i++; ++ fmap[tolower(*p)]=fmap[*p]=i++; ++ p++; + } + } + Property changes on: branches/2017Q2/games/xscavenger/files/patch-x.c ___________________________________________________________________ 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 Index: branches/2017Q2 =================================================================== --- branches/2017Q2 (revision 444535) +++ branches/2017Q2 (revision 444536) Property changes on: branches/2017Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r444423