Date: Tue, 18 Mar 2008 23:58:08 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121841: [MAINTAINER] games/tecnoballs: add mirror Message-ID: <20080318205808.F2BF31702D@hades.panopticon> Resent-Message-ID: <200803182100.m2IL04Mt013702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121841 >Category: ports >Synopsis: [MAINTAINER] games/tecnoballs: add mirror >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 21:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Miwi forgot to add my mirror to the MASTER_SITES while merging my previous patch * Fix identation >How-To-Repeat: >Fix: --- tecnoballz.patch begins here --- diff -ruN tecnoballz.orig/Makefile tecnoballz/Makefile --- tecnoballz.orig/Makefile 2008-03-18 23:54:37.000000000 +0300 +++ tecnoballz/Makefile 2008-03-18 23:55:04.000000000 +0300 @@ -9,7 +9,8 @@ PORTVERSION= 0.92 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ +MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \ + http://www.amdmi3.ru/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@amdmi3.ru @@ -33,7 +34,7 @@ -e 's|SDL/||' @${REINPLACE_CMD} -e '/^CXXFLAGS=[^$$]*$$/ s|^|#|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(prefix)/games|$$(prefix)/bin|' \ - ${WRKSRC}/Makefile.am ${WRKSRC}/src/Makefile.am + ${WRKSRC}/Makefile.am ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|supervisor.c|&c|' ${WRKSRC}/src/Makefile.am .for f in tecnoballz.cc tiles_background.cc sprite_ship.cc controller_magnetic_eyes.cc @${REINPLACE_CMD} -e '/rand/ s|(Sint32)|(intptr_t)|' ${WRKSRC}/src/${f} --- tecnoballz.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080318205808.F2BF31702D>