diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-07 08:07:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-07 08:07:59 +0000 |
commit | 26f2eef22a09300a916d023b299aee123489aefd (patch) | |
tree | b310c2005253e08412fee3a51b6be4d788ad7ed7 /devel/e4graph | |
parent | 23c6754ed42b6be9cea286a6d2945cf67dad11fc (diff) | |
download | ports-26f2eef22a09300a916d023b299aee123489aefd.tar.gz ports-26f2eef22a09300a916d023b299aee123489aefd.zip |
Notes
Diffstat (limited to 'devel/e4graph')
-rw-r--r-- | devel/e4graph/Makefile | 7 | ||||
-rw-r--r-- | devel/e4graph/distinfo | 2 | ||||
-rw-r--r-- | devel/e4graph/files/patch-makefile.include.in | 11 | ||||
-rw-r--r-- | devel/e4graph/pkg-plist | 2 |
4 files changed, 9 insertions, 13 deletions
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 <bsd.port.mk> 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 |