Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164027629
D21172.id60517.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
12 KB
Referenced Files
None
Subscribers
None
D21172.id60517.diff
View Options
Index: Mk/bsd.default-versions.mk
===================================================================
--- Mk/bsd.default-versions.mk
+++ Mk/bsd.default-versions.mk
@@ -60,7 +60,7 @@
# Possible values: 60, 70, 80, -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
@@ -2,7 +2,7 @@
PORTNAME= ccls
DISTVERSION= 0.20190314
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LOCAL/tobik
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
@@ -4,6 +4,7 @@
PORTNAME= ispc
DISTVERSIONPREFIX= v
DISTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
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/llvm/Makefile
===================================================================
--- devel/llvm/Makefile
+++ devel/llvm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= llvm
PORTVERSION= ${LLVM_DEFAULT}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= # not applicable
DISTFILES= # not applicable
Index: devel/oclgrind/Makefile
===================================================================
--- devel/oclgrind/Makefile
+++ devel/oclgrind/Makefile
@@ -4,7 +4,7 @@
PORTNAME= oclgrind
PORTVERSION= 20190218
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= jmd@FreeBSD.org
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
@@ -3,7 +3,7 @@
PORTNAME= qtcreator
DISTVERSION= 4.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
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
@@ -4,7 +4,7 @@
PORTNAME= beignet
DISTVERSION= 1.3.2
DISTVERSIONSUFFIX= -source
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= lang
MASTER_SITES= https://01.org/sites/default/files/
@@ -14,6 +14,8 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= not compatible with LLVM >= 90, see bug 239175
+
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
Index: lang/clover/Makefile
===================================================================
--- lang/clover/Makefile
+++ lang/clover/Makefile
@@ -2,7 +2,7 @@
PORTNAME= clover
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang
COMMENT= Mesa "Clover" OpenCL library
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
@@ -3,6 +3,7 @@
PORTNAME= afl
PORTVERSION= 2.53c
+PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= ++
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
@@ -3,7 +3,7 @@
PORTNAME= klee
DISTVERSIONPREFIX= v
DISTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel
MAINTAINER= arrowd@FreeBSD.org
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
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
Wed, Jul 29, 1:41 AM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35679578
Default Alt Text
D21172.id60517.diff (12 KB)
Attached To
Mode
D21172: Bump LLVM_DEFAULT to 90
Attached
Detach File
Event Timeline
Log In to Comment