Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2006 09:27:11 -0300 (BRST)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94062: [PATCH] net-im/jabberd: Add avatar support on vCard
Message-ID:  <200603041227.k24CRBF1039270@data.galle.com.br>
Resent-Message-ID: <200603041230.k24CU7xr016017@freefall.freebsd.org>

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

>Number:         94062
>Category:       ports
>Synopsis:       [PATCH] net-im/jabberd: Add avatar support on vCard
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 04 12:30:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD data.galle.com.br 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 30 16:42:01 BRDT 2006
>Description:
- Add one more option, to patch jabberd to support avatar on vCard

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- jabberd-2.0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/jabberd/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile	12 Nov 2005 18:52:21 -0000	1.33
+++ Makefile	4 Mar 2006 12:25:54 -0000
@@ -24,6 +24,7 @@
 		SQLITE "Use SQLITE3 for storage" off \
 		PAM "Use PAM for authentication" off \
 		PIPE "Enable pipe auth/reg support" off \
+		AVATAR "Enable avatar support in vCard" off \
 		DEBUG "Compile with debug information" on
 
 GNU_CONFIGURE=	yes
@@ -91,6 +92,11 @@
 CONFIGURE_ARGS+=--enable-pipe
 .endif
 
+.if defined(WITH_AVATAR)
+PATCH_SITES+=	http://www.deepdarc.com/
+PATCHFILES+=	vcard-avatar.diff
+.endif
+
 MAN8=		c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
 
 pre-install:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-im/jabberd/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	1 Feb 2006 01:02:00 -0000	1.11
+++ distinfo	4 Mar 2006 12:25:54 -0000
@@ -1,3 +1,6 @@
 MD5 (jabber/jabberd-2.0s10.tar.gz) = e8df4a9a5680009071204d423cff2de0
 SHA256 (jabber/jabberd-2.0s10.tar.gz) = 0e114c5e1ff67b7a7278a65fcb20384fcdaa57137d5d5706a1123465164e05cb
 SIZE (jabber/jabberd-2.0s10.tar.gz) = 772817
+MD5 (jabber/vcard-avatar.diff) = adf9078a9c68c40a8fbe37cf282d37a4
+SHA256 (jabber/vcard-avatar.diff) = 5e42dc7e31e6c222c3cabc3e8916c8989b37723c800e9afc69e28d2731d4ca9b
+SIZE (jabber/vcard-avatar.diff) = 5463
--- jabberd-2.0.10.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?200603041227.k24CRBF1039270>