mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
* Improve COMMENT to more properly reflect what seahorse has become
* Fix a crash that occurs with newer OpenLDAP versions PR: 115160 Submitted by: Yuri Pankov <yuri@darklight.org.ru>
This commit is contained in:
parent
651067f498
commit
451823bbd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197879
@ -8,14 +8,14 @@
|
||||
|
||||
PORTNAME= seahorse
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A front end for GnuPG
|
||||
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
|
||||
|
||||
BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
||||
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
||||
@ -25,7 +25,7 @@ LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GECKO= firefox xulrunner firefox-devel<->firefox
|
||||
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui
|
||||
@ -71,6 +71,9 @@ CONFIGURE_ARGS+=--disable-nautilus
|
||||
|
||||
.if !defined(WITHOUT_LDAP)
|
||||
USE_OPENLDAP= yes
|
||||
.if ${WANT_OPENLDAP_VER} >= 23
|
||||
CFLAGS+= -DLDAP_DEPRECATED
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ldap
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user