mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update CONFLICTS lines.
PR: ports/158028
This commit is contained in:
parent
9020c49ddd
commit
15c088992b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275918
4 changed files with 12 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ghostscript7
|
PORTNAME= ghostscript7
|
||||||
PORTVERSION= 7.07
|
PORTVERSION= 7.07
|
||||||
PORTREVISION= 23
|
PORTREVISION= 24
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \
|
MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \
|
||||||
${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \
|
${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \
|
||||||
|
@ -30,7 +30,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME:S,7$,,}
|
WRKSRC= ${WRKDIR}/${PORTNAME:S,7$,,}
|
||||||
DATADIR= ${PREFIX}/share/${PORTNAME:S,7$,,}
|
DATADIR= ${PREFIX}/share/${PORTNAME:S,7$,,}
|
||||||
|
|
||||||
CONFLICTS= gambc-* ghostscript8-*
|
CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[89]-[0-9]* \
|
||||||
|
ghostscript[89]-*-[0-9]*
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -127,11 +128,11 @@ USE_XORG= xt xext
|
||||||
CONFIGURE_ARGS+=--with-x \
|
CONFIGURE_ARGS+=--with-x \
|
||||||
--x-includes=${X11BASE}/include \
|
--x-includes=${X11BASE}/include \
|
||||||
--x-libraries=${X11BASE}/lib
|
--x-libraries=${X11BASE}/lib
|
||||||
CONFLICTS+= ghostscript7-nox11-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript7-nox11-[0-9]*
|
||||||
.else
|
.else
|
||||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
||||||
CONFIGURE_ARGS+=--without-x
|
CONFIGURE_ARGS+=--without-x
|
||||||
CONFLICTS+= ghostscript7-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript7-[0-9]*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SHLIB)
|
.if defined(WITH_SHLIB)
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ghostscript8
|
PORTNAME= ghostscript8
|
||||||
PORTVERSION= 8.71
|
PORTVERSION= 8.71
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \
|
MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \
|
||||||
SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
|
SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
|
||||||
|
@ -31,7 +31,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
|
||||||
tiff:${PORTSDIR}/graphics/tiff
|
tiff:${PORTSDIR}/graphics/tiff
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
|
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
|
||||||
|
|
||||||
CONFLICTS= gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]*
|
CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[79]-[0-9]* \
|
||||||
|
ghostscript[79]-*-[0-9]*
|
||||||
|
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
|
@ -117,7 +117,7 @@ USE_XORG= xt xext
|
||||||
CONFIGURE_ARGS+=--with-x \
|
CONFIGURE_ARGS+=--with-x \
|
||||||
--x-includes=${X11BASE}/include \
|
--x-includes=${X11BASE}/include \
|
||||||
--x-libraries=${X11BASE}/lib
|
--x-libraries=${X11BASE}/lib
|
||||||
CONFLICTS+= ghostscript8-nox11-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript8-nox11-[0-9]*
|
||||||
.if defined(WITH_GTK)
|
.if defined(WITH_GTK)
|
||||||
USE_GNOME= atk gdkpixbuf glib20 gtk20
|
USE_GNOME= atk gdkpixbuf glib20 gtk20
|
||||||
CONFIGURE_ARGS+=--enable-gtk
|
CONFIGURE_ARGS+=--enable-gtk
|
||||||
|
@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--disable-gtk
|
||||||
.else # defined(_X11_DEVS)
|
.else # defined(_X11_DEVS)
|
||||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
||||||
CONFIGURE_ARGS+=--without-x --disable-gtk
|
CONFIGURE_ARGS+=--without-x --disable-gtk
|
||||||
CONFLICTS+= ghostscript8-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript8-[0-9]*
|
||||||
.endif # defined(_X11_DEVS)
|
.endif # defined(_X11_DEVS)
|
||||||
|
|
||||||
# iconv specific
|
# iconv specific
|
||||||
|
|
|
@ -118,7 +118,7 @@ X11BITS= ""
|
||||||
CONFIGURE_ARGS+=--with-x \
|
CONFIGURE_ARGS+=--with-x \
|
||||||
--x-includes=${X11BASE}/include \
|
--x-includes=${X11BASE}/include \
|
||||||
--x-libraries=${X11BASE}/lib
|
--x-libraries=${X11BASE}/lib
|
||||||
CONFLICTS+= ghostscript9-nox11-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
|
||||||
.if defined(WITH_GTK)
|
.if defined(WITH_GTK)
|
||||||
USE_GNOME= atk gdkpixbuf glib20 gtk20
|
USE_GNOME= atk gdkpixbuf glib20 gtk20
|
||||||
CONFIGURE_ARGS+=--enable-gtk
|
CONFIGURE_ARGS+=--enable-gtk
|
||||||
|
@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--disable-gtk
|
||||||
.else # defined(_X11_DEVS)
|
.else # defined(_X11_DEVS)
|
||||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
||||||
CONFIGURE_ARGS+=--without-x --disable-gtk
|
CONFIGURE_ARGS+=--without-x --disable-gtk
|
||||||
CONFLICTS+= ghostscript9-[0-9]*
|
CONFLICTS_INSTALL+= ghostscript9-[0-9]*
|
||||||
X11BITS= "@comment "
|
X11BITS= "@comment "
|
||||||
.endif # defined(_X11_DEVS)
|
.endif # defined(_X11_DEVS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue