Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 14:54:38 -0500 (EST)
From:      Mikhail Teterin <mi@minime.privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24198: MAINTAINER UPRADE: graphics/gdtclft
Message-ID:  <200101091954.f09Jscx43941@minime.privatelabs.com>

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

>Number:         24198
>Category:       ports
>Synopsis:       MAINTAINER UPRADE: graphics/gdtclft
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 09 12:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	The current version 2.2.3 is not even available from the MASTER_SITE
	any more.

>How-To-Repeat:

>Fix:

--- Makefile	Thu Aug  3 05:24:44 2000
+++ Makefile	Tue Jan  9 14:35:52 2001
@@ -8,4 +8,4 @@
 PORTNAME=	Gdtclft
-PORTVERSION=	2.2.3
-CATEGORIES=	graphics tcl82
+PORTVERSION=	2.2.5
+CATEGORIES=	graphics tcl${TCL_DVER}
 MASTER_SITES=	ftp://ftp.graphviz.org/pub/
@@ -15,8 +15,12 @@
 
-LIB_DEPENDS=	tcl82.1:${PORTSDIR}/lang/tcl82 \
+LIB_DEPENDS=	tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \
 		gd.1:${PORTSDIR}/graphics/gd
 
+TCL_VER=	8.3
+TCL_DVER=	${TCL_VER:S/.//}
+
 USE_FREETYPE=	yes
 MAKEFILE=	${FILESDIR}/Makefile.bsd
-MAKE_ENV=	TCL_VER=8.2 MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV=	TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
+			INSTALL_DATA="${INSTALL_DATA}"
 ALL_TARGET=	all
@@ -28,2 +32,2 @@
 
-PLIST_SUB!=	${MAKE} -f ${MAKEFILE} env
+PLIST_SUB!=	${ENV} TCL_VER=${TCL_VER} ${MAKE} -f ${MAKEFILE} env
--- distinfo	Fri Jun  9 01:34:06 2000
+++ distinfo	Tue Jan  9 14:32:34 2001
@@ -1 +1 @@
-MD5 (Gdtclft2.2.3.tar.gz) = 1c63df8038e2b706cf807f401fd04508
+MD5 (Gdtclft2.2.5.tar.gz) = 01df44a277e04a48718c79b37212586c
--- files/Makefile.bsd	Fri Jun  9 01:34:06 2000
+++ files/Makefile.bsd	Tue Jan  9 14:49:05 2001
@@ -11,3 +11,5 @@
 
-LDADD		= -L${PREFIX}/lib -lgd -lttf -lpng -lz -lm
+TCL_STUB_LIB_SPEC!=	. ${PREFIX}/lib/tcl${TCL_VER}/tclConfig.sh; \
+		echo $$TCL_STUB_LIB_SPEC
+LDADD		= -L${PREFIX}/lib -lgd -lttf -lpng -lz -lm ${TCL_STUB_LIB_SPEC}
 

>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?200101091954.f09Jscx43941>