- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
63f1755ffd
commit
06358fd1ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356504
7 changed files with 17 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= bitlbee
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://get.bitlbee.org/src/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -73,7 +73,7 @@ LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|||
|
||||
.if ${PORT_OPTIONS:MOTR}
|
||||
CONFIGURE_ARGS+=--otr=1
|
||||
LIB_DEPENDS+= libotr.so.4:${PORTSDIR}/security/libotr3
|
||||
LIB_DEPENDS+= libotr.so.2:${PORTSDIR}/security/libotr3
|
||||
.else
|
||||
CONFIGURE_ARGS+=--otr=0
|
||||
.endif
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= irssi-otr
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
|
||||
MASTER_SITE_SUBDIR= irssiotr
|
||||
|
@ -13,8 +13,8 @@ COMMENT= A plugin for irssi for Off-the-Record (OTR) messaging
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
|
||||
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
|
||||
LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt
|
||||
LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= climm
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.climm.org/source/ \
|
||||
http://http.bg.climm.org/source/
|
||||
|
@ -28,7 +28,7 @@ XMPP_DESC= Enable XMPP Jabber support
|
|||
.if ${PORT_OPTIONS:MOTR}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --enable-otr
|
||||
LIB_DEPENDS+= libotr.so.4:${PORTSDIR}/security/libotr3
|
||||
LIB_DEPENDS+= libotr.so.2:${PORTSDIR}/security/libotr3
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-otr
|
||||
.endif
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mcabber
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
|
||||
|
||||
|
@ -37,7 +37,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
|
|||
ASPELL_CONFIGURE_ENABLE=aspell
|
||||
ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
|
||||
ENCHANT_CONFIGURE_ENABLE=enchant
|
||||
OTR_LIB_DEPENDS= libotr.so.4:${PORTSDIR}/security/libotr3 \
|
||||
OTR_LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
OTR_CONFIGURE_ENABLE= otr
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ PORTNAME= libotr
|
|||
PORTVERSION= 3.2.1
|
||||
# Please do not bump PORTREVISION for this port unless you have
|
||||
# confirmed via testing that it is necessary
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security net-im net
|
||||
MASTER_SITES= http://www.c-s.li/ports/ \
|
||||
https://otr.cypherpunks.ca/
|
||||
|
@ -23,7 +23,9 @@ LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
|
|||
|
||||
CONFLICTS= libotr-*
|
||||
|
||||
USE_AUTOTOOLS= autoconf libtool
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
verify: checksum
|
||||
|
|
|
@ -19,9 +19,9 @@ include/libotr/tlv.h
|
|||
include/libotr/userstate.h
|
||||
include/libotr/version.h
|
||||
lib/libotr.a
|
||||
lib/libotr.la
|
||||
lib/libotr.so
|
||||
lib/libotr.so.4
|
||||
lib/libotr.so.2
|
||||
lib/libotr.so.2.2.1
|
||||
libdata/pkgconfig/libotr.pc
|
||||
man/man1/otr_mackey.1.gz
|
||||
man/man1/otr_modify.1.gz
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= otr
|
||||
PORTVERSION= 0.2.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= http://python-otr.pentabarf.de/releases/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Python bindings for libotr
|
|||
|
||||
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
|
||||
# This should be updated to the newer version of libotr
|
||||
LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3
|
||||
LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3
|
||||
|
||||
USES= pkgconfig
|
||||
USE_PYTHON= yes
|
||||
|
|
Loading…
Reference in a new issue