Date: Thu, 11 Apr 2002 23:22:04 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37014: [PATCH] add some knobs to x11-wm/fvwm2/Makefile Message-ID: <20020412032204.DDA9650B8D@moo.holy.cow>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020412032204.DDA9650B8D>