From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 17:20:23 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 0829016A4CE for ; Fri, 20 Aug 2004 17:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D482A43D45 for ; Fri, 20 Aug 2004 17:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KHKMO7039479 for ; Fri, 20 Aug 2004 17:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KHKMjv039478; Fri, 20 Aug 2004 17:20:22 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 17:20:22 GMT Resent-Message-Id: <200408201720.i7KHKMjv039478@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 5D85F16A4CE for ; Fri, 20 Aug 2004 17:12:31 +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 C431343D46 for ; Fri, 20 Aug 2004 17:12:30 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7KHCJc2057756 for ; Sat, 21 Aug 2004 01:12:19 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7KHCJOx057755; Sat, 21 Aug 2004 01:12:19 +0800 (CST) Message-Id: <200408201712.i7KHCJOx057755@alumni.csie.nctu.edu.tw> Date: Sat, 21 Aug 2004 01:12:19 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70734: [UPDATE] Enable OPTIONS feature of ports/irc/ezbounce 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 17:20:23 -0000 >Number: 70734 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/irc/ezbounce >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 17:20:22 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/irc/ezbounce >How-To-Repeat: Apply the patch. >Fix: --- ezbounce.patch begins here --- diff -ruN /usr/ports/irc/ezbounce/Makefile ezbounce/Makefile --- /usr/ports/irc/ezbounce/Makefile Tue Aug 17 09:48:08 2004 +++ ezbounce/Makefile Fri Aug 20 22:45:55 2004 @@ -19,6 +19,11 @@ MAN1= ezbounce.1 +OPTIONS= SSL "Enable SSL support" off \ + MDIDENTD "Install the mdidentd binary to modify ident replies" off + +.include + .if !defined(WITH_MDIDENTD) ALL_TARGET= ezbounce_src PLIST_SUB+= MDIDENTD="@comment " @@ -33,17 +38,6 @@ .else PLIST_SUB+= SSL="@comment " .endif - -.include - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_SSL=yes Enable SSL support" - @${ECHO} " WITH_MDIDENTD=yes Install the mdidentd binary to" - @${ECHO} " modify ident replies" - @${ECHO} "" post-patch: @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ --- ezbounce.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: