From 62192b64e8a0f336b5392559708967bfc595b840 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 7 Aug 2003 08:07:59 +0000 Subject: Update to 1.0a8 PR: 55239 Submitted by: Ports Fury --- devel/e4graph/Makefile | 7 ++++++- devel/e4graph/distinfo | 2 +- devel/e4graph/files/patch-makefile.include.in | 11 ----------- devel/e4graph/pkg-plist | 2 ++ 4 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 devel/e4graph/files/patch-makefile.include.in (limited to 'devel/e4graph') diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index 79a36cfc9296..eb59fa7f9522 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -7,7 +7,7 @@ # PORTNAME= e4graph -PORTVERSION= 1.0a7 +PORTVERSION= 1.0a8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME}/all +USE_REINPLACE= yes +USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \ @@ -31,4 +33,7 @@ CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3 MAKEFILE= makefile INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure + .include diff --git a/devel/e4graph/distinfo b/devel/e4graph/distinfo index f097467b9f6e..c80f609ec67e 100644 --- a/devel/e4graph/distinfo +++ b/devel/e4graph/distinfo @@ -1 +1 @@ -MD5 (e4graph-1.0a7.src.tar.gz) = dba634f99c326b153751868af7cbe475 +MD5 (e4graph-1.0a8.src.tar.gz) = 18a7b10d482fd405fbdef2bd39b29b5d diff --git a/devel/e4graph/files/patch-makefile.include.in b/devel/e4graph/files/patch-makefile.include.in deleted file mode 100644 index 670af63168dd..000000000000 --- a/devel/e4graph/files/patch-makefile.include.in +++ /dev/null @@ -1,11 +0,0 @@ ---- makefile.include.in.orig Wed May 8 01:04:10 2002 -+++ makefile.include.in Fri Oct 11 04:07:02 2002 -@@ -22,7 +22,7 @@ - - # Compile flags: - --CXXFLAGS = -g -O4 -DPIC -fPIC -Dq4_INLINE -+CXXFLAGS = @CXXFLAGS@ -DPIC -fPIC -Dq4_INLINE - - # Programs used during make: - diff --git a/devel/e4graph/pkg-plist b/devel/e4graph/pkg-plist index 133859a876ab..c0d7b4a31258 100644 --- a/devel/e4graph/pkg-plist +++ b/devel/e4graph/pkg-plist @@ -16,3 +16,5 @@ lib/libtgraph.so.0.0.0 lib/libtxml.so lib/libtxml.so.0 lib/libtxml.so.0.0.0 +lib/tcl8.3/tgraph1.0/pkgIndex.tcl +@dirrm lib/tcl8.3/tgraph1.0 -- cgit