diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 836c0c733de..711a2cb89e9 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -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 diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 430fa59918d..5aefb4d21db 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -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/ diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index edcce30d397..77b88378925 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -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 # GPLv3 PERMIT_PACKAGE = Yes -WANTLIB = c iconv intl +WANTLIB = c iconv intl pthread SITES = ${SITE_GNU:=cflow/} diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 1d008bf197a..6b05e18f30a 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -3,14 +3,14 @@ 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 # MIT PERMIT_PACKAGE= Yes -WANTLIB= iconv intl pthread +WANTLIB= iconv intl pthread LIB_DEPENDS= devel/gettext,-runtime diff --git a/devel/remake/Makefile b/devel/remake/Makefile index cbf664b7122..7677f72ffa1 100644 --- a/devel/remake/Makefile +++ b/devel/remake/Makefile @@ -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 diff --git a/games/ace/Makefile b/games/ace/Makefile index f21db2cee21..e8cde04e24e 100644 --- a/games/ace/Makefile +++ b/games/ace/Makefile @@ -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/ diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 58be4443395..9b1f6cfaa5f 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -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 diff --git a/games/lincity/Makefile b/games/lincity/Makefile index a4a6ea72b54..c694b486bbd 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -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/} diff --git a/games/trader/Makefile b/games/trader/Makefile index 7c9fbfc7a2d..0530ddb5810 100644 --- a/games/trader/Makefile +++ b/games/trader/Makefile @@ -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 # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB += c curses iconv intl +WANTLIB = c curses iconv intl pthread SITES = https://ftp.zap.org.au/pub/trader/unix/ diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index 193b32ceda6..8f1befcdf15 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -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/} diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index e02e43ad020..86ae1320ff3 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -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/} diff --git a/mail/abook/Makefile b/mail/abook/Makefile index 879e89fcfdb..0855a49fd81 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -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/ diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 31006de0856..b4c7e87132b 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -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 diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index ea810704a31..84246006d48 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -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 diff --git a/multimedia/libaacs/Makefile b/multimedia/libaacs/Makefile index 6c186c3fc1a..13a631091dd 100644 --- a/multimedia/libaacs/Makefile +++ b/multimedia/libaacs/Makefile @@ -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 diff --git a/net/cadaver/Makefile b/net/cadaver/Makefile index b94ad3ffa27..f47fa80ee11 100644 --- a/net/cadaver/Makefile +++ b/net/cadaver/Makefile @@ -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 diff --git a/plan9/9libs/Makefile b/plan9/9libs/Makefile index 25e2fb32816..664fb10753c 100644 --- a/plan9/9libs/Makefile +++ b/plan9/9libs/Makefile @@ -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} diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 8d1d5c7d99a..07f9edbeba4 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,8 +1,8 @@ COMMENT= convert ASCII files to PostScript DISTNAME= enscript-1.6.6 -CATEGORIES= print -REVISION= 2 +CATEGORIES= print +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 diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index 08629d70bac..f2e69c93e3d 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -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/} diff --git a/textproc/pinfo/Makefile b/textproc/pinfo/Makefile index 444d3eac392..99f6f39bdea 100644 --- a/textproc/pinfo/Makefile +++ b/textproc/pinfo/Makefile @@ -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 diff --git a/textproc/recutils/Makefile b/textproc/recutils/Makefile index d09dc57d53f..fb49ca93ee4 100644 --- a/textproc/recutils/Makefile +++ b/textproc/recutils/Makefile @@ -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/} diff --git a/www/sarg/Makefile b/www/sarg/Makefile index fb6a3c8cfd8..0b1a80fc0d9 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -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,14 +9,14 @@ 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/} LIB_DEPENDS= archivers/bzip2 \ devel/gettext,-runtime \ devel/pcre \ - graphics/gd + graphics/gd CFLAGS+= -fcommon diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 092e7b01507..d9132aa2ae1 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -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 diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index bb7cd8c1c72..2ec455116f9 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -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/ diff --git a/x11/uwm/Makefile b/x11/uwm/Makefile index 4c048b90e94..c1cc44f048c 100644 --- a/x11/uwm/Makefile +++ b/x11/uwm/Makefile @@ -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/}