all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 60620508f41bc832781d6d97ac6dcc6bfb777cd5 934 bytes (raw)
name: gnu/packages/patches/plan9port-fontsrv.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Remove unnecessary check that prevents fontsrv from building.

diff --git a/INSTALL b/INSTALL
index bfc08d52..c84e750c 100755
--- a/INSTALL
+++ b/INSTALL
@@ -112,23 +112,6 @@ if [ `uname` = Darwin ]; then
 	rm -f ./a.out
 fi
 
-if [ `uname` != Darwin ]; then
-	# Determine whether fontsrv X11 files are available.
-	rm -f a.out
-	cc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 \
-	    -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 \
-	    -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 src/cmd/fontsrv/x11.c >/dev/null 2>&1
-	if [ -f a.out ]; then
-		echo "	fontsrv dependencies found."
-		echo "FONTSRV=fontsrv" >>$PLAN9/config
-	else
-		echo "	fontsrv dependencies not found."
-		echo "FONTSRV=" >>$PLAN9/config
-		rm -f bin/fontsrv
-	fi
-	rm -f a.out
-fi
-
 if [ -f LOCAL.config ]; then
 	echo Using LOCAL.config options:
 	sed 's/^/	/' LOCAL.config

debug log:

solving 60620508f4 ...
found 60620508f4 in https://yhetil.org/guix/20241230024839.25186-1-gay@disroot.org/

applying [1/1] https://yhetil.org/guix/20241230024839.25186-1-gay@disroot.org/
diff --git a/gnu/packages/patches/plan9port-fontsrv.patch b/gnu/packages/patches/plan9port-fontsrv.patch
new file mode 100644
index 0000000000..60620508f4

1:14: space before tab in indent.
 	rm -f ./a.out
1:16: trailing whitespace.
 
1:35: space before tab in indent.
 	echo Using LOCAL.config options:
1:36: space before tab in indent.
 	sed 's/^/	/' LOCAL.config
Checking patch gnu/packages/patches/plan9port-fontsrv.patch...
Applied patch gnu/packages/patches/plan9port-fontsrv.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 60620508f41bc832781d6d97ac6dcc6bfb777cd5	gnu/packages/patches/plan9port-fontsrv.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.