diff options
author | krion <krion@FreeBSD.org> | 2003-08-07 16:07:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-07 16:07:59 +0800 |
commit | 62192b64e8a0f336b5392559708967bfc595b840 (patch) | |
tree | fe5241f8899ee4e484086a82b3720951fd3f111b /devel/e4graph | |
parent | cae321a815debabadaee4c361e0e045adcc4c3e3 (diff) | |
download | freebsd-ports-gnome-62192b64e8a0f336b5392559708967bfc595b840.tar.gz freebsd-ports-gnome-62192b64e8a0f336b5392559708967bfc595b840.tar.zst freebsd-ports-gnome-62192b64e8a0f336b5392559708967bfc595b840.zip |
Update to 1.0a8
PR: 55239
Submitted by: Ports Fury
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 |