aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-06-30 21:53:59 +0000
committerRene Ladan <rene@FreeBSD.org>2023-06-30 21:54:46 +0000
commit8fcc454070a63dc9d29b2e9c3c7a22f590da17be (patch)
tree35f3ed6010eec907c6ec745bb0bae77ed6c1428f
parent81c4ecd37c4a21200f1989d043d23354f28ff7d7 (diff)
downloadports-8fcc454070a63dc9d29b2e9c3c7a22f590da17be.tar.gz
ports-8fcc454070a63dc9d29b2e9c3c7a22f590da17be.zip
Mk: unregister removed GhostScript 7
-rw-r--r--Mk/Uses/ghostscript.mk12
-rw-r--r--Mk/bsd.default-versions.mk2
2 files changed, 5 insertions, 9 deletions
diff --git a/Mk/Uses/ghostscript.mk b/Mk/Uses/ghostscript.mk
index ea76af70ef47..9fffd0b34a9b 100644
--- a/Mk/Uses/ghostscript.mk
+++ b/Mk/Uses/ghostscript.mk
@@ -4,10 +4,10 @@
# Usage: USES=ghostscript or USES=ghostscript:args
# Valid ARGS: <version>, build, run, test, x11
#
-# version The chooseable versions are 7, 8, 9 and agpl. If no version is
+# version The chooseable versions are 8, 9 and agpl. If no version is
# specified version agpl is selected.
#
-# USES=ghostscript:7 # Use Ghostscript 7
+# USES=ghostscript:8 # Use Ghostscript 8
# USES=ghostscript:run # Use the set default Ghostscript as a run dependency
# USES=ghostscript:8,build # Use ghostscript 8 as a build dependency.
#
@@ -30,11 +30,11 @@ _INCLUDE_USES_GHOSTSCRIPT_MK= yes
# allowed versions
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_GS_VERSION= 7 8 9 agpl
+_GS_VERSION= 8 9 agpl
_GS_ARGS= ${ghostscript_ARGS}
-. if ${_GS_ARGS:N[789]:Nagpl:Nx11:Nbuild:Nrun:Ntest}
+. if ${_GS_ARGS:N[89]:Nagpl:Nx11:Nbuild:Nrun:Ntest}
IGNORE?= Unknown ghostscript argument ${_GS_ARGS}
. endif
@@ -73,8 +73,6 @@ _GS_SELECTED?= 9
_GS_SELECTED?= 9-agpl
. elif ${_V:M8}
_GS_SELECTED?= 8
-. elif ${_V:M7}
-_GS_SELECTED?= 7
. endif
. endfor
@@ -85,8 +83,6 @@ _GS_VERSION_MINOR= 9.16_2
_GS_VERSION_MINOR= 9.06_11
. elif !empty(_GS_SELECTED:M8)
_GS_VERSION_MINOR= 8.71_19
-. elif !empty(_GS_SELECTED:M7)
-_GS_VERSION_MINOR= 7.07_32
. endif
# dependencies
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index a8fec8d9d17f..b82345dc7a27 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -53,7 +53,7 @@ GCC_DEFAULT?= 8
. else
GCC_DEFAULT?= 12
. endif
-# Possible values: 7, 8, 9, agpl
+# Possible values: 8, 9, agpl
GHOSTSCRIPT_DEFAULT?= agpl
# Possible values: mesa-libs, mesa-devel
GL_DEFAULT?= mesa-libs