View | Details | Raw Unified | Return to bug 231148
Collapse All | Expand All

(-)print/ghostscript9-agpl-base/Makefile (-3 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.23
4
PORTVERSION=	9.24
5
PORTREVISION=	1
6
CATEGORIES=	print
5
CATEGORIES=	print
7
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
6
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
8
PKGNAMESUFFIX=	9-agpl-base
7
PKGNAMESUFFIX=	9-agpl-base
Lines 28-35 CONFLICTS_INSTALL= \ Link Here
28
		ghostscript9-agpl-[0-9]* \
27
		ghostscript9-agpl-[0-9]* \
29
		ghostscript9-agpl-nox11-[0-9]*
28
		ghostscript9-agpl-nox11-[0-9]*
30
29
31
USES=		gmake iconv jpeg localbase pkgconfig tar:xz
30
USES=		cpe gmake iconv jpeg localbase pkgconfig tar:xz
31
USE_CSTD=	gnu99
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
CPE_VENDOR=	artifex
33
DATADIR=	${PREFIX}/share/${PORTNAME}/${PORTVERSION}
34
DATADIR=	${PREFIX}/share/${PORTNAME}/${PORTVERSION}
34
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION}
35
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION}
35
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
(-)print/ghostscript9-agpl-base/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1523106984
1
TIMESTAMP = 1536049976
2
SHA256 (ghostscript-9.23.tar.xz) = 1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae8d9
2
SHA256 (ghostscript-9.24.tar.xz) = d44917df24979a05e0cb3916531928cc2adc91f5b17b419ee023d16ab31069d6
3
SIZE (ghostscript-9.23.tar.xz) = 33426160
3
SIZE (ghostscript-9.24.tar.xz) = 33015704
(-)print/ghostscript9-agpl-base/files/patch-base-stdpre.h (-12 lines)
Lines 1-12 Link Here
1
--- base/stdpre.h.orig	2018-03-21 08:48:06 UTC
2
+++ base/stdpre.h
3
@@ -94,7 +94,8 @@
4
 #endif
5
 
6
 /* restrict is standard in C99, but not in all C++ compilers. */
7
-#if __STDC_VERSION__ == 199901L /* C99 */
8
+#if __STDC_VERSION__ >= 199901L /* C99 */
9
+#define gs_restrict restrict
10
 #elif defined(_MSC_VER) && _MSC_VER >= 1500 /* MSVC 9 or newer */
11
 #define gs_restrict __restrict
12
 #elif __GNUC__ >= 3 /* GCC 3 or newer */
(-)print/ghostscript9-agpl-base/files/patch-configure (-6 / +17 lines)
Lines 1-6 Link Here
1
--- configure.orig	2018-03-21 08:49:04 UTC
1
--- configure.orig	2018-09-03 08:51:26 UTC
2
+++ configure
2
+++ configure
3
@@ -5100,7 +5100,7 @@ if test "${enable_threadsafe+set}" = set; then :
3
@@ -4357,8 +4357,8 @@ else
4
         ;;
5
         *BSD)
6
         if test $ac_cv_c_compiler_gnu = yes; then
7
-            CC_OPT_FLAGS_TO_TRY="-O2"
8
-            CC_DBG_FLAGS_TO_TRY="-gdwarf-2 -g3 -O0"
9
+            CC_OPT_FLAGS_TO_TRY=""
10
+            CC_DBG_FLAGS_TO_TRY=""
11
         fi
12
         ;;
13
         Darwin*)
14
@@ -5143,7 +5143,7 @@ if test "${enable_threadsafe+set}" = set; then :
4
 fi
15
 fi
5
 
16
 
6
 if test x$enable_threadsafe = xyes ; then
17
 if test x$enable_threadsafe = xyes ; then
Lines 9-15 Link Here
9
 fi
20
 fi
10
 
21
 
11
 
22
 
12
@@ -5762,7 +5762,6 @@ if ${ac_cv_lib_dl_dlopen+:} false; then :
23
@@ -5805,7 +5805,6 @@ if ${ac_cv_lib_dl_dlopen+:} false; then :
13
   $as_echo_n "(cached) " >&6
24
   $as_echo_n "(cached) " >&6
14
 else
25
 else
15
   ac_check_lib_save_LIBS=$LIBS
26
   ac_check_lib_save_LIBS=$LIBS
Lines 17-23 Link Here
17
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18
 /* end confdefs.h.  */
29
 /* end confdefs.h.  */
19
 
30
 
20
@@ -5795,7 +5794,7 @@ $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
31
@@ -5838,7 +5837,7 @@ $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
21
 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
32
 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
22
   ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
33
   ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
23
 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
34
 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
Lines 26-32 Link Here
26
 fi
37
 fi
27
 
38
 
28
 
39
 
29
@@ -9950,42 +9949,42 @@ if test x$enable_threadsafe = xyes; then
40
@@ -10041,42 +10040,42 @@ if test x$enable_threadsafe = xyes; then
30
 
41
 
31
   for ntsdev in $NTS_DEVS ; do
42
   for ntsdev in $NTS_DEVS ; do
32
     NTS_EXCLUDES="$(echo \"$P_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
43
     NTS_EXCLUDES="$(echo \"$P_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
Lines 77-83 Link Here
77
   done
88
   done
78
 
89
 
79
   NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
90
   NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
80
@@ -10145,7 +10144,12 @@ if test "${enable_dynamic+set}" = set; then :
91
@@ -10251,7 +10250,12 @@ if test "${enable_dynamic+set}" = set; then :
81
       DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS"
92
       DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS"
82
       ;;
93
       ;;
83
       *BSD)
94
       *BSD)
(-)print/ghostscript9-agpl-base/pkg-plist (-18 / +1 lines)
Lines 79-118 share/color/icc/ghostscript/ps_rgb.icc Link Here
79
share/color/icc/ghostscript/sgray.icc
79
share/color/icc/ghostscript/sgray.icc
80
share/color/icc/ghostscript/srgb.icc
80
share/color/icc/ghostscript/srgb.icc
81
%%PORTDOCS%%%%DOCSDIR%%/API.htm
81
%%PORTDOCS%%%%DOCSDIR%%/API.htm
82
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
83
%%PORTDOCS%%%%DOCSDIR%%/C-style.htm
82
%%PORTDOCS%%%%DOCSDIR%%/C-style.htm
84
%%PORTDOCS%%%%DOCSDIR%%/COPYING
83
%%PORTDOCS%%%%DOCSDIR%%/COPYING
85
%%PORTDOCS%%%%DOCSDIR%%/Changes.htm
86
%%PORTDOCS%%%%DOCSDIR%%/Commprod.htm
84
%%PORTDOCS%%%%DOCSDIR%%/Commprod.htm
87
%%PORTDOCS%%%%DOCSDIR%%/DLL.htm
85
%%PORTDOCS%%%%DOCSDIR%%/DLL.htm
88
%%PORTDOCS%%%%DOCSDIR%%/Deprecated.htm
86
%%PORTDOCS%%%%DOCSDIR%%/Deprecated.htm
89
%%PORTDOCS%%%%DOCSDIR%%/Details.htm
90
%%PORTDOCS%%%%DOCSDIR%%/Details8.htm
91
%%PORTDOCS%%%%DOCSDIR%%/Details9.htm
92
%%PORTDOCS%%%%DOCSDIR%%/Develop.htm
87
%%PORTDOCS%%%%DOCSDIR%%/Develop.htm
93
%%PORTDOCS%%%%DOCSDIR%%/Devices.htm
88
%%PORTDOCS%%%%DOCSDIR%%/Devices.htm
94
%%PORTDOCS%%%%DOCSDIR%%/Drivers.htm
89
%%PORTDOCS%%%%DOCSDIR%%/Drivers.htm
95
%%PORTDOCS%%%%DOCSDIR%%/Fonts.htm
90
%%PORTDOCS%%%%DOCSDIR%%/Fonts.htm
96
%%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.pdf
91
%%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.pdf
97
%%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.tex
92
%%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.tex
98
%%PORTDOCS%%%%DOCSDIR%%/Helpers.htm
99
%%PORTDOCS%%%%DOCSDIR%%/Hershey.htm
100
%%PORTDOCS%%%%DOCSDIR%%/History1.htm
101
%%PORTDOCS%%%%DOCSDIR%%/History2.htm
102
%%PORTDOCS%%%%DOCSDIR%%/History3.htm
103
%%PORTDOCS%%%%DOCSDIR%%/History4.htm
104
%%PORTDOCS%%%%DOCSDIR%%/History5.htm
105
%%PORTDOCS%%%%DOCSDIR%%/History6.htm
106
%%PORTDOCS%%%%DOCSDIR%%/History7.htm
107
%%PORTDOCS%%%%DOCSDIR%%/History8.htm
108
%%PORTDOCS%%%%DOCSDIR%%/History9.htm
93
%%PORTDOCS%%%%DOCSDIR%%/History9.htm
109
%%PORTDOCS%%%%DOCSDIR%%/Install.htm
94
%%PORTDOCS%%%%DOCSDIR%%/Install.htm
110
%%PORTDOCS%%%%DOCSDIR%%/Issues.htm
111
%%PORTDOCS%%%%DOCSDIR%%/Language.htm
95
%%PORTDOCS%%%%DOCSDIR%%/Language.htm
112
%%PORTDOCS%%%%DOCSDIR%%/Lib.htm
96
%%PORTDOCS%%%%DOCSDIR%%/Lib.htm
113
%%PORTDOCS%%%%DOCSDIR%%/Make.htm
97
%%PORTDOCS%%%%DOCSDIR%%/Make.htm
114
%%PORTDOCS%%%%DOCSDIR%%/News.htm
98
%%PORTDOCS%%%%DOCSDIR%%/News.htm
115
%%PORTDOCS%%%%DOCSDIR%%/Projects.htm
116
%%PORTDOCS%%%%DOCSDIR%%/Ps-style.htm
99
%%PORTDOCS%%%%DOCSDIR%%/Ps-style.htm
117
%%PORTDOCS%%%%DOCSDIR%%/Ps2epsi.htm
100
%%PORTDOCS%%%%DOCSDIR%%/Ps2epsi.htm
118
%%PORTDOCS%%%%DOCSDIR%%/Psfiles.htm
101
%%PORTDOCS%%%%DOCSDIR%%/Psfiles.htm
Lines 124-131 share/color/icc/ghostscript/srgb.icc Link Here
124
%%PORTDOCS%%%%DOCSDIR%%/Use.htm
107
%%PORTDOCS%%%%DOCSDIR%%/Use.htm
125
%%PORTDOCS%%%%DOCSDIR%%/VectorDevices.htm
108
%%PORTDOCS%%%%DOCSDIR%%/VectorDevices.htm
126
%%PORTDOCS%%%%DOCSDIR%%/WhatIsGS.htm
109
%%PORTDOCS%%%%DOCSDIR%%/WhatIsGS.htm
110
%%PORTDOCS%%%%DOCSDIR%%/gdevds32.c
127
%%PORTDOCS%%%%DOCSDIR%%/gs-vms.hlp
111
%%PORTDOCS%%%%DOCSDIR%%/gs-vms.hlp
128
%%PORTDOCS%%%%DOCSDIR%%/gs.css
129
%%PORTDOCS%%%%DOCSDIR%%/gsdoc.el
112
%%PORTDOCS%%%%DOCSDIR%%/gsdoc.el
130
%%PORTDOCS%%%%DOCSDIR%%/index.html
113
%%PORTDOCS%%%%DOCSDIR%%/index.html
131
%%PORTDOCS%%%%DOCSDIR%%/pscet_status.txt
114
%%PORTDOCS%%%%DOCSDIR%%/pscet_status.txt
(-)print/ghostscript9-agpl-x11/Makefile (-3 / +5 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.23
4
PORTVERSION=	9.24
5
PORTREVISION=	1
6
CATEGORIES=	print
5
CATEGORIES=	print
7
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
6
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
8
PKGNAMESUFFIX=	9-agpl-x11
7
PKGNAMESUFFIX=	9-agpl-x11
Lines 18-27 CONFLICTS_INSTALL= \ Link Here
18
		ghostscript9-agpl-[0-9]* \
17
		ghostscript9-agpl-[0-9]* \
19
		ghostscript9-agpl-nox11-[0-9]*
18
		ghostscript9-agpl-nox11-[0-9]*
20
19
20
DISTINFO_FILE=	${.CURDIR:H}/ghostscript9-agpl-base/distinfo
21
PATCHDIR=	${.CURDIR:H}/ghostscript9-agpl-base/files
21
PATCHDIR=	${.CURDIR:H}/ghostscript9-agpl-base/files
22
USES=		ghostscript:agpl gmake iconv localbase pkgconfig tar:xz
22
USES=		cpe ghostscript:agpl gmake iconv localbase pkgconfig tar:xz
23
USE_CSTD=	gnu99
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
USE_XORG=	ice sm x11 xext xt
25
USE_XORG=	ice sm x11 xext xt
26
CPE_VENDOR=	artifex
25
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--disable-compile-inits \
28
CONFIGURE_ARGS=	--disable-compile-inits \
27
		--disable-cups \
29
		--disable-cups \
(-)print/ghostscript9-agpl-x11/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525773446
2
SHA256 (ghostscript-9.23.tar.xz) = 1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae8d9
3
SIZE (ghostscript-9.23.tar.xz) = 33426160

Return to bug 231148