add missing WANTLIB on pthread

This commit is contained in:
sthen
2025-07-21 15:55:57 +00:00
parent 2ac7c80e91
commit 44518f4668
25 changed files with 58 additions and 43 deletions
+4 -1
View File
@@ -2,6 +2,7 @@ COMMENT= encode, inspect, and decode Opus files
DISTNAME= opus-tools-0.2
CATEGORIES= audio
REVISION= 0
HOMEPAGE= https://opus-codec.org/
@@ -17,7 +18,9 @@ LIB_DEPENDS= audio/flac \
audio/libopusenc \
audio/opus \
audio/opusfile
WANTLIB= FLAC c crypto m ogg opus opusenc opusfile opusurl sndio ssl
WANTLIB= FLAC c crypto m ogg opus opusenc opusfile opusurl pthread
WANTLIB+= sndio ssl
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
+2 -2
View File
@@ -2,7 +2,7 @@ COMMENT= detect character set and encoding of text files
DISTNAME= enca-1.19
CATEGORIES= converters textproc
REVISION= 1
REVISION= 2
SHARED_LIBS += enca 0.0 # 5.1
@@ -12,7 +12,7 @@ HOMEPAGE= https://cihar.com/software/enca/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB = c iconv intl m recode
WANTLIB = c iconv intl m pthread recode
SITES= https://dl.cihar.com/enca/
+2 -1
View File
@@ -2,6 +2,7 @@ COMMENT = analyze C source files and print a call graph
DISTNAME = cflow-1.7
CATEGORIES = devel
REVISION = 0
HOMEPAGE = https://www.gnu.org/software/cflow/
@@ -10,7 +11,7 @@ MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
WANTLIB = c iconv intl
WANTLIB = c iconv intl pthread
SITES = ${SITE_GNU:=cflow/}
+1 -1
View File
@@ -3,7 +3,7 @@ COMMENT= getopt(3)-like library with a number of enhancements
DISTNAME= popt-1.16
CATEGORIES= devel
SITES= http://ftp.rpm.org/mirror/popt/
REVISION= 3
REVISION= 4
SHARED_LIBS= popt 1.0
+2 -2
View File
@@ -3,7 +3,7 @@ COMMENT= GNU make debugger
V= 1.6
PKGNAME= remake-${V}
DISTNAME= remake-4.3+dbg-${V}
REVISION= 0
REVISION= 1
CATEGORIES= devel
@@ -13,7 +13,7 @@ SITES= ${SITE_SOURCEFORGE:=bashdb/}
# GPL
PERMIT_PACKAGE= Yes
WANTLIB+= c iconv intl readline
WANTLIB= c iconv intl pthread readline
LIB_DEPENDS= converters/libiconv \
devel/gettext,-runtime
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT = solitaire games
DISTNAME = ace-1.4
REVISION = 2
REVISION = 3
SHARED_LIBS += cards 0.0 # 1.0
@@ -12,7 +12,7 @@ HOMEPAGE = http://www.delorie.com/store/ace/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += X11 c m png xcb z
WANTLIB = X11 c m png pthread xcb z
SITES = http://www.delorie.com/store/ace/
+2 -1
View File
@@ -1,6 +1,7 @@
COMMENT= game where you deal drugs on the streets of NY
DISTNAME= dopewars-1.6.2
REVISION= 0
CATEGORIES= games
SITES= ${SITE_SOURCEFORGE:=dopewars/}
@@ -9,7 +10,7 @@ HOMEPAGE= https://dopewars.sourceforge.io/
# GPL
PERMIT_PACKAGE= Yes
WANTLIB += c curl curses glib-2.0 iconv intl
WANTLIB += c curl curses glib-2.0 iconv intl pthread
LIB_DEPENDS+= devel/glib2 \
net/curl
+3 -2
View File
@@ -3,11 +3,12 @@ COMMENT= Rich city simulation game for X
DISTNAME= lincity-1.13.1
CATEGORIES= games
HOMEPAGE= https://lincity.sourceforge.net/
REVISION= 3
REVISION= 4
# GPLv2 only
PERMIT_PACKAGE= Yes
WANTLIB += ICE SM X11 Xext c iconv intl m png xcb z
WANTLIB = ICE SM X11 Xext c iconv intl m png pthread xcb z
SITES= ${SITE_SOURCEFORGE:=lincity/}
+2 -1
View File
@@ -1,6 +1,7 @@
COMMENT = simple text-based game of interstellar trading
DISTNAME = trader-7.20
REVISION = 0
CATEGORIES = games
@@ -11,7 +12,7 @@ MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += c curses iconv intl
WANTLIB = c curses iconv intl pthread
SITES = https://ftp.zap.org.au/pub/trader/unix/
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT = library for manipulating IPTC metadata
DISTNAME = libiptcdata-1.0.4
REVISION = 3
REVISION = 4
SHARED_LIBS += iptcdata 0.0 # 3.3
@@ -12,7 +12,7 @@ HOMEPAGE = https://libiptcdata.sourceforge.net/
# LGPLv2
PERMIT_PACKAGE = Yes
WANTLIB += c iconv intl
WANTLIB = c iconv intl pthread
SITES = ${SITE_SOURCEFORGE:=libiptcdata/}
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT= WMF handling and conversion library
DISTNAME= libwmf-0.2.8.4
REVISION= 7
REVISION= 8
SHARED_LIBS= wmf 8.0 \
wmf-0.2 8.0 \
wmflite 7.1 \
@@ -14,7 +14,7 @@ HOMEPAGE= https://wvware.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += X11 c expat freetype m xcb z jpeg png Xau Xdmcp
WANTLIB = X11 Xau Xdmcp c expat freetype jpeg m png pthread xcb z
SITES= ${SITE_SOURCEFORGE:=wvware/}
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT= addressbook program with mutt support
DISTNAME= abook-0.6.1
REVISION= 4
REVISION= 5
CATEGORIES= mail
HOMEPAGE= https://abook.sourceforge.net/
@@ -9,7 +9,7 @@ HOMEPAGE= https://abook.sourceforge.net/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c curses iconv intl readline
WANTLIB = c curses iconv intl pthread readline
SITES= https://abook.sourceforge.net/devel/
+2 -1
View File
@@ -2,6 +2,7 @@ COMMENT= mail retrieval utility for POP2, POP3, KPOP, IMAP and more
DISTNAME= fetchmail-6.4.39
EXTRACT_SUFX= .tar.xz
REVISION= 0
CATEGORIES= mail
SITES= ${SITE_SOURCEFORGE:=fetchmail/}
@@ -11,7 +12,7 @@ HOMEPAGE= https://www.fetchmail.info/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB = c crypto iconv intl ssl
WANTLIB = c crypto iconv intl pthread ssl
MODULES= lang/python
+2 -1
View File
@@ -2,13 +2,14 @@ COMMENT = SMTP plugin for MUAs
DISTNAME = msmtp-1.8.27
CATEGORIES = mail
REVISION = 0
HOMEPAGE = https://marlam.de/msmtp/
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB = c iconv idn2 intl tls
WANTLIB = c iconv idn2 intl pthread tls
SITES = https://marlam.de/msmtp/releases/
EXTRACT_SUFX = .tar.xz
+2 -1
View File
@@ -2,6 +2,7 @@ COMMENT = AACS support library for Blu-ray playback
V = 0.11.1
DISTNAME = libaacs-${V}
REVISION = 0
CATEGORIES = multimedia
@@ -13,7 +14,7 @@ EXTRACT_SUFX = .tar.bz2
# LGPL v2.1
PERMIT_PACKAGE = Yes
WANTLIB = c gcrypt gpg-error iconv intl
WANTLIB = c gcrypt gpg-error iconv intl pthread
SHARED_LIBS += aacs 3.1 # 5.1
+3 -1
View File
@@ -2,13 +2,15 @@ COMMENT= command-line WebDAV client
DISTNAME= cadaver-0.26
CATEGORIES= net www
REVISION= 0
HOMEPAGE= https://notroj.github.io/cadaver/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB = c crypto curses expat intl iconv neon proxy readline ssl z
WANTLIB = c crypto curses expat iconv intl neon proxy pthread readline
WANTLIB += ssl z
LIB_DEPENDS= net/neon
+2 -2
View File
@@ -4,7 +4,7 @@ ONLY_FOR_ARCHS= i386 sparc64
COMMENT= Plan 9 compatibility libraries
DISTNAME= 9libs-1.0
REVISION= 10
REVISION= 11
CATEGORIES= plan9 devel
SHARED_LIBS= Xg 0.0 \
frame 0.0 \
@@ -18,7 +18,7 @@ HOMEPAGE= https://netlib.org/research/9libs/
# BSD licence
PERMIT_PACKAGE= Yes
WANTLIB = ICE SM X11 Xau Xdmcp Xt m xcb
WANTLIB = ICE SM X11 Xau Xdmcp Xt m pthread xcb
SITES= ${HOMEPAGE}
+3 -2
View File
@@ -2,7 +2,7 @@ COMMENT= convert ASCII files to PostScript
DISTNAME= enscript-1.6.6
CATEGORIES= print
REVISION= 2
REVISION= 3
HOMEPAGE= https://www.gnu.org/software/enscript/
@@ -12,7 +12,8 @@ PERMIT_PACKAGE= Yes
SITES= ${SITE_GNU:=enscript/}
LIB_DEPENDS= devel/gettext,-runtime
WANTLIB= c iconv intl m
WANTLIB= c iconv intl m pthread
CONFIGURE_STYLE= gnu
+2 -2
View File
@@ -3,7 +3,7 @@ PORTROACH= skipv:1.11.mac-x86_64
COMMENT= encrypt and decrypt AES files and streams
V= 1.11
REVISION= 3
REVISION= 4
DISTNAME= ccrypt-${V}
CATEGORIES= security
@@ -12,7 +12,7 @@ HOMEPAGE= https://ccrypt.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl
WANTLIB= c iconv intl pthread
SITES= ${HOMEPAGE}/download/${V}/ \
${SITE_SOURCEFORGE:=ccrypt/}
+3 -2
View File
@@ -1,7 +1,7 @@
COMMENT= info viewer with lynx-style navigation
DISTNAME= pinfo-0.6.9
REVISION= 2
REVISION= 3
CATEGORIES= textproc devel
HOMEPAGE= https://alioth.debian.org/frs/?group_id=30592
@@ -13,7 +13,8 @@ SITES= https://alioth-archive.debian.org/releases/pinfo/pinfo/pinfo-0.6.9/ \
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB= c curses iconv intl readline
WANTLIB= c curses iconv intl pthread readline
LIB_DEPENDS= devel/gettext,-runtime
+2 -1
View File
@@ -1,6 +1,7 @@
COMMENT = tools to access human-editable plaintext record files
DISTNAME = recutils-1.9
REVISION = 0
SHARED_LIBS += rec 1.0 # 1.0
@@ -11,7 +12,7 @@ HOMEPAGE = https://www.gnu.org/software/recutils/
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += c gcrypt gpg-error iconv intl m readline
WANTLIB = c gcrypt gpg-error iconv intl m pthread readline
SITES = ${SITE_GNU:=recutils/}
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT= Squid Analysis Report Generator
DISTNAME= sarg-2.4.0
REVISION= 1
REVISION= 2
CATEGORIES= www
HOMEPAGE= https://sarg.sourceforge.net/
@@ -9,7 +9,7 @@ HOMEPAGE= https://sarg.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += bz2 c execinfo gd iconv intl lzma m pcre z
WANTLIB += bz2 c execinfo gd iconv intl lzma m pcre pthread z
SITES= ${SITE_SOURCEFORGE:=sarg/}
+2 -1
View File
@@ -2,6 +2,7 @@ COMMENT= 3D Athena Widget set that looks like Motif
PKGNAME= Xaw3d-1.6.6
DISTNAME= lib${PKGNAME}
REVISION= 0
SHARED_LIBS += Xaw3d 12.0 # 8.0
@@ -12,7 +13,7 @@ SITES= https://xorg.freedesktop.org/archive/individual/lib/
# X11/badly worded
PERMIT_PACKAGE= Yes
WANTLIB += ICE SM X11 Xext Xmu Xt xcb
WANTLIB = ICE SM X11 Xext Xmu Xt pthread xcb
CONFIGURE_STYLE= gnu
#CONFIGURE_ARGS= --enable-arrow-scrollbars
+2 -3
View File
@@ -1,7 +1,7 @@
COMMENT= libXaw widget set replacement
DISTNAME= neXtaw-0.15.1
REVISION= 2
REVISION= 3
SHARED_LIBS += neXtaw 15.1 # .15.1
CATEGORIES= x11 devel
@@ -11,8 +11,7 @@ HOMEPAGE= http://siag.nu/neXtaw/
# X11
PERMIT_PACKAGE= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt \
xcb
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt pthread xcb
SITES= http://siag.nu/pub/neXtaw/
+2 -2
View File
@@ -1,14 +1,14 @@
COMMENT = lightweight WM with an original look and feel
DISTNAME = uwm-0.2.11a
CATEGORIES = x11
REVISION = 0
REVISION = 1
HOMEPAGE = https://udeproject.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += ICE SM X11 Xext Xmu Xpm c iconv intl jpeg
WANTLIB = ICE SM X11 Xext Xmu Xpm c iconv intl jpeg pthread
SITES = ${SITE_SOURCEFORGE:=udeproject/}