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 71FCD16A52E 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 48DC143D3F for ; Fri, 20 Aug 2004 15:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KFAOTL024160 for ; Fri, 20 Aug 2004 15:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KFAOPP024159; Fri, 20 Aug 2004 15:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 15:10:24 GMT Resent-Message-Id: <200408201510.i7KFAOPP024159@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 5084016A4CF; Fri, 20 Aug 2004 15:05:38 +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 B4DDA43D2F; Fri, 20 Aug 2004 15:05:37 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7KF5R01053484; Fri, 20 Aug 2004 23:05:27 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7KF5RJs053483; Fri, 20 Aug 2004 23:05:27 +0800 (CST) Message-Id: <200408201505.i7KF5RJs053483@alumni.csie.nctu.edu.tw> Date: Fri, 20 Aug 2004 23:05:27 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/70719: [UPDATE] Enable OPTIONS feature of ports/x11/wdm 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: 70719 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/x11/wdm >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/wdm >How-To-Repeat: Apply the patch. >Fix: --- wdm.patch begins here --- diff -ruN /usr/ports/x11/wdm/Makefile wdm/Makefile --- /usr/ports/x11/wdm/Makefile Wed Apr 14 19:53:42 2004 +++ wdm/Makefile Fri Aug 20 19:50:30 2004 @@ -53,6 +53,12 @@ DAEMONPICS= beastie.xpm daemon1-HQ-1280x960.jpg +.if ( ${OSVERSION} >= 500028 ) +OPTIONS= PAM "PAM support" on +.else +OPTIONS= PAM "PAM support" off +.endif + .include .if ( ${OSVERSION} >= 500028 ) && !defined(WITHOUT_PAM) @@ -65,14 +71,6 @@ .if !defined(WITH_PAM) CONFIGURE_ARGS+= --disable-pam -.endif - -pre-everything:: -.if !defined(WITH_PAM) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with PAM support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_PAM=yes\"" - @${ECHO_MSG} .endif post-patch: --- wdm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: