1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

3219 Commits

Author SHA1 Message Date
Yuri Victorovich
693d1f70d2 cad/qflow: Update 1.4.81 -> 1.4.83
Reported by:	portscout
2020-06-23 16:53:07 +00:00
Loïc Bartoletti
13104bc892 cad/freecad: Prepare for Qt5.1.5
PR:             247010
Approved by:    tcberner (mentor, implicit)
Differential Revision:  https://reviews.freebsd.org/D25405
2020-06-23 15:44:49 +00:00
Tobias Kortkamp
109b0f84ca cad/graywolf: Unbreak build with GCC 10 (-fno-common)
/usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x5e40): multiple definition of `yyss'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x5e40): first defined here
/usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6240): multiple definition of `yyssp'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6240): first defined here
/usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x4ea0): multiple definition of `yyvs'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x4ea0): first defined here
/usr/local/bin/ld: src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6238): multiple definition of `yyvsp'; src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6238): first defined here

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/graywolf-0.1.6.3_1.log

PR:		246700
2020-06-22 03:13:11 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Stephen Montgomery-Smith
2a3693c671 - Update to 6.2.2006. 2020-06-19 16:18:47 +00:00
Yuri Victorovich
486bed2250 cad/netgen-lvs: Update 1.5.147 -> 1.5.148
Reported by:	portscout
2020-06-19 06:10:31 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00
Yuri Victorovich
b004bb027d cad/qflow: Update 1.4.80 -> 1.4.81
Reported by:	portscout
2020-06-15 03:54:23 +00:00
Yuri Victorovich
ba496e7254 cad/veroroute: Update 1.94 -> 1.96
Reported by:	portscout
2020-06-15 02:26:15 +00:00
Mark Linimon
711279bdb9 Mark as ONLY_FOR x86: rdtsc() is not available on other archs:
In file included from /wrkdirs/usr/ports/cad/netgen/work/netgen-6.2.2004/libsrc/core/utils.hpp:14:
  In file included from /usr/lib/clang/10.0.1/include/x86intrin.h:13:
  /usr/lib/clang/10.0.1/include/ia32intrin.h:188:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'

Approved by:	portmgr (tier-2 blanket)
2020-06-14 20:07:31 +00:00
Niclas Zeising
b4241081ef cad/gtkwave: Update to 3.3.104 2020-06-14 12:24:53 +00:00
Thierry Thomas
4ed8b82d01 Switch from mpich2 to mpich. 2020-06-14 09:12:26 +00:00
Stephen Montgomery-Smith
2761a887ad - Update to 6.2.2005.
- Revert r537594 and r537931, because their introduction did not stop build
  errors from pkg-fallout@.
2020-06-13 18:11:07 +00:00
Michael Reifenberger
95d1eed66f Remove BROKEN_i386 after the previous fix got verified.
PR:		234857
Reported by:	emaste@
2020-06-10 20:06:29 +00:00
Michael Reifenberger
5cf0865531 Try to fix i386 build.
While there update to 3.24.3.8

PR:		234857
Submitted by:	emaste@
2020-06-07 16:48:23 +00:00
Christoph Moench-Tegeder
17e5b388cc freecad: don't compress QResources for python code
rcc automatically compresses resources above a certain size, but as
we found out the hard way, loading compressed resources from python
fails and may even coredump. As a workaround, force-disable compression
on resources in python code (c++ code seems to be fine compressed or not),
which re-enables several workbenches (most notably: Draft) at the cost
of a few megabytes of disk space.

Reported by:	jeff@
MFH:		2020Q2
2020-06-07 16:26:56 +00:00
Yuri Victorovich
1eb74291ec cad/netgen-lvs: Update 1.5.146 -> 1.5.147
Reported by:	portscout
2020-06-06 00:44:59 +00:00
Fernando Apesteguía
ae49030f4b cad/lepton-eda: Update to 1.9.11
ChangeLog:
https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1911-20200604

PR:	246991
Submitted by:	graahnul.grom@gmail.com (maintainer)
2020-06-05 09:08:11 +00:00
Stephen Montgomery-Smith
c1f3be27e2 - Fix build error caused by lack of py-pybind11 dependency. I decided to
go this way instead of putting superbuild back on.
2020-06-04 19:09:36 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Stephen Montgomery-Smith
481fc36263 - 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.
2020-06-03 05:05:30 +00:00
Stephen Montgomery-Smith
2244ce15dc - Correct use of GH_* variables.
Reported by:	Jan Beich <jbeich@FreeBSD.org>
2020-06-03 03:01:23 +00:00
Stephen Montgomery-Smith
e17a7a2982 For some reason, distinfo had a file listed twice. This caused make fetch
to fail.
2020-05-31 00:04:36 +00:00
Michael Reifenberger
b7e8d92979 Update kicad-*devel to the latest changes. 2020-05-30 20:59:42 +00:00
Yuri Victorovich
793cf3d943 cad/digital: Update 0.22-250 -> 0.24 2020-05-30 01:55:24 +00:00
Loïc Bartoletti
d9a03f1090 cad/qcad: prepare for Qt5-5.15
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25048
2020-05-29 18:40:34 +00:00
Mark Linimon
9c744318ec Mark as BROKEN on powerpc64-12. It seems to build elsewhere (except mips,
where it is blocked).

Approved by:	portmgr (tier-2 blanket)
2020-05-29 04:19:30 +00:00
Alexey Dokuchaev
907a4eb7ab Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
Stephen Montgomery-Smith
4d678ffe69 - Update to 6.2.2004. This required a complete rewrite of the port.
PR:		246512
Submitted by:	yuri@freebsd.org
2020-05-26 02:33:57 +00:00
Mark Linimon
7bfccf5be4 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)
2020-05-25 22:35:04 +00:00
Sunpoet Po-Chuan Hsieh
3f66b8f906 Fix build with bison 3.6.2 2020-05-25 18:25:19 +00:00
Nicola Vitale
b888d3fa04 Update to 0.24.7
Changes:	https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.7
2020-05-24 16:08:36 +00:00
Yuri Victorovich
48ae4c1793 cad/qrouter: Update 1.4.82 -> 1.4.83
Reported by:	portscout
2020-05-23 20:47:07 +00:00
Yuri Victorovich
84b0509b58 cad/verilator: Update 4.028 -> 4.034
PR:		243698
Approved by:	kevinz5000@gmail.com (maintainer's timeout; 110 days)
2020-05-23 19:04:30 +00:00
Loïc Bartoletti
28a0c07667 [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
2020-05-23 06:57:49 +00:00
Sunpoet Po-Chuan Hsieh
aabbea4dfa Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
Tobias C. Berner
88524e6fba cad/librecad: prepare for Qt5-5.15 2020-05-21 10:32:29 +00:00
Mathieu Arnold
fd11f3f038 Regular USE_GITHUB cleanup. 2020-05-20 15:49:37 +00:00
Tobias C. Berner
2b81ca45b5 Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.

Reported by:	antoine
2020-05-18 10:12:22 +00:00
Yuri Victorovich
db88433137 cad/veroroute: Update 1.93 -> 1.94
Reported by:	portscout
2020-05-17 08:37:50 +00:00
Loïc Bartoletti
4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00
Rene Ladan
c2456f3821 cad/fritzing: fix fetch and unexpire
The distfile has been rerolled, and (mildly) checked by the submitter
for changes.

PR:		245224
Submitted by:	bob@eager.cx
Approved by:	maintainer (timeout, 6 weeks)
MFH:		2020Q2
2020-05-15 19:46:45 +00:00
Christoph Moench-Tegeder
035e735cff update KiCAD and it's libraries to 5.1.6
Announcement: https://kicad-pcb.org/blog/2020/05/KiCad-5.1.6-Release/
2020-05-15 16:31:25 +00:00
Jose Alonso Cardenas Marquez
c58bea1344 - Bump PORTREVISION. lazarus was updated to 2.0.8 2020-05-14 06:05:27 +00:00
Yuri Victorovich
53dcd952c2 cad/qrouter: Update 1.4.81 -> 1.4.82
Reported by:	portscout
2020-05-13 08:05:00 +00:00
Yuri Victorovich
6089fa4fad cad/qflow: Update 1.4.79 -> 1.4.80
Reported by:	portscout
2020-05-13 08:03:14 +00:00
Matthias Andree
38f53fd85b graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
  which missed getting bumped in v2.5.0.

* This release also fixes an improper failure in IlmImfTest
  when running on ARMv7 and AAarch64.

Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).

Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail.
2020-05-12 15:47:52 +00:00
Yuri Victorovich
2ce9d8f3ee cad/veroroute: Update 1.90 -> 1.93 2020-05-10 04:48:37 +00:00
Yuri Victorovich
0ceb17dc38 cad/librepcb: Update 0.1.3 -> 0.1.4
Reported by:	portscout
2020-05-09 04:48:10 +00:00
Matthias Andree
ded32047a7 graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0

* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).

* cad/PrusaSlicer:
    LIB_DEPENDS: remove version from libHalf.so
    BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
    USE_GL+=gl
    USES+=pkgconfig (needed to find libHalf)
2020-05-08 11:57:55 +00:00