non port: editors/imhex/Makefile |
Number of commits found: 46 |
Friday, 29 Sep 2023
|
19:05 Muhammad Moinur Rahman (bofh)
editors/imhex: Remove CC/CPP/CXX exports
- USES=llvm now by default exports CC/CPP/CXX so remove those
- Utilize USES=localbase
Approved by: portmgr (blanket)
35c100f |
Sunday, 9 Jul 2023
|
16:05 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.30.1
68f30db |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Monday, 15 May 2023
|
14:06 MANTANI Nobutaka (nobutaka)
editors/imhex: Use llvm16 to avoid a crash of base clang++ during build
90eafe3 |
Sunday, 9 Apr 2023
|
07:24 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.28.0
45dc00c |
Thursday, 30 Mar 2023
|
23:59 Muhammad Moinur Rahman (bofh)
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE
- games/aquaria: remove support for EOL FreeBSD 12.3
- games/punchy: remove workaround for EOL FreeBSD 12.3
- graphics/cxxplot: remove support for EOL FreeBSD 12.3
- lang/gcc11*: bump a __FreeBSD_version in libphobos to 1204000
- lang/rust: untangle OSVERSION logic a bit
- misc/mbuffer: remove workaround for EOL FreeBSD 12.3 for aarch64
- sysutils/libdisplay-info: remove workaround for EOL FreeBSD 12.3
- www/*chromium: remove IGNORE for EOL FreeBSD 12.3
- x11/hyprpaper: remove workaround for expired FreeBSD 12.3
- x11-wm/labwc: remove workaround for EOL FreeBSD 12.3
- x11-wm/kwinft: remove workaround for EOL FreeBSD 12.3
- www/iridium: remove IGNORE for EOL FreeBSD 12.3
Differential Revision: https://reviews.freebsd.org/D38664
5693229 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 15 Feb 2023
|
14:26 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.27.1
b72dc62 |
Monday, 9 Jan 2023
|
11:51 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.26.2
95e795f |
Wednesday, 23 Nov 2022
|
13:37 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.25.0
086e94d |
Saturday, 15 Oct 2022
|
20:53 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.24.3
e1d94b4 |
Saturday, 17 Sep 2022
|
08:42 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.23.1
a1c305e |
02:23 MANTANI Nobutaka (nobutaka)
editors/imhex: Update 1.23.0
5a62061 |
Saturday, 10 Sep 2022
|
05:31 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.22.0
7c1ed24 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 1 Sep 2022
|
13:52 Rene Ladan (rene)
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0
- math/igraph: remove support for 13.0
- net/asterisk16: drop support for ancient FreeBSD versions
- net/asterisk18: drop support for ancient FreeBSD versions
- security/openssl*: drop now obsolete patches
- sysutils/bhyve+: drop support for FreeBSD 13.0
- sysutils/ebsnvme-id: drop support for FreeBSD 13.0
- sysutils/openzfs: remove detection of FreeBSD 13.0
- sysutils/openzfs-kmod: drop detection of FreeBSD 13.0
- www/firefox: generalize pkg-message a bit regarding hgame(4)
- x11/xorg-cf-files: remove support for FreeBSD < 6 (yes, pre-2008)
While here, regenerate patches for:
- x11/xorg-cf-files
- net/asterisk16
- net/asterisk18
While here, remove a stale $Id$ from Tools/scripts/portsearch
Differential Revision: https://reviews.freebsd.org/D36233
Reviewed by: office (fluffy), x11 (manu), arrowd, brnrd, cperciva, freqlabs,
imp, jbeich, madpilot, nobutaka
2a09e5b |
Saturday, 20 Aug 2022
|
17:49 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.21.2
ae224e7 |
Friday, 5 Aug 2022
|
20:27 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.20.0
af0699d |
Wednesday, 27 Jul 2022
|
16:27 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.19.3
6e414cd |
Sunday, 24 Jul 2022
|
06:49 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.19.2
c576d09 |
Thursday, 7 Jul 2022
|
18:34 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.19.1
f9e0c9c |
Wednesday, 6 Jul 2022
|
16:46 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.19.0
2a2f3c8 |
Sunday, 5 Jun 2022
|
13:18 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.18.2
df14b79 |
Monday, 30 May 2022
|
08:38 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.18.1
14e94b4 |
Saturday, 7 May 2022
|
19:44 MANTANI Nobutaka (nobutaka)
editors/imhex: Mark IGNORE for FreeBSD versions that uses old libc++
ImHex heavily uses C++20 API functions and some of them are unavailable
in old libc++ before LLVM13 import to the base system.
Therefore, build always fails on the systems that use old libc++.
PR: 263779
7fafedd |
Wednesday, 4 May 2022
|
16:23 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.17.0
ecb6408 |
Saturday, 19 Feb 2022
|
03:53 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.15.0
5e644a6 |
Thursday, 3 Feb 2022
|
12:04 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.14.0
714d30c |
Friday, 28 Jan 2022
|
12:14 Tijl Coosemans (tijl)
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084
b93e64d |
Sunday, 16 Jan 2022
|
15:37 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.13.2
0e1b02a |
Monday, 27 Dec 2021
|
09:14 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.12.1.
7348d81 |
Saturday, 9 Oct 2021
|
13:56 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.10.1
c914e60 |
Saturday, 18 Sep 2021
|
15:38 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.9.0
188c3e3 |
Friday, 9 Jul 2021
|
09:24 Piotr Kubaj (pkubaj)
editors/imhex: disable on powerpc
Same issue as on i386.
b6e3bd6 |
Sunday, 6 Jun 2021
|
08:09 Tobias Kortkamp (tobik)
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Add missing USES
Reported by: portscan
8989320 |
Wednesday, 26 May 2021
|
14:36 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.8.1
75e8c38 |
Monday, 24 May 2021
|
11:14 MANTANI Nobutaka (nobutaka)
editors/imhex: Update to 1.8.0
- Add dependency on ftp/curl, x11-toolkits/gtk30, and so on
- Remove dependency on lang/gcc10
- Fetch the snapshots of xdgpp, libfmt, nativefiledialog, and yara
that are new submodules of ImHex (devel/libfmt and security/yara
cannot be used because ImHex 1.8.0 is imcompatible with the release
versions of them)
9f982c1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 19 Mar 2021
|
16:46 mat
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC.
 |
Friday, 12 Mar 2021
|
15:55 amdmi3
- Update math/glm to 0.9.9.8
 |
Saturday, 20 Feb 2021
|
14:05 nobutaka
Update to 1.7.0.
 |
Monday, 11 Jan 2021
|
12:05 nobutaka
Update to 1.6.1.
 |
Saturday, 9 Jan 2021
|
05:49 nobutaka
Update to 1.6.0.
 |
Wednesday, 23 Dec 2020
|
14:33 nobutaka
Set NOT_FOR_ARCHS=i386 because __uint128_t and __int128_t are not supported.
 |
Saturday, 12 Dec 2020
|
12:57 nobutaka
Add editors/imhex, hex editor for reverse engineers and programmers.
 |
Number of commits found: 46 |