diff --git a/astro/gcal/Makefile b/astro/gcal/Makefile index 785c4f9cc5c..4e135201de8 100644 --- a/astro/gcal/Makefile +++ b/astro/gcal/Makefile @@ -2,7 +2,7 @@ COMMENT = calculate and print calendars DISTNAME = gcal-4.1 CATEGORIES = astro -REVISION = 0 +REVISION = 1 HOMEPAGE = https://www.gnu.org/software/gcal/ MAINTAINER = Brian Callahan @@ -16,7 +16,7 @@ BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = converters/libunistring \ devel/gettext,-runtime -WANTLIB += c curses iconv intl m unistring +WANTLIB = c curses iconv intl m pthread unistring CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-easc \ diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 78624d64a86..ba577cbd7d3 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -11,7 +11,7 @@ COMMENT = program matching and transformation engine GH_ACCOUNT = coccinelle GH_PROJECT = coccinelle GH_TAGNAME = 1.1.1 -REVISION = 7 +REVISION = 8 CATEGORIES = devel @@ -20,7 +20,7 @@ HOMEPAGE = https://coccinelle.gitlabpages.inria.fr/website/ # GPLv2 only PERMIT_PACKAGE = Yes -WANTLIB += c m pcre +WANTLIB = c m pcre pthread MODULES = lang/ocaml \ lang/python diff --git a/productivity/mcds/Makefile b/productivity/mcds/Makefile index 940580baa83..df1346f7e17 100644 --- a/productivity/mcds/Makefile +++ b/productivity/mcds/Makefile @@ -3,7 +3,7 @@ COMMENT = tty-based CardDav search tool V = 1.6 DISTNAME = mcds-${V} CATEGORIES = productivity -REVISION = 1 +REVISION = 2 MAINTAINER = Timothy Brown @@ -11,7 +11,8 @@ MAINTAINER = Timothy Brown PERMIT_PACKAGE = Yes # uses pledge() -WANTLIB = assuan c curl gpg-error gpgme iconv intl xml2 + +WANTLIB = assuan c curl gpg-error gpgme iconv intl pthread xml2 SITES = https://github.com/t-brown/mcds/releases/download/v${V}/ diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 5753739d281..71eeca1672b 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -4,6 +4,7 @@ V = 2.10.3 DISTNAME = cracklib-${V} SHARED_LIBS = crack 0.5 # 11.0 CATEGORIES = security +REVISION = 0 HOMEPAGE = https://sourceforge.net/projects/cracklib/ @@ -12,7 +13,7 @@ MAINTAINER = Benoit Lecocq # LGPLv2.1 PERMIT_PACKAGE = Yes -WANTLIB = c iconv intl z +WANTLIB = c iconv intl pthread z SITES = https://github.com/cracklib/cracklib/releases/download/v${V}/ diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 63be6ce7a69..dcfed53a4c1 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -1,6 +1,7 @@ COMMENT = firewall knock operator DISTNAME = fwknop-2.6.11 +REVISION = 0 SHARED_LIBS += fko 0.0 # 3.0 @@ -11,7 +12,7 @@ HOMEPAGE = https://www.cipherdyne.org/fwknop/ # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += assuan c gpg-error gpgme iconv intl pcap +WANTLIB = assuan c gpg-error gpgme iconv intl pcap pthread SITES = https://www.cipherdyne.org/fwknop/download/ diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 27475c274da..87a1ce13c78 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -2,6 +2,7 @@ COMMENT-main = GnuPG Made Easy COMMENT-qt = Qt bindings for GPGme VERSION = 1.24.3 +REVISION-main = 0 DISTNAME = gpgme-${VERSION} PKGNAME-main = gpgme-${VERSION} PKGNAME-qt = gpgme-qt-${VERSION} @@ -21,7 +22,7 @@ EXTRACT_SUFX = .tar.bz2 PERMIT_PACKAGE= Yes WANTLIB = assuan gpg-error iconv intl -WANTLIB-main = ${WANTLIB} c m +WANTLIB-main = ${WANTLIB} c m pthread WANTLIB-qt = ${COMPILER_LIBCXX} ${WANTLIB} b2 Qt6Core double-conversion WANTLIB-qt += execinfo glib-2.0 gpgme gthread-2.0 icudata icui18n icuuc WANTLIB-qt += m pcre2-8 pcre2-16 z zstd diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index 942fb803976..ff823b85d3a 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -5,7 +5,7 @@ GH_PROJECT = libpwquality GH_ACCOUNT = libpwquality GH_TAGNAME = libpwquality-${MODPY_DISTV} DISTNAME = libpwquality-${MODPY_DISTV} -REVISION = 2 +REVISION = 3 SHARED_LIBS += pwquality 1.0 # 1.2 @@ -16,7 +16,7 @@ MAINTAINER = Antoine Jacoutot # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += c crack iconv intl z +WANTLIB = c crack iconv intl pthread z MODULES = lang/python MODPY_SETUPTOOLS = Yes diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 38297d60e10..f39f02c9aa9 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -1,7 +1,7 @@ COMMENT = collection of tools for translating from BibTeX to HTML DISTNAME = bibtex2html-1.99 -REVISION = 7 +REVISION = 8 CATEGORIES = textproc HOMEPAGE = https://www.lri.fr/~filliatr/bibtex2html/ @@ -9,7 +9,7 @@ HOMEPAGE = https://www.lri.fr/~filliatr/bibtex2html/ # GPLv2 only PERMIT_PACKAGE = Yes -WANTLIB += c m +WANTLIB = c m pthread SITES = https://www.lri.fr/~filliatr/ftp/bibtex2html/