From owner-freebsd-ports Fri Aug 30 2:40:22 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 BF6BF37B401 for ; Fri, 30 Aug 2002 02:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467BD43E6E for ; Fri, 30 Aug 2002 02:40:02 -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 g7U9e2JU094439 for ; Fri, 30 Aug 2002 02:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7U9e2q1094438; Fri, 30 Aug 2002 02:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B441537B400 for ; Fri, 30 Aug 2002 02:33:34 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 506BC43E72 for ; Fri, 30 Aug 2002 02:33: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 E81F82B915 for ; Fri, 30 Aug 2002 11:33:31 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 8FFD66A7124; Fri, 30 Aug 2002 19:33:28 +1000 (EST) Message-Id: <20020830093328.8FFD66A7124@k7.mavetju> Date: Fri, 30 Aug 2002 19:33:28 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42190: [patch] make ports/comms 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: 42190 >Category: ports >Synopsis: [patch] make ports/comms 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 02: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/comms GNOMENG aware >How-To-Repeat: n/a >Fix: comms/gnokii comms/yawmppp --- comms/gnokii/Makefile.old Fri Aug 30 19:22:40 2002 +++ comms/gnokii/Makefile Fri Aug 30 19:25:12 2002 @@ -19,7 +19,8 @@ USE_GMAKE= yes .if !defined(WITHOUT_X11) USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .endif INSTALLS_SHLIB= yes --- comms/yawmppp/Makefile.old Fri Aug 30 19:29:09 2002 +++ comms/yawmppp/Makefile Fri Aug 30 19:30:30 2002 @@ -16,7 +16,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include" CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \ @@ -36,7 +37,7 @@ do-install: .for file in dockapp/yagetmodemspeed dockapp/${PORTNAME} gtklog/${PORTNAME}.log \ - gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin + gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin .endfor @${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.1x ${PREFIX}/man/man1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message