From owner-freebsd-ports Sun Sep 1 4:41: 0 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 B6A0737B405 for ; Sun, 1 Sep 2002 04:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7DD43E3B for ; Sun, 1 Sep 2002 04:40:05 -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 g81Be4JU090333 for ; Sun, 1 Sep 2002 04:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Be4Z4090332; Sun, 1 Sep 2002 04:40:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD6A37B407 for ; Sun, 1 Sep 2002 04:35:30 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF7843E81 for ; Sun, 1 Sep 2002 04:35:28 -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 0F7C32B915 for ; Sat, 31 Aug 2002 12:58:22 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 644526A7124; Sat, 31 Aug 2002 20:58:17 +1000 (EST) Message-Id: <20020831105817.644526A7124@k7.mavetju> Date: Sat, 31 Aug 2002 20:58:17 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42289: [patch] make ports/www 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: 42289 >Category: ports >Synopsis: [patch] make ports/www 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 04:40: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/www GNOMENG aware >How-To-Repeat: n/a >Fix: www/amyc www/aria www/asp2php www/bluefish www/cheetah www/comclear www/dillo www/erwn www/nscache www/skipstone www/ump www/viewml www/w3m --- www/amyc/Makefile.old Sat Aug 31 20:25:01 2002 +++ www/amyc/Makefile Sat Aug 31 20:31:17 2002 @@ -21,13 +21,15 @@ LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes .include -.if defined(HAVE_GTK) +.if ${HAVE_GNOME:Mgtk12}!="" PLIST_SUB= WITH_GTK="" -USE_GTK= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .else PLIST_SUB= WITH_GTK="@comment " .endif --- www/aria/Makefile.old Sat Aug 31 20:26:00 2002 +++ www/aria/Makefile Sat Aug 31 20:26:10 2002 @@ -16,7 +16,8 @@ MAINTAINER= nakai@FreeBSD.org USE_BZIP2= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_OPENSSL= yes USE_GMAKE= yes USE_X_PREFIX= yes --- www/asp2php/Makefile.old Sat Aug 31 20:26:18 2002 +++ www/asp2php/Makefile Sat Aug 31 20:27:02 2002 @@ -14,14 +14,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAKE_ENV= FLAGS="${CFLAGS}" USE_REINPLACE= yes .include -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk ALL_TARGET= default gui PLIST_SUB+= WANT_GTK="" .else --- www/bluefish/Makefile.old Sat Aug 31 20:27:55 2002 +++ www/bluefish/Makefile Sat Aug 31 20:28:03 2002 @@ -21,7 +21,8 @@ USE_GMAKE= yes USE_BZIP2= yes USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" --- www/cheetah/Makefile.old Sat Aug 31 20:30:08 2002 +++ www/cheetah/Makefile Sat Aug 31 20:30:19 2002 @@ -19,7 +19,8 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include --- www/comclear/Makefile.old Sat Aug 31 20:30:30 2002 +++ www/comclear/Makefile Sat Aug 31 20:31:02 2002 @@ -13,14 +13,16 @@ MAINTAINER= roam@FreeBSD.org -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes USE_GMAKE= yes USE_AUTOMAKE= yes .include -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .endif # Do not install docs by default, see the ifdef'd post-install below. --- www/dillo/Makefile.old Sat Aug 31 20:31:25 2002 +++ www/dillo/Makefile Sat Aug 31 20:31:34 2002 @@ -17,7 +17,8 @@ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" \ --- www/erwn/Makefile.old Sat Aug 31 20:31:49 2002 +++ www/erwn/Makefile Sat Aug 31 20:31:59 2002 @@ -15,7 +15,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 post-install: .if !defined(NOPORTDOCS) --- www/nscache/Makefile.old Sat Aug 31 20:38:55 2002 +++ www/nscache/Makefile Sat Aug 31 20:42:15 2002 @@ -16,18 +16,19 @@ MAINTAINER= kris@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes USE_AUTOMAKE= yes AUTOMAKE_ARGS= --include-deps CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} - + .include - + .if defined(HAVE_GNOME) -USE_GNOME= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= gtk .else CONFIGURE_ARGS+= --disable-gnome .endif --- www/skipstone/Makefile.old Sat Aug 31 20:45:14 2002 +++ www/skipstone/Makefile Sat Aug 31 20:45:23 2002 @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes=${X11BASE}/include/mozilla --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes USE_X_PREFIX= yes --- www/ump/Makefile.old Sat Aug 31 20:45:37 2002 +++ www/ump/Makefile Sat Aug 31 20:55:16 2002 @@ -33,7 +33,8 @@ CONFIGURE_ARGS= --enable-ump USE_GMAKE= yes USE_XLIB= yes -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes # CONFIGURE_ARGS+= --enable-motif EXTRA_PATCHES= ${.CURDIR}/../../audio/timidity++/files/* PKGDIR= ${.CURDIR} @@ -45,8 +46,9 @@ .include -.if defined(HAVE_ESOUND) -USE_ESOUND= yes +.if ${HAVE_GNOME:Mesound}!="" +USE_GNOME= esound +PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --enable-audio=oss,esd .else CONFIGURE_ARGS+= --enable-audio=oss --- www/viewml/Makefile.old Sat Aug 31 20:55:38 2002 +++ www/viewml/Makefile Sat Aug 31 20:55:48 2002 @@ -21,7 +21,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_BISON= yes CFLAGS+= -fpermissive -include /usr/include/sys/types.h \ -DPREFIX=\\\"${PREFIX}\\\" --- www/w3m/Makefile.old Sat Aug 31 20:55:59 2002 +++ www/w3m/Makefile Sat Aug 31 20:56:17 2002 @@ -82,7 +82,8 @@ .endif .if defined(INLINE_IMAGE) -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib DOCS+= README.img DOCS_JP+= README.img >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message