| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
|
| |
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION to force a rebuild so that they pick up
the fixed CMake find_package(ZLIB) which is needed on 14-
PR: 273915
Reported by: Rolf Halme
|
|
|
|
|
| |
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
|
|
|
|
|
|
|
| |
Release notes: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.13.0
Approved by: maintainer (implicit)
Sponsored by: Serenity Cybersecurity, LLC
|
|
|
|
|
| |
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
|
|
|
|
| |
...after its major revision update.
|
|
|
|
|
|
|
| |
Changelog: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.12.0
Approved by: maintainer (implicit)
Sponsored by: Serenity Cybersecurity, LLC
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.11.0 \
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.10.0 \
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.9.0 \
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.8.0 \
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.7.1 \
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.7.0
Approved by: maintainer (implicit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
In file included from /wrkdirs/usr/ports/graphics/openshadinglanguage/work/OpenShadingLanguage-1.12.6.2/src/include/OSL/mask.h:7:
In file included from /usr/lib/clang/13.0.0/include/immintrin.h:17:
/usr/lib/clang/13.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
__builtin_ia32_emms();
|
|
|
|
|
|
|
| |
As of 3c5189a0fd4c82addfb659024bf28c5006bf88f7 there's no need to
define NDEBUG by hand
Reviewed by: Shane Ambler <FreeBSD@Shaneware.biz> (private email)
|
|
|
|
|
| |
Changelog: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases/tag/v1.12.6.2
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
PR: 246106
|
|
|
|
|
|
|
|
| |
Includes move to new github account - AcademySoftwareFoundation
This update is to add support for clang/llvm 13+
PR: 260163
Sponsored by: Netzkommune GmbH.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* oslc/OSLCompiler: Check for errors when when writing oso (for example, disk volume full).
* Fix crash generating closure function calls with LLVM 11.
* Build: LLVM 12 compatibility.
* Build: Support for CMake 3.20
* Build: Be robust to certain OpenEXR 2.x config fies.
* Build: Fixes to deal with newer OIIO builds that are C++14.
* Fix library setup for LLVM installations consisting of static libraries.
* Fix warnings that occur when compiling with clang and C++17 mode.
* CI/testing: Additional CI tests for clang+c++17, gcc11, llvm 12, speed up CI builds by not building the testing components of OIIO.
* Changes for compatibility with OpenImageIO 2.3.
* Fix potential crashes (or at least undefined behavior) due to missing virtual destructor of internal Symbol type.
PR: 258440
Approved by: maintainer
|
|
|
|
| |
OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
|
| |
|
|
|
|
|
|
| |
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
/usr/include/c++/v1/__threading_support:135:3: error: Unsupported architecture
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=565850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b
Notes:
svn path=/head/; revision=565123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Reported by: VVD (IRC, #bsdports)
Notes:
svn path=/head/; revision=560022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Notes:
svn path=/head/; revision=560002
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
|
|
|
|
|
|
|
|
| |
PR: 250990
Submitted by: vvd@unislabs.com
Approved by: maintainer
Notes:
svn path=/head/; revision=555532
|
|
|
|
|
|
|
|
|
|
| |
Includes support for new slave port to install python module.
PR: 249138
Submitted by: maintainer
Notes:
svn path=/head/; revision=548581
|
|
|
|
|
|
|
|
|
|
|
| |
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.
This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild.
Notes:
svn path=/head/; revision=544853
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
Approved by: portmgr (blanket)
MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3
Notes:
svn path=/head/; revision=542353
|
|
|
|
|
|
|
|
| |
PR: 246863
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Notes:
svn path=/head/; revision=540684
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=537138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=534996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=534388
|
|
|
|
|
|
|
|
|
| |
PR: 244189
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=527184
|
|
|
|
|
|
|
|
| |
PR: 244140
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Notes:
svn path=/head/; revision=526433
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.
Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0
The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
Notes:
svn path=/head/; revision=522079
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
Notes:
svn path=/head/; revision=519824
|
|
|
|
|
|
|
|
|
|
| |
Bump LLVM dependency to llvm80.
PR: 241071
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Notes:
svn path=/head/; revision=514416
|