Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5r6_3 16 May 2023 18:22:56 |
Dimitry Andric (dim) |
net/norm: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because net/norm's build system does not explicitly set the C++
standard, this leads to several errors:
../src/common/normEncoderRS8.cpp:264:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
USE_GF_MULC ;
^
../src/common/normEncoderRS8.cpp:136:21: note: expanded from macro
'USE_GF_MULC'
#define USE_GF_MULC register gf * __gf_mulc_
^
../src/common/normEncoderRS8.cpp:265:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register gf* dst = dst1;
^~~~~~~~~
../src/common/normEncoderRS8.cpp:266:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register gf* src = src1 ;
^~~~~~~~~
Add USE_CXXSTD=gnu++98 to compile for C++98 with GNU extensions instead,
as net/norm does not seem to use any C++11 or later constructs.
PR: 271415
Approved by: portmgr (build fix blanket)
MFH: 2023Q2 |
1.5r6_2 08 Sep 2022 07:31:15 |
Gleb Smirnoff (glebius) |
net/norm: use upstream divert(4) patches to avoid warning on CURRENT
PR: 266276
Approved by: mikael |
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) |
1.5r6_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 ) |
1.5r6_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5r6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5r6_1 21 Apr 2020 00:14:43 |
pkubaj |
net/norm: don't set -mcpu=power7 on powerpc64 anymore
After head r360134, clang can compile this port with default -mcpu=ppc970. |
1.5r6 23 Jan 2020 21:09:43 |
pkubaj |
net/norm: fix build on powerpc64 elfv2
On ELFv2 ABI Clang can't build this port by default and throws assertion
(already reported):
Assertion failed: ((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT())
&& "i64 FP_TO_UINT is supported only with FPCVT"), function
LowerFP_TO_INTForReuse, file
/poudriere/jails/powerpc64-elfv2-pkubaj/usr/src/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp,
line 7281.
Stack dump:
0. Program arguments: /usr/bin/c++ -cc1 -triple powerpc64-unknown-freebsd13.0
-emit-obj -disable-free -main-file-name protoDispatcher.cpp -mrelocation-model
pic -pic-level 2 -mthread-model posix -relaxed-aliasing -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu ppc64
-target-feature +secure-plt -mfloat-abi hard -dwarf-column-info
-debugger-tuning=gdb -momit-leaf-frame-pointer -coverage-notes-file
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/protoDispatcher.cpp.1.gcno
-resource-dir /usr/lib/clang/9.0.1 -I
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include -I
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include -I
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include/unix -I
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include/unix -D UNIX -D
HAVE_DIRFD -D HAVE_IPV6 -D HAVE_ASSERT -D HAVE_GETLOGIN -D HAVE_FLOCK -D NDEBUG
-internal-isystem /usr/include/c++/v1 -O3 -fdeprecated-macro -f
ebug-compilation-dir /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build
-ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fno-signed-char
-fobjc-runtime=gnustep -fcxx-exceptions -fexceptions -fdiagnostics-show-option
-vectorize-loops -vectorize-slp -faddrsig -o
/wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/protoDispatcher.cpp.1.o
-x c++ ../protolib/src/common/protoDispatcher.cpp
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module
'../protolib/src/common/protoDispatcher.cpp'.
4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function
'@_ZN15ProtoDispatcher4WaitEv'
#0 0x000000001371df18 (/usr/bin/c+++0x1371df18)
#1 0x000000001371e594 (/usr/bin/c+++0x1371e594)
#2 0x000000001371b858 (/usr/bin/c+++0x1371b858)
#3 0x000000001371ed0c (/usr/bin/c+++0x1371ed0c) (Only the first 15 lines of the commit message are shown above ) |
1.5r6 19 Jan 2020 17:33:14 |
antoine |
Allow building with a recent version of python |
1.5r6 14 Jan 2020 09:27:19 |
antoine |
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143 |
1.5r6 18 Jan 2018 17:32:31 |
danfe |
Fix a trivial mistake in the code (add missing curly braces) and unbreak
this port on presumably all big-endian architectures. While here, amend
the port description text to include some useful information.
Tested on: powerpc, sparc64 |
1.5r6 30 Apr 2017 01:12:10 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.5r6 17 Sep 2016 13:51:42 |
linimon |
Mark as broken on various tier-2 archs.
Approved by: tier-2 blanket (portmgr) |
1.5r6 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.5r6 28 Feb 2016 05:59:43 |
pi |
New port: net/norm
This a port of NACK-Oriented Reliable Multicast (N.O.R.M.),
as specified in RFC5740.
WWW: http://www.nrl.navy.mil/itd/ncs/products/norm
PR: 201197
Submitted by: Hans Duedal <hd@oc.dk> |