From owner-freebsd-ports Thu Apr 11 20:20:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 833CF37B41C for ; Thu, 11 Apr 2002 20:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C3K2p19899; Thu, 11 Apr 2002 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 4B85637B419 for ; Thu, 11 Apr 2002 20:19:44 -0700 (PDT) Received: from sdn-ar-007dcwashp067.dialsprint.net ([63.178.91.51] helo=moo.holy.cow) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16vrbD-0004vP-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 11 Apr 2002 20:19:43 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id DDA9650B8D; Thu, 11 Apr 2002 23:22:04 -0400 (EDT) Message-Id: <20020412032204.DDA9650B8D@moo.holy.cow> Date: Thu, 11 Apr 2002 23:22:04 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37014: [PATCH] add some knobs to x11-wm/fvwm2/Makefile 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: 37014 >Category: ports >Synopsis: [PATCH] add some knobs to x11-wm/fvwm2/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 11 20:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar 17 01:01:43 EST 2002 ports tree was updated on mar. 17 2002 >Description: add some config knobs to x11-wm/fvwm2/Makefile >How-To-Repeat: >Fix: ---- begin ---- --- Makefile.old Fri Mar 29 02:50:14 2002 +++ Makefile Mon Apr 1 11:57:20 2002 @@ -36,6 +36,14 @@ --with-stroke-includes=${LOCALBASE}/include .endif +.if defined(WITHOUT_SESSION_MGMT) +CONFIGURE_ARGS+= --disable-sm +.endif + +.if defined(WITHOUT_SHAPE) +CONFIGURE_ARGS+= --disable-shape +.endif + PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" .include @@ -44,7 +52,7 @@ USE_GNOME= yes PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm" .else -CONFIGURE_ARGS+= --without-gnome +CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints PLIST_SUB+= GNOMEDATADIR="share/fvwm" .endif ---- end ---- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message