View | Details | Raw Unified | Return to bug 55239
Collapse All | Expand All

(-)devel/e4graph/Makefile (-1 / +6 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	e4graph
9
PORTNAME=	e4graph
10
PORTVERSION=	1.0a7
10
PORTVERSION=	1.0a8
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 23-28 Link Here
23
23
24
WRKSRC=		${WRKDIR}/${DISTNAME}/all
24
WRKSRC=		${WRKDIR}/${DISTNAME}/all
25
25
26
USE_REINPLACE=	yes
27
USE_GMAKE=	yes
26
USE_LIBTOOL=	yes
28
USE_LIBTOOL=	yes
27
CONFIGURE_ARGS=	--with-metakit=${LOCALBASE} \
29
CONFIGURE_ARGS=	--with-metakit=${LOCALBASE} \
28
		--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \
30
		--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \
Lines 30-34 Link Here
30
CFLAGS+=	-fpermissive -I${LOCALBASE}/include/tcl8.3
32
CFLAGS+=	-fpermissive -I${LOCALBASE}/include/tcl8.3
31
MAKEFILE=	makefile
33
MAKEFILE=	makefile
32
INSTALLS_SHLIB=	yes
34
INSTALLS_SHLIB=	yes
35
36
post-patch:
37
	@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure
33
38
34
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)devel/e4graph/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (e4graph-1.0a7.src.tar.gz) = dba634f99c326b153751868af7cbe475
1
MD5 (e4graph-1.0a8.src.tar.gz) = 18a7b10d482fd405fbdef2bd39b29b5d
(-)devel/e4graph/files/patch-makefile.include.in (-11 lines)
Lines 1-11 Link Here
1
--- makefile.include.in.orig	Wed May  8 01:04:10 2002
2
+++ makefile.include.in	Fri Oct 11 04:07:02 2002
3
@@ -22,7 +22,7 @@
4
 
5
 # Compile flags:
6
 
7
-CXXFLAGS = -g -O4 -DPIC -fPIC -Dq4_INLINE
8
+CXXFLAGS = @CXXFLAGS@ -DPIC -fPIC -Dq4_INLINE
9
 
10
 # Programs used during make:
11
 
(-)devel/e4graph/pkg-plist (+2 lines)
Lines 16-18 Link Here
16
lib/libtxml.so
16
lib/libtxml.so
17
lib/libtxml.so.0
17
lib/libtxml.so.0
18
lib/libtxml.so.0.0.0
18
lib/libtxml.so.0.0.0
19
lib/tcl8.3/tgraph1.0/pkgIndex.tcl
20
@dirrm lib/tcl8.3/tgraph1.0

Return to bug 55239