From owner-freebsd-ports Sun Sep 1 16:40:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2A837B400 for ; Sun, 1 Sep 2002 16:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BE843E6E for ; Sun, 1 Sep 2002 16:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Ne7JU058474 for ; Sun, 1 Sep 2002 16:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Ne7ed058473; Sun, 1 Sep 2002 16:40:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C225637B400 for ; Sun, 1 Sep 2002 16:37:33 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E1B43E75 for ; Sun, 1 Sep 2002 16:37:17 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 5E3922B739 for ; Mon, 2 Sep 2002 01:37:11 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 3C4826A7124; Mon, 2 Sep 2002 09:37:07 +1000 (EST) Message-Id: <20020901233707.3C4826A7124@k7.mavetju> Date: Mon, 2 Sep 2002 09:37:07 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42301: [patch] make ports/games GNOMENG aware Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42301 >Category: ports >Synopsis: [patch] make ports/games GNOMENG aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 01 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: make ports/games GNOMENG aware >How-To-Repeat: n/a >Fix: games/baduki games/corewars games/crossfire-client games/dopewars games/eboard games/freeciv games/freeciv-gtk games/garith games/glchess games/groundhog games/gtkabale games/gtkballs games/hex games/mahjong games/mindguard games/rtb games/virt games/xphotohunter games/xpuyopuyo games/xqf games/xscorch games/znibbles --- games/baduki/Makefile.old Mon Sep 2 09:24:35 2002 +++ games/baduki/Makefile Mon Sep 2 09:24:42 2002 @@ -14,7 +14,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" --- games/corewars/Makefile.old Mon Sep 2 09:24:51 2002 +++ games/corewars/Makefile Mon Sep 2 09:24:57 2002 @@ -14,7 +14,8 @@ MAINTAINER= jim@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAKE_ENV= FREEBSD_CFLAGS="${CFLAGS}" --- games/dopewars/Makefile.old Mon Sep 2 09:25:34 2002 +++ games/dopewars/Makefile Mon Sep 2 09:25:42 2002 @@ -16,7 +16,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes USE_REINPLACE= yes --- games/eboard/Makefile.old Mon Sep 2 09:25:51 2002 +++ games/eboard/Makefile Mon Sep 2 09:26:03 2002 @@ -18,8 +18,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_X_PREFIX= yes INSTALL_TARGET= install install-man --- games/freeciv/Makefile.old Mon Sep 2 09:26:48 2002 +++ games/freeciv/Makefile Mon Sep 2 09:28:21 2002 @@ -18,15 +18,17 @@ USE_XPM= yes USE_BZIP2= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(HAVE_GTK) -USE_IMLIB= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOMENG+= imlib +PKGNAMESUFFIX= -imlib .else LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif --- games/freeciv-gtk/Makefile.old Mon Sep 2 09:26:28 2002 +++ games/freeciv-gtk/Makefile Mon Sep 2 09:26:36 2002 @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -gtk MASTERDIR= ${.CURDIR}/../freeciv -WITH_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .include "${MASTERDIR}/Makefile" --- games/garith/Makefile.old Mon Sep 2 09:28:37 2002 +++ games/garith/Makefile Mon Sep 2 09:28:47 2002 @@ -14,7 +14,8 @@ ALL_TARGET= # empty USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 WRKSRC= ${WRKDIR}/garith do-install: --- games/glchess/Makefile.old Mon Sep 2 09:28:59 2002 +++ games/glchess/Makefile Mon Sep 2 09:29:11 2002 @@ -18,7 +18,8 @@ autoconf213:${PORTSDIR}/devel/autoconf213 USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_MESA= yes GNU_CONFIGURE= yes --- games/gtkabale/Makefile.old Mon Sep 2 09:29:59 2002 +++ games/gtkabale/Makefile Mon Sep 2 09:30:06 2002 @@ -13,7 +13,8 @@ MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" --- games/gtkballs/Makefile.old Mon Sep 2 09:30:20 2002 +++ games/gtkballs/Makefile Mon Sep 2 09:30:29 2002 @@ -13,7 +13,8 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- games/hex/Makefile.old Mon Sep 2 09:31:11 2002 +++ games/hex/Makefile Mon Sep 2 09:31:18 2002 @@ -13,7 +13,8 @@ MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib MAKE_ENV= GRAPHICPATH="${GRAPHICPATH}" LEVELPATH="${LEVELPATH}" GRAPHICPATH= ${PREFIX}/share/hex/graphics --- games/mahjong/Makefile.old Mon Sep 2 09:31:35 2002 +++ games/mahjong/Makefile Mon Sep 2 09:31:45 2002 @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org USE_PERL5= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" \ DESTDIR="${PREFIX}/" INSTMANFLAGS="${INSTALL_MAN}" \ --- games/mindguard/Makefile.old Mon Sep 2 09:31:57 2002 +++ games/mindguard/Makefile Mon Sep 2 09:32:08 2002 @@ -14,7 +14,8 @@ MAINTAINER= kris@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 ALL_TARGET= # empty --- games/rtb/Makefile.old Mon Sep 2 09:32:15 2002 +++ games/rtb/Makefile Mon Sep 2 09:32:22 2002 @@ -14,7 +14,8 @@ MAINTAINER= draj@oceanfree.net USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-debug --- games/virt/Makefile.old Mon Sep 2 09:32:29 2002 +++ games/virt/Makefile Mon Sep 2 09:32:37 2002 @@ -12,7 +12,8 @@ MAINTAINER= lg@rrf.ru -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAN6= virt.6 MANCOMPRESSED= no --- games/xphotohunter/Makefile.old Mon Sep 2 09:32:44 2002 +++ games/xphotohunter/Makefile Mon Sep 2 09:32:51 2002 @@ -14,7 +14,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib post-install: @${CAT} ${PKGMESSAGE} --- games/xqf/Makefile.old Mon Sep 2 09:34:01 2002 +++ games/xqf/Makefile Mon Sep 2 09:34:11 2002 @@ -16,7 +16,8 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAN6= xqf.6 --- games/xpuyopuyo/Makefile.old Mon Sep 2 09:33:01 2002 +++ games/xpuyopuyo/Makefile Mon Sep 2 09:33:43 2002 @@ -16,9 +16,9 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_GTK= yes -USE_AUTOCONF= yes +USE_GNOMENG= yes WANT_GNOME= yes +USE_AUTOCONF= yes MAN6= xpuyopuyo.6 @@ -30,8 +30,9 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE} .endif -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+=--without-gnome .endif --- games/xscorch/Makefile.old Mon Sep 2 09:34:36 2002 +++ games/xscorch/Makefile Mon Sep 2 09:35:06 2002 @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk @@ -27,8 +27,9 @@ .include -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+= --without-gnome .endif --- games/znibbles/Makefile.old Mon Sep 2 09:35:24 2002 +++ games/znibbles/Makefile Mon Sep 2 09:35:34 2002 @@ -13,7 +13,8 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw USE_MOTIF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-motif \ --disable-motif --- games/crossfire-client/Makefile.old Mon Sep 2 09:25:07 2002 +++ games/crossfire-client/Makefile Mon Sep 2 09:25:20 2002 @@ -29,7 +29,8 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes --- games/groundhog/Makefile.old Mon Sep 2 09:29:31 2002 +++ games/groundhog/Makefile Mon Sep 2 09:29:39 2002 @@ -15,7 +15,8 @@ LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ glib-2.0.0:${PORTSDIR}/devel/glib20 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message