svn commit: r315309 - in head: . Mk graphics/ImageMagick print print/ghostscript7 print/ghostscript7-commfont print/ghostscript7-jpnfont print/ghostscript7-korfont print/ghostscript7-nox11
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 26 15:56:01 UTC 2013
Author: bapt
Date: Tue Mar 26 15:55:59 2013
New Revision: 315309
URL: http://svnweb.freebsd.org/changeset/ports/315309
Log:
ghostscript7 is very very outdated consider using newer version like print/ghostscript9
Approved by: doceng (gjb)
Deleted:
head/print/ghostscript7/
head/print/ghostscript7-commfont/
head/print/ghostscript7-jpnfont/
head/print/ghostscript7-korfont/
head/print/ghostscript7-nox11/
Modified:
head/MOVED
head/Mk/bsd.port.mk
head/graphics/ImageMagick/Makefile
head/print/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Mar 26 15:43:09 2013 (r315308)
+++ head/MOVED Tue Mar 26 15:55:59 2013 (r315309)
@@ -4182,3 +4182,8 @@ devel/geany-plugin-gdb||2013-03-21|Remov
www/kompozer||2013-03-22|Has expired: Dead upstream
graphics/fpc-fpvectorial||2013-03-23|Removed from freepascal packages distribution
databases/akonadi-google|deskutils/kdepim4-runtime|2013-03-24|Merged into deskutils/kdepim4-runtime
+print/ghostscript7|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
+print/ghostscript7-nox11|print/ghostscript9-nox11|2013-03-26|ghostscript 7 is outdated consider using a newer version
+print/ghostscript7-commfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
+print/ghostscript7-jpnfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
+print/ghostscript7-korfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Tue Mar 26 15:43:09 2013 (r315308)
+++ head/Mk/bsd.port.mk Tue Mar 26 15:55:59 2013 (r315309)
@@ -2127,7 +2127,7 @@ _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT_RUN}
_USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT}
.endif
-.if defined(WITH_GHOSTSCRIPT_VER) && !empty(WITH_GHOSTSCRIPT_VER:M[789])
+.if defined(WITH_GHOSTSCRIPT_VER) && !empty(WITH_GHOSTSCRIPT_VER:M[89])
_USE_GHOSTSCRIPT_DEFAULT_VER= ${WITH_GHOSTSCRIPT_VER}
.else
_USE_GHOSTSCRIPT_DEFAULT_VER= 9
@@ -2139,8 +2139,8 @@ _USE_GHOSTSCRIPT_PKGNAME_SUFFIX=
. else
_USE_GHOSTSCRIPT_PKGNAME_SUFFIX=-nox11
. endif
-. if !empty(_USE_GHOSTSCRIPT:M[789])
-_USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT:M[789]}
+. if !empty(_USE_GHOSTSCRIPT:M[89])
+_USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT:M[89]}
. else
_USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_DEFAULT_VER}
. endif
@@ -2150,7 +2150,7 @@ _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_
# Sanity check
.if defined(_USE_GHOSTSCRIPT) && defined(WITH_GHOSTSCRIPT_VER)
-. if empty(WITH_GHOSTSCRIPT_VER:M[789])
+. if empty(WITH_GHOSTSCRIPT_VER:M[89])
. error You set an invalid value "${WITH_GHOSTSCRIPT_VER}" in WITH_GHOSTSCRIPT_VER. Abort.
. elif ${_USE_GHOSTSCRIPT_VER} != ${WITH_GHOSTSCRIPT_VER}
. error You set WITH_GHOSTSCRIPT_VER as ${WITH_GHOSTSCRIPT_VER} but ${PKGNAME} requires print/ghostscript${_USE_GHOSTSCRIPT_VER}. Abort.
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Tue Mar 26 15:43:09 2013 (r315308)
+++ head/graphics/ImageMagick/Makefile Tue Mar 26 15:55:59 2013 (r315309)
@@ -71,10 +71,6 @@ TESTS_DESC= Run bundled self-tests afte
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MPDF} && defined(WITH_GHOSTSCRIPT_VER) && ${WITH_GHOSTSCRIPT_VER} == "7"
-IGNORE= support for the PDF format requires ghostscript 8 and higher
-.endif
-
.if ${PORT_OPTIONS:MHDRI}
CONFIGURE_ARGS+= --enable-hdri
.else
Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile Tue Mar 26 15:43:09 2013 (r315308)
+++ head/print/Makefile Tue Mar 26 15:55:59 2013 (r315309)
@@ -79,11 +79,6 @@
SUBDIR += frescobaldi
SUBDIR += ft2demos
SUBDIR += ggv
- SUBDIR += ghostscript7
- SUBDIR += ghostscript7-commfont
- SUBDIR += ghostscript7-jpnfont
- SUBDIR += ghostscript7-korfont
- SUBDIR += ghostscript7-nox11
SUBDIR += ghostscript8
SUBDIR += ghostscript8-nox11
SUBDIR += ghostscript9
More information about the svn-ports-head
mailing list