Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 05:20:27 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51511: Update port: devel/e4graph to 1.0a7
Message-ID:  <20030429052027.7a9b201c.tkato@prontomail.com>
Resent-Message-ID: <200304282030.h3SKUFQA002107@freefall.freebsd.org>

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

>Number:         51511
>Category:       ports
>Synopsis:       Update port: devel/e4graph to 1.0a7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 13:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.0a7

Remove file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/e4graph/Makefile devel/e4graph/Makefile
--- /usr/ports/devel/e4graph/Makefile	Sat Apr 12 22:40:25 2003
+++ devel/e4graph/Makefile	Wed Apr 23 03:10:40 2003
@@ -7,11 +7,11 @@
 #
 
 PORTNAME=	e4graph
-PORTVERSION=	1.0a6
-PORTREVISION=	2
+PORTVERSION=	1.0a7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+EXTRACT_SUFX=	.src.tar.gz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A C++ library that persistently stores graph like data
@@ -25,9 +25,9 @@
 
 USE_LIBTOOL=	yes
 CONFIGURE_ARGS=	--with-metakit=${LOCALBASE} \
-		--with-tcl=${LOCALBASE} --enable-tcl \
+		--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \
 		--with-expat=${LOCALBASE} --enable-xml
-CFLAGS+=	-fpermissive
+CFLAGS+=	-fpermissive -I${LOCALBASE}/include/tcl8.3
 MAKEFILE=	makefile
 INSTALLS_SHLIB=	yes
 
diff -urN /usr/ports/devel/e4graph/distinfo devel/e4graph/distinfo
--- /usr/ports/devel/e4graph/distinfo	Tue Jul 16 04:33:24 2002
+++ devel/e4graph/distinfo	Wed Apr 23 02:56:51 2003
@@ -1 +1 @@
-MD5 (e4graph-1.0a6.tar.gz) = 694eb8efc4259d07770c121f7a1c6347
+MD5 (e4graph-1.0a7.src.tar.gz) = dba634f99c326b153751868af7cbe475
diff -urN /usr/ports/devel/e4graph/files/patch-configure devel/e4graph/files/patch-configure
--- /usr/ports/devel/e4graph/files/patch-configure	Tue Jul 16 04:33:24 2002
+++ devel/e4graph/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,25 +0,0 @@
---- configure.orig	Wed May  8 00:04:10 2002
-+++ configure	Tue Jul 16 03:14:40 2002
-@@ -731,9 +731,9 @@
-     # pointing at a Tcl installation in a non-standard place.
- 
-     if test x"${with_tcl}" != x ; then
--	if test -f "${with_tcl}/include/tcl.h" ; then
-+	if test -f "${with_tcl}/include/tcl8.3/tcl.h" ; then
- 	     ac_cv_c_tcl=`(cd ${with_tcl}; pwd)`
--	     ac_cv_c_tcl_inc=${ac_cv_c_tcl}/include
-+	     ac_cv_c_tcl_inc=${ac_cv_c_tcl}/include/tcl8.3
- 	     ac_cv_c_tcl_lib=${ac_cv_c_tcl}/lib
- 	else
- 	     { echo "configure: error: ${with_tcl}/include doesn't contain tcl.h" 1>&2; exit 1; }
-@@ -804,8 +804,8 @@
-     if test x"${with_expat}" != x ; then
- 	if test -f "${with_expat}/include/expat.h" ; then
- 	    ac_cv_c_expat=`(cd ${with_expat}/include; pwd)`
--	    ac_cv_c_expat_inc=${ac_cv_c_expat}/include
--	    ac_cv_c_expat_lib=${ac_cv_c_expat}/lib
-+	    ac_cv_c_expat_inc=${with_expat}/include
-+	    ac_cv_c_expat_lib=${with_expat}/lib
- 	else
- 	    { echo "configure: error: ${with_expat}/include does not contain expat.h" 1>&2; exit 1; }
- 	fi
>Release-Note:
>Audit-Trail:
>Unformatted:



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