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

(-)print/ghostscript8/Makefile (-2 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ghostscript
4
PORTNAME=	ghostscript
5
PORTVERSION=	8.71
5
PORTVERSION=	8.71
6
PORTREVISION=	13
6
PORTREVISION=	14
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
8
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
9
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
9
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Lines 47-53 GNU_CONFIGURE= yes Link Here
47
MAKE_JOBS_UNSAFE=	yes
47
MAKE_JOBS_UNSAFE=	yes
48
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
48
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
49
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
49
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
50
		EXTRALIBS="${EXTRALIBS}" \
51
		SOC_LOADER="dxmainc.c"
50
		SOC_LOADER="dxmainc.c"
52
CONFIGURE_ENV=	${MAKE_ENV}
51
CONFIGURE_ENV=	${MAKE_ENV}
53
CONFIGURE_ARGS=	--disable-compile-inits \
52
CONFIGURE_ARGS=	--disable-compile-inits \
(-)print/ghostscript8/files/Makefile.drivers_post (-2 / +1 lines)
Lines 109-116 PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} Link Here
109
109
110
.if defined(_ICONV_DEVS)
110
.if defined(_ICONV_DEVS)
111
USES+=		iconv
111
USES+=		iconv
112
CONFIGURE_ARGS+=--with-libiconv=gnu
112
CONFIGURE_ARGS+=--with-libiconv=maybe
113
EXTRALIBS+=	-liconv
114
.else
113
.else
115
CONFIGURE_ARGS+=--with-libiconv=no
114
CONFIGURE_ARGS+=--with-libiconv=no
116
.endif
115
.endif
(-)print/ghostscript9/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.06
4
PORTVERSION=	9.06
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
7
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Lines 47-53 GNU_CONFIGURE= yes Link Here
47
MAKE_JOBS_UNSAFE=	yes
47
MAKE_JOBS_UNSAFE=	yes
48
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
48
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
49
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
49
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
50
		EXTRALIBS="${EXTRALIBS}" \
51
		SOC_LOADER="dxmainc.c"
50
		SOC_LOADER="dxmainc.c"
52
CONFIGURE_ENV=	${MAKE_ENV}
51
CONFIGURE_ENV=	${MAKE_ENV}
53
CONFIGURE_ARGS=	--disable-compile-inits \
52
CONFIGURE_ARGS=	--disable-compile-inits \
(-)print/ghostscript9/files/Makefile.drivers_post (-2 / +1 lines)
Lines 111-118 PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} Link Here
111
111
112
.if defined(_ICONV_DEVS)
112
.if defined(_ICONV_DEVS)
113
USES+=		iconv
113
USES+=		iconv
114
CONFIGURE_ARGS+=--with-libiconv=gnu
114
CONFIGURE_ARGS+=--with-libiconv=maybe
115
EXTRALIBS+=	-liconv
116
.else
115
.else
117
CONFIGURE_ARGS+=--with-libiconv=no
116
CONFIGURE_ARGS+=--with-libiconv=no
118
.endif
117
.endif
(-)print/ghostscript9-agpl/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.07
4
PORTVERSION=	9.07
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
7
MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
Lines 44-50 GNU_CONFIGURE= yes Link Here
44
44
45
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
45
MAKE_ENV=	CFLAGS_STANDARD="${CFLAGS}" \
46
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
46
		XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \
47
		EXTRALIBS="${EXTRALIBS}" \
48
		SOC_LOADER="dxmainc.c"
47
		SOC_LOADER="dxmainc.c"
49
CONFIGURE_ENV=	${MAKE_ENV}
48
CONFIGURE_ENV=	${MAKE_ENV}
50
CONFIGURE_ARGS=	--disable-compile-inits \
49
CONFIGURE_ARGS=	--disable-compile-inits \
(-)print/ghostscript9-agpl/files/Makefile.drivers_post (-2 / +1 lines)
Lines 111-118 PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} Link Here
111
111
112
.if defined(_ICONV_DEVS)
112
.if defined(_ICONV_DEVS)
113
USES+=		iconv
113
USES+=		iconv
114
CONFIGURE_ARGS+=--with-libiconv=gnu
114
CONFIGURE_ARGS+=--with-libiconv=maybe
115
EXTRALIBS+=	-liconv
116
.else
115
.else
117
CONFIGURE_ARGS+=--with-libiconv=no
116
CONFIGURE_ARGS+=--with-libiconv=no
118
.endif
117
.endif

Return to bug 186705