Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 01:12:59 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        obrien@freebsd.org
Subject:   ports/35134: editors/vim: update to tcl83
Message-ID:  <200202200612.g1K6Cxv47573@wwweasel.geeksrus.net>

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

>Number:         35134
>Category:       ports
>Synopsis:       editors/vim: update to tcl83
>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:   Tue Feb 19 22:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386
>Description:

The "standard" tclXX port is lang/tcl83. Vim uses tcl80. The tclXX ports
and packages have files that overwrite each other.

This patch brings vim up to tcl83.

Note: uninstalling tcl80 will trash an existing tcl83 installation.
The only way to uninstall tclXX is to uninstall all tclXX ports(pkgs)
and then reinstall tcl83 (the one you want to keep).

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: editors/vim//Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/editors/vim/Makefile,v
retrieving revision 1.175
diff -u -3 -r1.175 Makefile
--- editors/vim//Makefile	16 Feb 2002 18:52:38 -0000	1.175
+++ editors/vim//Makefile	20 Feb 2002 05:54:55 -0000
@@ -9,7 +9,7 @@
 PORTNAME?=	vim
 PATCHLEVEL=	223
 PORTVERSION=	6.0.${PATCHLEVEL}
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	editors
 MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
 		ftp://ftp.nuxi.com/pub/vim/unix/ \
@@ -86,8 +86,8 @@
 .endif
 
 .if defined(WITH_TCL)
-BUILD_DEPENDS=	tclsh8.0:${PORTSDIR}/lang/tcl80
-LIB_DEPENDS=	tcl80.1:${PORTSDIR}/lang/tcl80
+BUILD_DEPENDS=	tclsh8.3:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS=	tcl83.1:${PORTSDIR}/lang/tcl83
 MAKE_ARGS+=	CONF_OPT_TCL="--enable-tclinterp"
 .endif
 
@@ -129,6 +129,7 @@
 
 pre-build:
 	@(cd ${WRKSRC}; ${MAKE} distclean)
+	@${PERL} -pi -e 's,8\.2,8.3,' ${WRKSRC}/auto/configure
 
 post-install:
 	[ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -sf vim gvim)
--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--



>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?200202200612.g1K6Cxv47573>