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

(-)cad/stepcode/Makefile (-3 / +4 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	stepcode
4
PORTNAME=	stepcode
5
PORTVERSION=	0.8
5
PORTVERSION=	0.8
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
8
CATEGORIES=	cad
8
CATEGORIES=	cad
9
9
10
MAINTAINER=	fernando.apesteguia@gmail.com
10
MAINTAINER=	fernando.apesteguia@gmail.com
Lines 15-25 Link Here
15
15
16
BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
16
BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
17
17
18
USE_GITHUB=	yes
18
USES=		cmake:outsource compiler:c++11-lang
19
19
20
USE_GITHUB=	yes
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
22
22
USES=		cmake:outsource compiler:c++11-lang
23
CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
23
CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
24
		-DSC_BUILD_TYPE=Release
24
		-DSC_BUILD_TYPE=Release
25
25
Lines 27-31 Link Here
27
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner
27
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner
28
	@(cd ${STAGEDIR}${PREFIX} ; \
28
	@(cd ${STAGEDIR}${PREFIX} ; \
29
		${FIND} include \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST})
29
		${FIND} include \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST})
30
	@${MV} ${STAGEDIR}${PREFIX}/share/man/man1/* ${STAGEDIR}${PREFIX}/man/man1/
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)cad/stepcode/pkg-plist (-3 / +3 lines)
Lines 38-44 Link Here
38
bin/p21read_sdai_pdm
38
bin/p21read_sdai_pdm
39
bin/p21read_sdai_wip210e3
39
bin/p21read_sdai_wip210e3
40
bin/schema_scanner
40
bin/schema_scanner
41
@comment include/* is handled dynamically in the Makefile
42
lib/libbase.so
41
lib/libbase.so
43
lib/libbase.so.2
42
lib/libbase.so.2
44
lib/libbase.so.2.0.0
43
lib/libbase.so.2.0.0
Lines 114-118 Link Here
114
lib/libsteputils.so
113
lib/libsteputils.so
115
lib/libsteputils.so.2
114
lib/libsteputils.so.2
116
lib/libsteputils.so.2.0.0
115
lib/libsteputils.so.2.0.0
117
share/man/man1/exp2cxx.1
116
man/man1/exp2cxx.1.gz
118
share/man/man1/fedex.1
117
man/man1/fedex.1.gz
118
@dir share/man/man1

Return to bug 221835