Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 1999 13:15:08 +0200 (CEST)
From:      domi@saargate.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12817: gdict fix for conflict with dict port
Message-ID:  <199907261115.NAA89910@dominik.saargate.de>

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

>Number:         12817
>Category:       ports
>Synopsis:       gdict fix for conflict with dict port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 26 05:10:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Brettnacher
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:
>Description:

	"dict", installed by the gdict port conflicts with "dict" from
	the dict port. Therefore the first one is renamed to "cdict".

>How-To-Repeat:
>Fix:
	

diff -uNr gdict.old/Makefile gdict/Makefile
--- gdict.old/Makefile	Mon Jul 26 13:13:42 1999
+++ gdict/Makefile	Mon Jul 26 13:10:57 1999
@@ -16,6 +16,6 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/cdict ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -uNr gdict.old/pkg/PLIST gdict/pkg/PLIST
--- gdict.old/pkg/PLIST	Mon Jul 26 13:13:42 1999
+++ gdict/pkg/PLIST	Mon Jul 26 13:13:49 1999
@@ -1,2 +1,2 @@
-bin/dict
+bin/cdict
 bin/gdict

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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