View | Details | Raw Unified | Return to bug 211921 | Differences between
and this patch

Collapse All | Expand All

(-)cad/brlcad/Makefile (-5 / +8 lines)
Lines 10-15 Link Here
10
MAINTAINER=	erik@brlcad.org
10
MAINTAINER=	erik@brlcad.org
11
COMMENT=	CSG modelling system from the US Ballistic Research Laboratory
11
COMMENT=	CSG modelling system from the US Ballistic Research Laboratory
12
12
13
LICENSE=	LGPL21
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
BROKEN_sparc64=	does not compile: invokes i386 assembler
17
13
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
18
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
14
		${LOCALBASE}/include/tnt/jama_lu.h:math/jama \
19
		${LOCALBASE}/include/tnt/jama_lu.h:math/jama \
15
		xsltproc:textproc/libxslt
20
		xsltproc:textproc/libxslt
Lines 22-44 Link Here
22
27
23
CONFLICTS_INSTALL=	py[23][0-9]-epsilon
28
CONFLICTS_INSTALL=	py[23][0-9]-epsilon
24
29
30
USES=		tar:bzip2 bison pathfix cmake:outsource pkgconfig tk:85 localbase
25
USE_GL=		gl glu
31
USE_GL=		gl glu
26
USE_XORG=	ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
32
USE_XORG=	ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
27
		xproto xrender xscrnsaver xt xxf86vm
33
		xproto xrender xscrnsaver xt xxf86vm
28
USES=		tar:bzip2 bison pathfix cmake:outsource pkgconfig tk:85
29
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
30
35
31
PREFIX?=	${LOCALBASE}/${PORTNAME}
36
CMAKE_INSTALL_PREFIX=	${PREFIX}/${PORTNAME}
32
NO_MTREE=	yes
37
NO_MTREE=	yes
33
38
34
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
39
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
35
40
36
CFLAGS+=	-I${LOCALBASE}/include
37
#LDFLAGS+=	-L${LOCALBASE}/lib
38
CMAKE_ARGS=	-DBRLCAD_ENABLE_STRICT:BOOL=OFF
41
CMAKE_ARGS=	-DBRLCAD_ENABLE_STRICT:BOOL=OFF
39
MANPREFIX=	${PREFIX}/share
42
MANPREFIX=	${PREFIX}/share
40
43
41
BROKEN_sparc64=	does not compile: invokes i386 assembler
44
TEST_TARGET= check
42
45
43
post-patch:
46
post-patch:
44
	@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl
47
	@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl

Return to bug 211921