Removed unused LDAP support.

Drop sparc 32-bit chuk while here.

from Brad
This commit is contained in:
ajacoutot 2022-10-09 14:43:36 +00:00
parent dc9535170d
commit 227d2df3bd
3 changed files with 6 additions and 28 deletions

View File

@ -4,6 +4,7 @@ GH_ACCOUNT= willamowius
GH_PROJECT= ptlib
GH_TAGNAME= v2_10_9_5
PKGNAME= ${DISTNAME:S/_/./g}
REVISION= 0
EPOCH= 0
CATEGORIES= devel telephony
@ -18,14 +19,13 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPL 1.0
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c crypto lber ldap m sasl2
WANTLIB += sndio ssl
WANTLIB += ${COMPILER_LIBCXX} c crypto m sasl2 sndio ssl
COMPILER= base-clang ports-gcc base-gcc
BUILD_DEPENDS= devel/bison
LIB_DEPENDS= databases/openldap
LIB_DEPENDS= security/cyrus-sasl2
ALL_TARGET= default #${WRKSRC}/Makefile
USE_GMAKE= Yes
@ -47,6 +47,7 @@ CONFIGURE_ARGS= --enable-plugins \
--disable-oss \
--disable-pulse \
--disable-odbc \
--disable-openldap \
--disable-sdl \
--disable-expat \
--disable-v8

View File

@ -9,25 +9,3 @@ Index: configure
need_pragma=yes ;
$as_echo "#define P_PTHREADS 1" >>confdefs.h
@@ -4676,8 +4675,11 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
LIB64=1
;;
- sparc | sparc64 )
+ sparc )
MACHTYPE=sparc
+ ;;
+ sparc64 )
+ MACHTYPE=sparc
P_64BIT=1
LIB64=1
;;
@@ -7800,7 +7802,7 @@ $as_echo "$as_me: OpenLDAP support disabled due to dis
ptlib_openldap_libs="-lposix4"
;;
* )
- ptlib_openldap_libs="-llber -lldap_r"
+ ptlib_openldap_libs="-llber -lldap"
esac
if test "x${with_ldap_dir}" != "x"; then

View File

@ -4,7 +4,7 @@ GH_ACCOUNT= willamowius
GH_PROJECT= h323plus
GH_TAGNAME= v1_27_2
PKGNAME= ${DISTNAME:S/_/./g}
REVISION= 2
REVISION= 3
CATEGORIES= net devel
@ -17,8 +17,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPL (dlopen(3) GPL modules)
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c crypto lber ldap m pt sasl2
WANTLIB += ssl
WANTLIB += ${COMPILER_LIBCXX} c crypto m pt sasl2 ssl
COMPILER= base-clang ports-gcc base-gcc