non port: graphics/timg/Makefile |
Number of commits found: 26 |
Saturday, 17 May 2025
|
06:22 Zsolt Udvari (uzsolt)
graphics/timg: Update to 1.6.2
Changelog: https://github.com/hzeller/timg/releases/tag/v1.6.2
7838222 |
Tuesday, 11 Feb 2025
|
13:25 Robert Clausecker (fuz)
graphics/timg: fix build on 32-bit architectures
Add a bunch of missing casts.
Approved by: portmgr (build fix blanket)
MFH: 2025Q1
bf83a6c |
Tuesday, 14 Jan 2025
|
06:21 Zsolt Udvari (uzsolt)
graphics/timg: Set NOT_FOR_ARCHS=i386
On i386 the build causes an error:
/wrkdirs/usr/ports/graphics/timg/work/timg-1.6.1/src/timg-time.h:59:37:
error: non-constant-expression cannot be narrowed from type 'int64_t'
(aka 'long long') to 'long' in initializer list [-Wc++11-narrowing]
342f302 |
Friday, 3 Jan 2025
|
17:15 Zsolt Udvari (uzsolt)
graphics/timg: Update to 1.6.1
Changelog: https://github.com/hzeller/timg/releases/tag/v1.6.1
dbebb74 |
Tuesday, 27 Feb 2024
|
07:49 Zsolt Udvari (uzsolt)
graphics/timg: update to 1.6.0
Changelog: https://github.com/hzeller/timg/releases/tag/v1.6.0
Added WITH_POPPLER and WITH_RSVG to CMAKE_OFF.
Added pkgconfig to USES.
Pet portclippy.
Approved by: diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D43898
63460d2 |
Tuesday, 30 Jan 2024
|
08:05 Zsolt Udvari (uzsolt)
multiple_ports: Update MAINTAINER
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl
ftp/R-cran-curl
graphics/R-cran-colorspace
graphics/R-cran-ggrepel
graphics/R-cran-magick
graphics/diff-pdf
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
mail/squirrelmail-translations
mail/squirrelmail
math/R-cran-gtable
math/R-cran-isoband
math/geogebra
misc/R-cran-xfun
misc/histring
print/R-cran-knitr
security/R-cran-digest
sysutils/hcloud
sysutils/py-rdiff-backup
textproc/R-cran-highr
textproc/R-cran-htmltools
textproc/R-cran-stringi
textproc/R-cran-stringr
textproc/R-cran-utf8
textproc/R-cran-yaml
textproc/urlview
www/kohana
x11-wm/herbstluftwm
x11/bemenu
x11/dzen2
x11/stalonetray
Approved by: bofh (mentor), diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D43614
e44adb9 |
Monday, 24 Jul 2023
|
11:31 Fernando Apesteguía (fernape) Author: Zsolt Udvari
graphics/timg: update to 1.5.1
ChangeLog: https://github.com/hzeller/timg/releases/tag/v1.5.1
PR: 272677
Reported by: uzsolt@uzsolt.hu (maintainer)
a300177 |
Thursday, 27 Apr 2023
|
12:01 Daniel Engberg (diizzy)
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
f7accb2 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Friday, 6 Jan 2023
|
16:15 Fernando Apesteguía (fernape) Author: Zsolt Udvari
graphics/timg: update to 1.4.5
ChangeLog: https://github.com/hzeller/timg/releases/tag/v1.4.5
In this maintenance release, the QOI image format has been added.
Also a few bug fixes, such as handling SVG transparency properly.
PR: 268769
Reported by: uzsolt@uzsolt.hu (maintainer)
dbfe50d |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Monday, 16 May 2022
|
06:49 Loïc Bartoletti (lbartoletti)
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
2d34c2b |
Friday, 23 Apr 2021
|
20:56 Antoine Brodin (antoine)
Cleanup LIB_DEPENDS
56d3caa |
Sunday, 18 Apr 2021
|
18:36 Rainer Hurling (rhurlin)
graphics/timg: update to 1.4.0
Changelog: https://github.com/hzeller/timg/releases/tag/v1.4.0
PR: 255188
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
5e8ca4f |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 15 Mar 2021
|
14:40 fernape
graphics/timg: update to 1.2.0
ChangeLog: https://github.com/hzeller/timg/releases/tag/v1.2.0
PR: 254304
Submitted by: uzsolt@uzsolt.hu (maintainer)
 |
Friday, 3 Jul 2020
|
08:35 lwhsu
Update to 0.9.8
PR: 247732
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Saturday, 10 Nov 2018
|
19:57 kwm
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
 |
Thursday, 27 Sep 2018
|
21:10 linimon
Fix build on gcc-based archs.
Tested on powerpc64 and amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Thursday, 28 Sep 2017
|
15:36 kwm
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
 |
Tuesday, 4 Jul 2017
|
19:41 bhughes
multiple ports: Update MAINTAINER
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm
PR: 220323
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11469
 |
Friday, 26 May 2017
|
08:20 kwm
Chase ImageMagick shlib bump
 |
Tuesday, 21 Mar 2017
|
02:12 vanilla
Add timg 0.9.5, terminal Image Viewer.
PR: 217963
Submitted by: udvzsolt@gmail.com
 |
Number of commits found: 26 |