From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 4 03:00:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9428E282 for ; Sun, 4 Nov 2012 03:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 652568FC15 for ; Sun, 4 Nov 2012 03:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA4300ZX045269 for ; Sun, 4 Nov 2012 03:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA4300kw045268; Sun, 4 Nov 2012 03:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 4 Nov 2012 03:00:00 GMT Resent-Message-Id: <201211040300.qA4300kw045268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF62325B for ; Sun, 4 Nov 2012 02:58:42 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 499F58FC12 for ; Sun, 4 Nov 2012 02:58:41 +0000 (UTC) Received: (qmail invoked by alias); 04 Nov 2012 02:58:39 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp027) with SMTP; 04 Nov 2012 03:58:39 +0100 Received: by something.email.com (sSMTP sendmail emulation); Sun, 04 Nov 2012 03:58:39 +0100 Message-Id: <20121104025842.DF62325B@hub.freebsd.org> Date: Sun, 04 Nov 2012 03:58:39 +0100 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173346: [MAINTAINER] games/netwalk: Changed Makefile, added Desktop entries, removed all Notes Cc: jgh@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 03:00:00 -0000 >Number: 173346 >Category: ports >Synopsis: [MAINTAINER] games/netwalk: Changed Makefile, added Desktop entries, removed all Notes >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: Sun Nov 04 03:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: +BUILD_DEPENDS= pamscale:${PORTSDIR}/graphics/netpbm +post-build: Changed and refined post-install: Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: portlint -A looks fine. port test: clean >Fix: --- netwalk-0.4.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/netwalk/Makefile ./Makefile --- /usr/ports/games/netwalk/Makefile 2012-10-03 21:51:47.000000000 +0200 +++ ./Makefile 2012-11-04 03:39:06.000000000 +0100 @@ -15,6 +15,8 @@ LICENSE= GPLv3 +BUILD_DEPENDS= pamscale:${PORTSDIR}/graphics/netpbm + USE_GITHUB= yes GH_ACCOUNT= blynn GH_PROJECT= ${PORTNAME} @@ -43,7 +45,6 @@ .include post-patch: -# Fix SDL, CFLAGS, PREFIX @${REINPLACE_CMD} \ -e 's|sdl-config|$(SDL_CONFIG)|' \ -e 's|CC=gcc|CC?=g++|' \ @@ -51,11 +52,14 @@ -e 's|PREFIX = /usr|PREFIX = ${PREFIX}|' \ ${WRKSRC}/Makefile +post-build: + @(cd ${WRKSRC} && \ + ${LOCALBASE}/bin/pngtopnm ${DISTDIR}/${DIST_SUBDIR}/screenshot-0.4.8.png | \ + ${LOCALBASE}/bin/pamscale .177 | ${LOCALBASE}/bin/pnmtopng > ${PORTNAME}.png) + post-install: -# Pixmaps - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} --- netwalk-0.4.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: