From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 15:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8F316A52E for ; Fri, 20 Aug 2004 15:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4C243D3F for ; Fri, 20 Aug 2004 15:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KFANQw024147 for ; Fri, 20 Aug 2004 15:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KFANUD024146; Fri, 20 Aug 2004 15:10:23 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 15:10:23 GMT Resent-Message-Id: <200408201510.i7KFANUD024146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC95E16A4CE; Fri, 20 Aug 2004 15:03:28 +0000 (GMT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF8D43D1D; Fri, 20 Aug 2004 15:03:28 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7KF3IE5053392; Fri, 20 Aug 2004 23:03:18 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7KF3Hpe053391; Fri, 20 Aug 2004 23:03:17 +0800 (CST) Message-Id: <200408201503.i7KF3Hpe053391@alumni.csie.nctu.edu.tw> Date: Fri, 20 Aug 2004 23:03:17 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/70718: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 15:10:24 -0000 >Number: 70718 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 15:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/x11-wm/windowmaker >How-To-Repeat: Apply the patch. >Fix: --- windowmaker.patch begins here --- diff -ruN /usr/ports/x11-wm/windowmaker/Makefile windowmaker/Makefile --- /usr/ports/x11-wm/windowmaker/Makefile Sun Aug 1 00:07:44 2004 +++ windowmaker/Makefile Fri Aug 20 20:58:22 2004 @@ -42,6 +42,10 @@ --with-appspath="${PREFIX}/GNUstep/Apps" \ --disable-debug +OPTIONS= HERMES "Hermes library support" on \ + XKB_STATUS "XKB STATUS" off \ + KDE "add hooks for KDE" off + .include .if ${ARCH} == "sparc64" @@ -73,18 +77,6 @@ .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde -.endif - -pre-everything:: -.if !defined(WITHOUT_HERMES) - @${ECHO_MSG} - @${ECHO_MSG} "You can disable the Hermes library by defining WITHOUT_HERMES" - @${ECHO_MSG} -.endif -.if !defined(WITH_KDE) - @${ECHO_MSG} - @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE" - @${ECHO_MSG} .endif post-patch: --- windowmaker.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: