mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:37:45 +00:00
Ports: Switch to new ports system (#594)
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
This commit is contained in:
parent
d5f1c57fe2
commit
18249b5996
47 changed files with 6563 additions and 428 deletions
11
Ports/figlet/patches/figlet-no-toilet-fonts.patch
Normal file
11
Ports/figlet/patches/figlet-no-toilet-fonts.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- figlet-2.2.5/Makefile 2012-06-01 14:51:09.000000000 +0200
|
||||
+++ figlet-2.2.5-patched/Makefile 2019-06-09 12:15:01.817177188 +0200
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
# Feature flags:
|
||||
# define TLF_FONTS to use TOIlet TLF fonts
|
||||
-XCFLAGS = -DTLF_FONTS
|
||||
+#XCFLAGS = -DTLF_FONTS
|
||||
|
||||
# Where to install files
|
||||
prefix = /usr/local
|
Loading…
Add table
Add a link
Reference in a new issue