Date: Tue, 1 Dec 2015 19:35:50 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402778 - head/cad/opencascade Message-ID: <201512011935.tB1JZoIh065171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Tue Dec 1 19:35:50 2015 New Revision: 402778 URL: https://svnweb.freebsd.org/changeset/ports/402778 Log: - Chase library number changes from ports/r402502 applied to cad/vtk6. Submitted by: amdmi3@amdmi3.ru Approved by: thierry@FreeBSD.org Modified: head/cad/opencascade/Makefile Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Tue Dec 1 18:50:57 2015 (r402777) +++ head/cad/opencascade/Makefile Tue Dec 1 19:35:50 2015 (r402778) @@ -3,6 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= thierry @@ -29,7 +30,7 @@ SHEBANG_FILES= adm/templates/env.sh.in a adm/templates/custom.sh.in adm/templates/custom.sh.main \ adm/start.tcl draw.sh xcode.sh env.sh custom.sh.in \ gendoc codeblocks.sh -VTKVER= 6.1 +VTKVER= 6.2 OPTIONS_DEFINE= VIS DOCS VIS_DESC= Build Visualizazion module (requires OpenGL, freetype, ftgl and gl2ps) @@ -98,6 +99,10 @@ pre-configure: ${REINPLACE_CMD} -e 's|tcl8.6|tcl${TCL_VER:C|\.||}|;s|tk8.6|tk${TK_VER:C|\.||}|' \ ${WRKSRC}/adm/cmake/${mod}/CMakeLists.txt .endfor +.for mod in TKIVtk TKIVtkDraw + ${REINPLACE_CMD} -E 's/(vtk[[:alnum:]]+)\-6.1/\1\-${VTKVER}/' \ + ${WRKSRC}/adm/cmake/${mod}/CMakeLists.txt +.endfor .for es in env.sh adm/templates/env.sh.in ${REINPLACE_CMD} -e 's|lin|bsd|' ${WRKSRC}/${es} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512011935.tB1JZoIh065171>