From owner-freebsd-ports Fri Aug 30 4:40:24 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 6582437B400 for ; Fri, 30 Aug 2002 04:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E978243E6A for ; Fri, 30 Aug 2002 04:40:01 -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 g7UBe1JU017336 for ; Fri, 30 Aug 2002 04:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UBe10N017335; Fri, 30 Aug 2002 04:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD65E37B400 for ; Fri, 30 Aug 2002 04:34:04 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7F343E6E for ; Fri, 30 Aug 2002 04:34:04 -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 5CD192B739 for ; Fri, 30 Aug 2002 13:33:59 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 519216A7124; Fri, 30 Aug 2002 21:33:53 +1000 (EST) Message-Id: <20020830113353.519216A7124@k7.mavetju> Date: Fri, 30 Aug 2002 21:33:53 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42200: [patch] make ports/ftp 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: 42200 >Category: ports >Synopsis: [patch] make ports/ftp 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: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/ftp GNOMENG aware >How-To-Repeat: n/a >Fix: ftp/IglooFTP ftp/axyftp ftp/downloader ftp/gftp ftp/pavuk --- ftp/IglooFTP/Makefile.old Fri Aug 30 21:26:50 2002 +++ ftp/IglooFTP/Makefile Fri Aug 30 21:27:01 2002 @@ -18,7 +18,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 post-extract: @${RM} ${WRKSRC}/../share/docs/LICENSE~ --- ftp/axyftp/Makefile.old Fri Aug 30 21:27:12 2002 +++ ftp/axyftp/Makefile Fri Aug 30 21:27:26 2002 @@ -16,7 +16,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= axyftp.1 --- ftp/downloader/Makefile.old Fri Aug 30 21:27:35 2002 +++ ftp/downloader/Makefile Fri Aug 30 21:28:18 2002 @@ -21,8 +21,8 @@ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_REINPLACE= yes -USE_GTK= yes -USE_ESOUND= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} --- ftp/gftp/Makefile.old Fri Aug 30 21:30:03 2002 +++ ftp/gftp/Makefile Fri Aug 30 21:30:52 2002 @@ -14,7 +14,7 @@ MAINTAINER= lehmann@ans-netz.de USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -24,8 +24,8 @@ .include -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gtk12 .endif pre-patch: --- ftp/pavuk/Makefile.old Fri Aug 30 21:31:35 2002 +++ ftp/pavuk/Makefile Fri Aug 30 21:32:11 2002 @@ -20,7 +20,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -32,8 +33,8 @@ .include -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME= gtk12 CONFIGURE_ARGS+= --with-gtk-config="${GTK_CONFIG}" .else CONFIGURE_ARGS+= --disable-gtk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message