Index: head/devel/e4graph/files/patch-makefile.include.in =================================================================== --- head/devel/e4graph/files/patch-makefile.include.in (revision 86450) +++ head/devel/e4graph/files/patch-makefile.include.in (nonexistent) @@ -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: - Property changes on: head/devel/e4graph/files/patch-makefile.include.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/e4graph/Makefile =================================================================== --- head/devel/e4graph/Makefile (revision 86450) +++ head/devel/e4graph/Makefile (revision 86451) @@ -1,34 +1,39 @@ # ex:ts=8 # Ports collection makefile for: e4graph # Date created: Jul 16, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= e4graph -PORTVERSION= 1.0a7 +PORTVERSION= 1.0a8 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 BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ expat.4:${PORTSDIR}/textproc/expat2 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 \ --with-expat=${LOCALBASE} --enable-xml CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3 MAKEFILE= makefile INSTALLS_SHLIB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure .include Property changes on: head/devel/e4graph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/devel/e4graph/distinfo =================================================================== --- head/devel/e4graph/distinfo (revision 86450) +++ head/devel/e4graph/distinfo (revision 86451) @@ -1 +1 @@ -MD5 (e4graph-1.0a7.src.tar.gz) = dba634f99c326b153751868af7cbe475 +MD5 (e4graph-1.0a8.src.tar.gz) = 18a7b10d482fd405fbdef2bd39b29b5d Property changes on: head/devel/e4graph/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/e4graph/pkg-plist =================================================================== --- head/devel/e4graph/pkg-plist (revision 86450) +++ head/devel/e4graph/pkg-plist (revision 86451) @@ -1,18 +1,20 @@ bin/testcore include/e4graph.h include/e4xml.h include/t4graph.h include/t4graph_c.h include/t4xml_c.h lib/libe4graph.so lib/libe4graph.so.0 lib/libe4graph.so.0.0.0 lib/libe4xml.so lib/libe4xml.so.0 lib/libe4xml.so.0.0.0 lib/libtgraph.so lib/libtgraph.so.0 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 Property changes on: head/devel/e4graph/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property