Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 1997 12:30:21 -0700 (MST)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4896: update of tkcvs port
Message-ID:  <199710301930.MAA02974@peloton.physics.montana.edu>
Resent-Message-ID: <199710301940.LAA03355@hub.freebsd.org>

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

>Number:         4896
>Category:       ports
>Synopsis:       update of tkcvs port - new master site and tk80 dependence
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 30 11:40:01 PST 1997
>Last-Modified:
>Originator:     Brett Taylor
>Organization:
Montana State University, Bozeman
>Release:        FreeBSD 2.2-STABLE i386
>Environment:


>Description:

	I tried to contact the maintainer, but haven't heard a response
	from him.  The original master site, ftp.neosoft.com, has been
	screwing around with their archive and the distfile was really
	screwed up (tarball inside a tarball w/ wrong directory 
	structure).  I replaced that as a master site and added an
	additional site.  There's a note at neosoft saying that they will
	be working on the ftp side of things for awhile and this may
	screw up other ports that use ftp.neosoft.com as a master 
	site.  

	I switched the tk dependency from 4.1 to 8.0.  Finally,
	I changed 2 "cp" commands and 2 "install" commands to
	${CP} and ${INSTALL} respectively (caught by portlint).

>How-To-Repeat:

	use the attached diff below to modify the Makefile

>Fix:
	

diff -ruN tkcvs/Makefile tkcvs.new/Makefile
--- tkcvs/Makefile	Sun Oct 26 16:57:02 1997
+++ tkcvs.new/Makefile	Thu Oct 30 12:12:27 1997
@@ -8,11 +8,12 @@
 
 DISTNAME=	tkcvs-6.0
 CATEGORIES=	devel tk41
-MASTER_SITES=	ftp://ftp.neosoft.com/pub/tcl/sorted/apps/
+MASTER_SITES=	http://www.neosoft.com/tcl/ftparchive/sorted/apps/tkcvs-6.0/ \
+		http://ftp.sunet.se/pub/lang/tcl/sorted/apps/tkcvs-6.0/
 
 MAINTAINER=	shanee@augusta.de
 
-LIB_DEPENDS=	tk41\\.1\\.:${PORTSDIR}/x11/tk41
+LIB_DEPENDS=	tk80\\.1\\.:${PORTSDIR}/x11/tk80
 
 NO_BUILD=	yes
 
@@ -22,13 +23,13 @@
 	(cd $(WRKSRC)/tkcvs; sh ./doinstall)
 
 post-extract:
-	cp ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1
-	cp ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1
+	${CP} ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1
+	${CP} ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1
 
 post-install:
 .if !defined(NOPORTDOCS)
-	install -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/
-	install -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff
+	${INSTALL} -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/
+	${INSTALL} -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff
 .endif
 
 .include <bsd.port.mk>
>Audit-Trail:
>Unformatted:



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