diff options
author | gerald <gerald@FreeBSD.org> | 2018-12-12 09:35:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-12-12 09:35:33 +0800 |
commit | 97e78d860783dbeec5f72d4f8581d78b52f954e3 (patch) | |
tree | 404c2c9646ff0f64f0fea93eaedcd120dc980500 /emulators | |
parent | 7476bb1ff088f7acb9b541e9f4c9e4e38747b38c (diff) | |
download | freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.tar.gz freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.tar.zst freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Diffstat (limited to 'emulators')
35 files changed, 35 insertions, 27 deletions
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index 68401ce01b9e..b8a4bb3e631d 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -3,7 +3,7 @@ PORTNAME= advancemame PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/ diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile index e19d9654e322..829f21c6de4c 100644 --- a/emulators/advancemenu/Makefile +++ b/emulators/advancemenu/Makefile @@ -3,7 +3,7 @@ PORTNAME= advancemenu PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/ diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile index f3371ec16c33..0c0684bbcca1 100644 --- a/emulators/advancemess/Makefile +++ b/emulators/advancemess/Makefile @@ -3,7 +3,7 @@ PORTNAME= advancemess PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 00bf38f2944c..ccb40bb420df 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ PORTNAME= bochs PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 9e2a29fd7f69..4c3f0ea615f0 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index 22d4d66c230b..1e76cdf1e8eb 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20181206 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 8b299d0fce42..a4aa1ac9cad7 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.8715 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 03b61ad059a8..a3f30cf1b674 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -3,7 +3,7 @@ PORTNAME= fceux PORTVERSION= 2.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index fb67da4dafed..518d8495d8f1 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -3,7 +3,7 @@ PORTNAME= higan PORTVERSION= 106 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators games MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 7dec7063812c..76043fe849af 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -3,6 +3,7 @@ PORTNAME= lisaem PORTVERSION= 1.2.6.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://lisaem.sunder.net/downloads/ diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index ec410b78cec4..91bfe5775441 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mame PORTVERSION= 0.200 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 194035a325e1..40fd857f42a6 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -2,7 +2,7 @@ PORTNAME= mednafen PORTVERSION= 1.21.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index a85c00281cfb..12a4c1211b42 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -2,7 +2,7 @@ PORTNAME= mgba DISTVERSION= 0.6.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile index 2274bc03ea94..668929c00976 100644 --- a/emulators/mupen64plus-rsp-cxd4/Makefile +++ b/emulators/mupen64plus-rsp-cxd4/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -rsp-cxd4 DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 3830d0b6faa6..bcb738322f35 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmsx PORTVERSION= 0.13.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index c6bdf6a02732..4277fe054acd 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= pearpc PORTVERSION= 0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index b8a829d594ac..424d7eec5b3e 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipelight PORTVERSION= 0.2.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index 87b32c5c7065..d6b9016aef56 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= playonbsd PORTVERSION= 4.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators games MAINTAINER= se@FreeBSD.org diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index b36abc95cb4b..d5c7647aa427 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.7.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage diff --git a/emulators/riscv-isa-sim/Makefile b/emulators/riscv-isa-sim/Makefile index 7f41205a585b..a714f36a8c60 100644 --- a/emulators/riscv-isa-sim/Makefile +++ b/emulators/riscv-isa-sim/Makefile @@ -2,7 +2,7 @@ PORTNAME= riscv-isa-sim DISTVERSION= git -PORTREVISION= 20181005 +PORTREVISION= 20181006 CATEGORIES= emulators MAINTAINER= lwhsu@FreeBSD.org diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index a697bcbba66c..8d62251978a7 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.5-1109 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g1ca02c7d1 CATEGORIES= emulators diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index f44b09b9f077..51578463612a 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -3,7 +3,7 @@ PORTNAME= skyeye PORTVERSION= 1.2.5 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONSUFFIX= _REL CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index f08cbac03d30..895b464dc70e 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= snes9x PORTVERSION= 1.54.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators PKGNAMESUFFIX= -gtk diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index f33e3c1bc758..5c5167f0de15 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -3,7 +3,7 @@ PORTNAME= stella PORTVERSION= 5.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= acm@FreeBSD.org diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 423ed18b9c2f..0984109946a8 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -2,6 +2,7 @@ PORTNAME= unicorn PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 8578e5d4a487..30204025d5c0 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ diff --git a/emulators/virtualbox-ose-additions-nox11/Makefile b/emulators/virtualbox-ose-additions-nox11/Makefile index 118ed760d3b9..89205fba89be 100644 --- a/emulators/virtualbox-ose-additions-nox11/Makefile +++ b/emulators/virtualbox-ose-additions-nox11/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -additions-nox11 OPTIONS_EXCLUDE= DBUS DEBUG OPENGL X11 diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 448db2e97190..d495c2490be3 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index f00a0bc84cd4..6b52ebc89a5a 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.22 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod diff --git a/emulators/virtualbox-ose-nox11/Makefile b/emulators/virtualbox-ose-nox11/Makefile index e769959f4b35..212559986402 100644 --- a/emulators/virtualbox-ose-nox11/Makefile +++ b/emulators/virtualbox-ose-nox11/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -nox11 OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 6cc0c361f9b0..9384da64824b 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index ea2eb020d225..a1f2b38eba90 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 4.0-rc1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 45d664774830..c7a09d139066 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 3.0.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index e1b92b658cc4..ec12d5ec9dd4 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxmupen64plus PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/auria/wxmupen64plus/get/ DISTNAME= ${PORTVERSION} diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index b93462df037c..cc45e0838c47 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -5,7 +5,7 @@ PORTNAME= x49gp PORTVERSION= 20100425 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators math MASTER_SITES= LOCAL/shaun DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz |