summaryrefslogtreecommitdiff
path: root/www-apps
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2025-12-01 15:20:20 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2025-12-01 15:20:20 +0000
commitf844191b67214e0feb12e80ad66a79797360b1fe (patch)
tree58689f460ab137be03db414ce398cb70491bc765 /www-apps
parentPatch glusterfs volume resource to use full hostname (diff)
downloadpatches-main.tar.bz2
patches-main.tar.xz
patches-main.zip
Remove highlight-3 patch now in upstreamHEADmain
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/cgit/highlight-3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-apps/cgit/highlight-3.patch b/www-apps/cgit/highlight-3.patch
deleted file mode 100644
index 05f72df..0000000
--- a/www-apps/cgit/highlight-3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/filters/syntax-highlighting.sh 2016-11-23 04:24:36.000000000 +0000
-+++ b/filters/syntax-highlighting.sh 2017-08-07 21:11:24.179856998 +0100
-@@ -115,7 +115,7 @@
- # found (for example) on EPEL 6.
- #
- # This is for version 2
--exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
-+#exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
-
- # This is for version 3
--#exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
-+exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null