Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2005 16:43:19 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/85498: [UPDATE] textproc/jade, textproc/sp: add CONFLICTS
Message-ID:  <1125430999.0@phobos.mars.bsd>
Resent-Message-ID: <200508301950.j7UJoHNL085582@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85498
>Category:       ports
>Synopsis:       [UPDATE] textproc/jade, textproc/sp: add CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 30 19:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


These 2 ports install files under the same name.

See:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/075707.html


>How-To-Repeat:





>Fix:


--- patch.diff begins here ---
diff -urN /usr/ports/textproc/jade/Makefile jade/Makefile
--- /usr/ports/textproc/jade/Makefile	Sat Jan  8 23:35:28 2005
+++ jade/Makefile	Tue Aug 30 16:36:45 2005
@@ -19,6 +19,8 @@
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	An object-oriented SGML/XML parser toolkit and DSSSL engine
 
+CONFLICTS=	sp-*
+
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
 USE_GMAKE=	yes
diff -urN /usr/ports/textproc/sp/Makefile sp/Makefile
--- /usr/ports/textproc/sp/Makefile	Wed Jul 27 18:37:38 2005
+++ sp/Makefile	Tue Aug 30 16:37:01 2005
@@ -13,6 +13,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An object-oriented toolkit for SGML parsing and entity management
 
+CONFLICTS=	jade-*
+
 .if ${MACHINE_ARCH} == sparc64
 BROKEN=		does not compile on ${MACHINE_ARCH}
 .endif
--- patch.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1125430999.0>