Unbroken, there was no new version out of alpha, and the moved distfile was easy enough to find. However tcl8 is stricter than tcl7 so I had to fix a forgotten quote too. This commit is from tkCVS.
This commit is contained in:
parent
ca19252069
commit
500a2aeb3d
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.3 1998/10/08 18:51:10 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1998/12/17 21:15:34 niklas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tkcvs-6.0
|
||||
CATEGORIES= devel
|
||||
|
||||
BROKEN= "code moved and newer version available"
|
||||
|
||||
MAINTAINER= todd@OpenBSD.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/
|
||||
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
|
||||
|
||||
RUN_DEPENDS= /usr/local/bin/wish8.0:${PORTSDIR}/x11/tk80
|
||||
|
||||
|
11
devel/tkcvs/patches/patch-ac
Normal file
11
devel/tkcvs/patches/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- tkcvs/cvs.tcl.orig Thu Dec 17 22:03:52 1998
|
||||
+++ tkcvs/cvs.tcl Thu Dec 17 22:04:05 1998
|
||||
@@ -285,7 +285,7 @@
|
||||
# -sj
|
||||
set errstr "You must select files to be committed with CVS version"
|
||||
set errstr "$errstr $cvscfg(cvsver)."
|
||||
- set errstr "$errstr\n\nEither select a list of files or upgrade
|
||||
+ set errstr "$errstr\n\nEither select a list of files or upgrade"
|
||||
set errstr "$errstr your CVS to version 1.3"
|
||||
cvserror "$errstr"
|
||||
return
|
Loading…
x
Reference in New Issue
Block a user