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

Collapse All | Expand All

(-)cad/freecad/Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	FreeCAD
3
PORTNAME=	FreeCAD
4
DISTVERSION=	0.17.g20160907
4
DISTVERSION=	0.17.g20160916
5
CATEGORIES=	cad
5
CATEGORIES=	cad
6
6
7
MAINTAINER=	pfg@FreeBSD.org
7
MAINTAINER=	pfg@FreeBSD.org
Lines 29-35 Link Here
29
		libshiboken-${PYTHON_VERSION}.so:devel/shiboken
29
		libshiboken-${PYTHON_VERSION}.so:devel/shiboken
30
30
31
USE_GITHUB=	yes
31
USE_GITHUB=	yes
32
GH_TAGNAME=	1ed3562
32
GH_TAGNAME=	15c368d
33
33
34
USES=		compiler:c++11-lang cmake:outsource jpeg python localbase
34
USES=		compiler:c++11-lang cmake:outsource jpeg python localbase
35
USE_XORG=	ice sm x11 xext xt
35
USE_XORG=	ice sm x11 xext xt
Lines 37-42 Link Here
37
USE_QT4=	qmake_build corelib gui moc_build network opengl rcc_build \
37
USE_QT4=	qmake_build corelib gui moc_build network opengl rcc_build \
38
		uic_build svg xml webkit
38
		uic_build svg xml webkit
39
39
40
BROKEN_FreeBSD_9=	Does not build on FreeBSD 9.x
41
40
CMAKE_INSTALL_PREFIX=	${PREFIX}/${PORTNAME}
42
CMAKE_INSTALL_PREFIX=	${PREFIX}/${PORTNAME}
41
43
42
CMAKE_ARGS+=	"-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE"
44
CMAKE_ARGS+=	"-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE"
(-)cad/freecad/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1473262638
1
TIMESTAMP = 1474219370
2
SHA256 (FreeCAD-FreeCAD-0.17.g20160907-1ed3562_GH0.tar.gz) = 6b635831b951c124c57e3d89adfd304fb4183187f371874eb59f0b965f09ba8f
2
SHA256 (FreeCAD-FreeCAD-0.17.g20160916-15c368d_GH0.tar.gz) = b08e06f131655fbf101d7fbc9393d895f0dc2dc2de279a580b8f3fcd56e19b3e
3
SIZE (FreeCAD-FreeCAD-0.17.g20160907-1ed3562_GH0.tar.gz) = 114927605
3
SIZE (FreeCAD-FreeCAD-0.17.g20160916-15c368d_GH0.tar.gz) = 114935689

Return to bug 212803