aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* cad/qcad: Exclude i386 buildMichael Reifenberger2024-04-041-1/+3
|
* cad/qcad: Update to 3.29.5.0Michael Reifenberger2024-03-261-5/+4
| | | | | | If qcad dumps core one needs to recompile devel/qt5-script with: CFLAGS+= -O0
* cad/qcad: remove unnecessary dependency on QtWebkitTobias C. Berner2023-09-131-3/+3
| | | | | This was removed upstream some time ago: https://github.com/qcad/qcad/commit/3775c83c0fc43bd1609b57d1977d498c5c2f6645
* cad/qcad: Fix build with llvm16Muhammad Moinur Rahman2023-08-061-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* cad/qcad: Update to 3.28.1.0Michael Reifenberger2023-06-221-1/+1
|
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* cad/qcad: UpdateMichael Reifenberger2022-10-091-3/+11
| | | | Update to the version 3.27.7.0
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | 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
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* cad/qcad: UpdateMichael Reifenberger2022-08-271-1/+1
| | | | Update to 3.27.6.7
* cad: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Andersson <anders@hack.org> * Bruce M Simpson <bms@FreeBSD.org> * Christoph Moench-Tegeder <cmt@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Diane Bruce <db@db.net> * Joachim Strombergson <watchman@ludd.ltu.se> * Johnny Sorocil <jsorocil@gmail.com> * Julian Jenkins <kaveman@magna.com.au> * Marc Fonvieille <blackend@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
* cad/qcad: UpdateMichael Reifenberger2022-05-191-2/+2
| | | | Update to 3.27.6.0
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-9/+9
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Clean up all commented PORTREVISION and PORTEPOCH linesTobias Kortkamp2021-04-191-1/+1
| | | | | | | | | No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Stop setting MAKE_JOBS_UNSAFE by only building release or debugMichael Reifenberger2021-03-281-2/+12
| | | | | | | | Submitted by: rakuco@ Differential Revision: https://reviews.freebsd.org/D19219 Notes: svn path=/head/; revision=569410
* Update to 3.26.1.0Michael Reifenberger2021-03-111-1/+1
| | | | Notes: svn path=/head/; revision=568126
* Update to 3.25.2.4Michael Reifenberger2020-11-211-1/+1
| | | | Notes: svn path=/head/; revision=556018
* Update to version 3.25.2.0Michael Reifenberger2020-09-101-1/+5
| | | | Notes: svn path=/head/; revision=548217
* Remove BROKEN_i386 after the previous fix got verified.Michael Reifenberger2020-06-101-4/+0
| | | | | | | | PR: 234857 Reported by: emaste@ Notes: svn path=/head/; revision=538437
* Try to fix i386 build.Michael Reifenberger2020-06-071-1/+2
| | | | | | | | | | While there update to 3.24.3.8 PR: 234857 Submitted by: emaste@ Notes: svn path=/head/; revision=538166
* Update Qt5 to 5.14.2Tobias C. Berner2020-04-131-0/+3
| | | | | | | | | | | | | | Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine Notes: svn path=/head/; revision=531601
* Update to 3.24.2.0Michael Reifenberger2020-01-191-1/+1
| | | | Notes: svn path=/head/; revision=523580
* Fixes and update to 3.24.1.0Michael Reifenberger2020-01-121-6/+2
| | | | | | | Submitted by: Tamas Tevesz Notes: svn path=/head/; revision=522792
* Update Qt5 to 5.13.2Tobias C. Berner2019-11-081-0/+3
| | | | | | | | | | | | | Announcement: https://www.qt.io/blog/qt-5.13.2-released Thanks to kai@ for updating webengine. PR: 241649 Exp-run by: antoine Notes: svn path=/head/; revision=517080
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* Mark BROKEN on i386 with lldAntoine Brodin2019-09-181-0/+4
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=512262
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update to v3.22.0.12Michael Reifenberger2019-06-021-4/+3
| | | | | | | Submitted by: Tamas TEVESZ Notes: svn path=/head/; revision=503319
* archivers/quazip: update to 0.8Tobias C. Berner2019-05-251-1/+1
| | | | | | | | | | From the changelog: * Support for UTF-8 in file names and comments (Denis Zavorotnyy) * get/setOsCode(), get/setDefaultOsCode() * Fixed Z_STREAM_END handling in QuaZioDevic Notes: svn path=/head/; revision=502590
* archivers/quazip: remove flavors (Qt4 deprecation)Tobias C. Berner2019-03-161-2/+2
| | | | Notes: svn path=/head/; revision=495949
* Simplify C*FLAGS for i386Michael Reifenberger2019-02-121-8/+4
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=492810
* Update to 3.21.3.15 and try to fix build for i386Michael Reifenberger2019-02-071-3/+9
| | | | Notes: svn path=/head/; revision=492387
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* USES=compiler:c++11-lang is necessary to build on GCC-based architectures.Mark Linimon2018-12-261-1/+1
| | | | | | | | | PR: 234394 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488380
* Update to 3.21.3.11Michael Reifenberger2018-12-081-2/+2
| | | | Notes: svn path=/head/; revision=486950
* Update Qt5 to 5.11.2Tobias C. Berner2018-09-251-1/+1
| | | | | | | | PR: 231560 Exp-run by: antoine Notes: svn path=/head/; revision=480692
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Really bunp PORTREVISION this time...Michael Reifenberger2018-07-091-1/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=474257
* Bump PORTREVISION to fix pkg building.Michael Reifenberger2018-07-091-1/+0
| | | | Notes: svn path=/head/; revision=474249
* Complete the switch to qt5 and upgrade to 3.21.1.1Michael Reifenberger2018-07-061-10/+4
| | | | | | | Submitted by: Tamas Tevesz ice@extreme.hu Notes: svn path=/head/; revision=474010
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update to version 3.20.1.7 and use QT5 due to compile errors when using QT4.Michael Reifenberger2018-06-221-5/+4
| | | | Notes: svn path=/head/; revision=473035
* Convert archivers/quazip and archivers/quazip-qt5 into flavorsTobias C. Berner2018-03-111-1/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14640 Notes: svn path=/head/; revision=464159
* Upgrade to 3.19.0.0Michael Reifenberger2017-11-111-2/+2
| | | | Notes: svn path=/head/; revision=453976
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Update to 3.17.3.6 and add missing linetypes.Michael Reifenberger2017-08-131-2/+2
| | | | | | | Reported by: Ban Lovko Notes: svn path=/head/; revision=447895
* Update to 3.17.1.0Michael Reifenberger2017-06-191-2/+2
| | | | Notes: svn path=/head/; revision=443884