mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
change the few ports with "base-clang ports-clang ports-gcc" COMPILER lines
to "base-clang ports-gcc". these don't seem to be a special case (in fact many of them aren't compiled at all, just header-only packages) and it's simpler all round if base-gcc archs have a consistent set of compilers in ports.
This commit is contained in:
@@ -2,6 +2,7 @@ COMMENT= indenter and formatter of C/C++/Java source files
|
||||
DISTNAME= astyle-3.5.2
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://astyle.sourceforge.net/
|
||||
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
|
||||
@@ -14,7 +15,7 @@ WANTLIB += ${COMPILER_LIBCXX} c m
|
||||
SITES= ${SITE_SOURCEFORGE:=astyle/}
|
||||
|
||||
# C++11
|
||||
COMPILER= base-clang ports-clang ports-gcc
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
USE_GMAKE= Yes
|
||||
ALL_TARGET= release
|
||||
|
||||
@@ -4,8 +4,7 @@ GH_ACCOUNT = catchorg
|
||||
GH_PROJECT = Catch2
|
||||
GH_TAGNAME = v3.7.1
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -15,7 +14,7 @@ MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# C++11 / C++14
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@ COMMENT = C++ toolkit for machine learning and data analysis
|
||||
|
||||
VERSION = 19.24.6
|
||||
DISTNAME = dlib-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
DIST_TUPLE += github davisking dlib v${VERSION} .
|
||||
|
||||
@@ -22,7 +23,7 @@ WANTLIB += swscale z
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = graphics/libwebp \
|
||||
graphics/libjxl
|
||||
|
||||
@@ -3,7 +3,7 @@ COMMENT = immutable and persistent data structures for C++
|
||||
GH_ACCOUNT = arximboldi
|
||||
GH_PROJECT = immer
|
||||
GH_TAGNAME = v0.8.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE = https://sinusoid.es/immer
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# C++14
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python
|
||||
|
||||
@@ -3,7 +3,7 @@ COMMENT = redux for C++
|
||||
GH_ACCOUNT = arximboldi
|
||||
GH_PROJECT = lager
|
||||
GH_TAGNAME = v0.1.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE = https://sinusoid.es/lager
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# C++14
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ COMMENT = C++ library providing transducers.
|
||||
GH_ACCOUNT = arximboldi
|
||||
GH_PROJECT = zug
|
||||
GH_TAGNAME = v0.1.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE = https://sinusoid.es/zug
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# C++14
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python
|
||||
|
||||
@@ -4,7 +4,7 @@ COMMENT = Qt port of the Scintilla source code editor
|
||||
VERSION = 2.14.1
|
||||
DISTNAME = QScintilla_src-${VERSION}
|
||||
PKGNAME = qscintilla-${VERSION}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = editors x11
|
||||
|
||||
@@ -31,7 +31,7 @@ FLAVORS = qt6
|
||||
FLAVOR?=
|
||||
|
||||
# C++17 (at least)
|
||||
COMPILER= base-clang ports-clang ports-gcc
|
||||
COMPILER= base-clang ports-gcc
|
||||
WANTLIB = ${COMPILER_LIBCXX} GL m
|
||||
|
||||
.if ${FLAVOR} == "qt6"
|
||||
|
||||
@@ -5,6 +5,7 @@ GH_PROJECT = Player
|
||||
GH_TAGNAME = 0.5.3
|
||||
PKGNAME = easyrpg-${GH_TAGNAME}
|
||||
CATEGORIES = games x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://easyrpg.org/
|
||||
|
||||
@@ -15,7 +16,7 @@ WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_mixer c freetype harfbuzz
|
||||
WANTLIB += lcf m mpg123 opusfile pixman-1 png sndfile speexdsp
|
||||
WANTLIB += vorbisfile xmp z
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES += devel/cmake
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ COMMENT = library for handling RPG Maker 2000/2003 data
|
||||
GH_ACCOUNT = EasyRPG
|
||||
GH_PROJECT = liblcf
|
||||
GH_TAGNAME = 0.5.3
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = games x11
|
||||
|
||||
@@ -17,7 +17,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} expat icudata icui18n icuuc m
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
LIB_DEPENDS = textproc/icu4c
|
||||
|
||||
|
||||
@@ -3,8 +3,7 @@ COMMENT= C++ mathematics header-only library for OpenGL software
|
||||
GH_TAGNAME= 0.9.9.8
|
||||
GH_PROJECT= glm
|
||||
GH_ACCOUNT= g-truc
|
||||
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= graphics math
|
||||
|
||||
@@ -15,7 +14,7 @@ PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= devel/cmake
|
||||
|
||||
COMPILER= base-clang ports-clang ports-gcc
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
# it's kind-of a NO_BUILD port, but doing so means you can't
|
||||
# run the tests.
|
||||
|
||||
@@ -2,7 +2,7 @@ COMMENT = PostgreSQL backend for Orthanc
|
||||
|
||||
VERSION = 4.0
|
||||
PLUGIN = PostgreSQL
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
DISTNAME = Orthanc${PLUGIN}-${VERSION}
|
||||
EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX}
|
||||
@@ -16,7 +16,7 @@ WANTLIB += boost_regex-mt boost_system-mt boost_thread-mt crypto
|
||||
WANTLIB += jsoncpp m pq ssl uuid z
|
||||
|
||||
# __int128, zero-sized arrays (hard failure with base gcc)
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ COMMENT = RESTful DICOM server for healthcare and medical research
|
||||
|
||||
DISTNAME = Orthanc-1.11.1
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 8
|
||||
REVISION = 9
|
||||
|
||||
HOMEPAGE = https://www.orthanc-server.com/
|
||||
|
||||
@@ -18,7 +18,7 @@ WANTLIB += dcmtract dcmwlm i2d iconv ijg12 ijg16 ijg8 jpeg jsoncpp
|
||||
WANTLIB += lua5.1 m oflog ofstd png pugixml sqlite3 ssl uuid z
|
||||
|
||||
# c++11
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/lua \
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
COMMENT = library to support generic input method implementation
|
||||
|
||||
DISTNAME = libime-1.1.9
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += IMECore 0.2 # 0.0
|
||||
SHARED_LIBS += IMEPinyin 0.2 # 0.0
|
||||
@@ -30,7 +31,7 @@ DISTFILES.data += table-20240108.tar.zst
|
||||
|
||||
EXTRACT_SUFX = .tar.zst
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/kf5
|
||||
MODQT5_DEPS = No
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
COMMENT = implementation of xim protocol in xcb
|
||||
|
||||
DISTNAME = xcb-imdkit-1.0.9
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += xcb-imdkit 2.0 # 2.0
|
||||
|
||||
@@ -19,7 +20,7 @@ SITES = https://download.fcitx-im.org/fcitx5/xcb-imdkit/
|
||||
EXTRACT_SUFX = .tar.zst
|
||||
|
||||
# C11
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
@@ -3,7 +3,7 @@ COMMENT = tools to compute hashes recursively
|
||||
GH_ACCOUNT = jessek
|
||||
GH_PROJECT = hashdeep
|
||||
GH_TAGNAME = v4.4
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes
|
||||
WANTLIB += ${COMPILER_LIBCXX} c m
|
||||
|
||||
# C++11 nullptr
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
@@ -2,7 +2,7 @@ COMMENT = a replacement for gpg which can encrypt/sign/verify
|
||||
|
||||
DISTNAME = opmsg-1.78s
|
||||
EXTRACT_SUFX = .tgz
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
FIX_EXTRACT_PERMISSIONS = Yes
|
||||
|
||||
@@ -17,7 +17,7 @@ WANTLIB += ${COMPILER_LIBCXX} c crypto m
|
||||
|
||||
SITES = http://stealth.openwall.net/opmsg/
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
WRKDIST = ${WRKDIR}/opmsg
|
||||
WRKSRC = ${WRKDIST}/src
|
||||
|
||||
@@ -3,6 +3,7 @@ COMMENT = REINER SCT cyberJack chipcard reader driver
|
||||
V = 3.99.5
|
||||
SP = 16
|
||||
DISTNAME = pcsc-cyberjack-${V}final.SP${SP}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = ifd-cyberjack 0.1 # 6.0
|
||||
|
||||
@@ -21,7 +22,7 @@ SITES = https://support.reiner-sct.de/downloads/LINUX/V${V}_SP${SP}/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
# -std=c++11
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = security/pcsc-lite
|
||||
RUN_DEPENDS = security/pcsc-lite
|
||||
|
||||
@@ -14,7 +14,7 @@ V = 2.46.5
|
||||
DISTNAME = webkitgtk-${V}
|
||||
PKGNAME = webkitgtk${API:S/.//}-${V}
|
||||
FULLPKGNAME = ${PKGNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
SUBST_VARS = API
|
||||
@@ -46,7 +46,7 @@ WANTLIB += webp webpdemux webpmux woff2dec xml2 xslt z
|
||||
|
||||
SITES = https://webkitgtk.org/releases/
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python \
|
||||
|
||||
@@ -6,7 +6,7 @@ USE_NOBTCFI = Yes
|
||||
COMMENT = KDE mathematical applications
|
||||
DISTNAME = cantor-${VERSION}
|
||||
CATEGORIES = education math
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += cantorlibs 55.0 # 17.08
|
||||
|
||||
@@ -35,7 +35,7 @@ MODULES += fortran \
|
||||
|
||||
MODFORTRAN_COMPILER = gfortran
|
||||
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
MODKDE_DESKTOP_FILE = yes
|
||||
MODKDE_ICON_CACHE = yes
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@ BROKEN-hppa = no atomic ops
|
||||
COMMENT = Midnight Commander-like file manager for X
|
||||
DISTNAME = worker-5.0.2
|
||||
CATEGORIES = x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://www.boomerangsworld.de/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
@@ -15,7 +16,7 @@ WANTLIB += c crypto expat fontconfig freetype m ssl xcb z
|
||||
SITES = http://www.boomerangsworld.de/cms/worker/downloads/
|
||||
|
||||
# C++14
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/xli
|
||||
|
||||
Reference in New Issue
Block a user