aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove support for FreeBSD 13.0 which expired today.Rene Ladan2022-09-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* editors/imhex: Update to 1.21.2MANTANI Nobutaka2022-08-2021-308/+385
|
* editors/imhex: Update to 1.20.0MANTANI Nobutaka2022-08-0514-77/+101
|
* editors/imhex: Update to 1.19.3MANTANI Nobutaka2022-07-276-16/+251
|
* editors/imhex: Update to 1.19.2MANTANI Nobutaka2022-07-2420-168/+54
|
* editors/imhex: Update to 1.19.1MANTANI Nobutaka2022-07-0719-38/+177
|
* editors/imhex: Update to 1.19.0MANTANI Nobutaka2022-07-0613-74/+97
|
* editors/imhex: Update to 1.18.2MANTANI Nobutaka2022-06-052-10/+10
|
* editors/imhex: Update to 1.18.1MANTANI Nobutaka2022-05-306-46/+21
|
* editors/imhex: Mark IGNORE for FreeBSD versions that uses old libc++MANTANI Nobutaka2022-05-071-1/+12
| | | | | | | | 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
* editors/imhex: Update to 1.17.0MANTANI Nobutaka2022-05-0416-122/+204
|
* editors/imhex: Update to 1.15.0MANTANI Nobutaka2022-02-199-36/+21
|
* editors/imhex: Update to 1.14.0MANTANI Nobutaka2022-02-0319-133/+141
|
* security/mbedtls: Update to 2.28.0 and fix make testTijl Coosemans2022-01-281-0/+1
| | | | | | Also bump dependent ports for library version change. PR: 255084
* editors/imhex: Update to 1.13.2MANTANI Nobutaka2022-01-169-20/+88
|
* editors/imhex: Update to 1.12.1.MANTANI Nobutaka2021-12-2716-99/+126
|
* editors/imhex: Update to 1.10.1MANTANI Nobutaka2021-10-0910-46/+61
|
* editors/imhex: Update to 1.9.0MANTANI Nobutaka2021-09-1813-67/+164
|
* editors/imhex: disable on powerpcPiotr Kubaj2021-07-091-1/+1
| | | | Same issue as on i386.
* *: Clean up some thingsTobias Kortkamp2021-06-061-1/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Sort categories - Add missing USES Reported by: portscan
* editors/imhex: Update to 1.8.1MANTANI Nobutaka2021-05-263-24/+8
|
* editors/imhex: Update to 1.8.0MANTANI Nobutaka2021-05-249-69/+108
| | | | | | | | | - 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Regular USE_GITHUB cleanup.Mathieu Arnold2021-03-192-3/+3
| | | | | | | | Remove DISTNAME, it is always overwritten. Cleanup GH_TAGNAME and WRKSRC. Notes: svn path=/head/; revision=568805
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-121-0/+1
| | | | Notes: svn path=/head/; revision=568184
* Update to 1.7.0.MANTANI Nobutaka2021-02-205-8/+74
| | | | Notes: svn path=/head/; revision=566162
* Update to 1.6.1.MANTANI Nobutaka2021-01-114-32/+4
| | | | Notes: svn path=/head/; revision=561212
* Update to 1.6.0.MANTANI Nobutaka2021-01-099-147/+19
| | | | Notes: svn path=/head/; revision=560832
* Set NOT_FOR_ARCHS=i386 because __uint128_t and __int128_t are not supported.MANTANI Nobutaka2020-12-231-0/+3
| | | | Notes: svn path=/head/; revision=558994
* Add editors/imhex, hex editor for reverse engineers and programmers.MANTANI Nobutaka2020-12-1210-0/+220
Notes: svn path=/head/; revision=557818