From owner-freebsd-ports Fri Aug 30 4:50:43 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 00C5137B405 for ; Fri, 30 Aug 2002 04:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EA343E86 for ; Fri, 30 Aug 2002 04:50:15 -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 g7UBo5JU018334 for ; Fri, 30 Aug 2002 04:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UBo5QO018333; Fri, 30 Aug 2002 04:50:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4A637B400 for ; Fri, 30 Aug 2002 04:46:40 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4956F43E65 for ; Fri, 30 Aug 2002 04:46:34 -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 A6CB62B739 for ; Fri, 30 Aug 2002 13:46:13 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 5FCA76A7124; Fri, 30 Aug 2002 21:46:08 +1000 (EST) Message-Id: <20020830114608.5FCA76A7124@k7.mavetju> Date: Fri, 30 Aug 2002 21:46:08 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42203: [patch] make ports/japanese 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: 42203 >Category: ports >Synopsis: [patch] make ports/japanese 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: Fri Aug 30 04:50:04 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/japanese GNOMENG aware >How-To-Repeat: n/a >Fix: japanese/ebview japanese/gicq japanese/gtkicq japanese/jmode japanese/jyuroku japanese/kanjipad japanese/netype japanese/word japanese/xjtext --- japanese/ebview/Makefile.old Fri Aug 30 21:41:02 2002 +++ japanese/ebview/Makefile Fri Aug 30 21:41:17 2002 @@ -15,8 +15,8 @@ LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 imlib USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ARGS= SUBDIRS=src --- japanese/gicq/Makefile.old Fri Aug 30 21:41:21 2002 +++ japanese/gicq/Makefile Fri Aug 30 21:41:32 2002 @@ -23,7 +23,8 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/japanese/libicq USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- japanese/gtkicq/Makefile.old Fri Aug 30 21:41:36 2002 +++ japanese/gtkicq/Makefile Fri Aug 30 21:41:46 2002 @@ -20,7 +20,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --datadir=${PREFIX}/share/gtkicq CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- japanese/jmode/Makefile.old Fri Aug 30 21:41:55 2002 +++ japanese/jmode/Makefile Fri Aug 30 21:42:04 2002 @@ -16,7 +16,8 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" --- japanese/jyuroku/Makefile.old Fri Aug 30 21:42:24 2002 +++ japanese/jyuroku/Makefile Fri Aug 30 21:42:35 2002 @@ -16,7 +16,8 @@ ALL_TARGET= USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes post-patch: --- japanese/kanjipad/Makefile.old Fri Aug 30 21:42:42 2002 +++ japanese/kanjipad/Makefile Fri Aug 30 21:42:54 2002 @@ -14,7 +14,8 @@ USE_X_PREFIX= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_PERL5= yes post-install: --- japanese/netype/Makefile.old Fri Aug 30 21:43:15 2002 +++ japanese/netype/Makefile Fri Aug 30 21:43:46 2002 @@ -18,9 +18,8 @@ MAINTAINER= mutoh@info.nara-k.ac.jp -LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib - -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes .include --- japanese/word/Makefile.old Fri Aug 30 21:44:05 2002 +++ japanese/word/Makefile Fri Aug 30 21:44:20 2002 @@ -13,7 +13,8 @@ MAINTAINER= sada@FreeBSD.ORG FORBIDDEN= "distfile is not available" -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 DOCDIR= ${PREFIX}/share/doc/ja-word EXAMPLEDIR= ${PREFIX}/share/examples/ja-word --- japanese/xjtext/Makefile.old Fri Aug 30 21:44:30 2002 +++ japanese/xjtext/Makefile Fri Aug 30 21:44:41 2002 @@ -15,7 +15,8 @@ MAINTAINER= sada@FreeBSD.org USE_BISON= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib EXAMPLEDIR= ${PREFIX}/share/examples/xjtext DOCDIR= ${PREFIX}/share/doc/xjtext >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message