Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 05:05:30 +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: r537594 - head/cad/netgen
Message-ID:  <202006030505.05355UGv064407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Jun  3 05:05:30 2020
New Revision: 537594
URL: https://svnweb.freebsd.org/changeset/ports/537594

Log:
  - Switch off superbuild in cmake.  I did this because cmake seemed to
    place all of its output in some cache file, and then print it at the end.
    I'm also getting mysterious build errors from pkg-fallout, and I am
    hoping this change will fix this.
  - I found that this change caused pybind11 include files to be not part
    of plist.
  - Bump portrevision because of the change to plist.

Modified:
  head/cad/netgen/Makefile
  head/cad/netgen/pkg-plist

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Wed Jun  3 04:30:04 2020	(r537593)
+++ head/cad/netgen/Makefile	Wed Jun  3 05:05:30 2020	(r537594)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netgen
 PORTVERSION=	6.2.2004
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	cad
 
@@ -26,6 +27,8 @@ USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
 CXXFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
+
+CMAKE_ARGS+=	-DUSE_SUPERBUILD=OFF
 
 OPTIONS_DEFINE=	JPEG MPEG CGNS
 

Modified: head/cad/netgen/pkg-plist
==============================================================================
--- head/cad/netgen/pkg-plist	Wed Jun  3 04:30:04 2020	(r537593)
+++ head/cad/netgen/pkg-plist	Wed Jun  3 05:05:30 2020	(r537594)
@@ -153,31 +153,6 @@ include/nglib.h
 include/occ/occgeom.hpp
 include/occ/occmeshsurf.hpp
 include/occ/vsocc.hpp
-include/pybind11/LICENSE
-include/pybind11/attr.h
-include/pybind11/buffer_info.h
-include/pybind11/cast.h
-include/pybind11/chrono.h
-include/pybind11/common.h
-include/pybind11/complex.h
-include/pybind11/detail/class.h
-include/pybind11/detail/common.h
-include/pybind11/detail/descr.h
-include/pybind11/detail/init.h
-include/pybind11/detail/internals.h
-include/pybind11/detail/typeid.h
-include/pybind11/eigen.h
-include/pybind11/embed.h
-include/pybind11/eval.h
-include/pybind11/functional.h
-include/pybind11/iostream.h
-include/pybind11/numpy.h
-include/pybind11/operators.h
-include/pybind11/options.h
-include/pybind11/pybind11.h
-include/pybind11/pytypes.h
-include/pybind11/stl.h
-include/pybind11/stl_bind.h
 include/soldata.hpp
 include/stlgeom/meshstlsurface.hpp
 include/stlgeom/stlgeom.hpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006030505.05355UGv064407>