Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2001 13:58:47 -0500 (EST)
From:      Vivek Khera <khera@kciLink.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        obrien@freebsd.org
Subject:   ports/32704: update ical to use tk8.3
Message-ID:  <200112111858.fBBIwlJ64292@onceler.kciLink.com>

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

>Number:         32704
>Category:       ports
>Synopsis:       update ical to use tk8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 11:00:05 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.4-STABLE FreeBSD 4.4-STABLE #4: Tue Dec 11 10:12:07 EST 2001 khera@onceler.kciLink.com:/amd/yertle/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386


	
>Description:
	
deskutils/ical wants to use tcl/tk 8.2 but works just as well with the
latest tcl/tk 8.3.

>How-To-Repeat:
	
n/a
>Fix:

	
this patch moves ical from using tk82 to tk83.  I'm not sure if PORTREVISION
should be set.

--- #Makefile~	Tue Dec 11 13:52:43 2001
+++ Makefile	Tue Dec 11 13:52:43 2001
@@ -7,7 +7,8 @@
 
 PORTNAME=	ical
 PORTVERSION=	2.2
-CATEGORIES=	deskutils tk82
+PORTREVISION=	1
+CATEGORIES=	deskutils tk83
 MASTER_SITES=	ftp://ftp.sco.com/skunkware/src/shellutil/ \
 		ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \
 		ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \
@@ -16,14 +17,14 @@
 
 MAINTAINER=	obrien@FreeBSD.org
 
-LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
+LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-tclconfig=${PREFIX}/lib/tcl8.2 \
-		--with-tclhdir=${PREFIX}/include/tcl8.2 \
-		--with-tclsh=${PREFIX}/bin/tclsh8.2 \
-		--with-tkconfig=${PREFIX}/lib/tk8.2 \
-		--with-tkhdir=${PREFIX}/include/tk8.2
+CONFIGURE_ARGS=	--with-tclconfig=${PREFIX}/lib/tcl8.3 \
+		--with-tclhdir=${PREFIX}/include/tcl8.3 \
+		--with-tclsh=${PREFIX}/bin/tclsh8.3 \
+		--with-tkconfig=${PREFIX}/lib/tk8.3 \
+		--with-tkhdir=${PREFIX}/include/tk8.3
 
 MAN1=		ical.1
 
>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?200112111858.fBBIwlJ64292>