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

(-)devel/e4graph/Makefile (-3 / +11 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	e4graph
9
PORTNAME=	e4graph
10
PORTVERSION=	1.0a8
10
PORTVERSION=	1.0a9
11
PORTREVISION=	1
12
CATEGORIES=	devel tcl84
11
CATEGORIES=	devel tcl84
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 35-44 Link Here
35
INSTALLS_SHLIB=	yes
34
INSTALLS_SHLIB=	yes
36
PLIST_SUB=	TCL_VER="${TCL_VER}"
35
PLIST_SUB=	TCL_VER="${TCL_VER}"
37
36
37
.if defined(WITH_PYTHON)
38
USE_PYTHON=	yes
39
CONFIGURE_ARGS+=	--enable-python
40
PLIST_SUB+=	PYTHON=""
41
.else
42
PLIST_SUB+=	PYTHON="@comment "
43
.endif
44
38
TCL_VER?=	8.4
45
TCL_VER?=	8.4
39
TCLVND=		${TCL_VER:S/.//}
46
TCLVND=		${TCL_VER:S/.//}
40
47
41
post-patch:
48
post-patch:
42
	@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g' ${WRKSRC}/configure
49
	@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \
50
		 s|gcc -shared|$$(CC) -shared|g' ${WRKSRC}/configure
43
51
44
.include <bsd.port.mk>
52
.include <bsd.port.mk>
(-)devel/e4graph/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (e4graph-1.0a8.src.tar.gz) = 18a7b10d482fd405fbdef2bd39b29b5d
1
MD5 (e4graph-1.0a9.src.tar.gz) = dfcd9a5c02aa435dd47f3d9f14593064
(-)devel/e4graph/pkg-plist (+4 lines)
Lines 1-5 Link Here
1
bin/testcore
1
bin/testcore
2
include/e4graph.h
2
include/e4graph.h
3
%%PYTHON%%include/e4py.h
3
include/e4xml.h
4
include/e4xml.h
4
include/t4graph.h
5
include/t4graph.h
5
include/t4graph_c.h
6
include/t4graph_c.h
Lines 7-12 Link Here
7
lib/libe4graph.so
8
lib/libe4graph.so
8
lib/libe4graph.so.0
9
lib/libe4graph.so.0
9
lib/libe4graph.so.0.0.0
10
lib/libe4graph.so.0.0.0
11
%%PYTHON%%lib/libe4py.so
12
%%PYTHON%%lib/libe4py.so.0
13
%%PYTHON%%lib/libe4py.so.0.0.0
10
lib/libe4xml.so
14
lib/libe4xml.so
11
lib/libe4xml.so.0
15
lib/libe4xml.so.0
12
lib/libe4xml.so.0.0.0
16
lib/libe4xml.so.0.0.0

Return to bug 56634