non port: devel/dwarves/Makefile |
SVNWeb
|
Number of commits found: 18 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
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 )
|
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
|
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.
|
Fri, 19 Mar 2021
|
[ 22:04 gerald ]
Replace USE_GCC=9+ by the more general, and effectively the same in
nearly all cases, USE_GCC=yes.
Approved by: maintainer (cem)
|
Sat, 28 Nov 2020
|
[ 16:16 cem ]
devel/dwarves: update to 1.19
Changes: https://github.com/acmel/dwarves/blob/master/changes-v1.19
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D27400
|
Thu, 7 May 2020
|
[ 17:31 cem ] (Only the first 10 of 13 ports in this commit are shown above. )
devel/dwarves: Add new port
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D24746
|
Sun, 8 Oct 2017
|
[ 19:36 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sun, 12 Feb 2017
|
[ 18:05 cem ]
devel/dwarves: Disable on <12
Builds will just fail on non-CURRENT until someone backports r312599. Tag
the leaf port as ignored on these platforms.
Reviewed by: bapt
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D9319
|
Sun, 29 Jan 2017
|
[ 12:55 amdmi3 ]
- Mark BROKEN: does not build (/usr/local/include/libelf.h:308:8: error: unknown
type name 'Elf32_Chdr')
Approved by: portmgr blanket
|
Sun, 22 Jan 2017
|
[ 13:06 cem ]
devel/dwarves: Fix a bad Python interpreter path in shebang
Approved by: bapt@
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D9278
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
Thu, 14 Jul 2016
|
[ 15:50 cem ]
devel/dwarves: Remove duplicate cmake depend
Move gnulib from a "build" to a "patch" depend as well. Nevermind that
patching is part of building the port!
Suggested by: adamw
|
[ 06:34 cem ] (Only the first 10 of 15 ports in this commit are shown above. )
Update devel/dwarves to git head, b52386d0
The last release, 1.10, is four years old. The git tree since fixes numerous
bugs present in 1.10.
Reviewed by: portlint
Sponsored by: EMC / Isilon Storage Division
|
[ 05:31 cem ] (Only the first 10 of 20 ports in this commit are shown above. )
New port: devel/dwarves
Dwarves is a collection of debuginfo manipulating and inspecting libraries and
programs, including the popular 'pahole' tool.
WWW: https://acmel.wordpress.com/category/kernel-hacking/
Git: http://repo.or.cz/dwarves.git (Github repo is stale)
Sponsored by: EMC / Isilon Storage Division
|
Number of commits found: 18 |