- Add avatar support on vCard, optionally, disabled by default

PR:		ports/94062
Submitted by:	garga
Approved by:	maintainer timeout (16 days)
This commit is contained in:
Renato Botelho 2006-03-20 12:24:18 +00:00
parent 33e3813e4e
commit fd8baae339
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157727
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,7 @@ OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \
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+=--disable-pam
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:

View File

@ -1,3 +1,6 @@
MD5 (jabber/jabberd-2.0s11.tar.gz) = 67d1663ed97a5ba707d5d145b1d19c55
SHA256 (jabber/jabberd-2.0s11.tar.gz) = 0ef0f668f5d86b8c22ce0ae2366bff0be9d4c961d6f48b7b849ebe749bdb213a
SIZE (jabber/jabberd-2.0s11.tar.gz) = 777466
MD5 (jabber/vcard-avatar.diff) = adf9078a9c68c40a8fbe37cf282d37a4
SHA256 (jabber/vcard-avatar.diff) = 5e42dc7e31e6c222c3cabc3e8916c8989b37723c800e9afc69e28d2731d4ca9b
SIZE (jabber/vcard-avatar.diff) = 5463