non port: devel/elfutils/Makefile |
SVNWeb
|
Number of commits found: 47 |
Wed, 25 Jan 2023
|
[ 16:25 Dmitry Marakasov (amdmi3) ] d966de5
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 10 May 2022
|
[ 22:50 Yuri Victorovich (yuri) ] c620f72 (Only the first 10 of 14 ports in this commit are shown above. )
devel/elfutils: Update 0.179 -> 0.187
PR: 263594
Approved by: cem@ (maintainer timeout; 14 days)
|
Sun, 7 Nov 2021
|
[ 23:43 Yuri Victorovich (yuri) ] 06a7ac6
devel/elfutils: Fix build after mempcpy(3) and wmempcpy(3) were added
PR: 258092
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] aa73be7
devel/elfutils: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
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
|
Wed, 30 Jun 2021
|
[ 20:37 Piotr Kubaj (pkubaj) ] 7a5d933
devel/elfutils: fix build on armv7 and powerpc
Same issues as on i386.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 May 2020
|
[ 17:32 cem ] (Only the first 10 of 17 ports in this commit are shown above. )
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
|
Fri, 8 Nov 2019
|
[ 03:54 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 1 Jul 2019
|
[ 14:55 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)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Wed, 7 Nov 2018
|
[ 21:13 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
|
[ 05:39 cem ]
Update devel/elfutils to 0.174
PR: 232932
Reported by: gerald
Approved by: gerald
Differential Revision: https://reviews.freebsd.org/D17832
|
[ 04:40 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
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 23 Jun 2018
|
[ 19:51 antoine ]
Fix incorrect IGNORE
|
[ 19:36 antoine ]
Unbreak make patch
|
[ 03:56 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
|
Fri, 22 Jun 2018
|
[ 18:27 amdmi3 ]
- Fix LICENSE
- Fix build with disabled NLS
Approved by: portmgr blanket
|
Sun, 17 Jun 2018
|
[ 06:38 linimon ]
Now builds on powerpc64.
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Mon, 15 Jan 2018
|
[ 17:56 danfe ]
Unbreak the build on sparc64 by converting to FreeBSD ptrace(2) API.
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
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
|
Mon, 13 Nov 2017
|
[ 12:16 olivier ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 0.170
PR: 223607
Submitted by: Anton Yuzhaninov
Approved by: cem (maintainer)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sun, 25 Jun 2017
|
[ 10:50 tijl ]
- Update devel/automake to 1.15.1.
- Convert devel/elfutils to USES=autoreconf.
PR: 220152
Exp-run by: antoine
|
Wed, 3 May 2017
|
[ 05:52 linimon ] (Only the first 10 of 17 ports in this commit are shown above. )
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)
|
Mon, 1 May 2017
|
[ 10:58 gerald ]
Force the use of GCC 4.8 (strictly), since this port fails with newer
versions.
PR: 217000
Requested by: cem (maintainer)
|
Sat, 8 Apr 2017
|
[ 06:14 gerald ]
Replace USE_GCC=4.8+ by the generic and preferred USE_GCC=yes.
Approved by: cem (maintainer)
|
Sat, 21 Jan 2017
|
[ 00:38 cem ] (Only the first 10 of 19 ports in this commit are shown above. )
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
|
Tue, 3 Jan 2017
|
[ 11:01 mat ] (Only the first 10 of 79 ports in this commit are shown above. )
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
|
Thu, 29 Dec 2016
|
[ 07:50 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
|
Sun, 18 Sep 2016
|
[ 12:13 linimon ]
Mark as broken on armv6 and sparc64.
Approved by: portmgr (tier-2 blanket)
|
Fri, 5 Aug 2016
|
[ 17:35 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
|
Tue, 19 Jul 2016
|
[ 15:55 mat ]
Make it more ports worthy.
Sponsored by: Absolight
|
Mon, 18 Jul 2016
|
[ 17:23 amdmi3 ]
- Fix FreeBSD version requirement (only builds on 10.3+, requires futimens(2))
Reported by: pkg-fallout
Approved by: portmgr blanket
|
Sun, 17 Jul 2016
|
[ 20:59 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
|
Fri, 15 Jul 2016
|
[ 15:59 cem ]
devel/elfutils: Add missing LIB_DEPENDS on libargp
|
Thu, 14 Jul 2016
|
[ 18:45 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
|
[ 01:42 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.
|
Wed, 13 Jul 2016
|
[ 23:10 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
|
[ 22:03 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
|
[ 17:48 cem ] (Only the first 10 of 26 ports in this commit are shown above. )
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
|
Number of commits found: 47 |