Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.04.02_2 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
11.04.02_1 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
11.04.02 29 Sep 2023 22:10:55 |
Craig Leres (leres) |
graphics/netpbm: Update to 11.04.01
https://sourceforge.net/p/netpbm/code/4700/tree/advanced/doc/HISTORY
Changes since 11.04.00:
- pjtoppm: fix crash based on uninitialized variable. Introduced
in Netpbm 11.04 (two days ago).
- Build: Fix compile error on systems without 'asprintf'. Introduced
in Netpbm 11.04 (yesterday).
Changes since 11.03.06:
- pamaddnoise: add -salt. (Only the first 15 lines of the commit message are shown above ) |
11.03.06 25 Sep 2023 23:41:51 |
Craig Leres (leres) |
graphics/netpbm: Update to 11.03.06
Changes since 11.03.05:
- pbmtoxbm: Fix spurious output with really wide rows.
Also: Use https instead of http/svn. |
11.03.05 10 Sep 2023 17:42:40 |
Craig Leres (leres) |
graphics/netpbm: Switch to 11.03.05 (advanced train) from sourceforge
The sourceforge repo does not create actual releases, instead
they to commit to stable and advanced branches. So build
one using svn/tar and distribute via MASTER_SITES=LOCAL/... (Crib
do-fetch logic from graphics/yukon and devel/libopenbsd.)
Remove MANPAGES option (no longer included).
Remove PERL option (we're now unconditionally dependant on perl).
Remove STATIC option (does not build because graphics/jasper no
longer installs a static library).
Reported by: diizzy
PR: 262212 |
10.91.01_3 21 Aug 2023 21:30:59 |
Craig Leres (leres) |
graphics/netpbm: Unbreak build WITH_PIE
While we're here fix portlint nit.
Reported by: netchild
PR: 268982 |
10.91.01_3 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
10.91.01_2 02 May 2023 16:17:43 |
Po-Chuan Hsieh (sunpoet) |
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755 |
10.91.01_1 10 Sep 2022 14:36:26 |
Tobias Kortkamp (tobik) |
graphics/netpbm: Use working mirror
The t6/netpbm mirror will be deleted. I haven't updated it since 2020. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
10.91.01_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
10.91.01_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
10.91.01_1 16 Apr 2022 20:55:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae |
10.91.01 16 Apr 2022 04:19:51 |
Po-Chuan Hsieh (sunpoet) |
graphics/netpbm: Fix build with jasper 3.0.2
Approved by: leres (maintainer) |
10.91.01 11 Sep 2021 11:16:30 |
Bernhard Froehlich (decke) |
graphics/netpbm: Add CPE information
Approved by: portmgr (blanket) |
10.91.01 25 Jul 2021 01:35:14 |
Craig Leres (leres) |
graphics/netpbm: Don't install dangling symlink when PERL is not selected
As per the PR, a symlink for pnmquantall was getting installed
for the binary and man page with the PERL option off.
While we're here, fix a portlint nit (sed -> ${SED).
Take maintainership.
PR: 255658
Reported by: Philippe Michel |
10.91.01 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
10.91.01 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.91.01 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
10.91.01 24 Jul 2020 18:03:57 |
tobik |
graphics/netpbm: Update to 10.91.01
Changes: https://github.com/t6/netpbm/blob/v10.91.01/doc/HISTORY |
10.91.00 10 Jul 2020 17:24:41 |
naddy |
Re-enable the pnmquant test, which was fixed in 10.89.
Approved by: tobik |
10.91.00 01 Jul 2020 17:44:32 |
tobik |
graphics/netpbm: Update to 10.91.00
Changes: https://github.com/t6/netpbm/blob/v10.91.00/doc/HISTORY |
10.90.04 13 Jun 2020 17:14:49 |
tobik |
graphics/netpbm: Update to 10.90.04
Changes: https://github.com/t6/netpbm/blob/v10.90.04/doc/HISTORY |
10.90.03 04 Jun 2020 18:17:05 |
tobik |
graphics/netpbm: Update to 10.90.03
Changes: https://github.com/t6/netpbm/blob/v10.90.03/doc/HISTORY |
10.90.02 06 May 2020 17:43:39 |
tobik |
graphics/netpbm: Update to 10.90.02
Changes: https://github.com/t6/netpbm/blob/v10.90.02/doc/HISTORY |
10.90.01 23 Apr 2020 04:12:31 |
tobik |
graphics/netpbm: Update to 10.90.01
Changes: https://github.com/t6/netpbm/blob/v10.90.01/doc/HISTORY |
10.90.00 28 Mar 2020 06:51:10 |
tobik |
graphics/netpbm: Update to 10.90.00
Changes: https://github.com/t6/netpbm/blob/v10.90.00/doc/HISTORY |
10.89.01 27 Mar 2020 07:35:00 |
tobik |
graphics/netpbm: Reexport CC
Support inheriting CC from the build environment. `make CC=foo`
works like it should but `env CC=foo make` does not.
PR: 245076 |
10.89.01 19 Jan 2020 09:14:17 |
tobik |
graphics/netpbm: Update to 10.89.01
Changes: https://github.com/t6/netpbm/blob/v10.89.01/doc/HISTORY |
10.89.00 01 Jan 2020 12:05:22 |
tobik |
graphics/netpbm: Update to 10.89.00
Changes: https://github.com/t6/netpbm/blob/v10.89.00/doc/HISTORY |
10.88.01_1 27 Dec 2019 13:43:00 |
bapt |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
10.88.01 05 Dec 2019 07:17:24 |
tobik |
graphics/netpbm: Update to 10.88.01
Changes: https://github.com/t6/netpbm/blob/v10.88.01/doc/HISTORY |
10.88.00 31 Oct 2019 09:10:55 |
tobik |
Add missing USES to my ports, round 2 |
10.88.00 30 Sep 2019 14:02:33 |
tobik |
graphics/netpbm: Update to 10.88.00
Changes: https://github.com/t6/netpbm/blob/v10.88.00/doc/HISTORY |
10.87.02 30 Sep 2019 13:59:09 |
tobik |
graphics/netpbm: Cosmetic changes |
10.87.02 08 Sep 2019 09:32:47 |
tobik |
graphics/netpbm: Update to 10.87.02
Changes: https://github.com/t6/netpbm/blob/v10.87.02/doc/HISTORY |
10.87.01 11 Aug 2019 07:17:40 |
tobik |
graphics/netpbm: Update to 10.87.01
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.87.01/doc/HISTORY |
10.87.00 01 Jul 2019 16:15:32 |
tobik |
graphics/netpbm: Update to 10.87.00
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.87.00/doc/HISTORY |
10.86.04 15 Jun 2019 22:22:38 |
tobik |
graphics/netpbm: Update to 10.86.04
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.04/doc/HISTORY |
10.86.03 04 May 2019 22:58:16 |
tobik |
graphics/netpbm: Update to 10.86.03
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.03/doc/HISTORY |
10.86.02 11 Apr 2019 22:24:47 |
tobik |
graphics/netpbm: Update to 10.86.02
- Fixes yet another bug in pnmcrop
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.02/doc/HISTORY |
10.86.01 07 Apr 2019 06:39:26 |
tobik |
graphics/netpbm: Update to 10.86.01
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.01/doc/HISTORY
MFH: 2019Q2 (fixes bug in pnmcrop) |
10.86.00 31 Mar 2019 00:20:10 |
tobik |
graphics/netpbm: Fix bad merge and add missing %%PERL%% for ppmrainbow.1 |
10.86.00 31 Mar 2019 00:14:41 |
tobik |
graphics/netpbm: Update to 10.86.00
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.00/doc/HISTORY |
10.85.04 10 Mar 2019 04:27:38 |
tobik |
graphics/netpbm: Update to 10.85.04
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.04/doc/HISTORY
MFH: 2019Q1 (fixes bugs in pamtopng) |
10.85.03 01 Mar 2019 11:37:25 |
tobik |
graphics/netpbm: Update to 10.85.03
- Fixes a bug where pstopnm ignores -textalphabits [1]
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.03/doc/HISTORY
PR: 236097 [1]
Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
MFH: 2019Q1 |
10.85.02 10 Feb 2019 23:15:52 |
tobik |
graphics/netpbm: Update to 10.85.02
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.02/doc/HISTORY
MFH: 2019Q1 (fixes bug in pnmtopng) |
10.85.01 07 Jan 2019 23:34:57 |
tobik |
graphics/netpbm: Update to 10.85.01
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.01/doc/HISTORY
MFH: 2019Q1 (bug fixes) |
10.85.00 30 Dec 2018 05:31:42 |
tobik |
graphics/netpbm: Update to 10.85.00
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.85.00/doc/HISTORY |
10.84.05 17 Dec 2018 16:50:00 |
tobik |
graphics/netpbm: Update to 10.84.05
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.84.05/doc/HISTORY |
10.84.04 07 Dec 2018 16:48:08 |
tobik |
graphics/netpbm: Update to 10.84.04
- Add an additional mirror and missing USES=gnome
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.84.04/doc/HISTORY |
10.84.02 19 Oct 2018 20:35:00 |
tobik |
graphics/netpbm: Update to 10.84.02
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.84.02/doc/HISTORY |
10.83.02 10 Sep 2018 10:40:06 |
tobik |
graphics/netpbm: Update to 10.83.02
The man pages are now pregenerated and part of the release tarballs
I already have to prepare, so simplify the port accordingly.
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.83.02/doc/HISTORY |
10.83.01 24 Jul 2018 06:20:47 |
tobik |
graphics/netpbm: Update to 10.83.01
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.83.01/doc/HISTORY |
10.80.00 18 Nov 2017 00:51:34 |
tobik |
graphics/netpbm: Fix build with older netpbm versions installed
The build currently fails when older netpbm version are still
installed in the build environment e.g. when upgrading from 10.35.98
to 10.80.00 the build fails with
ppmtompeg.o: In function `main':
ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree'
ppmtompeg.o: In function `getUserFrameFile':
ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf'
ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree'
ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree'
- Use explicit paths when linking with libnetpbm
- Remove UPDATING entry that previously recommended deinstalling
netpbm first when using portmaster/portupgrade
PR: 223724 |
10.80.00 06 Oct 2017 11:18:36 |
tobik |
graphics/netpbm: Update to 10.80.00
- This moves netpbm to the advanced release series, which brings the
port closer to what is available on OpenBSD, Fedora, Arch Linux,
openSUSE, etc. and will let us get rid of patches for supporting
newer libpng versions.
- The advanced release series is only available via an SVN checkout.
Add two maintenance targets netpbm-version-check and netpbm-fetch
to make fetching them easier. To generate release tarballs the sources
are then tagged and committed to https://github.com/t6/netpbm
- Add STATIC option for linking all programs statically to allow running them
in small chroots
- Add option to disable adding a Perl run dependency. Only a fraction
of all programs need it. Some are compatibility shims for newer
programs which should be used instead. The following programs require (Only the first 15 lines of the commit message are shown above ) |
10.35.98 13 Mar 2017 10:45:31 |
tobik |
Take maintainership
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9971 |
10.35.98 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
10.35.98 16 May 2016 18:19:59 |
amdmi3 |
- Simplify installation (no need to explicitly list all manpages)
- Silence post-patch
- Switch to options helpers
- Pet portlint |
10.35.98 02 May 2016 17:12:50 |
dinoex |
- drop maintainership |
10.35.98 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10.35.98 07 Jan 2016 16:16:28 |
dinoex |
- update to 10.35.98 |
10.35.97 21 Nov 2015 17:40:00 |
dinoex |
- use post-install-DOCS-on |
10.35.97 27 Sep 2015 20:25:19 |
dinoex |
- update to 10.35.97 |
10.35.96 01 Jul 2015 13:28:35 |
feld |
Update to 10.35.96
CVE-2015-3885 fix is included
Approved by: ports-secteam (with hat) |
10.35.94_1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
10.35.94_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
10.35.94_1 27 Dec 2014 09:41:41 |
dinoex |
- add MAKE_JOBS_UNSAFE
PR: 192857
Submitted by: Matthias Andree
PR: 196032 |
10.35.94_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
10.35.94 24 Dec 2014 12:04:26 |
antoine |
Properly support png15
Obtained from: OpenBSD ports |
10.35.94 26 Oct 2014 19:58:05 |
dinoex |
- update to 10.35.94 |
10.35.92_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
10.35.92_1 03 Aug 2014 16:19:18 |
dinoex |
- fix order in USES |
10.35.92_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
10.35.92_1 15 Jul 2014 15:30:09 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
10.35.92_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
10.35.92_1 22 Jun 2014 16:46:17 |
tijl |
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit) |
10.35.92 12 May 2014 11:39:24 |
dinoex |
- update to 10.35.92
PR: 189650
Submitted by: Paul J Murphy |
10.35.89_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
10.35.89 04 Mar 2014 06:51:38 |
dinoex |
- remove broken MANPREFIX |
10.35.89 30 Dec 2013 11:51:07 |
dinoex |
- convert from bash to sh
PR: 185189
Submitted by: Matthieu Volat
- bugfix for filenames with spaces. |
10.35.89 17 Dec 2013 16:50:19 |
dinoex |
- use STAGEDIR
- update LIB_DEPENDS |
10.35.89 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
10.35.89 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
10.35.89 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
10.35.89 01 Sep 2013 11:24:19 |
danfe |
- Unmark it as make jobs (-jX) unsafe: there is a comment saying that as of
version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in
2011, and no build failure logs are available since that time; it was not
reproduced on few n-cored machines with various -jX settings as of today
- While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header
Tested by: marino (poudriere testport)
Approved by: dinoex (maintainer) |
10.35.89 12 May 2013 20:37:50 |
dinoex |
- fix option MANPAGES
Reported by: ache, crees |
10.35.89 08 May 2013 15:29:03 |
dinoex |
-update to 10.35.89 |
10.35.88_1 22 Apr 2013 20:43:22 |
dinoex |
- Fix reinstall
PR: 177341
Submitted by: nemysis |
10.35.88_1 10 Mar 2013 06:00:45 |
dinoex |
- use OPTIONS_DEFINE
PR: 176443 |
10.35.88_1 25 Feb 2013 18:49:48 |
dinoex |
- drop manweb
PR: 176386 |
10.35.88 22 Feb 2013 06:56:03 |
dinoex |
- update to 10.35.88 |
10.35.87 15 Feb 2013 14:44:06 |
dinoex |
- cleanup options
PR: 172411
Submitted by: nemysis |
10.35.87 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
10.35.87 30 Dec 2012 09:46:06 |
dinoex |
- change comment
Submitted by: Alexey Dokuchaev |
10.35.87 10 Dec 2012 05:00:13 |
dinoex |
- update to 10.35.87 |
10.35.86 04 Aug 2012 05:44:18 |
dinoex |
- update to 10.35.86 |
10.35.85 23 Jun 2012 14:54:03 |
dinoex |
- update to 10.35.85 |
10.35.84_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
10.35.84_1 25 May 2012 04:13:40 |
dinoex |
- add pm_c_util.h to includes
Submitted by: Mikhail Teterin |