FreeBSD Bugzilla – Attachment 30653 Details for
Bug 51511
Update port: devel/e4graph to 1.0a7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.43 KB, created by
tkato
on 2003-04-28 21:30:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-04-28 21:30:14 UTC
Size:
2.43 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51511
: 30653