Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 09:10:38 -0300 (BRT)
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kirk@strauser.com
Subject:   ports/84296: Update port: net/jabberd add option --enable-pipe
Message-ID:  <20050729121038.DADF75629@corp.grupos.com.br>
Resent-Message-ID: <200507291220.j6TCKHta093735@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050729121038.DADF75629>