Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.187_2 05 Sep 2024 06:17:39 |
Po-Chuan Hsieh (sunpoet) |
devel/argp-standalone: Update to newer snapshot (8ded2bc)
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for shlib change |
0.187_1 27 Jan 2024 12:39:44 |
Muhammad Moinur Rahman (bofh) |
devel/elfutils: Moved man to share/man
Approved by: portmgr (blanket) |
0.187 31 Dec 2023 23:12:03 |
Muhammad Moinur Rahman (bofh) |
devel/elfutils: Fix build
While the EOL of 12 some conditionals check were removed and a CFLAG entry was
converted to USES=localbase. Somehow this breaks the build.
Reported by: antoine
Approved by: portmgr (blanket) |
0.187 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.187 06 Oct 2023 17:48:52 |
Dimitry Andric (dim) |
devel/elfutils: fix build with lld 17
Building devel/elfutils with lld 17 results in the following link error:
cc -std=gnu99 -Wall -Wshadow -Wformat=2 -Wold-style-definition
-Wstrict-prototypes -Wnull-dereference -Wimplicit-fallthrough -Werror
-Wunused -Wextra -D_FORTIFY_SOURCE=3 -O2 -pipe -I/usr/local/include
-I/usr/local/share/gnulib/lib -Wno-error -Wno-format-nonliteral
-Wno-null-dereference -Wno-unused-value -DFREEBSD_HAS_MEMPCPY
-fstack-protector-strong -fno-strict-aliasing /usr/local/lib/libargp.so
/usr/local/lib/libintl.so -fstack-protector-strong -Wl,--build-id -o libelf.so
-shared -Wl,-z,defs -Wl,-z,relro -o libelf.so \
-Wl,--soname,libelf.so.1 \
-Wl,--version-script,libelf.map,--no-undefined \
-Wl,--whole-archive libelf_pic.a -Wl,--no-whole-archive \
../lib/libeu.a -lz
ld: error: version script assignment of 'ELFUTILS_1.0' to symbol 'elf_scncnt'
failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Upstream removed the symbol which apparently was never implemented in:
<https://sourceware.org/git/?p=elfutils.git;a=commit;h=09e61a65953ed814d9e970f7f9ffb9c2d8cda477>.
I tried adding this via PATCH_SITES and PATCHFILES, but it looks like
the ports framework chokes on URLs with ? in them, so I'm adding a
regular patch file in devel/elfutils/files/patch-libelf_libelf.map file
instead.
PR: 273998
Approved by: maintainer timeout (2 weeks)
MFH: 2023Q4 |
0.187 25 Jan 2023 16:25:04 |
Dmitry Marakasov (amdmi3) |
devel/elfutils: Fix build with disabled NLS
libintl.h is included unconditionally, but gettext include
path is not added to CFLAGS when gettext is disabled, so the
compilation fails:
cc ... -I. -I.. -I. -I. -I../lib -I.. -I./../libelf ...
-I/usr/local/share/gnulib/lib ... -o xasprintf.o xasprintf.c
xasprintf.c:36:10: fatal error: 'libintl.h' file not found
So always add LOCALBASE/include to CFLAGS for libintl.h to be
available. Note that the order is important and it should appear
before gnulib includes, otherwise wrong argp.h gets included.
Approved by: portmgr blanket |
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) |
0.187 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 ) |
0.187 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.187 10 May 2022 22:50:01 |
Yuri Victorovich (yuri) |
devel/elfutils: Update 0.179 -> 0.187
PR: 263594
Approved by: cem@ (maintainer timeout; 14 days) |
0.179 07 Nov 2021 23:43:55 |
Yuri Victorovich (yuri) |
devel/elfutils: Fix build after mempcpy(3) and wmempcpy(3) were added
PR: 258092 |
0.179 14 Oct 2021 21:30:14 |
Stefan Eßer (se) |
devel/elfutils: Add CPE information
Approved by: portmgr (blanket) |
0.179 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.179 30 Jun 2021 20:37:40 |
Piotr Kubaj (pkubaj) |
devel/elfutils: fix build on armv7 and powerpc
Same issues as on i386. |
0.179 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.179 06 May 2020 17:32:29 |
cem |
elfutils: Update to latest 0.179
Bump portrevision in kcov, which depends on elfutils ABI.
Discussed with: asomers, mat
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D24614 |
0.174_4 29 Jan 2020 18:35:30 |
kevans |
devel/elfutils: fix future build failure w.r.t. stdio _unlocked
Include <stdio.h> early so that the stdio.h function declarations come
first, then redefine fputs/fwrite/fread_unlocked to the locked versions.
fputc_unlocked will be a macro similar to putc_unlocked, so just hide that
one behind an #ifndef since it will be provided as a macro by <stdio.h>. The
other three will be using the technically-incorrect locked variants until
all supported releases provide the needed functions, at which point we can
switch them all at once.
No PORTREVISION bump as this is just a preemptive build fix that doesn't
change the output at all.
QA:
* portlint not ran, no change outside of a single patch
* testport (-CURRENT, amd64; 12.1-RELEASE, amd64; -CURRENT+patch, amd64)
PR: 243546
Reviewed by: koobs (ports)
Approved by: koobs (ports), cem (maintainer)
MFH: 2020Q1 (implicit, build fix) |
0.174_4 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
0.174_4 26 Jul 2019 20:46:57 |
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 |
0.174_3 01 Jul 2019 14:55:02 |
tobik |
devel/elfutils: Fix build with GCC 9
In file included from ../config.h:132,
from elf32_fsize.c:31:
libelfP.h:47:30: error: '__elf32_msize' specifies less restrictive attribute
than its target 'elf32_fsize': 'const' [-Werror=missing-attributes]
47 | #define __elfw2_(Bits, Name) __elf##Bits##_##Name
| ^~~~~
http://package22.nyi.freebsd.org/data/112amd64-default-PR238330/2019-06-09_20h29m30s/logs/errors/elfutils-0.174_2.log
Cherry pick upstream commit be8080bdd746ac2b07fb0bcad23a9677844bb200
PR: 238538
Submitted by: tobik
Reported by: gerald, antoine (via exp-run)
Approved by: cem (maintainer) |
0.174_2 12 Dec 2018 01:35:36 |
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 |
0.174_1 07 Nov 2018 21:13:16 |
cem |
devel/elfutils: Unbreak gcc8 build
Drop one new gcc8 warning, and fix another in the FreeBSD glibc-
compatibility shim patch.
Re-enable gcc8 option (USE_GCC= yes).
Bump PORTREVISION due to the patch change (no functional change).
PR: 232932
Reported by: gerald, kib
Reviewed by: bdrewery
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D17882 |
0.174 07 Nov 2018 05:39:48 |
cem |
Update devel/elfutils to 0.174
PR: 232932
Reported by: gerald
Approved by: gerald
Differential Revision: https://reviews.freebsd.org/D17832 |
0.172_1 07 Nov 2018 04:40:01 |
kib |
Require gcc 7 for build of devel/elfutils.
This fixes the build if default gcc version is changed by user.
Approved by: bdrewery, cem (maintainer)
Sponsored by: The FreeBSD Foundation |
0.172_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
0.172_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.172 23 Jun 2018 19:51:40 |
antoine |
Fix incorrect IGNORE |
0.172 23 Jun 2018 19:36:25 |
antoine |
Unbreak make patch |
0.172 23 Jun 2018 03:56:18 |
cem |
Update devel/elfutils to 0.172
- Sparc patch no longer applies cleanly and was dropped.
- Other patches updated to apply to 0.172.
- stable/10 and 11.0 lack needed ELF header types; and 10 is closed. Skip
building on these (PR).
- gnulib handling was reverted to pre-r454110 style to allow using pkg.
PR: 228478
Reported by: portscout |
0.170_1 22 Jun 2018 18:27:54 |
amdmi3 |
- Fix LICENSE
- Fix build with disabled NLS
Approved by: portmgr blanket |
0.170_1 17 Jun 2018 06:38:36 |
linimon |
Now builds on powerpc64. |
0.170_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.170 15 Jan 2018 17:56:55 |
danfe |
Unbreak the build on sparc64 by converting to FreeBSD ptrace(2) API. |
0.170 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
0.170 13 Nov 2017 12:16:48 |
olivier |
Update to 0.170
PR: 223607
Submitted by: Anton Yuzhaninov
Approved by: cem (maintainer) |
0.168_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.168 25 Jun 2017 10:50:19 |
tijl |
- Update devel/automake to 1.15.1.
- Convert devel/elfutils to USES=autoreconf.
PR: 220152
Exp-run by: antoine |
0.168 03 May 2017 05:52:55 |
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) |
0.168 01 May 2017 10:58:18 |
gerald |
Force the use of GCC 4.8 (strictly), since this port fails with newer
versions.
PR: 217000
Requested by: cem (maintainer) |
0.168 08 Apr 2017 06:14:26 |
gerald |
Replace USE_GCC=4.8+ by the generic and preferred USE_GCC=yes.
Approved by: cem (maintainer) |
0.168 21 Jan 2017 00:38:30 |
cem |
devel/elfutils: Update to latest 0.168
Update to latest upstream version, 0.168.
0.168 removes the eu-ld utility and adds the eu-elfcompress utility.
Requested by: emaste@, kib@
Approved by: bapt@
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D9240 |
0.163_7 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
0.163_7 29 Dec 2016 07:50:40 |
cem |
devel/elfutils: Update URLs to new upstream
Upstream moved. Update URLs to point to the new location.
No functional change.
Reported by: Mark Wielaard <mark at klomp.org>
Reviewed by: bapt@
Differential Revision: https://reviews.freebsd.org/D8961 |
0.163_7 11 Nov 2016 17:03:32 |
cem |
elfutils: Fix build on CURRENT
CURRENT added a #define for basename, which conflicts with elfutils'.
Undefine it before defining ours.
Reported by: pkg-fallout
Reviewed by: bapt@
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D8476 |
0.163_7 18 Sep 2016 12:13:57 |
linimon |
Mark as broken on armv6 and sparc64.
Approved by: portmgr (tier-2 blanket) |
0.163_7 05 Aug 2016 17:35:31 |
cem |
elfutils: Fix port build after recent basename() API break
The previous basename() API was shadowing bugs anyway. This Linux-originated
library assumes GNU basename(3) behavior. GNU basename(3) is non-destructive
and non-allocating; it always returns a pointer into the original string. This
library uses that behavior to do things like compare pointer results directly
(the source path was already a basename) or subtract pointer values directly
(compute the substring that constitutes dirname).
Resolve the issue by aliasing all internal elfutils basename() invocations
through an implementation of GNU basename(3) named "eu_basename."
Build log highlighting the problem:
http://beefy4.nyi.freebsd.org/data/head-amd64-default/p419462_s303652/logs/elfutils-0.163_6.log
Approved by: bdrewery
Differential Revision: https://reviews.freebsd.org/D7404 |
0.163_6 19 Jul 2016 15:55:42 |
mat |
Make it more ports worthy.
Sponsored by: Absolight |
0.163_6 18 Jul 2016 17:23:45 |
amdmi3 |
- Fix FreeBSD version requirement (only builds on 10.3+, requires futimens(2))
Reported by: pkg-fallout
Approved by: portmgr blanket |
0.163_6 17 Jul 2016 20:59:00 |
cem |
elfutils-0.163_6
- Drop GCC requirement to 4.8
- Remove -Werror for i386, for now anyway
- Require FreeBSD 10.0 or higher for strchrnul()
- Fix a few warnings noticed by gcc with optimization on
Sponsored by: EMC / Isilon Storage Division |
0.163_5 15 Jul 2016 15:59:57 |
cem |
devel/elfutils: Add missing LIB_DEPENDS on libargp |
0.163_4 14 Jul 2016 18:45:54 |
cem |
elfutils-0.163_4
- Correct gnulib dependency to PATCH_DEPENDS, per Bapt.
- Rely on USE_AUTOTOOLS :env to pull in automake for BUILD.
- Move re-automake rule to pre-configure, when the tool is available.
- Adapt installed gelf.h header to define needed non-standard Elf types as
needed, rather than trying to add them to base elf headers.
Reviewed by: portlint
Sponsored by: EMC / Isilon Storage Division |
0.163_3 14 Jul 2016 01:42:09 |
cem |
elfutils:
- Add automake BUILD_DEPEND because apparently USE_AUTOTOOLS=automake doesn't.
- Add dependency on yet-to-be-committed base ELF header structures. Without
them, the library portion of the port isn't very useful. |
0.163_2 13 Jul 2016 23:10:27 |
cem |
elfutils: Revert installing elfutils' elf.h
This conflicts with base elf.h. Instead, add needed types (and perhaps
numeric definitions) to base elf.h.
Sponsored by: EMC / Isilon Storage Division |
0.163_1 13 Jul 2016 22:03:10 |
cem |
elfutils:
- Fix MASTER_SITES URL.
- Install included elf.h, until base elf.h can be updated to include
Elf_Section and Elf_auxv_t.
- Patch installed libelf.h to use off_t instead of loff_t. Perhaps base should
add loff_t as an alias for compatibility.
Reviewed by: portlint
Sponsored by: EMC / Isilon Storage Division |
0.163 13 Jul 2016 17:48:54 |
cem |
Add elfutils 0.163
Elfutils is a collection of utilities, including: stack (to show
backtraces); nm (for listing symbols from object files); size (for
listing the section sizes of an object or archive file); strip (for
discarding symbols); readelf (to see the raw ELF file structures);
elflint (to check for well-formed ELF files); and elfcompress (to
compress or decompress ELF sections).
It also provides libraries to allow other programs to manipulate ELF and
DWARF data.
WWW: https://fedorahosted.org/elfutils/
Reviewed by: bdrewery
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D7206 |