Date: Fri, 17 Aug 2012 10:40:20 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/170682 graphics/puckman: An unofficial clone of the original Pac-Man game Message-ID: <201208171040.q7HAeKGf024234@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170682; it has been noted by GNATS. From: nemysis <nemysis@gmx.ch> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170682 graphics/puckman: An unofficial clone of the original Pac-Man game Date: Fri, 17 Aug 2012 12:33:45 +0200 --MP_/N6y.JsYNTXrNly/HGBpD4fa Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/N6y.JsYNTXrNly/HGBpD4fa Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=puckman.diff diff -ruN puckman.orig/Makefile puckman/Makefile --- puckman.orig/Makefile 2012-08-17 08:03:02.000000000 +0200 +++ puckman/Makefile 2012-08-17 12:29:38.000000000 +0200 @@ -8,8 +8,7 @@ PORTNAME= puckman PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= https://github.com/patapizza/puckman/tarball/master/ -DISTNAME= patapizza-${PORTNAME}-${DISTVERSION} +MASTER_SITES= https://github.com/downloads/patapizza/puckman/ MAINTAINER= nemysis@gmx.ch COMMENT= An unofficial clone of the original Pac-Man game @@ -33,7 +32,7 @@ do-build: cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ - -DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \ + -DDATA_PREFIX=\"${DATADIR}/\" \ -lm `${SDL_CONFIG} --cflags --libs` -lSDL -lSDL_image -lSDL_gfx -lm puckman.c do-install: diff -ruN puckman.orig/distinfo puckman/distinfo --- puckman.orig/distinfo 2012-08-17 08:03:02.000000000 +0200 +++ puckman/distinfo 2012-08-17 12:27:01.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (patapizza-puckman-1.0.tar.gz) = 995e90845993600ed6693f4a857cf6b0d6e9dc431ccea35c6b9243830f73e86a -SIZE (patapizza-puckman-1.0.tar.gz) = 191432 +SHA256 (puckman-1.0.tar.gz) = 842919da45c77de4c77f66f11dde9f189b1d0d764f2ba76f5b93ee3288e967b2 +SIZE (puckman-1.0.tar.gz) = 210385 --MP_/N6y.JsYNTXrNly/HGBpD4fa--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208171040.q7HAeKGf024234>