From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 29 12:20:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 C56D716A423 for ; Fri, 29 Jul 2005 12:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D6543D4C for ; Fri, 29 Jul 2005 12:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6TCKHrn093736 for ; Fri, 29 Jul 2005 12:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6TCKHta093735; Fri, 29 Jul 2005 12:20:17 GMT (envelope-from gnats) Resent-Date: Fri, 29 Jul 2005 12:20:17 GMT Resent-Message-Id: <200507291220.j6TCKHta093735@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2BA16A41F for ; Fri, 29 Jul 2005 12:10:40 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B69843D46 for ; Fri, 29 Jul 2005 12:10:40 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 4A3BD11F1EB; Fri, 29 Jul 2005 09:10:39 -0300 (BRT) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id 051B25638; Fri, 29 Jul 2005 09:10:39 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 0) id DADF75629; Fri, 29 Jul 2005 09:10:38 -0300 (BRT) Message-Id: <20050729121038.DADF75629@corp.grupos.com.br> Date: Fri, 29 Jul 2005 09:10:38 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kirk@strauser.com Subject: ports/84296: Update port: net/jabberd add option --enable-pipe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 12:20:18 -0000 >Number: 84296 >Category: ports >Synopsis: Update port: net/jabberd add option --enable-pipe >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 Jul 29 12:20:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #1: Wed Jul 27 11:09:35 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Add OPTION --enable-pipe >How-To-Repeat: >Fix: --- jabberd.patch begins here --- diff -ruN jabberd.orig/Makefile jabberd/Makefile --- jabberd.orig/Makefile Thu Jul 28 16:49:23 2005 +++ jabberd/Makefile Fri Jul 29 09:06:14 2005 @@ -22,6 +22,7 @@ LDAP "Use LDAP for authentication" off \ BDB "Use BDB for storage and authentication" off \ PAM "Use PAM for authentication" off \ + PIPE "Enable pipe auth/reg support" off \ DEBUG "Compile with debug information" on GNU_CONFIGURE= yes @@ -76,6 +77,10 @@ CONFIGURE_ARGS+=--enable-pam .else CONFIGURE_ARGS+=--disable-pam +.endif + +.if defined(WITH_PIPE) +CONFIGURE_ARGS+=--enable-pipe .endif MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8 --- jabberd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: