Page MenuHomeFreeBSD

D21172.diff
No OneTemporary

D21172.diff

Index: head/Mk/bsd.default-versions.mk
===================================================================
--- head/Mk/bsd.default-versions.mk
+++ head/Mk/bsd.default-versions.mk
@@ -57,10 +57,10 @@
LAZARUS_DEFAULT?= 2.0.4
# 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: head/Mk/bsd.gecko.mk
===================================================================
--- head/Mk/bsd.gecko.mk
+++ head/Mk/bsd.gecko.mk
@@ -90,6 +90,9 @@
# Require newer Clang than what's in base system unless user opted out
. if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so)
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90 && ${ARCH} == i386
+LLVM_DEFAULT= 80
+.endif
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
Index: head/comms/gnuradio/Makefile
===================================================================
--- head/comms/gnuradio/Makefile
+++ head/comms/gnuradio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.8.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms astro hamradio
MASTER_SITES= http://gnuradio.org/releases/gnuradio/
Index: head/databases/postgresql11-server/Makefile
===================================================================
--- head/databases/postgresql11-server/Makefile
+++ head/databases/postgresql11-server/Makefile
@@ -4,7 +4,7 @@
DISTVERSION?= 11.5
# 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?= 0
+PORTREVISION?= 1
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER?= pgsql@FreeBSD.org
Index: head/databases/postgresql12-server/Makefile
===================================================================
--- head/databases/postgresql12-server/Makefile
+++ head/databases/postgresql12-server/Makefile
@@ -5,7 +5,7 @@
DISTVERSION?= 12beta4
# 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: head/devel/android-tools-simpleperf/Makefile
===================================================================
--- head/devel/android-tools-simpleperf/Makefile
+++ head/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: head/devel/ccls/Makefile
===================================================================
--- head/devel/ccls/Makefile
+++ head/devel/ccls/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ccls
DISTVERSION= 0.20190823.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= LOCAL/tobik
Index: head/devel/clazy/Makefile
===================================================================
--- head/devel/clazy/Makefile
+++ head/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: head/devel/cloudabi-toolchain/Makefile
===================================================================
--- head/devel/cloudabi-toolchain/Makefile
+++ head/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: head/devel/cquery/Makefile
===================================================================
--- head/devel/cquery/Makefile
+++ head/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: head/devel/dmlc-core/Makefile
===================================================================
--- head/devel/dmlc-core/Makefile
+++ head/devel/dmlc-core/Makefile
@@ -25,4 +25,10 @@
CC= clang${LLVM_DEFAULT}
CXX= clang++${LLVM_DEFAULT}
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: head/devel/ikos/Makefile
===================================================================
--- head/devel/ikos/Makefile
+++ head/devel/ikos/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ikos
DISTVERSIONPREFIX= v
DISTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
Index: head/devel/ispc/Makefile
===================================================================
--- head/devel/ispc/Makefile
+++ head/devel/ispc/Makefile
@@ -41,4 +41,10 @@
./${e}
.endfor
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: head/devel/kdevelop/Makefile
===================================================================
--- head/devel/kdevelop/Makefile
+++ head/devel/kdevelop/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kdevelop
DISTVERSION= 5.4.2
+PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
DIST_SUBDIR= KDE/kdevelop
Index: head/devel/libclc/Makefile
===================================================================
--- head/devel/libclc/Makefile
+++ head/devel/libclc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libclc
DISTVERSION= 0.4.0.20190527
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
Index: head/devel/oclgrind/Makefile
===================================================================
--- head/devel/oclgrind/Makefile
+++ head/devel/oclgrind/Makefile
@@ -31,4 +31,10 @@
CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/llvm
+.include <bsd.port.options.mk>
+
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: head/devel/pijul/Makefile
===================================================================
--- head/devel/pijul/Makefile
+++ head/devel/pijul/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pijul
PORTVERSION= 0.12.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= https://pijul.org/releases/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Index: head/devel/py-llvmcpy/Makefile
===================================================================
--- head/devel/py-llvmcpy/Makefile
+++ head/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: head/devel/qt5-qdoc/Makefile
===================================================================
--- head/devel/qt5-qdoc/Makefile
+++ head/devel/qt5-qdoc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qdoc
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel textproc
PKGNAMEPREFIX= qt5-
Index: head/devel/qtcreator/Makefile
===================================================================
--- head/devel/qtcreator/Makefile
+++ head/devel/qtcreator/Makefile
@@ -85,6 +85,10 @@
.include <bsd.port.pre.mk>
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.if ${CHOSEN_COMPILER_TYPE} == gcc
PLIST_SUB+= GCC=""
.else
Index: head/devel/rust-bindgen/Makefile
===================================================================
--- head/devel/rust-bindgen/Makefile
+++ head/devel/rust-bindgen/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bindgen
DISTVERSION= 0.51.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= CRATESIO
PKGNAMEPREFIX= rust-
Index: head/devel/shiboken2/Makefile
===================================================================
--- head/devel/shiboken2/Makefile
+++ head/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: head/editors/jucipp/Makefile
===================================================================
--- head/editors/jucipp/Makefile
+++ head/editors/jucipp/Makefile
@@ -4,6 +4,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= info@babaei.net
Index: head/graphics/mesa-dri/Makefile
===================================================================
--- head/graphics/mesa-dri/Makefile
+++ head/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: head/graphics/pcl-pointclouds/Makefile
===================================================================
--- head/graphics/pcl-pointclouds/Makefile
+++ head/graphics/pcl-pointclouds/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pcl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1.9.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics math
PKGNAMESUFFIX= -pointclouds
Index: head/graphics/qgis-ltr/Makefile
===================================================================
--- head/graphics/qgis-ltr/Makefile
+++ head/graphics/qgis-ltr/Makefile
@@ -4,6 +4,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 3_4_11
+PORTREVISION= 1
CATEGORIES= graphics geography
PKGNAMESUFFIX= -ltr
Index: head/lang/beignet/Makefile
===================================================================
--- head/lang/beignet/Makefile
+++ head/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/
Index: head/lang/clover/Makefile
===================================================================
--- head/lang/clover/Makefile
+++ head/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:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
CONFIGURE_ARGS+= --enable-opencl --enable-opencl-icd --disable-dri \
Index: head/lang/rubinius/Makefile
===================================================================
--- head/lang/rubinius/Makefile
+++ head/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: head/mail/thunderbird/Makefile
===================================================================
--- head/mail/thunderbird/Makefile
+++ head/mail/thunderbird/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 68.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source
Index: head/math/casadi/Makefile
===================================================================
--- head/math/casadi/Makefile
+++ head/math/casadi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= casadi
DISTVERSION= 3.4.5-49
DISTVERSIONSUFFIX= -g6b0de13ac
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
Index: head/misc/veles/Makefile
===================================================================
--- head/misc/veles/Makefile
+++ head/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: head/net/aluminum/Makefile
===================================================================
--- head/net/aluminum/Makefile
+++ head/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: head/net/waypipe/Makefile
===================================================================
--- head/net/waypipe/Makefile
+++ head/net/waypipe/Makefile
@@ -3,6 +3,7 @@
PORTNAME= waypipe
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.1
+PORTREVISION= 0
CATEGORIES= net
MAINTAINER= jbeich@FreeBSD.org
Index: head/science/agrum/Makefile
===================================================================
--- head/science/agrum/Makefile
+++ head/science/agrum/Makefile
@@ -2,6 +2,7 @@
PORTNAME= agrum
DISTVERSION= 0.15.2
+PORTREVISION= 1
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
Index: head/science/erkale/Makefile
===================================================================
--- head/science/erkale/Makefile
+++ head/science/erkale/Makefile
@@ -2,6 +2,7 @@
PORTNAME= erkale
DISTVERSION= g20190812
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
Index: head/security/afl++/Makefile
===================================================================
--- head/security/afl++/Makefile
+++ head/security/afl++/Makefile
@@ -3,6 +3,7 @@
PORTNAME= afl
PORTVERSION= 2.54c
+PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= ++
Index: head/security/afl/Makefile
===================================================================
--- head/security/afl/Makefile
+++ head/security/afl/Makefile
@@ -42,6 +42,10 @@
.include <bsd.port.options.mk>
+.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.if ${ARCH} == "i386"
# Clang i386 emits .cfi_sections which base as(1) doesn't understand
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
Index: head/security/klee/Makefile
===================================================================
--- head/security/klee/Makefile
+++ head/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:S,-devel,990,} >= 90
+LLVM_DEFAULT= 80
+.endif
+
.include <bsd.port.mk>
Index: head/textproc/castxml/Makefile
===================================================================
--- head/textproc/castxml/Makefile
+++ head/textproc/castxml/Makefile
@@ -2,7 +2,7 @@
PORTNAME= castxml
PORTVERSION= g20181115
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc devel
MAINTAINER= yuri@FreeBSD.org
Index: head/textproc/sonic/Makefile
===================================================================
--- head/textproc/sonic/Makefile
+++ head/textproc/sonic/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sonic
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MAINTAINER= tobik@FreeBSD.org
Index: head/www/cliqz/Makefile
===================================================================
--- head/www/cliqz/Makefile
+++ head/www/cliqz/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cliqz
DISTVERSION= 1.28.2
+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: head/www/firefox-esr/Makefile
===================================================================
--- head/www/firefox-esr/Makefile
+++ head/www/firefox-esr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 68.1.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
Index: head/www/firefox/Makefile
===================================================================
--- head/www/firefox/Makefile
+++ head/www/firefox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 69.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 12:23 PM (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27383559
Default Alt Text
D21172.diff (16 KB)

Event Timeline