non port: graphics/libjxr/Makefile |
Number of commits found: 11 |
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 |
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, 13 May 2019
|
14:27 amdmi3
- Switch to new test framework and make test meaningful by not ignoring the
failure
Approved by: portmgr blanket
 |
Sunday, 3 Mar 2019
|
23:00 mi
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
 |
Friday, 5 Jan 2018
|
03:41 jbeich
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)
 |
Friday, 20 Oct 2017
|
15:17 swills
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]
 |
Friday, 22 Sep 2017
|
08:30 mat
Use the MASTER_SITES macros correctly.
Sponsored by: Absolight
 |
Monday, 22 May 2017
|
16:04 linimon
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
 |
Wednesday, 3 May 2017
|
01:14 linimon
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)
 |
Saturday, 15 Apr 2017
|
05:39 mi
Add port of JPEG XR -- to be used by the upcoming update of
graphics/freeimage.
Obtained from: Debian, sort of
Sponsored by: Unemployment Insurance
 |
Number of commits found: 11 |