set COMPILER_LANGS=c for various C-only ports

add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
This commit is contained in:
sthen
2025-01-28 11:22:02 +00:00
parent cd1b451e06
commit 223dd2dcf0
99 changed files with 205 additions and 67 deletions
+2
View File
@@ -8,6 +8,7 @@ SHARED_LIBS += blosc 2.0 # 0.0
GH_ACCOUNT = Blosc
GH_PROJECT = c-blosc
GH_TAGNAME = v${V}
REVISION = 0
HOMEPAGE = https://blosc.org/
MAINTAINER = Martin Reindl <martin@catai.org>
@@ -18,6 +19,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += lz4 pthread snappy z zstd
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
+2
View File
@@ -10,6 +10,7 @@ SHARED_LIBS += blosc2 4.0 # 0.0
GH_ACCOUNT = Blosc
GH_PROJECT = c-blosc2
GH_TAGNAME = v${V}
REVISION = 0
HOMEPAGE = https://blosc.org/
MAINTAINER = Martin Reindl <martin@catai.org>
@@ -20,6 +21,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += m lz4 pthread z zstd
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
+3 -1
View File
@@ -6,7 +6,7 @@ V= 2.10.0
GH_ACCOUNT= cmus
GH_PROJECT= cmus
GH_TAGNAME= v${V}
REVISION= 1
REVISION= 2
CATEGORIES= audio
HOMEPAGE= https://cmus.github.io/
@@ -24,6 +24,8 @@ WANTLIB-main+= ogg vorbis
# C11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
LIB_DEPENDS-main= audio/flac \
audio/libcdio \
audio/libcdio-paranoia \
+3 -2
View File
@@ -1,6 +1,6 @@
COMMENT = modular, cross-platform and multi-threaded benchmark tool
DISTNAME = sysbench-0.4.8
REVISION = 16
REVISION = 17
CATEGORIES = benchmarks
SITES = ${SITE_SOURCEFORGE:=sysbench/}
@@ -9,9 +9,10 @@ HOMEPAGE = https://sysbench.sourceforge.net/
# GPL
PERMIT_PACKAGE = Yes
WANTLIB = m c pthread
WANTLIB = c m pthread
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = textproc/docbook-xsl
NO_TEST = Yes
+2
View File
@@ -1,6 +1,7 @@
COMMENT = Gnu All Mobile Management Utilities
DISTNAME = gammu-1.42.0
REVISION = 0
SHARED_LIBS += Gammu 1.1 # 8.1
SHARED_LIBS += gsmsd 1.0 # 8.1
@@ -21,6 +22,7 @@ SITES = https://dl.cihar.com/gammu/releases/
MODULES = devel/cmake
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/gettext,-tools
RUN_DEPENDS = misc/dialog
+2
View File
@@ -2,6 +2,7 @@ COMMENT = host software for the HackRF One SDR
V = 2024.02.1
DISTNAME = hackrf-$V
REVISION = 0
SHARED_LIBS += hackrf 0.1 # 0.8
@@ -21,6 +22,7 @@ SITES = https://github.com/mossmann/hackrf/releases/download/v$V/
EXTRACT_SUFX = .tar.xz
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
LIB_DEPENDS = devel/libusb1 \
+4 -1
View File
@@ -6,6 +6,8 @@ PKGNAME = k2pdfopt-${V}
SITES = https://willus.com/k2pdfopt/src/
EXTRACT_SUFX = .zip
REVISION = 0
SITES.deb = ${SITE_DEBIAN:=main/k/k2pdfopt/}
DISTFILES.deb = k2pdfopt_${V}+ds-2.debian.tar.xz
@@ -22,7 +24,8 @@ MODULES = devel/cmake
WANTLIB += c djvulibre freetype gsl gslcblas gumbo jasper jbig2dec
WANTLIB += jpeg lcms leptonica m mupdf png pthread z
COMPILER = base-clang ports-gcc base-gcc
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
LIB_DEPENDS += devel/gsl \
graphics/djvulibre \
+1
View File
@@ -18,6 +18,7 @@ MAINTAINER = Aisha Tammy <aisha@openbsd.org>
# Unlicense
PERMIT_PACKAGE = Yes
# header-only lib; compiler only used for tests
COMPILER = base-clang ports-gcc
NO_BUILD = Yes
+2
View File
@@ -2,6 +2,7 @@ COMMENT-main = LDAP client library and tools
COMMENT-server = LDAP directory server
DISTNAME = openldap-2.6.9
REVISION = 0
MULTI_PACKAGES = -main -server
PKGNAME-main = ${DISTNAME:S/-/-client-/}
@@ -32,6 +33,7 @@ SITES = https://openldap.org/software/download/OpenLDAP/openldap-release/ \
ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
DPB_PROPERTIES = parallel
DEBUG_PACKAGES = ${BUILD_PACKAGES}
+3 -1
View File
@@ -3,8 +3,9 @@ COMMENT = database designed to make SQL scalable for time-series data
GH_ACCOUNT = timescale
GH_PROJECT = timescaledb
GH_TAGNAME = 2.17.2
REVISION = 0
EXTRAS_COMMIT = 52443a469a58d3f64a4e049889f468e8a149cc8f
EXTRAS_COMMIT = daf13d74b02e7dc7b29e250a43806b83c7498ba1
DIST_TUPLE += github timescale timescaledb-extras ${EXTRAS_COMMIT} _extras
CATEGORIES = databases
@@ -21,6 +22,7 @@ SUBST_VARS += GH_TAGNAME
WANTLIB = pq
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
LIB_DEPENDS = databases/postgresql
BUILD_DEPENDS = databases/postgresql,-server
+2 -1
View File
@@ -3,7 +3,7 @@ P = 4
COMMENT = application matching library
DISTNAME = bamf-${V}.${P}
CATEGORIES = devel
REVISION = 0
REVISION = 1
SHARED_LIBS += bamf3 0.0 # 2.0
@@ -25,6 +25,7 @@ WANTLIB += z
SITES = https://launchpad.net/bamf/${V}/${V}.${P}/+download/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/gobject-introspection \
lang/vala
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT= configuration backend system
GNOME_PROJECT= dconf
GNOME_VERSION= 0.40.0
REVISION= 1
REVISION= 2
SHARED_LIBS += dconf 1.3 # 1.0.0
@@ -16,6 +16,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += c gio-2.0 glib-2.0 gobject-2.0
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
+2
View File
@@ -1,6 +1,7 @@
COMMENT= utilities for dot.desktop entries
DISTNAME= desktop-file-utils-0.28
REVISION= 0
EXTRACT_SUFX= .tar.xz
@@ -20,6 +21,7 @@ SITES= https://freedesktop.org/software/desktop-file-utils/releases/
# -std=gnu11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/meson
+1 -1
View File
@@ -23,7 +23,7 @@ MODULES= devel/meson \
lang/python \
x11/gnome
# C++11
# C++11 ???
COMPILER = base-clang ports-gcc
BUILD_DEPENDS= devel/py-gobject3
+1 -1
View File
@@ -26,7 +26,7 @@ EXTRACT_SUFX = .tar.bz2
DEBUG_PACKAGES = ${BUILD_PACKAGES}
# atomics, TLS (__thread), C++11
# atomics, TLS (__thread), C++11 (in tests)
COMPILER = base-clang ports-gcc
USE_GMAKE = Yes
+7 -2
View File
@@ -1,9 +1,13 @@
COMMENT = MessagePack implementation for C and C++
COMMENT = MessagePack implementation for C
# C++ is in msgpack-cxx which is in a different branch of the same repo
# separate releases are made from both branches
V = 6.0.0
DISTNAME = msgpack-c-${V}
PKGNAME = msgpack-${V}
REVISION = 0
SHARED_LIBS += msgpack-c 0.0 # 2.0
CATEGORIES = devel
@@ -14,13 +18,14 @@ SITES = https://github.com/msgpack/msgpack-c/releases/download/c-${V}/
# Boost license
PERMIT_PACKAGE = Yes
# C++ used in tests
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
BUILD_DEPENDS = devel/gtest>=1.11.0pl20220208
TEST_DEPENDS = devel/gtest>=1.11.0pl20220208
# evertyhing except tests
# everything except tests
ALL_TARGET = msgpack-c msgpack-c-static
# build whatever is left (ca. 22 C++ test files)
+1
View File
@@ -22,6 +22,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += X11 Xft Xrender c cairo fontconfig>=13.2 freetype fribidi
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 harfbuzz m
# C++ used in tests
COMPILER= base-clang ports-gcc
MODULES= devel/meson \
+2
View File
@@ -3,6 +3,7 @@ COMMENT= debug and development tools for PHP
GH_ACCOUNT= xdebug
GH_PROJECT= xdebug
GH_TAGNAME= 3.4.1
REVISION= 0
CATEGORIES= devel
@@ -14,6 +15,7 @@ PERMIT_PACKAGE= Yes
WANTLIB= m z
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
CONFIGURE_STYLE= gnu
MODULES= lang/php/pecl
+3 -3
View File
@@ -1,6 +1,6 @@
COMMENT = Python implementation of the debug adapter protocol
MODPY_DISTV= 1.8.6
MODPY_DISTV= 1.8.9
DISTNAME= debugpy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
EXTRACT_SUFX= .zip
@@ -12,11 +12,11 @@ CATEGORIES= devel
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
TEST_DEPENDS = devel/py-trio \
devel/py-untangle \
+1
View File
@@ -54,6 +54,7 @@ WANTLIB += tree-sitter unibilium util uv vterm
WANTLIB += ${MODLUA_WANTLIB}
.endif
# c++abi for luajit
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \
+3 -2
View File
@@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = i386 amd64 powerpc
COMMENT = early macintosh emulator
V = 36.04
REVISION = 2
REVISION = 3
DISTNAME = minivmac-${V}
@@ -21,7 +21,8 @@ SITES = https://www.gryphel.com/d/minivmac/minivmac-${V}/
EXTRACT_SUFX = .src.tgz
COMPILER = base-clang ports-gcc base-gcc
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
USE_GMAKE = Yes
RUN_DEPENDS = devel/desktop-file-utils
+2 -1
View File
@@ -8,7 +8,7 @@ COMMENT-ga= QEMU guest agent
VERSION= 9.2.0
DISTNAME= qemu-${VERSION}
REVISION= 0
REVISION= 1
CATEGORIES= emulators
SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
@@ -32,6 +32,7 @@ DEBUG_PACKAGES= ${BUILD_PACKAGES}
# Using TLS emulation layer
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= lang/python
MODPY_RUNDEP= No
+2 -1
View File
@@ -5,7 +5,7 @@ PKGNAME-main = sameboy-$V
PKGNAME-libretro = libretro-sameboy-$V
V = 0.16.7
REVISION = 0
REVISION = 1
GH_ACCOUNT = LIJI32
GH_PROJECT = SameBoy
@@ -31,6 +31,7 @@ WANTLIB-libretro += m
# -std=gnu11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/rgbds \
devel/xdg-utils
+2
View File
@@ -5,6 +5,7 @@ CATEGORIES = games x11
GH_ACCOUNT = jorio
GH_PROJECT = CandyCrisis
GH_TAGNAME = v3.0.1
REVISION = 0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
@@ -15,6 +16,7 @@ WANTLIB += SDL2 c m
# C17
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
+2
View File
@@ -5,6 +5,7 @@ COMMENT = classic Minecraft client written in C
V = 1.3.6
PKGNAME = classicube-${V}
REVISION = 0
DIST_TUPLE += github ClassiCube ClassiCube 1.3.6 .
@@ -18,6 +19,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += GL X11 Xi c execinfo m pthread
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = net/curl \
audio/openal
+2
View File
@@ -1,5 +1,6 @@
COMMENT = XAudio reimplementation for open platforms
PKGNAME = faudio-${V}
REVISION = 0
SHARED_LIBS = FAudio 4.2 # 24.03
@@ -11,6 +12,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += SDL2
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
LIB_DEPENDS = devel/sdl2
+2
View File
@@ -1,5 +1,6 @@
COMMENT = free remake of One Must Fall 2097 game engine
DISTNAME = openomf-0.6.5.2
REVISION = 0
CATEGORIES = games x11
HOMEPAGE = https://www.openomf.org/
@@ -15,6 +16,7 @@ SITES = https://mirrors.nycbug.org/pub/distfiles/
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
+2
View File
@@ -3,6 +3,7 @@ COMMENT = sidescrolling space shmup
V = 2.4
DISTNAME = starfighter-$V-src
PKGNAME = starfighter-$V
REVISION = 0
CATEGORIES = games
@@ -19,6 +20,7 @@ WANTLIB += harfbuzz intl m pango-1.0 pthread
SITES = https://github.com/pr-starfighter/starfighter/releases/download/v${V}/
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
LIB_DEPENDS = devel/pango \
devel/sdl2-image \
+1
View File
@@ -12,6 +12,7 @@ HOMEPAGE = https://osmcode.org/libosmium/
# Boost
PERMIT_PACKAGE = Yes
# header only lib
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
+2 -1
View File
@@ -1,7 +1,7 @@
COMMENT = GPS track manager
DISTNAME = viking-1.10
REVISION = 1
REVISION = 2
CATEGORIES = geo x11
@@ -23,6 +23,7 @@ EXTRACT_SUFX = .tar.bz2
MODULES = textproc/intltool x11/gnome
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
CONFIGURE_STYLE = gnu
# to ensure X11 libs are found when checking for XSetErrorHandler
+2
View File
@@ -3,6 +3,7 @@ COMMENT= dynamic pixel format conversion library
V= 0.1.110
DISTNAME= babl-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
API_VERSION= ${V:R}
SUBST_VARS= API_VERSION
@@ -28,6 +29,7 @@ MODULES= devel/meson \
MODGNOME_TOOLS= gi-docgen gobject-introspection vala
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
# rsvg-convert(1)
BUILD_DEPENDS= x11/gnome/librsvg
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT= GNOME document viewer
GNOME_PROJECT= evince
GNOME_VERSION= 46.3.1
REVISION= 3
REVISION= 4
MAJ_V= 3.0
SUBST_VARS= MAJ_V
@@ -25,6 +25,7 @@ WANTLIB += gtk-3 handy-1 intl pango-1.0 pangocairo-1.0 poppler-glib
WANTLIB += secret-1 synctex tiff xml2
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/dconf \
devel/meson \
+2
View File
@@ -1,6 +1,7 @@
COMMENT= audio/video converter and streamer
V= 6.1.2
REVISION= 0
DISTNAME= ffmpeg-${V}
EPOCH= 1
CATEGORIES= graphics multimedia
@@ -32,6 +33,7 @@ WANTLIB += va-x11 vidstab vorbis vorbisenc vpx x264 x265 xcb xcb-shape
WANTLIB += xcb-shm xcb-xfixes xml2 xvidcore z zimg
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
DEBUG_PACKAGES= ${BUILD_PACKAGES}
+2 -1
View File
@@ -6,7 +6,7 @@ V= 0.4.52
DISTNAME= gegl-${V}
PKGNAME= gegl04-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
REVISION= 1
SHARED_LIBS += gegl-0.4 0.5 # 0.451.1
@@ -28,6 +28,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 png poppler-glib raw rsvg-2
WANTLIB += tiff webp umfpack
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
SITES= http://download.gimp.org/pub/gegl/${API_VERSION}/
+1
View File
@@ -14,6 +14,7 @@ PERMIT_PACKAGE= Yes
MODULES= devel/cmake
# c++ header only lib + tests
COMPILER= base-clang ports-gcc
# it's kind-of a NO_BUILD port, but doing so means you can't
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT= thin layer of graphic data types
GNOME_PROJECT= graphene
GNOME_VERSION= 1.10.8
REVISION= 0
REVISION= 1
SHARED_LIBS += graphene-1.0 2.1 # 0.1000.8
@@ -19,6 +19,7 @@ MODULES= devel/meson \
x11/gnome
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODGNOME_TOOLS= gobject-introspection
+2 -1
View File
@@ -5,7 +5,7 @@ COMMENT = VAAPI legacy driver for Intel GMA 4500 to UHD 630
GH_ACCOUNT = intel
GH_PROJECT = intel-vaapi-driver
GH_TAGNAME = 2.4.1
REVISION = 1
REVISION = 2
CATEGORIES = graphics multimedia
@@ -17,6 +17,7 @@ WANTLIB += drm drm_intel m
MODULES = devel/meson
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODMESON_CONFIGURE_ARGS += -Ddriverdir="${LOCALBASE}/lib/dri" \
-Dwith_wayland=no
+3 -2
View File
@@ -1,7 +1,7 @@
COMMENT= implementation of the OpenGL Character Renderer
DISTNAME= quesoglc-0.7.2
REVISION= 10
REVISION= 11
CATEGORIES= graphics
SITES= ${SITE_SOURCEFORGE:=quesoglc/}
@@ -20,7 +20,8 @@ WANTLIB += freetype fribidi m xcb xcb-glx z
WANTLIB += xcb-dri3 xcb-present xcb-sync xcb-xfixes xshmfence
WANTLIB += Xau Xdmcp xcb-shm
COMPILER = base-clang ports-gcc base-gcc
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
LIB_DEPENDS= devel/fribidi
+2
View File
@@ -3,6 +3,7 @@ COMMENT = monitor GPU utilization for R600 and up
GH_ACCOUNT = clbr
GH_PROJECT = radeontop
GH_TAGNAME = v1.4
REVISION = 0
SHARED_LIBS = radeontop_xcb 0.0 # 1.3
@@ -16,6 +17,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += c curses drm_amdgpu drm intl m pciaccess pthread xcb xcb-dri2
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/gettext,-tools
+2 -1
View File
@@ -10,7 +10,7 @@ GH_PROJECT = CompCert
GH_TAGNAME = v${V}
DISTNAME = ${GH_PROJECT}-${V}
PKGNAME = ${DISTNAME:L}
REVISION = 0
REVISION = 1
HOMEPAGE = https://compcert.org/
@@ -22,6 +22,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += c m pthread
COMPILER = ports-gcc
COMPILER_LANGS = c
USE_GMAKE = Yes
+2 -1
View File
@@ -5,7 +5,7 @@ V = 24.5.10
DISTNAME = ecl-$V
SHARED_LIBS += ecl 9.0
REVISION = 0
REVISION = 1
HOMEPAGE = https://common-lisp.net/project/ecl/
MAINTAINER = Timo Myyra <timo.myyra@bittivirhe.fi>
@@ -18,6 +18,7 @@ PERMIT_PACKAGE = Yes
SITES = ${HOMEPAGE}static/files/release/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
TEST_TARGET = check
+3
View File
@@ -1,10 +1,13 @@
DISTNAME = harec-${V}
DISTFILES = harec-{harec/archive/}${V}${EXTRACT_SUFX}
REVISION = 0
WANTLIB += c m
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = ${RUN_DEPENDS}
+2
View File
@@ -3,6 +3,7 @@ COMMENT = small, embeddable JavaScript engine in C
V = 2024.01.13
DISTNAME = quickjs-${V:S/./-/g}
PKGNAME = quickjs-${V}
REVISION = 0
CATEGORIES = lang
@@ -19,6 +20,7 @@ EXTRACT_SUFX = .tar.xz
# Requires stdatomic
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
USE_GMAKE = Yes
MAKE_FLAGS = CC="${CC}"
+2
View File
@@ -1,4 +1,5 @@
V = 2.3.2
REVISION = 0
COMMENT = CSNOBOL4 suite including interpreter, debugger and utilities
DISTNAME = snobol4-${V}
CATEGORIES = lang
@@ -15,6 +16,7 @@ SITES = https://ftp.regressive.org/snobol4/ \
https://ftp.regressive.org/snobol4/old/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
LIB_DEPENDS = databases/sqlite3 \
devel/libffi
+2
View File
@@ -1,6 +1,7 @@
COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.5.0
REVISION= 0
CATEGORIES= mail
SITES= ${SITE_SOURCEFORGE:=isync/}
@@ -23,6 +24,7 @@ WANTLIB= c crypto db sasl2 ssl z
# on sparc64 ports-clang fails due to `-no-intergrated-as' default
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
LIB_DEPENDS= databases/db/v4 \
security/cyrus-sasl2
+2
View File
@@ -3,6 +3,7 @@ COMMENT= tty-based e-mail client, forked from Mutt
GH_ACCOUNT= neomutt
GH_PROJECT= neomutt
GH_TAGNAME= 20250113
REVISION= 0
DIST_TUPLE= github neomutt neomutt-test-files \
7404f4423b11cd5da2d123b3636c7a310bbbed9f neomutt-test-files
@@ -16,6 +17,7 @@ EPOCH= 0
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
# uses pledge()
WANTLIB+= c crypto curses iconv idn2 intl pcre2-8 ssl tdb z
+2 -4
View File
@@ -9,10 +9,7 @@ PKGNAME-main= perdition-${DISTVER:S/-//}
PKGNAME-ldap= perdition-ldap-${DISTVER:S/-//}
PKGNAME-mysql= perdition-mysql-${DISTVER:S/-//}
PKGNAME-pgsql= perdition-pgsql-${DISTVER:S/-//}
REVISION-ldap= 5
REVISION-main= 3
REVISION-mysql= 4
REVISION-pgsql= 4
REVISION= 6
CATEGORIES= mail
@@ -56,6 +53,7 @@ FLAVOR?=
MULTI_PACKAGES= -main -mysql -pgsql -ldap
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
.include <bsd.port.arch.mk>
+2
View File
@@ -1,4 +1,5 @@
V = 7.0.3
REVISION = 0
COMMENT = implementation of POSIX bc with GNU and BSD extensions
DISTNAME = bc-${V}
PKGNAME = bc-gh-${V}
@@ -16,6 +17,7 @@ WANTLIB += c
SITES = https://github.com/gavinhoward/bc/releases/download/${V}/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
# CONFIGURE_ARGS makes it so we don't run tests that need GNU bc to generate.
CONFIGURE_STYLE = simple
+2 -1
View File
@@ -5,7 +5,7 @@ COMMENT= library for reading and writing Matlab MAT files
DISTNAME= matio-1.5.23
SHARED_LIBS= matio 3.2 # 11.4
CATEGORIES= math
REVISION= 0
REVISION= 1
HOMEPAGE= https://sourceforge.net/projects/matio/
@@ -15,6 +15,7 @@ PERMIT_PACKAGE= Yes
SITES= ${SITE_SOURCEFORGE:=matio/}
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB = c hdf5 m z
+3 -2
View File
@@ -1,10 +1,10 @@
COMMENT = fast NumPy array functions written in C
MODPY_DISTV = 1.4.2
MODPY_DISTV = 1.4.2
DISTNAME = bottleneck-${MODPY_DISTV}
PKGNAME = py-${DISTNAME:L}
CATEGORIES = math
REVISION = 0
REVISION = 1
MAINTAINER = Martin Reindl <martin@catai.org>
@@ -13,6 +13,7 @@ PERMIT_PACKAGE = Yes
# ICE with base-gcc
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = lang/python
+3 -2
View File
@@ -3,7 +3,7 @@ COMMENT= fast array and numeric programming library for Python
MODPY_DISTV= 1.26.4
DISTNAME= numpy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 4
REVISION= 5
CATEGORIES= math devel
@@ -12,8 +12,9 @@ HOMEPAGE= https://numpy.org/
# BSD
PERMIT_PACKAGE= Yes
# C++
# ?
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += ${MODPY_WANTLIB} m pthread
+2 -1
View File
@@ -6,7 +6,7 @@ MODPY_DISTV= 3.10.1
DISTNAME= tables-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= math
REVISION= 2
REVISION= 3
HOMEPAGE= https://www.pytables.org/
MAINTAINER= Martin Reindl <martin@catai.org>
@@ -15,6 +15,7 @@ MAINTAINER= Martin Reindl <martin@catai.org>
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= lang/python
MODPY_PYBUILD= setuptools
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT= astrology program for X11 and text-based user interfaces
DISTNAME= ast71src
PKGNAME= astrolog-7.10
REVISION= 0
REVISION= 1
CATEGORIES= misc
@@ -18,6 +18,7 @@ WANTLIB += X11 c m
# TLS
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
SITES= https://www.astrolog.org/ftp/
DISTFILES= ${DISTNAME}.zip \
+2
View File
@@ -3,6 +3,7 @@ ONLY_FOR_ARCHS= ${LP64_ARCHS} i386
COMMENT= scalable AV1 encoder
VER= 2.3.0
REVISION= 0
DISTNAME= SVT-AV1-v${VER}
PKGNAME= svt-av1-${VER}
CATEGORIES= multimedia
@@ -21,6 +22,7 @@ PERMIT_PACKAGE= Yes
WANTLIB= c m pthread
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/cmake
+2
View File
@@ -1,6 +1,7 @@
COMMENT= generate access/prefix lists for BGP config
DIST_TUPLE= github bgp bgpq4 1.15 .
REVISION= 0
CATEGORIES= net
@@ -11,6 +12,7 @@ WANTLIB += c
# C11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
CONFIGURE_STYLE= autoreconf
AUTOCONF_VERSION= 2.71
+4 -3
View File
@@ -2,11 +2,11 @@ COMMENT= command-line podcast downloader
DISTNAME= castget-2.0.1
CATEGORIES= net
REVISION= 0
REVISION= 1
HOMEPAGE= https://castget.johndal.com/
SITES= ${SITE_SAVANNAH:=castget/}
SITES= ${SITE_SAVANNAH:=castget/}
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +18,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += c crypto curl glib-2.0 iconv id3 intl lzma m nghttp2 pcre2-8 pthread
WANTLIB += ssl xml2 z
COMPILER = base-clang ports-gcc base-gcc
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
LIB_DEPENDS= audio/id3lib \
devel/glib2 \
+2 -1
View File
@@ -3,6 +3,7 @@ COMMENT= network-related gio modules for GLib
GNOME_VERSION= 2.80.1
GNOME_PROJECT= glib-networking
PKGNAME= glib2-networking-${GNOME_VERSION}
REVISION= 0
CATEGORIES= net
@@ -15,8 +16,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += c gio-2.0 glib-2.0 gnutls gobject-2.0 intl proxy
# c++11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
+3
View File
@@ -1,6 +1,7 @@
COMMENT = reliable, high performance TCP/HTTP load balancer
DISTNAME = haproxy-3.0.7
REVISION = 0
CATEGORIES = net www
HOMEPAGE = https://www.haproxy.org/
MAINTAINER = Lucas Gabriel Vuotto <lucas@sexy.is>
@@ -23,7 +24,9 @@ MAKE_FLAGS += USE_LIBATOMIC=
FAKE_FLAGS += DOCDIR="${PREFIX}/share/doc/haproxy"
FAKE_FLAGS += MANDIR="${PREFIX}/man"
# TLS
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
LIB_DEPENDS = devel/pcre2
+2 -2
View File
@@ -3,7 +3,7 @@ V = 2.16.2
DISTNAME = hexchat-$V
EXTRACT_SUFX = .tar.xz
CATEGORIES = net x11
REVISION = 3
REVISION = 4
HOMEPAGE = https://hexchat.github.io/
@@ -18,8 +18,8 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += intl luajit-5.1 pango-1.0 perl ssl
WANTLIB += ${MODPY_WANTLIB}
# libproxy requires libestdc++
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
SITES = https://github.com/hexchat/hexchat/releases/download/v$V/
+1 -1
View File
@@ -19,7 +19,7 @@ WANTLIB+= pthread
MODULES= devel/cmake
# C++
# C++ in tests
COMPILER= base-clang ports-gcc
BUILD_DEPENDS+= devel/gtest
+2
View File
@@ -6,6 +6,7 @@ COMMENT-asn = GeoIP2 GeoLite2 database: IPv4/v6 address to AS number
V = 1.12.2
DISTNAME = libmaxminddb-${V}
PKGNAME-main = libmaxminddb-${V}
REVISION-main = 0
# Last version prior to license change
# https://blog.maxmind.com/2019/12/significant-changes-to-accessing-and-using-geolite2-databases/
@@ -39,6 +40,7 @@ SITES.d = https://spacehopper.org/mirrors/
MULTI_PACKAGES = -main -db -city -asn
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
RUN_DEPENDS-main = net/libmaxminddb,-db
+2 -1
View File
@@ -3,7 +3,7 @@ COMMENT= library for automatic proxy configuration management
GH_ACCOUNT= libproxy
GH_PROJECT= libproxy
GH_TAGNAME= 0.5.9
REVISION= 0
REVISION= 1
CATEGORIES= net
@@ -20,6 +20,7 @@ MODULES= devel/meson \
lang/python
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
BUILD_DEPENDS= devel/gobject-introspection \
devel/gsettings-desktop-schemas \
+2
View File
@@ -3,6 +3,7 @@ PORTROACH = limit:[0-9]\.tar\.gz
COMMENT = command line client application for Mega
DISTNAME = megatools-1.11.1.20230212
REVISION = 0
CATEGORIES = net
@@ -18,6 +19,7 @@ WANTLIB += c crypto curl gio-2.0 glib-2.0 gobject-2.0
SITES = https://megatools.megous.com/builds/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/gobject-introspection \
textproc/asciidoc \
textproc/docbook2x
+2 -1
View File
@@ -20,7 +20,7 @@ PKGNAME-mysql= monitoring-plugins-mysql-$V
PKGNAME-pgsql= monitoring-plugins-pgsql-$V
PKGNAME-snmp= monitoring-plugins-snmp-$V
PKGNAME-radius= monitoring-plugins-radius-$V
REVISION= 0
REVISION= 1
CATEGORIES= net
@@ -34,6 +34,7 @@ PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl pthread
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
SITES= https://www.monitoring-plugins.org/download/
+2 -1
View File
@@ -1,7 +1,7 @@
COMMENT= client for Cisco AnyConnect SSL VPN
DISTNAME= openconnect-8.20
REVISION= 5
REVISION= 6
SHARED_LIBS += openconnect 4.5 # 5.6
@@ -17,6 +17,7 @@ WANTLIB += idn2 intl lz4 lzma m nettle p11-kit pthread tasn1 unistring
WANTLIB += xml2 z zstd
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
SITES= ftp://ftp.infradead.org/pub/openconnect/
+2
View File
@@ -3,6 +3,7 @@ ONLY_FOR_ARCHS = ${LP64_ARCHS}
COMMENT = fast XS implementation of MaxMind DB reader
DISTNAME = MaxMind-DB-Reader-XS-1.000009
REVISION = 0
CATEGORIES = net
@@ -12,6 +13,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += c maxminddb perl
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = cpan
+1
View File
@@ -20,6 +20,7 @@ PERMIT_PACKAGE = Yes
WANTLIB = c config m opus pthread sodium vpx
MODULES = devel/cmake
# c++ in tests
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/gtest
+1 -1
View File
@@ -30,7 +30,7 @@ WANTLIB-tcl += ${MODTCL_WANTLIB}
SITES= https://www.weechat.org/files/src/
# C++
# C++ in tests
COMPILER= base-clang ports-gcc
MULTI_PACKAGES= -main -lua -python -ruby -tcl
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT = tools for use with WireGuard VPN
DISTNAME = wireguard-tools-1.0.20210914
EPOCH = 0
REVISION = 2
REVISION = 3
CATEGORIES = net security
@@ -23,6 +23,7 @@ DEBUG_PACKAGES = ${BUILD_PACKAGES}
# Uses __builtin_bswap* on big-endian archs
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
RUN_DEPENDS = shells/bash
MAKE_FLAGS = WITH_WGQUICK=yes \
+2
View File
@@ -1,6 +1,7 @@
COMMENT= browse network for remote CUPS queues and IPP printers
V= 2.1.1
REVISION= 0
DISTNAME= cups-browsed-${V}
CATEGORIES= print
@@ -21,6 +22,7 @@ SITES= https://github.com/OpenPrinting/cups-browsed/releases/download/${V}/
# -std=gnu11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
USE_GMAKE= Yes
+1 -1
View File
@@ -20,7 +20,7 @@ WANTLIB += z
SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${V}/
# cc1plus: error: unrecognized command line option "-std=c++0x"
# cc1plus: error: unrecognized command line option "-std=c++0x" ???
COMPILER= base-clang ports-gcc
USE_GMAKE= Yes
+2
View File
@@ -1,6 +1,7 @@
COMMENT = PostScript and PDF interpreter
VERSION = 10.04.0
REVISION = 0
DISTNAME = ghostpdl-${VERSION}
PKGNAME = ghostscript-${VERSION}
EXTRACT_SUFX = .tar.xz
@@ -51,6 +52,7 @@ ALL_TARGET = so all
INSTALL_TARGET = soinstall install
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = --prefix=${PREFIX}
+2 -1
View File
@@ -5,7 +5,7 @@ COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
V= 2.1.28
DISTNAME= cyrus-sasl-${V}
REVISION= 0
REVISION= 1
SHARED_LIBS += sasl2 3.1 # 3.0
SHARED_LIBS += anonymous 0.0 # 3.0
@@ -36,6 +36,7 @@ SITES= https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-${
WANTLIB += c crypto
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
CONFIGURE_STYLE= gnu
+2
View File
@@ -4,6 +4,7 @@ CATEGORIES = sysutils
GH_ACCOUNT = tavianator
GH_PROJECT = bfs
GH_TAGNAME = 3.0.4
REVISION = 0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
@@ -16,6 +17,7 @@ DEBUG_PACKAGES = ${BUILD_PACKAGES}
# C17
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
LIB_DEPENDS = textproc/oniguruma
+3 -2
View File
@@ -5,7 +5,7 @@ GH_ACCOUNT= ipmitool
GH_PROJECT= ipmitool
GH_TAGNAME= IPMITOOL_${V:S/./_/g}
PKGNAME= ipmitool-$V
REVISION= 0
REVISION= 1
# renamed as the distfile was re-rolled
DISTFILES= ipmitool-IPMITOOL_1_8_19.0{ipmitool-IPMITOOL_1_8_19}.tar.gz
@@ -27,7 +27,8 @@ PERMIT_PACKAGE= Yes
WANTLIB= m curses edit crypto c
# -std=gnu11
COMPILER = base-clang ports-gcc
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoreconf
+3
View File
@@ -13,6 +13,8 @@ PKGNAME-mysql = rsyslog-mysql-$V
PKGNAME-normalize = rsyslog-normalize-$V
PKGNAME-pgsql = rsyslog-pgsql-$V
PKGNAME-elasticsearch = rsyslog-elasticsearch-$V
REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = https://www.rsyslog.com/
@@ -21,6 +23,7 @@ HOMEPAGE = https://www.rsyslog.com/
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
WANTLIB-main += c crypto curl estr fastjson gcrypt gmp gnutls
WANTLIB-main += gpg-error hogweed iconv idn2 intl m nettle nghttp2
+2
View File
@@ -1,6 +1,7 @@
COMMENT= G.729a voice codec for Asterisk
DISTNAME= asterisk-g72x-1.4.4
PKGNAME= ${DISTNAME:S/g72x/g729/}
REVISION= 0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= telephony
SITES= http://asterisk.hosting.lv/src/
@@ -18,6 +19,7 @@ NO_TEST= Yes
# keep in sync with telephony/asterisk
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.16
+1 -1
View File
@@ -12,7 +12,7 @@ GH_COMMIT = 2d59090ee244bc4d3a682ad45ae49dc7b4d4dfb7
MODULES = devel/cmake
# C++
# C++ static lib
COMPILER = base-clang ports-gcc
.include <bsd.port.mk>
+1
View File
@@ -29,6 +29,7 @@ FLAVOR ?=
# http://git.ghostscript.com/?p=mupdf.git;a=summary
SITES = https://mupdf.com/downloads/archive/
# tessocr.cpp
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = shells/bash
+1 -1
View File
@@ -15,7 +15,7 @@ HOMEPAGE = https://nlohmann.github.io/json/
# MIT
PERMIT_PACKAGE = Yes
# C++11
# C++11 header only lib
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
+1 -1
View File
@@ -13,7 +13,7 @@ HOMEPAGE= https://rapidjson.org/
# MIT - BSD - JSON
PERMIT_PACKAGE= Yes
# C++
# C++ header-only lib
COMPILER= base-clang ports-gcc
MODULES= devel/cmake
+2 -1
View File
@@ -10,7 +10,7 @@ PKGNAME-main= redland-$V
PKGNAME-mysql= redland-mysql-$V
PKGNAME-pgsql= redland-pgsql-$V
REVISION= 9
REVISION= 10
CATEGORIES= textproc
@@ -27,6 +27,7 @@ WANTLIB += crypto curl gcrypt gmp gpg-error iconv intl ltdl lzma m mpfr
WANTLIB += nghttp2 pcre pthread raptor2 rasqal ssl uuid xml2 xslt yajl z
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
LIB_DEPENDS= devel/libtool,-ltdl \
textproc/raptor \
+1
View File
@@ -16,6 +16,7 @@ PERMIT_PACKAGE= Yes
SITES= https://wpewebkit.org/releases/
EXTRACT_SUFX= .tar.xz
# COMPILER_LIBCXX? (no libc++ on gcc-only archs)
WANTLIB += xkbcommon c++
MODULES= devel/meson
+2
View File
@@ -1,6 +1,7 @@
COMMENT= secure, fast, compliant, and very flexible web-server
DISTNAME= lighttpd-1.4.76
REVISION= 0
CATEGORIES= www net
SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
@@ -15,6 +16,7 @@ PERMIT_PACKAGE= Yes
WANTLIB= c crypto m pcre2-8 ssl z ${MODLUA_WANTLIB}
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/cmake \
lang/lua
+3
View File
@@ -1,6 +1,7 @@
COMMENT = fast web log analyzer using probabilistic data structures
V = 2.1.14
REVISION = 0
DISTNAME = logswan-$V
CATEGORIES = www
@@ -15,7 +16,9 @@ WANTLIB += c jansson m maxminddb
SITES = https://github.com/fcambus/logswan/releases/download/$V/
# libmaxminddb
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
+2
View File
@@ -2,6 +2,7 @@ COMMENT= text mode rss and atom newsreader
CATEGORIES= www
DISTNAME= snownews-1.11
REVISION= 0
# GPLv3 only
PERMIT_PACKAGE= Yes
@@ -11,6 +12,7 @@ FIX_EXTRACT_PERMISSIONS= Yes
# C11
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c crypto curl curses intl xml2
+1
View File
@@ -12,6 +12,7 @@ MAINTAINER= Sergey A. Osokin <osa@FreeBSD.org>
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS ?= c
CONFIGURE_STYLE=simple
+2
View File
@@ -5,6 +5,8 @@ BROKEN-sparc64= compile check for php-embed fails
UNIT_MODNAME= php${MODPHP_VERSION}
UNIT_SHORTNAME= ${FLAVOR}
REVISION= 0
MODULES= lang/php
FLAVORS= php82 php83 php84
+1
View File
@@ -18,6 +18,7 @@ PERMIT_PACKAGE = Yes
SITES= https://wpewebkit.org/releases/
EXTRACT_SUFX= .tar.xz
# COMPILER_LIBCXX?
WANTLIB += c++ epoxy gio-2.0 glib-2.0 gobject-2.0 m wayland-client
WANTLIB += wayland-egl wayland-server wpe-1.0
+2 -1
View File
@@ -2,7 +2,7 @@ COMMENT = GNOME calendar
GNOME_PROJECT = gnome-calendar
GNOME_VERSION = 47.0
REVISION = 0
REVISION = 1
HOMEPAGE= https://apps.gnome.org/Calendar/
@@ -14,6 +14,7 @@ WANTLIB += geoclue-2 gio-2.0 glib-2.0 gobject-2.0 graphene-1.0
WANTLIB += gtk-4 gweather-4 ical-glib intl m pango-1.0 soup-3.0
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
MODULES = devel/dconf \
devel/meson \
+2
View File
@@ -2,6 +2,7 @@ COMMENT= GNOME Color Profile Tools
GNOME_PROJECT= gnome-color-manager
GNOME_VERSION= 3.36.2
REVISION= 0
CATEGORIES= graphics
@@ -12,6 +13,7 @@ WANTLIB += c cairo colord gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 gtk-3 intl lcms2 m pango-1.0
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
+3 -1
View File
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.104 2024/12/17 14:47:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.105 2025/01/28 11:22:04 sthen Exp $
COMMENT= contacts manager for GNOME
GNOME_PROJECT= gnome-contacts
GNOME_VERSION= 47.1.1
REVISION= 0
CATEGORIES= productivity
@@ -18,6 +19,7 @@ WANTLIB += gobject-2.0 gstreamer-1.0 gtk-4 intl pango-1.0 portal
WANTLIB += portal-gtk4 qrencode
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome \
+2 -2
View File
@@ -2,7 +2,7 @@ COMMENT= GNOME dictionary application
GNOME_PROJECT= gnome-dictionary
GNOME_VERSION= 40.0
REVISION= 5
REVISION= 6
SHARED_LIBS += gdict-1.0 9.1 # 10.0
@@ -10,7 +10,7 @@ SHARED_LIBS += gdict-1.0 9.1 # 10.0
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPLER_LANGS= c
COMPILER_LANGS= c
WANTLIB += c cairo gdk-3 gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl
WANTLIB += m pango-1.0 pangocairo-1.0
+2 -1
View File
@@ -4,7 +4,7 @@ GNOME_PROJECT= libgda
GNOME_VERSION= 6.0.0
EPOCH= 2
REVISION= 2
REVISION= 3
CATEGORIES= databases
@@ -19,6 +19,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl sqlite3
WANTLIB += xml2
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
+2
View File
@@ -2,6 +2,7 @@ COMMENT= interfaces for interacting with online accounts
GNOME_PROJECT= gnome-online-accounts
GNOME_VERSION= 3.52.3.1
REVISION= 0
SHARED_LIBS += goa-1.0 4.2 # 0.0.0
SHARED_LIBS += goa-backend-1.0 4.2 # 2.0.0
@@ -13,6 +14,7 @@ WANTLIB += adwaita-1 c gio-2.0 glib-2.0 gobject-2.0 gtk-4 intl
WANTLIB += json-glib-1.0 rest-1.0 secret-1 soup-3.0 xml2
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/dconf \
devel/meson \
+2
View File
@@ -6,6 +6,7 @@ GNOME_PROJECT= gnome-shell
# check/fix CONFIGURE_ARGS (-Dgnome_shell_version=XX) in x11/arc-theme on
# major upgrade;
GNOME_VERSION= 47.3
REVISION= 0
# GPLv2+
PERMIT_PACKAGE= Yes
@@ -24,6 +25,7 @@ MODULES= devel/dconf \
x11/gnome
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODGNOME_TOOLS += desktop-file-utils docbook gobject-introspection gtk-update-icon-cache
+3 -2
View File
@@ -7,11 +7,11 @@ COMMENT = fast, feature full, GPU-based terminal emulator
# it to be in the path (try PORTPATH=${WRKSRC}/linux-package/bin:${PATH})
# build also fails if you have an older version of kitty installed -
# it also wants to download go modules during build
MODPY_DISTV = 0.26.5
MODPY_DISTV = 0.26.5
DISTNAME = kitty-${MODPY_DISTV}
CATEGORIES = x11
HOMEPAGE = https://sw.kovidgoyal.net/kitty/
REVISION = 2
REVISION = 3
# GPLv3+
PERMIT_PACKAGE = Yes
@@ -26,6 +26,7 @@ EXTRACT_SUFX = .tar.xz
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
CFLAGS += "-DOPENSSL_clear_free=freezero"
+2 -1
View File
@@ -2,7 +2,7 @@ USE_WXNEEDED= Yes
COMMENT= powerful text editor for the MATE desktop
REVISION= 2
REVISION= 3
CATEGORIES= textproc
@@ -20,6 +20,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 peas-1.0 peas-gtk-1.0 pthread
WANTLIB += startup-notification-1 xcb xcb-util xml2 z
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
MODULES= devel/dconf \
lang/python \
+3 -1
View File
@@ -8,7 +8,8 @@ COMMENT= screen saver and locker for the X Window System
#
# Ideally this wants a bsdauth driver to be written, change to being
# installed setgid auth, and figure out any issues resulting.
DISTNAME = xscreensaver-6.09
DISTNAME= xscreensaver-6.09
REVISION= 0
CATEGORIES= x11
@@ -26,6 +27,7 @@ WANTLIB += pthread util xml2
SITES= ${HOMEPAGE}
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
DEBUG_PACKAGES= ${BUILD_PACKAGES}
MODULES= textproc/intltool