Date: Mon, 11 Aug 2008 03:00:12 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126422: Update port: games/gnurobots to 1.2.0 Message-ID: <20080811030012.2c05c3b1.tkato432@yahoo.com> Resent-Message-ID: <200808101810.m7AIA22C019515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126422 >Category: ports >Synopsis: Update port: games/gnurobots to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 10 18:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.0-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.2.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gnurobots/Makefile games/gnurobots/Makefile --- /usr/ports/games/gnurobots/Makefile 2008-07-21 19:49:40.000000000 +0900 +++ games/gnurobots/Makefile 2008-08-07 22:18:50.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= gnurobots -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= games MASTER_SITES= GNU @@ -16,12 +15,16 @@ LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile -USE_XORG= x11 xpm -USE_GNOME= gnometarget glib20 +USE_GNOME= gnometarget vte GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|#include <pty.h>||g' ${WRKSRC}/src/ui-cmdwin.c post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/games/gnurobots/distinfo games/gnurobots/distinfo --- /usr/ports/games/gnurobots/distinfo 2008-05-22 13:37:45.000000000 +0900 +++ games/gnurobots/distinfo 2008-08-07 22:01:25.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (gnurobots-1.1.0.tar.gz) = 3380e1424f9fce2403693f896f228f18 -SHA256 (gnurobots-1.1.0.tar.gz) = 12d8d0811020def12302ebfab2c9936e9ab5c5f4879588e66e4badca93fff86b -SIZE (gnurobots-1.1.0.tar.gz) = 392948 +MD5 (gnurobots-1.2.0.tar.gz) = 2435f16a80b21ad348aa558e2e0ae9d8 +SHA256 (gnurobots-1.2.0.tar.gz) = 8b6f4f0d40bef5cfdfb7eb7c82ea1402d2747c37b2c7b7aa92faff55351df11d +SIZE (gnurobots-1.2.0.tar.gz) = 176642 diff -urN /usr/ports/games/gnurobots/pkg-descr games/gnurobots/pkg-descr --- /usr/ports/games/gnurobots/pkg-descr 2000-10-28 10:29:09.000000000 +0900 +++ games/gnurobots/pkg-descr 2008-08-07 22:26:24.000000000 +0900 @@ -3,7 +3,7 @@ own. The robot program is written in Scheme, and is implemented using GNU Guile. --from GNU robots README -WWW: http://www.gnu.org/software/robots/ +WWW: http://www.gnu.org/software/gnurobots/ -Aaron VonderHaar avh4@usa.net >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080811030012.2c05c3b1.tkato432>