Date: Tue, 6 May 2003 23:31:07 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51857: Update port: games/nethack34 Message-ID: <20030506233107.3eaf9025.tkato@prontomail.com> Resent-Message-ID: <200305061440.h46EeGlO011916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51857 >Category: ports >Synopsis: Update port: games/nethack34 >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: Tue May 06 07:40:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Utilize USE_GETOPT_LONG >How-To-Repeat: >Fix: diff -urN /usr/ports/games/nethack34/Makefile games/nethack34/Makefile --- /usr/ports/games/nethack34/Makefile Sat Apr 12 22:47:09 2003 +++ games/nethack34/Makefile Sat May 3 21:42:46 2003 @@ -36,8 +36,9 @@ .if defined(WITH_GNOME_GRAPHICS) CATEGORIES= games gnome PKGNAMESUFFIX= -gnome -LIB_DEPENDS+= gnugetopt:${PORTSDIR}/devel/libgnugetopt -USE_GNOME= yes +USE_GETOPT_LONG= yes +USE_GNOME= gnomelibs +MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" GRAPHICS= GNOME_GRAPHICS .elif defined(WITH_QT_GRAPHICS) PORTREVISION= 1 diff -urN /usr/ports/games/nethack34/files/patch-ad games/nethack34/files/patch-ad --- /usr/ports/games/nethack34/files/patch-ad Tue Sep 10 20:11:12 2002 +++ games/nethack34/files/patch-ad Sat May 3 21:43:59 2003 @@ -17,7 +17,7 @@ +CFLAGS += -DQT_GRAPHICS +endif +ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") -+CFLAGS += -DGNOME_GRAPHICS ++CFLAGS += -DGNOME_GRAPHICS ${CPPFLAGS} +endif -CFLAGS = -O -I../include @@ -79,7 +79,7 @@ # # libraries for Gnome -WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt -+WINGNOMELIB = $(shell ${GNOME_CONFIG} --libs gnomeui) -lgnugetopt ++WINGNOMELIB = $(shell ${GNOME_CONFIG} --libs gnomeui) ${LDFLAGS} # # libraries for Gem port WINGEMLIB = -le_gem -lgem >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506233107.3eaf9025.tkato>