notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/libjxr/Makefile

Number of commits found: 12

Monday, 22 Jan 2024
12:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/libjxr: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 0af80e377bbf458e6c846bab81ea1b8ccd776c8b commit hash: 0af80e377bbf458e6c846bab81ea1b8ccd776c8b commit hash: 0af80e377bbf458e6c846bab81ea1b8ccd776c8b commit hash: 0af80e377bbf458e6c846bab81ea1b8ccd776c8b 0af80e3
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 13 May 2019
14:27 amdmi3 search for other commits by this committer
- Switch to new test framework and make test meaningful by not ignoring the
failure

Approved by:	portmgr blanket
Original commitRevision:501569 
Sunday, 3 Mar 2019
23:00 mi search for other commits by this committer
Fix handling of (some of) the warnings, by fixing them
at the sources, rather than disabling them on command-line.

The disabling was not working with gcc.

PR:		236018
Submitted by:	Piotr Kubaj
Original commitRevision:494530 
Friday, 5 Jan 2018
03:41 jbeich search for other commits by this committer
graphics/libjxr: lift BROKEN_aarch64 per FreeBSD 11.0 EOL

Here's how the error message actually looked like:

cc  -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings
-Wl,--warn-shared-textrel  -o libjpegxr.so.1 -Wl,-soname,libjpegxr.so.1 
`NM='nm' NMFLAGS='' lorder encode.So segenc.So strenc.So strFwdTransform.So
strPredQuantEnc.So decode.So postprocess.So segdec.So strdec.So
strInvTransform.So strPredQuantDec.So JXRTranscode.So adapthuff.So image.So
strcodec.So strPredQuant.So strTransform.So perfTimerANSI.So | tsort -q`
strenc.So: In function `StrIOEncInit':
/wrkdirs/usr/ports/graphics/libjxr/work/jxrlib-1.1/image/encode/strenc.c:(.text+0xf18):
warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Noticed -Wl,--fatal-warnings? After tmpnam() warning dissapeared, so
did the error.

Reported
by:	http://thunderx1.nyi.freebsd.org/data/110arm64-default/438755/logs/errors/jxrlib-1.1.log
Pointy hat to:	linimon (generic excerpt)
Tested on:	11.1 (clang 4.0) and 12.0 (clang 6.0)
Original commitRevision:458110 
Friday, 20 Oct 2017
15:17 swills search for other commits by this committer
graphics/libjxr: Update license information [1]

While here, fix portlint warning

PR:		222459 [1]
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> [1]
Approved by:	Mikhail T. <mi@ALDAN.algebra.com> (maintainer) [1]
Original commitRevision:452534 
Friday, 22 Sep 2017
08:30 mat search for other commits by this committer
Use the MASTER_SITES macros correctly.

Sponsored by:	Absolight
Original commitRevision:450323 
Monday, 22 May 2017
16:04 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441468 
Wednesday, 3 May 2017
01:14 linimon search for other commits by this committer
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439999 
Saturday, 15 Apr 2017
05:39 mi search for other commits by this committer
Add port of JPEG XR -- to be used by the upcoming update of
graphics/freeimage.

Obtained from:	Debian, sort of
Sponsored by:	Unemployment Insurance
Original commitRevision:438575 

Number of commits found: 12