sync WANTLIB

This commit is contained in:
sthen 2022-03-24 21:15:18 +00:00
parent 062ab3cb88
commit e988d9ce1e
6 changed files with 22 additions and 17 deletions

View File

@ -1,6 +1,7 @@
COMMENT= client for Cisco AnyConnect SSL VPN COMMENT= client for Cisco AnyConnect SSL VPN
DISTNAME= openconnect-8.20 DISTNAME= openconnect-8.20
REVISION= 0
SHARED_LIBS += openconnect 4.5 # 5.6 SHARED_LIBS += openconnect 4.5 # 5.6
@ -11,8 +12,9 @@ HOMEPAGE= https://www.infradead.org/openconnect/
# LGPLv2.1 only # LGPLv2.1 only
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
WANTLIB += c ffi gmp gnutls hogweed iconv idn2 intl lz4 lzma m WANTLIB += brotlidec brotlienc c ffi gmp gnutls hogweed iconv
WANTLIB += nettle p11-kit pthread tasn1 unistring xml2 z WANTLIB += idn2 intl lz4 lzma m nettle p11-kit tasn1 unistring
WANTLIB += xml2 z zstd
COMPILER = base-clang ports-gcc base-gcc COMPILER = base-clang ports-gcc base-gcc

View File

@ -3,6 +3,7 @@ COMMENT= simple RADIUS client library
SHARED_LIBS += radcli 1.0 # 8.0 SHARED_LIBS += radcli 1.0 # 8.0
V= 1.3.0 V= 1.3.0
REVISION= 0
DISTNAME= radcli-$V DISTNAME= radcli-$V
CATEGORIES= net CATEGORIES= net
@ -12,8 +13,8 @@ HOMEPAGE= https://radcli.github.io/radcli/
# recent code BSD, some old MERIT/Livingston # recent code BSD, some old MERIT/Livingston
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
WANTLIB += ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit WANTLIB += brotlidec brotlienc gmp gnutls hogweed iconv idn2 intl
WANTLIB += pthread tasn1 unistring WANTLIB += nettle p11-kit pthread tasn1 unistring z zstd
MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/ MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/

View File

@ -11,15 +11,16 @@ SHARED_LIBS= xmlsec1-gnutls 5.0 \
xmlsec1-gcrypt 0.0 \ xmlsec1-gcrypt 0.0 \
xmlsec1 8.1 xmlsec1 8.1
REVISION-docs= 0 REVISION-docs= 0
REVISION-main= 1 REVISION-main= 2
HOMEPAGE= https://www.aleksey.com/xmlsec/ HOMEPAGE= https://www.aleksey.com/xmlsec/
# MIT # MIT
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
WANTLIB += c crypto gcrypt gmp gnutls gpg-error hogweed iconv idn2 intl ltdl m WANTLIB += brotlidec brotlienc c crypto gcrypt gmp gnutls gpg-error
WANTLIB += nettle pthread ssl tasn1 unistring xml2 xslt z p11-kit ffi lzma WANTLIB += hogweed iconv idn2 intl ltdl lzma m nettle p11-kit
WANTLIB += pthread ssl tasn1 unistring xml2 xslt z zstd
MASTER_SITES= ${HOMEPAGE}/download/ \ MASTER_SITES= ${HOMEPAGE}/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \

View File

@ -1,6 +1,6 @@
COMMENT= XML parser designed for Jabber applications COMMENT= XML parser designed for Jabber applications
DISTNAME= iksemel-1.4 DISTNAME= iksemel-1.4
REVISION= 12 REVISION= 13
SHARED_LIBS= iksemel 0.1 # .4.0 SHARED_LIBS= iksemel 0.1 # .4.0
@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/meduketto/iksemel
# GPLv2 # GPLv2
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
WANTLIB = c ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit WANTLIB += brotlidec brotlienc c gmp gnutls hogweed iconv idn2
WANTLIB += pthread tasn1 unistring z WANTLIB += intl nettle p11-kit pthread tasn1 unistring z zstd
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/} MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/}

View File

@ -1,5 +1,6 @@
COMMENT = tiny embeddable httpd library written in C COMMENT = tiny embeddable httpd library written in C
DISTNAME = libmicrohttpd-0.9.70 DISTNAME = libmicrohttpd-0.9.70
REVISION = 0
CATEGORIES = www CATEGORIES = www
SHARED_LIBS += microhttpd 0.4 # 65.0 SHARED_LIBS += microhttpd 0.4 # 65.0
@ -10,8 +11,8 @@ MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# LGPLv2.1+ # LGPLv2.1+
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes
WANTLIB += ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit WANTLIB += brotlidec brotlienc gmp gnutls hogweed iconv idn2 intl
WANTLIB += pthread tasn1 unistring WANTLIB += nettle p11-kit pthread tasn1 unistring z zstd
MASTER_SITES = ${MASTER_SITE_GNU:=libmicrohttpd/} MASTER_SITES = ${MASTER_SITE_GNU:=libmicrohttpd/}

View File

@ -3,7 +3,7 @@ COMMENT= high performance, multi-platform VNC client and server
GH_ACCOUNT= TigerVNC GH_ACCOUNT= TigerVNC
GH_PROJECT= tigervnc GH_PROJECT= tigervnc
GH_TAGNAME= v1.12.0 GH_TAGNAME= v1.12.0
REVISION= 0 REVISION= 1
# update the post-patch target if moving to a new major branch of xorg-server # update the post-patch target if moving to a new major branch of xorg-server
# there's no patchset in tigervnc for xorg-server-21.1.1.tar.xz:0 yet # there's no patchset in tigervnc for xorg-server-21.1.1.tar.xz:0 yet
@ -22,10 +22,10 @@ PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes WANTLIB += GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xfont2 Xft Xi Xinerama Xrandr Xrender Xtst c fltk fltk_images WANTLIB += Xfont2 Xft Xi Xinerama Xrandr Xrender Xtst brotlidec
WANTLIB += fontconfig fontenc freetype gmp gnutls hogweed iconv WANTLIB += brotlienc c fltk fltk_images fontconfig fontenc freetype
WANTLIB += idn2 intl jpeg kvm m nettle p11-kit pixman-1 tasn1 WANTLIB += gmp gnutls hogweed iconv idn2 intl jpeg kvm m nettle
WANTLIB += unistring xcb xshmfence z WANTLIB += p11-kit pixman-1 tasn1 unistring xcb xshmfence z zstd
MASTER_SITES0= https://www.x.org/releases/individual/xserver/ MASTER_SITES0= https://www.x.org/releases/individual/xserver/