1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

3933 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
df8005b90f editors/lazarus: Bump PORTREVISION of dependant ports
- editors/lazarus was updated to 2.2.4 and all ports depends of it must be
  rebuilt
2022-10-02 00:48:21 -05:00
Yuri Victorovich
d4f081b7e5 cad/verilator: Update 4.226 -> 4.228
Reported by:	portscout
2022-10-01 15:16:33 -07:00
Thierry Thomas
5e862f228e cad/camotics: chase the upgrade of C! 2022-09-30 17:16:37 +02:00
Christoph Moench-Tegeder
5dae4e84ca cad/kicad: update KiCAD and libraries to 6.0.8
Release Announcement:
  https://www.kicad.org/blog/2022/09/KiCad-6.0.8-Release/
2022-09-29 19:35:41 +02:00
Ganael LAPLANCHE
e3eba48aef devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
2022-09-28 12:28:09 +02:00
Piotr Kubaj
f1a513d447 cad/freecad: use webengine only on aarch64, amd64 and i386 2022-09-27 20:56:36 +02:00
Yuri Victorovich
a62f6ec871 cad/qflow: Update 1.4.98 -> 1.4.99
Reported by:	portscout
2022-09-24 19:45:16 -07:00
Yuri Victorovich
75138ba4a0 cad/netgen-lvs: Update 1.5.228 -> 1.5.233
Reported by:	portscout
2022-09-24 19:45:16 -07:00
Piotr Kubaj
a534aad1ce cad/libredwg: fix build on powerpc64*
Use newer LLVM with sanitizer libraries:
ld: error: cannot open /usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-powerpc64le.a: No such file or directory
2022-09-22 10:13:41 +00:00
Yasuhiro Kimura
164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00
Yuri Victorovich
769145c157 cad/openfpgaloader: Update 0.9.0 -> 0.9.1
Reported by:	portscout
2022-09-20 23:42:18 -07:00
Fernando Apesteguía
83fb668323 cad/calculix-ccx: update to 2.20
PR:		266421
Reported by:	rsmith@xs4all.nl
2022-09-20 17:36:08 +02:00
Fernando Apesteguía
b47113cfc4 cad/calculix: Update to 2.20
PR:		266422
Reported by:	rsmith@xs4all.nl (maintainer)
2022-09-20 17:34:54 +02:00
Jan Beich
8f87e3d181 multimedia/x264: update to 0.164.3095
Changes:	5db6aa6...baee400f
2022-09-18 11:55:57 +00:00
Yuri Victorovich
5c621083ee cad/netgen-lvs: Update 1.5.227 -> 1.5.228
Reported by:	portscout
2022-09-13 21:41:12 -07:00
Jason E. Hale
6c6319f1d1 cad/librecad: Update to 2.2.0-rc4
https://github.com/LibreCAD/LibreCAD/blob/2.2.0-rc4/CHANGELOG.md
2022-09-12 15:46:00 -04:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Thierry Thomas
31735a5b1a cad/opencascade: fix cmake files
A cmake macro, which should have configured $OCCT_INSTALL_BIN_LETTER was
not applied correctly. Thus some cmake files where badly configured, and
some consumers could not use them.

PR:		266280
Reported by:	yuri
MFH:		2022Q3
2022-09-10 13:12:13 +02:00
Yuri Victorovich
52b12d6aa4 cad/nvc: Broken on armv7
Reported by:	fallout
2022-09-09 14:49:50 -07:00
Daniel Engberg
e942e560c4 */*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
2022-09-09 22:32:24 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
b86221feea cleanup: remove trailing whitepaces 2022-09-07 12:26:41 +02:00
Yuri Victorovich
c82380c396 cad/yosys: Update 0.20 -> 0.21
Reported by:	portscout
2022-09-06 23:53:03 -07:00
Michael Reifenberger
a025e9ce23 cad/openscad-devel: Fix build
Remove qmake from USES.
Remove buildtools, add qmake_build to USE_QT.
Add two patches which got missed previously.
This should satisfy the build.
2022-09-06 19:44:05 +02:00
Dima Panov
1919c21bbd cad/ktechlab: pet stage-qa, declare hidden dependencies
Approved by:    portmgr blanket
2022-09-05 14:43:41 +03:00
Michael Reifenberger
10b4426955 cad/openscad-devel: Update and unbreak
Update to the current state as of 2022.09.03 and try to unbreak.
2022-09-05 12:20:15 +02:00
Yuri Victorovich
eb7817e721 cad/surelog: Broken on i386
Reported by:	fallout
2022-09-04 15:20:41 -07:00
Yuri Victorovich
3597a0500b cad/verilator: Update 4.224 -> 4.226
Reported by:	portscout
2022-09-01 13:10:31 -07:00
Yuri Victorovich
066900eb79 cad/nvc: Update 1.7.0-23 -> 1.7.1 2022-08-31 21:38:18 -07:00
Neel Chauhan
ccfc917818 cad/dinotrace: Update to 9.4f 2022-08-31 10:10:00 -07:00
Dmitry Marakasov
1b55ccdbb7 cad/py-ezdxf: switch to USES=pytest
Note that 5 tests are failing.

Approved by:	portmgr blanket
2022-08-30 21:55:06 +03:00
Fernando Apesteguía
a5f0cab27c cad/openvsp: update to 3.30.0
ChangeLog: http://openvsp.org/blogs/announcements/2022/08/28/openvsp-3-30-0-released

Too many changes to be listed here.
2022-08-29 16:58:37 +02:00
Yuri Victorovich
91557a8161 cad/surelog: Update 0.0-3950 -> 1.36
Reported by:	portscout
2022-08-28 13:56:19 -07:00
Michael Reifenberger
fc9023053e cad/qcad: Update
Update to 3.27.6.7
2022-08-27 18:50:58 +02:00
Yuri Victorovich
c4576ad471 cad/nvc: Broken on 14/i386
Reported by:	fallout
2022-08-23 20:54:06 -07:00
Stephen Montgomery-Smith
2baf0c771b cad/netgen: Update to 6.2.2204. 2022-08-20 20:09:48 -05:00
Matthias Andree
875d7c7d19 *: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Yuri Victorovich
b9cd357f7f cad/nvc: Update 1.7.0 -> 1.7.0-23
i386 build should be fixed.
2022-08-11 10:06:50 -07:00
Piotr Kubaj
a61bbc3023 cad/nvc: fix off by one for powerpc*
There are actually 32 GPR for POWER.
2022-08-10 21:40:22 +00:00
Piotr Kubaj
31821073e9 cad/nvc: fix build on powerpc*
1. Add machine context for powerpc*.
2. Disable LTO on powerpc64.
2022-08-10 19:20:22 +02:00
Yuri Victorovich
53b6e6fb77 cad/nvc: Broken on i386
Reported by:	fallout
2022-08-09 22:39:07 -07:00
Christoph Moench-Tegeder
fc3a94613d cad/freecad: update to 0.20.1
Release Notes (soon):
  https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.1
2022-08-10 00:02:17 +02:00
Yuri Victorovich
6cc4c3f3a7 cad/nvc: Update 1.6.2 -> 1.7.0 2022-08-07 13:30:46 -07:00
Yuri Victorovich
98443ea764 cad/nvc: Broken on armv6
Reported by:	fallout
2022-08-06 16:19:20 -07:00
Yuri Victorovich
c5b5901bf5 cad/surelog: Broken on armv6
Reported by:	fallout
2022-08-06 16:04:34 -07:00
Alexey Dokuchaev
127ed2d004 cad/sweethome3d: update Sweet Home 3D to bugfix version 7.0.2
Reported by:	portscout
2022-08-06 09:55:18 +00:00
Bernard Spil
57a153b696 archivers/libzip: Bump PORTREVISION on dependent ports 2022-08-05 17:58:34 +00:00
Diane Bruce
0628704aae ports/cura: Update to 4.13.1
Major update to 4.13.1 not 4.12
I've said it before and I'll say it again. This port should be a
group effort but a cads porting team. I'd be happy to give
up Maintainership as my only interest with cura was to get it into
ports.

PR:		ports/255630
Reported by:	unrelentingtech <greg@unrelenting.technology>
Tested by:	trombik1973@gmail.com
2022-08-04 18:52:04 -04:00