non port: cad/ifcopenshell/Makefile |
Number of commits found: 22 |
Thursday, 3 Oct 2024
|
10:25 Dima Panov (fluffy)
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC
55cfbcf |
Saturday, 13 Jul 2024
|
20:18 Po-Chuan Hsieh (sunpoet)
cad/ifcopenshell: Fix build with swig 4.2.0+
PR: 279489
Obtained
from: https://github.com/IfcOpenShell/IfcOpenShell/commit/589b98053e62ee14b6817e7d2b9f5b6b527310b7
83f5e22 |
Monday, 10 Jun 2024
|
13:07 Alexey Dokuchaev (danfe)
cad/ifcopenshell: unbreak the port and update to version 0.7.0.231127
Chase HTTP/1.1 301 Moved Permanently redirection in the WWW line and
disable HDF5 support for now pending some CMake-related build issues.
66bd68f |
Friday, 7 Jun 2024
|
15:11 Larry Rosenman (ler)
cad/ifcopenshell: Quiet portscout
Add PORTSCOUT restriction to avoid triggering daily message, as
upstream has daily releases.
Moved a line in the Makefile to please portlint.
PR: 279244
Reported by: Laurent Chardon <laurent.chardon@gmail.com>
66ba27f |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Thursday, 20 Oct 2022
|
19:13 Loïc Bartoletti (lbartoletti)
*/*: Reset maintainership
3f24b93 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Sunday, 22 May 2022
|
20:17 Dima Panov (fluffy)
cad/ifcopenshell: mark as BROKEN after recent boost upgrade
PR: 246106
d0a098c |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Friday, 4 Feb 2022
|
11:06 Loïc Bartoletti (lbartoletti)
cad/ifcopenshell: unbreak
Switch back to opencascade < 7.6
4805390 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 22 Mar 2021
|
09:03 lbartoletti
cad/ifcopenshell: add and enable PYTHON option
IfcOpenShell is mainly consumed via python (FreeCAD, Blender). So add this
option and set it as default.
While here:
- update ifcopenshell 0.6.0 to latest commit (AFAIK, there is no real versioning
atm) allow to build with swig >= 4
- remove patch-cmake_CMakeLists.txt (fixed upstream)
PR: 254402
Reported by: Greg V <greg@unrelenting.technology>
|
Friday, 19 Mar 2021
|
16:46 mat
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC.
|
Saturday, 12 Dec 2020
|
17:04 thierry
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run
|
Saturday, 14 Nov 2020
|
17:25 thierry
- Upgrade cad/opencascade to 7.5.0
Release notes at
<https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf>
- Bump PORTREVISION of consumers.
|
Monday, 25 May 2020
|
22:35 linimon
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
Target "IfcGeom_ifc2x3" requires the language dialect "CXX11" (with
compiler extensions), but CMake does not know the compile flags to use to
enable it.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 23 May 2020
|
06:57 lbartoletti
[NEW PORT] cad/ifcopenshell: Open source IFC library and geometry engine
IfcOpenShell is an open source (LGPL) software library for working with the
Industry Foundation Classes (IFC) file format. Currently supported IFC
releases are IFC2x3 TC1 and [IFC4 Add2 TC1].
PR: 243007
Reported by: chitty_cloud@me.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24687
|
Number of commits found: 22 |