* Fix incorrect DT_SONAME in opal3 library

* Fix IGNORE typo
* Bump PORTREVISION

PR:		140688
Submitted by:	"Alexander V. Chernikov" <melifaro@ipfw.ru> (maintainer)
This commit is contained in:
Martin Wilke 2009-11-20 21:13:03 +00:00
parent 2ba405581a
commit f78ec7d5e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244559

View File

@ -7,7 +7,7 @@
PORTNAME= opal3
PORTVERSION= 3.6.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205
DISTNAME= opal-${PORTVERSION}
@ -68,7 +68,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \
.if defined(WITH_ZRTP)
.if !defined(SAFE_ZRTP)
IGNORE= Please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set
IGNORE= please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set
.endif
LIB_DEPENDS+= zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp
CONFIGURE_ARGS+= --enable-zrtp
@ -266,4 +266,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/^\(all:\).*/\1 optdepend opt/' ${WRKSRC}/Makefile.in
.endif
post-configure:
@${REINPLACE_CMD} -e 's?\$$(LIB_FILENAME_SHARED_PAT)?libopal-${PORTVERSION:C/.[0-9]+$//g}'.so.'${PORTVERSION:C/^[0-9]+.[0-9]+.//}?' ${WRKSRC}/opal_defs.mak
.include <bsd.port.post.mk>