FreeBSD Bugzilla – Attachment 201412 Details for
Bug 235215
Bump LLVM_DEFAULT to 80
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1.1
llvm80-default.diff (text/plain), 8.31 KB, created by
Jan Beich
on 2019-01-26 12:21:40 UTC
(
hide
)
Description:
v1.1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2019-01-26 12:21:40 UTC
Size:
8.31 KB
patch
obsolete
>From 55b1cf0552556e6064c8ebd42e7808fe80adfa83 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 25 Jan 2019 01:45:48 +0000 >Subject: [PATCH] Switch to devel/llvm80 for DEFAULT_VERSIONS > >PR: 235215 >--- > Mk/bsd.default-versions.mk | 2 +- > devel/android-tools-simpleperf/Makefile | 2 +- > devel/ccls/Makefile | 1 + > devel/cquery/Makefile | 2 +- > devel/kdevelop/Makefile | 2 +- > devel/qtcreator/Makefile | 1 + > devel/rust-bindgen/Makefile | 1 + > graphics/pcl-pointclouds/Makefile | 2 +- > mail/thunderbird/Makefile | 1 + > math/mkl-dnn/Makefile | 1 + > net/aluminum/Makefile | 1 + > science/agrum/Makefile | 1 + > science/erkale/Makefile | 1 + > science/lammps/Makefile | 2 +- > security/afl/Makefile | 2 +- > textproc/castxml/Makefile | 6 +++++- > www/cliqz/Makefile | 2 +- > www/firefox-esr/Makefile | 2 +- > www/firefox/Makefile | 2 +- > 19 files changed, 23 insertions(+), 11 deletions(-) > >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index f384dbea8fa8..224b2a36309e 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -59,7 +59,7 @@ LINUX_DEFAULT?= c6_64 > LINUX_DEFAULT?= c6 > .endif > # Possible values: 50, 60, 70 (to be used when non-base compiler is required) >-LLVM_DEFAULT?= 70 >+LLVM_DEFAULT?= 80 > # 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 >diff --git a/devel/android-tools-simpleperf/Makefile b/devel/android-tools-simpleperf/Makefile >index 01de706ead14..76a3425066b9 100644 >--- a/devel/android-tools-simpleperf/Makefile >+++ b/devel/android-tools-simpleperf/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= android-tools-simpleperf > DISTVERSIONPREFIX= android- > DISTVERSION= 7.1.2_r17 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= devel > > MAINTAINER= jbeich@FreeBSD.org >diff --git a/devel/ccls/Makefile b/devel/ccls/Makefile >index a5f29821d87b..519c2d364784 100644 >--- a/devel/ccls/Makefile >+++ b/devel/ccls/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= ccls > DISTVERSION= 0.20181225.7 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= tobik@FreeBSD.org >diff --git a/devel/cquery/Makefile b/devel/cquery/Makefile >index cbc6f49d4837..4b09091471b2 100644 >--- a/devel/cquery/Makefile >+++ b/devel/cquery/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= cquery > PORTVERSION= 20180718 > DISTVERSIONPREFIX= v >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > > MAINTAINER= henry.hu.sh@gmail.com >diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile >index c379d93b31c6..56e702b81e4b 100644 >--- a/devel/kdevelop/Makefile >+++ b/devel/kdevelop/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= kdevelop > DISTVERSION= 5.3.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel kde > MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src > DIST_SUBDIR= KDE/kdevelop >diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile >index a2431c5c5de1..0a50e732ca79 100644 >--- a/devel/qtcreator/Makefile >+++ b/devel/qtcreator/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= qtcreator > DISTVERSION= 4.8.1 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} > DISTNAME= qt-creator-opensource-src-${DISTVERSION} >diff --git a/devel/rust-bindgen/Makefile b/devel/rust-bindgen/Makefile >index e1922c190399..fdcd00fd51d5 100644 >--- a/devel/rust-bindgen/Makefile >+++ b/devel/rust-bindgen/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= rust-bindgen > DISTVERSIONPREFIX= v > DISTVERSION= 0.47.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= gecko@FreeBSD.org >diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile >index e47fb807b20e..cf02bba47a21 100644 >--- a/graphics/pcl-pointclouds/Makefile >+++ b/graphics/pcl-pointclouds/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= pcl > DISTVERSIONPREFIX= ${PORTNAME}- > DISTVERSION= 1.9.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics math > PKGNAMESUFFIX= -pointclouds > >diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile >index 7d29d9bca885..f95907a3529e 100644 >--- a/mail/thunderbird/Makefile >+++ b/mail/thunderbird/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= thunderbird > DISTVERSION= 60.5.0 >+PORTREVISION= 1 > CATEGORIES= mail news net-im ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ > MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source >diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile >index 07d539777d90..3573a2b6344b 100644 >--- a/math/mkl-dnn/Makefile >+++ b/math/mkl-dnn/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= mkl-dnn > DISTVERSIONPREFIX= v > DISTVERSION= 0.17.2 >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= yuri@FreeBSD.org >diff --git a/net/aluminum/Makefile b/net/aluminum/Makefile >index e0e71595b6e2..795b40edc866 100644 >--- a/net/aluminum/Makefile >+++ b/net/aluminum/Makefile >@@ -4,6 +4,7 @@ PORTNAME= Aluminum > DISTVERSIONPREFIX= v > DISTVERSION= 0.1-90 > DISTVERSIONSUFFIX= -g60962ae >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= yuri@FreeBSD.org >diff --git a/science/agrum/Makefile b/science/agrum/Makefile >index 6142c12de554..5dfc2431d3c8 100644 >--- a/science/agrum/Makefile >+++ b/science/agrum/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= agrum > DISTVERSION= 0.13.6 >+PORTREVISION= 1 > CATEGORIES= science math > > MAINTAINER= yuri@FreeBSD.org >diff --git a/science/erkale/Makefile b/science/erkale/Makefile >index 222ee371a198..3c0d54a8d1d6 100644 >--- a/science/erkale/Makefile >+++ b/science/erkale/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= erkale > DISTVERSION= g20190118 >+PORTREVISION= 1 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >diff --git a/science/lammps/Makefile b/science/lammps/Makefile >index 3fea76f1b866..8c001aedc5ba 100644 >--- a/science/lammps/Makefile >+++ b/science/lammps/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= lammps > PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >diff --git a/security/afl/Makefile b/security/afl/Makefile >index b2e42f9f20d2..f4a15edbcfaf 100644 >--- a/security/afl/Makefile >+++ b/security/afl/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= afl > PORTVERSION= 2.52 > DISTVERSIONSUFFIX= b >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ > >diff --git a/textproc/castxml/Makefile b/textproc/castxml/Makefile >index b3f2575f7a14..e97fec2bd73c 100644 >--- a/textproc/castxml/Makefile >+++ b/textproc/castxml/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= castxml > PORTVERSION= g20181115 >+PORTREVISION= 1 > CATEGORIES= textproc devel > > MAINTAINER= yuri@FreeBSD.org >@@ -28,11 +29,14 @@ OPTIONS_SUB= yes > > LLVM_DESC= LLVM Version > OPTIONS_SINGLE= LLVM >-OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_70 LLVM_60 LLVM_50 LLVM_40 >+OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_80 LLVM_70 LLVM_60 LLVM_50 LLVM_40 > > LLVM_DEVEL_DESC= llvm-devel > LLVM_DEVEL_VARS= LLVM_VERSION=-devel > >+LLVM_80_DESC= LLVM 8 >+LLVM_80_VARS= LLVM_VERSION=80 >+ > LLVM_70_DESC= LLVM 7 > LLVM_70_VARS= LLVM_VERSION=70 > >diff --git a/www/cliqz/Makefile b/www/cliqz/Makefile >index 86a288087c0c..cd776aee88d9 100644 >--- a/www/cliqz/Makefile >+++ b/www/cliqz/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= cliqz > DISTVERSION= 1.24.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > 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 >diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile >index c9c97ed6ed3a..ee7d1cf98c4c 100644 >--- a/www/firefox-esr/Makefile >+++ b/www/firefox-esr/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= firefox > DISTVERSION= 60.5.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= www ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ >diff --git a/www/firefox/Makefile b/www/firefox/Makefile >index 18790e650576..ae9eb2ae7067 100644 >--- a/www/firefox/Makefile >+++ b/www/firefox/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= firefox > DISTVERSION= 65.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= www ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235215
:
201410
| 201412