| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION on consumers due to shared library bump.
Changes: https://www.libraw.org/news/libraw-0-20-2-Release
Notes:
svn path=/head/; revision=559789
|
|
|
|
|
|
|
| |
- fix / modify find calls and include directories in dependent ports
Notes:
svn path=/head/; revision=554642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog: https://nomacs.org/nomacs-3-16/
* AVIF support
* CR3, PCX support
* image editing: blurring added
* plugins: adds composite plugin
* windows: new multi-user installer
* adds default system theme
* flatpak: adds plugins
PR: 250757
Submitted by: vidar@karlsen.tech (maintainer)
Notes:
svn path=/head/; revision=554056
|
|
|
|
| |
Notes:
svn path=/head/; revision=537084
|
|
|
|
|
|
|
| |
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
Notes:
svn path=/head/; revision=530219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/nomacs/nomacs/releases
* Themes added (light and dark)
* RAW loader improvements
* Anti-aliasing improved
* Printing improved
* Batch cropping added
* Support for more file formats
* Start-up time reduced
* And various bug fixes
Submitter requests maintainership
PR: 245079
Submitted by: vidar@karlsen.tech
Notes:
svn path=/head/; revision=529861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also compress manpages in this location.
As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142
All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD
Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.
Reviewed by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D23166
Notes:
svn path=/head/; revision=523104
|
|
|
|
|
|
|
| |
Submitted by: bsd@tuxproject.de
Notes:
svn path=/head/; revision=522535
|
|
|
|
|
|
|
|
|
| |
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
Notes:
svn path=/head/; revision=520935
|
|
|
|
|
|
|
| |
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
Notes:
svn path=/head/; revision=512777
|
|
|
|
|
|
|
|
|
|
| |
C++11 compiler is necessary:
-- The compiler /usr/bin/c++ has no C++11 support. Please use a different C++ compiler.
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=512206
|
|
|
|
|
|
|
|
| |
Exp-run by: antoine
PR: 239028
Notes:
svn path=/head/; revision=506383
|
|
|
|
| |
Notes:
svn path=/head/; revision=506108
|
|
|
|
| |
Notes:
svn path=/head/; revision=504948
|
|
|
|
|
|
|
|
|
|
| |
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release
Notes:
svn path=/head/; revision=497222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings
Exp-run by: antoine
PR: 235943
PR: 234830
Notes:
svn path=/head/; revision=496059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also, reintegrate HTML documentation that was removed in previous version.
Notes:
svn path=/head/; revision=481833
|
|
|
|
| |
Notes:
svn path=/head/; revision=481215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=469466
|
|
|
|
|
|
|
|
|
| |
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
Notes:
svn path=/head/; revision=468519
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cmake/Utils.cmake already sets CMAKE_AUTOMOC to on.
Calling QT5_WRAP_CPP() used to be just redundant, as QUAZIP_MOC_SRC and
LIBQPSD_MOC_SRC were never actually added as source dependencies in
MacBuildTarget.cmake and UnixBuildTarget.cmake. In other words, CMake's own
automoc infrastructure was actually being used and the moc invocations from
QT5_WRAP_CPP() were not being made at all.
Starting with Qt 5.9.4, calling QT5_WRAP_CPP() disables the AUTOMOC property on
the macro's input files, which means neither CMake's automoc infrastructure not
QT5_WRAP_CPP()'s code were being used and we ended up with several 'undefined
reference to vtable' errors when linking.
Sent upstream: https://github.com/nomacs/nomacs/pull/187
PR: 225436
Notes:
svn path=/head/; revision=460286
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- previous version 2.2.0 from 2014, used Qt4, did not build with CMake 3.9
- current released version from 2017, Qt5
Maintainer timeout (16 days)
PR: 221918
Approved by: rakuco (mentor)
Submitted by: tcberner
Notes:
svn path=/head/; revision=449919
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
Notes:
svn path=/head/; revision=449853
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
Notes:
svn path=/head/; revision=438490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
- Side note: This had a dependency on jpeg before, so the JPEG
option default is ON. However, the configure script wasn't
detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump
Changes: http://www.libraw.org/download#changelog
Notes:
svn path=/head/; revision=431839
|
|
|
|
|
|
|
|
|
|
|
|
| |
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc
Notes:
svn path=/head/; revision=423216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The opencv-core dependency is not limited to the RAW option. The build
fails in a clean jail if the RAW option is turned off due to the missing
opencv dependency. Change it to an unconditional LIB_DEPENDS to fix
the build in the RAW-off configuration.
PR: 202497
Reported by: serpent7776 (gmail)
Approved by: maintainer timeout / just-fix-it
Notes:
svn path=/head/; revision=420443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
Notes:
svn path=/head/; revision=419170
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed
PR: 204553
Submitted by: graham@menhennitt.com.au
Notes:
svn path=/head/; revision=402228
|
|
|
|
| |
Notes:
svn path=/head/; revision=379522
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix the plist.
* Add patch to properly look for and link against pthreads, required by the
bundled webp copy used by the port (this fixes the build on FreeBSD >=
10). Ideally, we should just use webp from ports instead.
PR: 192046
Notes:
svn path=/head/; revision=374340
|
|
|
|
|
|
|
|
| |
PR: ports/192046
Submitted by: rodrigo
Notes:
svn path=/head/; revision=374261
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
|
|
| |
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=366215
|
|
|
|
|
|
|
|
|
| |
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Notes:
svn path=/head/; revision=350164
|
|
|
|
|
|
|
|
| |
PR: ports/186933
Submitted by: maintainer
Notes:
svn path=/head/; revision=345427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.
Bump PORTREVISION in ports that depend on libraw.
PR: ports/185118
Submitted by: rakuco@
Approved by: maintainer timeout (35 days)
Notes:
svn path=/head/; revision=341289
|
|
|
|
|
|
|
|
|
|
|
|
| |
while here
- Convert USE_DOS2UNIX to USES
- Convert all "if's" in options helpers
PR: ports/185036
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=337207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
Notes:
svn path=/head/; revision=335601
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331272
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Options are already described in bsd.options.desc.mk
- Convert to STAGEDIR
PR: ports/183011
Submitted by: Jens K. Loewe (maintainer)
Notes:
svn path=/head/; revision=330529
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=325924
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4.0
- Add TIFF option
PR: ports/180486
Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=323176
|
|
|
|
|
|
|
|
|
|
|
| |
- Add RAW option
- Convert to USES=desktop-file-utils
PR: ports/177733 (based on)
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=322088
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
| |
PR: ports/176454
Submitted by: "Jens K. Loewe" <bsd@tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=313286
|