non port: graphics/jpeg-turbo/Makefile |
SVNWeb
|
Number of commits found: 38 |
Sun, 26 Feb 2023
|
[ 14:04 Daniel Engberg (diizzy) ] af0a1a5
graphics/jpeg-turbo: Update to 2.1.5.1
* Minor rearrangement of Makefile for better readbility
* Adjust port to not override cflags defined by framework
Changelog:
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.5.1
PR: 269449
Reviewed by: desktop (tcberner)
Exp-run by: antoine
|
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 19:12 Daniel Engberg (diizzy) ] 305e64c
graphics/jpeg-turbo: Update to 2.1.4
Changelog: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.4
PR: 265890
Approved by: portmgr (antoine)
Exp-run by: antoine
|
[ 17:37 Tobias C. Berner (tcberner) ] 03ac419
graphics: Give ports maintained by portmgr to desktop@
These ports were traditionally maintained by portmgr@ to ensure
that they receive an exp-run.
Let's entrust them to desktop@ with a stern "remember to exp-run".
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D36316
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Sat, 12 Mar 2022
|
[ 07:58 Daniel Engberg (diizzy) ] a513bee
graphics/jpeg-turbo: Update to 2.1.3
Changelog: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.3
PR: 262222
Approved by: portmgr (antoine)
Exp-run by: antoine
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Tue, 9 Nov 2021
|
[ 18:24 Piotr Kubaj (pkubaj) ] fa175b9
graphics/jpeg-turbo: enable runtime AltiVec detection
Enables runtime AltiVec detection, which will improve performance on powerpc,
where AltiVec is not enabled by default.
Approved by: antoine
PR: 259562
|
Fri, 24 Sep 2021
|
[ 21:10 Daniel Engberg (diizzy) ] 6b077d7
graphics/jpeg-turbo: Disable SIMD instructions on ARMv6 platforms
libjpeg-turbo incorrectly assumes that SIMD instructions are
available on all ARM platforms
PR: 258685
Reported by: Martin Birgmeier
Approved by: antoine (portmgr / maintainer)
Differential Revision: https://reviews.freebsd.org/D32096
|
Sun, 19 Sep 2021
|
[ 19:17 Daniel Engberg (diizzy) ] c649b7e
graphics/jpeg-turbo: Update to 2.1.1
Backport upstream commits:
129f0cb76346ceede8f4d8d87dea8acb0809056c
173900b1cabb027495ae530c71250bcedc9925d5
exp-run by antoine
Additional build tests on aarch64 by mikael
PR: 258336
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D31988
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 1 Dec 2020
|
[ 14:58 antoine ]
Update to 2.0.6
|
Sun, 11 Oct 2020
|
[ 06:44 antoine ]
Update to 2.0.5
PR: 250190
MFH: 2020Q4
|
Wed, 22 Jan 2020
|
[ 06:01 antoine ]
Update to 2.0.4
|
Thu, 19 Sep 2019
|
[ 11:50 antoine ]
Update to 2.0.3
|
Sat, 16 Feb 2019
|
[ 17:34 antoine ]
Update to 2.0.2
With hat: portmgr
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Thu, 29 Nov 2018
|
[ 18:59 antoine ]
Update to 2.0.1
|
Mon, 13 Aug 2018
|
[ 20:22 antoine ]
Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0
Upstream switched build system to CMake
PR: 230143
With hat: portmgr
|
Sun, 24 Dec 2017
|
[ 17:35 antoine ]
Update to 1.5.3
|
Sun, 6 Aug 2017
|
[ 08:07 antoine ]
Update to 1.5.2
|
Wed, 22 Mar 2017
|
[ 19:16 antoine ]
tjbench links against libjpeg.so
|
Wed, 12 Oct 2016
|
[ 18:52 antoine ]
- Update jpeg-turbo to 1.5.1
- Add LICENSE
- Use the framework for tests
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 13:28 feld ]
Revert MAINTAINER update
These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.
Submitted by: antoine
|
[ 11:48 feld ]
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
|
Wed, 14 Oct 2015
|
[ 16:52 antoine ]
Update to 1.4.2
PR: 203634
|
Wed, 16 Sep 2015
|
[ 20:35 antoine ]
- Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts
- Change default jpeg implementation from jpeg to jpeg-turbo
Reviewed by: bapt, mat
Differential Revision: https://reviews.freebsd.org/D2884
|
Sun, 13 Sep 2015
|
[ 20:27 antoine ]
Fix negative shift with IFAST FDCT and qual=100
This fixes regression tests with clang 3.7.0
PR: 202762
Obtained
from: https://github.com/libjpeg-turbo/libjpeg-turbo/commit/4cfa3f4c39c2e46eca3a65c67411d15e08a3fc70
Approved by: maintainer timeout (15 days)
|
Mon, 1 Jun 2015
|
[ 19:13 antoine ]
- Update to 1.4.0
- Allow building on non i386/amd64 [1]
PR: 200095
Approved by: maintainer timeout (3 weeks)
Tested on: ia64 and sparc64 [1]
|
Sat, 10 Jan 2015
|
[ 13:51 antoine ]
Add CPE information
|
[ 12:23 antoine ]
Fix possible Huffman local buffer overrun
MFH: 2015Q1
Security: CVE-2014-9092
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 17:04 bapt ] (Only the first 10 of 487 ports in this commit are shown above. )
Cleanup plist
|
Sat, 30 Aug 2014
|
[ 14:34 adamw ]
Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.
PR: 193145
Submitted by: Jan Beich
|
Sat, 23 Aug 2014
|
[ 19:40 adamw ]
libjpeg-turbo installs its own unique library (libturbojpeg.so) and
a drop-in replacement for libjpeg.so.
This commit splits them apart into two ports:
graphics/libjpeg-turbo which installs only libturbojpeg.so
graphics/jpeg-turbo which installs the libjpeg.so replacement
This will allow ports to depend on libturbojpeg.so without causing
pkg conflicts.
Approved by: maintainer
|
Number of commits found: 38 |