Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144320735
D21172.id60532.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
13 KB
Referenced Files
None
Subscribers
None
D21172.id60532.diff
View Options
Index: Mk/bsd.default-versions.mk
===================================================================
--- Mk/bsd.default-versions.mk
+++ Mk/bsd.default-versions.mk
@@ -57,10 +57,10 @@
LAZARUS_DEFAULT?= 2.0.0
# Possible values: c6, c7
LINUX_DEFAULT?= c7
-# Possible values: 60, 70, 80, -devel (to be used when non-base compiler is required)
+# Possible values: 60, 70, 80, 90, -devel (to be used when non-base compiler is required)
# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance before
# bumping the LLVM version.
-LLVM_DEFAULT?= 80
+LLVM_DEFAULT?= 90
# Possible values: 5.1, 5.2, 5.3
LUA_DEFAULT?= 5.2
# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w
Index: databases/postgresql11-server/Makefile
===================================================================
--- databases/postgresql11-server/Makefile
+++ databases/postgresql11-server/Makefile
@@ -5,7 +5,7 @@
DISTVERSION?= 11.4
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
Index: devel/android-tools-simpleperf/Makefile
===================================================================
--- devel/android-tools-simpleperf/Makefile
+++ devel/android-tools-simpleperf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= android-tools-simpleperf
DISTVERSIONPREFIX= android-
DISTVERSION= 7.1.2_r17
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org
Index: devel/ccls/Makefile
===================================================================
--- devel/ccls/Makefile
+++ devel/ccls/Makefile
@@ -39,4 +39,10 @@
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKDIR}/ccls.wiki && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: devel/clazy/Makefile
===================================================================
--- devel/clazy/Makefile
+++ devel/clazy/Makefile
@@ -2,7 +2,7 @@
PORTNAME= clazy
DISTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src/
Index: devel/cloudabi-toolchain/Makefile
===================================================================
--- devel/cloudabi-toolchain/Makefile
+++ devel/cloudabi-toolchain/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cloudabi-toolchain
PORTVERSION= 1.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= # None
DISTFILES= # None
Index: devel/cquery/Makefile
===================================================================
--- devel/cquery/Makefile
+++ devel/cquery/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cquery
PORTVERSION= 20180718
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MAINTAINER= henry.hu.sh@gmail.com
Index: devel/ikos/Makefile
===================================================================
--- devel/ikos/Makefile
+++ devel/ikos/Makefile
@@ -4,7 +4,7 @@
DISTVERSIONPREFIX= v
DISTVERSION= 2.1-152
DISTVERSIONSUFFIX= -gbf4ac4a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
Index: devel/ispc/Makefile
===================================================================
--- devel/ispc/Makefile
+++ devel/ispc/Makefile
@@ -41,4 +41,10 @@
./${e}
.endfor
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: devel/kdevelop/Makefile
===================================================================
--- devel/kdevelop/Makefile
+++ devel/kdevelop/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kdevelop
DISTVERSION= 5.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
DIST_SUBDIR= KDE/kdevelop
Index: devel/libclc/Makefile
===================================================================
--- devel/libclc/Makefile
+++ devel/libclc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libclc
DISTVERSION= 0.3.0.20180518
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
Index: devel/oclgrind/Makefile
===================================================================
--- devel/oclgrind/Makefile
+++ devel/oclgrind/Makefile
@@ -27,4 +27,10 @@
CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm${LLVM_DEFAULT}/share/llvm/cmake
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: devel/pijul/Makefile
===================================================================
--- devel/pijul/Makefile
+++ devel/pijul/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pijul
PORTVERSION= 0.12.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= https://pijul.org/releases/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Index: devel/py-llvmcpy/Makefile
===================================================================
--- devel/py-llvmcpy/Makefile
+++ devel/py-llvmcpy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= llvmcpy
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: devel/qtcreator/Makefile
===================================================================
--- devel/qtcreator/Makefile
+++ devel/qtcreator/Makefile
@@ -89,6 +89,10 @@
.include <bsd.port.pre.mk>
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.if ${CHOSEN_COMPILER_TYPE} == gcc
PLIST_SUB+= GCC=""
.else
Index: devel/rust-bindgen/Makefile
===================================================================
--- devel/rust-bindgen/Makefile
+++ devel/rust-bindgen/Makefile
@@ -2,6 +2,7 @@
PORTNAME= bindgen
DISTVERSION= 0.51.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= CRATESIO
PKGNAMEPREFIX= rust-
Index: devel/shiboken2/Makefile
===================================================================
--- devel/shiboken2/Makefile
+++ devel/shiboken2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= shiboken2
DISTVERSION= 5.12.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
DISTNAME= pyside-setup-everywhere-src-${DISTVERSION}
Index: editors/jucipp/Makefile
===================================================================
--- editors/jucipp/Makefile
+++ editors/jucipp/Makefile
@@ -4,7 +4,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MAINTAINER= info@babaei.net
Index: graphics/mesa-dri/Makefile
===================================================================
--- graphics/mesa-dri/Makefile
+++ graphics/mesa-dri/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+
Index: graphics/pcl-pointclouds/Makefile
===================================================================
--- graphics/pcl-pointclouds/Makefile
+++ graphics/pcl-pointclouds/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pcl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1.9.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics math
PKGNAMESUFFIX= -pointclouds
Index: lang/beignet/Makefile
===================================================================
--- lang/beignet/Makefile
+++ lang/beignet/Makefile
@@ -63,4 +63,10 @@
pre-install-TEST-on: do-test-TEST-on
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: lang/clover/Makefile
===================================================================
--- lang/clover/Makefile
+++ lang/clover/Makefile
@@ -17,6 +17,11 @@
ONLY_FOR_ARCHS_REASON= Clover needs a GPU supported by the Radeon KMS driver
.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
CONFIGURE_ARGS+= --enable-opencl --enable-opencl-icd --disable-dri \
Index: lang/rubinius/Makefile
===================================================================
--- lang/rubinius/Makefile
+++ lang/rubinius/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rubinius
PORTVERSION= 3.86
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://releases.rubini.us/:source
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source
Index: mail/thunderbird/Makefile
===================================================================
--- mail/thunderbird/Makefile
+++ mail/thunderbird/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 60.8.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
Index: misc/veles/Makefile
===================================================================
--- misc/veles/Makefile
+++ misc/veles/Makefile
@@ -2,7 +2,7 @@
PORTNAME= veles
DISTVERSION= 2018.05.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
Index: net/aluminum/Makefile
===================================================================
--- net/aluminum/Makefile
+++ net/aluminum/Makefile
@@ -4,7 +4,7 @@
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1-6
DISTVERSIONSUFFIX= -g78fa7ea
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
Index: science/agrum/Makefile
===================================================================
--- science/agrum/Makefile
+++ science/agrum/Makefile
@@ -2,6 +2,7 @@
PORTNAME= agrum
DISTVERSION= 0.15.2
+PORTREVISION= 1
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
Index: science/erkale/Makefile
===================================================================
--- science/erkale/Makefile
+++ science/erkale/Makefile
@@ -2,7 +2,7 @@
PORTNAME= erkale
DISTVERSION= g20190412
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
Index: security/afl++/Makefile
===================================================================
--- security/afl++/Makefile
+++ security/afl++/Makefile
@@ -48,6 +48,10 @@
.include <bsd.port.options.mk>
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
PLIST_SUB+= X86=""
.else
Index: security/afl/Makefile
===================================================================
--- security/afl/Makefile
+++ security/afl/Makefile
@@ -4,7 +4,7 @@
PORTNAME= afl
PORTVERSION= 2.52
DISTVERSIONSUFFIX= b
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
Index: security/klee/Makefile
===================================================================
--- security/klee/Makefile
+++ security/klee/Makefile
@@ -48,4 +48,10 @@
STP_CMAKE_ON= -DFREEBSD_STP_STATIC_LIBRARY:STRING=${LOCALBASE}/lib/libstp.a
STP_BUILD_DEPENDS= stp>0:math/stp
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT} >= 90 || ${LLVM_DEFAULT} == "-devel"
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: textproc/castxml/Makefile
===================================================================
--- textproc/castxml/Makefile
+++ textproc/castxml/Makefile
@@ -2,7 +2,7 @@
PORTNAME= castxml
PORTVERSION= g20181115
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc devel
MAINTAINER= yuri@FreeBSD.org
@@ -29,11 +29,14 @@
LLVM_DESC= LLVM Version
OPTIONS_SINGLE= LLVM
-OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_80 LLVM_70 LLVM_60 LLVM_40
+OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_90 LLVM_80 LLVM_70 LLVM_60 LLVM_40
LLVM_DEVEL_DESC= llvm-devel
LLVM_DEVEL_VARS= LLVM_VERSION=-devel
+LLVM_90_DESC= LLVM 9
+LLVM_90_VARS= LLVM_VERSION=90
+
LLVM_80_DESC= LLVM 8
LLVM_80_VARS= LLVM_VERSION=80
Index: textproc/sonic/Makefile
===================================================================
--- textproc/sonic/Makefile
+++ textproc/sonic/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sonic
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= tobik@FreeBSD.org
Index: www/cliqz/Makefile
===================================================================
--- www/cliqz/Makefile
+++ www/cliqz/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cliqz
DISTVERSION= 1.28.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \
http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz
Index: www/firefox-esr/Makefile
===================================================================
--- www/firefox-esr/Makefile
+++ www/firefox-esr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 60.8.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
Index: www/firefox/Makefile
===================================================================
--- www/firefox/Makefile
+++ www/firefox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 68.0.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 8:17 PM (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28493288
Default Alt Text
D21172.id60532.diff (13 KB)
Attached To
Mode
D21172: Bump LLVM_DEFAULT to 90
Attached
Detach File
Event Timeline
Log In to Comment