net/h323plus: Update to 1.26.8
- Use DISTVERSION{,PREFIX} instead of setting DISTNAME manually PR: 227247 Submitted by: koue@chaosophia.net (maintainer, based on)
This commit is contained in:
parent
3de4e3d1f3
commit
ebcc4b48ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471130
4 changed files with 29 additions and 18 deletions
|
@ -1,11 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= h323plus
|
||||
PORTVERSION= 1.26.5
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1_26_8
|
||||
CATEGORIES= net multimedia
|
||||
MASTER_SITES= http://www.h323plus.org/source/download/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}
|
||||
|
||||
MAINTAINER= koue@chaosophia.net
|
||||
COMMENT= H323 Video Conferencing library
|
||||
|
@ -15,20 +14,17 @@ LICENSE_COMB= multi
|
|||
|
||||
LIB_DEPENDS= libpt.so:devel/ptlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
CONFLICTS= openh323-[0-9]*
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake ssl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
# ptlib-config --libs returns bogus dependencies on expat and SDL-1.2
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323.so.1.26.5
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (h323plus-v1_26_5.tar.gz) = 73a5d8bcdbed94a05e4f43a81ef5b41fa5443fe1986ff876d9bebb7656f8ec32
|
||||
SIZE (h323plus-v1_26_5.tar.gz) = 4249565
|
||||
TIMESTAMP = 1522245456
|
||||
SHA256 (h323plus-v1_26_8.tar.gz) = 6f4b969e19d1264e7e41ef4f7aff22826174e8fdec55f7c8b05f814179bde62d
|
||||
SIZE (h323plus-v1_26_8.tar.gz) = 4399744
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- openh323u.mak.in.orig 2013-12-13 00:52:13.000000000 +0200
|
||||
+++ openh323u.mak.in 2014-08-22 12:13:27.000000000 +0300
|
||||
@@ -96,7 +96,7 @@ endif # NOTRACE
|
||||
--- openh323u.mak.in.orig 2013-12-12 22:52:13 UTC
|
||||
+++ openh323u.mak.in
|
||||
@@ -96,16 +96,16 @@ endif # NOTRACE
|
||||
include $(PTLIBDIR)/make/ptlib.mak
|
||||
endif # LIBRARY_MAKEFILE
|
||||
|
||||
|
@ -9,6 +9,19 @@
|
|||
|
||||
#OH323_SUPPRESS_H235 = 1
|
||||
|
||||
OH323_SRCDIR = $(OPENH323DIR)/src
|
||||
-ifdef PREFIX
|
||||
-OH323_INCDIR = $(PREFIX)/include/openh323
|
||||
-else
|
||||
+#ifdef PREFIX
|
||||
+#OH323_INCDIR = $(PREFIX)/include/openh323
|
||||
+#else
|
||||
OH323_INCDIR = $(OPENH323DIR)/include
|
||||
-endif # PREFIX
|
||||
+#endif # PREFIX
|
||||
|
||||
ifndef OH323_LIBDIR
|
||||
OH323_LIBDIR = $(OPENH323DIR)/lib
|
||||
@@ -132,7 +132,7 @@ OH323_SUFFIX = $(OBJ_SUFFIX)
|
||||
endif # OH323_SUFFIX
|
||||
endif # HAS_PTLIB_LIB_MAK
|
||||
|
|
|
@ -40,6 +40,7 @@ include/openh323/h460/h46026.h
|
|||
include/openh323/h460/h46026mgr.h
|
||||
include/openh323/h460/h4604.h
|
||||
include/openh323/h460/h4609.h
|
||||
include/openh323/h460/h460_oid1.h
|
||||
include/openh323/h460/h460_oid3.h
|
||||
include/openh323/h460/h460_oid6.h
|
||||
include/openh323/h460/h460_oid9.h
|
||||
|
@ -111,7 +112,7 @@ include/openh323/t38proto.h
|
|||
include/openh323/transports.h
|
||||
include/openh323/x224.h
|
||||
include/openh323/x880.h
|
||||
lib/libh323.so.1.26.5
|
||||
lib/libh323.so.1.26.8
|
||||
lib/libh323.so.1.26
|
||||
lib/libh323.so.1
|
||||
lib/libh323.so
|
||||
|
|
Loading…
Reference in a new issue