Update CONFLICTS lines.

PR:	ports/158028
This commit is contained in:
Hiroki Sato 2011-06-20 18:57:14 +00:00
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

View file

@ -7,7 +7,7 @@
PORTNAME= ghostscript7
PORTVERSION= 7.07
PORTREVISION= 23
PORTREVISION= 24
CATEGORIES= print
MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \
${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$,,}
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_GMAKE= yes
@ -127,11 +128,11 @@ USE_XORG= xt xext
CONFIGURE_ARGS+=--with-x \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
CONFLICTS+= ghostscript7-nox11-[0-9]*
CONFLICTS_INSTALL+= ghostscript7-nox11-[0-9]*
.else
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
CONFIGURE_ARGS+=--without-x
CONFLICTS+= ghostscript7-[0-9]*
CONFLICTS_INSTALL+= ghostscript7-[0-9]*
.endif
.if defined(WITH_SHLIB)

View file

@ -7,7 +7,7 @@
PORTNAME= ghostscript8
PORTVERSION= 8.71
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \
SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
@ -31,7 +31,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
tiff:${PORTSDIR}/graphics/tiff
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_GMAKE= yes

View file

@ -117,7 +117,7 @@ USE_XORG= xt xext
CONFIGURE_ARGS+=--with-x \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
CONFLICTS+= ghostscript8-nox11-[0-9]*
CONFLICTS_INSTALL+= ghostscript8-nox11-[0-9]*
.if defined(WITH_GTK)
USE_GNOME= atk gdkpixbuf glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--disable-gtk
.else # defined(_X11_DEVS)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
CONFIGURE_ARGS+=--without-x --disable-gtk
CONFLICTS+= ghostscript8-[0-9]*
CONFLICTS_INSTALL+= ghostscript8-[0-9]*
.endif # defined(_X11_DEVS)
# iconv specific

View file

@ -118,7 +118,7 @@ X11BITS= ""
CONFIGURE_ARGS+=--with-x \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
CONFLICTS+= ghostscript9-nox11-[0-9]*
CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
.if defined(WITH_GTK)
USE_GNOME= atk gdkpixbuf glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--disable-gtk
.else # defined(_X11_DEVS)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
CONFIGURE_ARGS+=--without-x --disable-gtk
CONFLICTS+= ghostscript9-[0-9]*
CONFLICTS_INSTALL+= ghostscript9-[0-9]*
X11BITS= "@comment "
.endif # defined(_X11_DEVS)