summaryrefslogtreecommitdiff
path: root/Ports/dmidecode
AgeCommit message (Collapse)Author
2022-10-17Ports/dmidecode: Remove install and post_install overriden sequencesLiav A
We used to do whole bunch of unnecessary things in the install sequence which the default port_include script sequence can do just fine, therefore the install sequence is removed from the port script. The post_install sequence wrongly called "make install-bin" which could be done in the default install sequence, as well as to create the /bin directory which is completely unnecessary to do because the image build script already does that for us. Also, now /usr/local/bin is in the PATH environment variable, so the installed binaries are runnable without creating symlinks in the /bin directory, therefore making the sequence of post_install completely unnecessary in the script so it is removed too.
2022-10-08Ports: Update dmidecode version to 3.4Liav A
Also, let's stop use the signature file and instead just compare sha256 checksums.
2022-10-08Ports: Apply the known hygiene rules on the dmidecode portLiav A
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-19Ports: Update dmidecode's patches to use git patchesAli Mohammad Pur
2022-04-01Ports: Remove IPv6 patch for dmidecodeLiav A
This is not needed anymore because our LibC recognizes what AF_INET6 is about.
2022-04-01Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macroLiav A
2022-01-16Ports: Add ReadMe files explaining port patches that have explanationsAli Mohammad Pur
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-06-29Ports: Fix dmidecode patchesLiav A
Since we have a SysFS now, we can just let dmidecode to read the DMI blobs from it.
2021-04-20Ports: Improve consistency and quality of portsPanagiotis Vasilopoulos
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually.
2021-04-15Ports: Use ftpmirror.gnu.org mirror server for GNU portsBrendan Coles
2021-04-11Ports: Fix install actions for the dmidecode port when re-installing the portGunnar Beutner
When re-installing the port the symlink already exists which causes 'ln -s' to fail.
2021-03-13Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib}Linus Groh
Except in the Lua port's Makefile patch, I couldn't figure this out...
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-02-01Ports: Upgrade dmidecode to version 3.3Liav A
2021-02-01Ports: Add a port of dmidecodeLiav A