aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/electronfix.mk
Commit message (Collapse)AuthorAgeFilesLines
* Uses/electronfix.mk: Use absolute path to Makefile.versionGleb Popov2024-09-271-1/+1
| | | | Suggested by: fluffy
* Uses/electronfix.mk: revert previous commitMathieu Arnold2024-09-041-1/+1
| | | | | And remove the offending port, it can be added back if the software is updated to work with a supported electron.
* Uses/electronfix.mk: Replace .error with .warning to unbreak make describeGleb Popov2024-09-041-1/+1
| | | | Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
* Uses/electronfix.mk: Rework to not require listing supported electron versionsGleb Popov2024-09-041-17/+11
|
* graphics/drawio: update to 24.5.3Жунёва Мария Михайловна2024-06-221-1/+1
| | | | Sponsored by: Serenity Cybersecurity, LLC
* Uses/electronfix.mk: Add Electron 27Gleb Popov2024-04-201-1/+1
|
* Uses/electronfix.mk: Add electron28 to _ELECTRONFIX_MK_VALID_VERSIONSAlexey Yushkin2024-04-121-1/+1
|
* Uses/electronfix.mk: Add an additional stage-qa step to find non-native Node ↵Gleb Popov2023-11-141-0/+11
| | | | | | modules. Sponsored by: Serenity Cybersecurity, LLC
* Uses/electronfix.mk: Framework for quick porting of Electron apps.Gleb Popov2023-11-061-0/+61
The idea behind this USES is to take a binary distribution of some Electron app and replace Linux binaries with the native ones. Not only this allows for quick porting, but it is also a way to get closed-source Electron apps (Obsidian, XMind) working on FreeBSD. Sponsored by: Serenity Cybersecurity, LLC