Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.1_3,1 07 Jun 2023 20:44:12 |
Rene Ladan (rene) |
x11/radare-cutter: Remove expired port
2023-06-07 x11/radare-cutter: Cutter for radare has been discontinued as Cutter
has moved to use rizin as their backend framework |
0.1.1_3,1 07 May 2023 19:26:17 |
Muhammad Moinur Rahman (bofh) |
x11/radare-cutter: Mark DEPRECATED
- Cutter has moved into using rizin as the backend RE framework and no
longer integrates with radare.
- Set EXPIRATION_DATE to 2023-06-07 |
0.1.1_2,1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.1.1_1,1 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
0.1.1_1,1 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
0.1.1_1,1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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.1.1_1,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 ) |
0.1.1_1,1 25 Feb 2022 20:23:20 |
Piotr Kubaj (pkubaj) |
x11/radare-cutter: don't use webengine where it's not available
Builds fine without it. |
0.1.1_1,1 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
0.1.1_1,1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.1.1,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.1,1 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
0.1.1,1 13 Feb 2021 22:02:43 |
swills |
x11/radare-cutter: update to 0.1.1 |
1.12.0 21 Sep 2020 16:49:38 |
swills |
x11/radare-cutter: update to 1.12.0
PR: 249093 |
1.11.1 24 Aug 2020 16:49:13 |
swills |
x11/radare-cutter: update to 1.11.1 |
1.8.2 21 May 2020 10:54:54 |
tcberner |
x11/radare-cutter: prepare for Qt5-5.15 |
1.8.2 22 May 2019 20:32:42 |
swills |
x11/radare-cutter: update to 1.8.2 |
1.8.1 29 Apr 2019 11:54:04 |
swills |
x11/radare-cutter: update to 1.8.1 |
1.7.4 25 Jan 2019 15:00:55 |
swills |
x11/radare-cutter: update to 1.7.4 |
1.7.3_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.7.3 27 Dec 2018 16:57:38 |
swills |
x11/radare-cutter: update to 1.7.3 |
1.7.2 16 Dec 2018 14:49:16 |
tcberner |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine |
1.7.2 28 Nov 2018 14:23:19 |
swills |
x11/radare-cutter: update to 1.7.2 |
1.7.1_1 04 Nov 2018 19:00:54 |
tcberner |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
1.7.1 18 Sep 2018 02:39:43 |
swills |
x11/radare-cutter: update to 1.7.1 |
1.5_1 17 Sep 2018 21:27:28 |
antoine |
Mark BROKEN: fails to build with radare2 2.9
../cutter-1.5/src/Cutter.cpp:1759:5: error: no matching function for call to
'r_core_task_join'
r_core_task_join(core_, nullptr, task);
Reported by: pkg-fallout |
1.5_1 13 Jul 2018 06:55:27 |
mat |
Remove dependencies on lang/python3.
Sponsored by: Absolight |
1.5 04 Jul 2018 19:59:27 |
swills |
x11/radare-cutter: update to 1.5 |
1.4 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.4 24 May 2018 11:26:57 |
swills |
x11/radare-cutter: update to 1.4 |
1.3 22 Mar 2018 01:05:11 |
swills |
x11/radare-cutter: update to 1.3 |
1.1_1 09 Mar 2018 01:03:45 |
yuri |
devel/radare2: Update to 2.4.0
Also changed to DISTVERSION.
Bumped x11/radare-cutter because radare2's sonames don't include version,
but its interface has changed.
Reported the problem of invalid sonames to the updatream.
PR: 226447
Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer)
Approved by: tcberner (mentor, implicit) |
1.1 06 Jan 2018 07:41:45 |
antoine |
Fix LICENSE_FILE
Reported by: pkg-fallout |
1.1 04 Jan 2018 17:09:27 |
swills |
x11/radare-cutter: create port
A Qt and C++ GUI for radare2 reverse engineering framework
WWW: https://github.com/radareorg/cutter |