From 67a8331d21806c41c87ce1a62e1939fe6d432f18 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 11 Aug 2008 22:41:47 +0000 Subject: - Update to 1.2.0 PR: 126422 Submitted by: Ports Fury --- games/gnurobots/Makefile | 11 +++++++---- games/gnurobots/distinfo | 6 +++--- games/gnurobots/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'games/gnurobots') diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index f9ba86eef069..4496438f2a88 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -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 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world 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 ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|#include ||g' ${WRKSRC}/src/ui-cmdwin.c post-install: .if !defined(NOPORTDOCS) diff --git a/games/gnurobots/distinfo b/games/gnurobots/distinfo index 5f991a297912..746fd323e697 100644 --- a/games/gnurobots/distinfo +++ b/games/gnurobots/distinfo @@ -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 --git a/games/gnurobots/pkg-descr b/games/gnurobots/pkg-descr index 1483f40422bb..35ad3621df99 100644 --- a/games/gnurobots/pkg-descr +++ b/games/gnurobots/pkg-descr @@ -3,7 +3,7 @@ little robot, then set him loose and watch him explore a world on his 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 -- cgit