CVS commit: src/external/ofl

2020-11-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Nov 14 04:32:44 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
also check MKX11FONTS before installing fonts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ofl/Makefile
diff -u src/external/ofl/Makefile:1.3 src/external/ofl/Makefile:1.4
--- src/external/ofl/Makefile:1.3	Fri Nov 13 09:56:53 2020
+++ src/external/ofl/Makefile	Sat Nov 14 04:32:44 2020
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.3 2020/11/13 09:56:53 maya Exp $
+#	$NetBSD: Makefile,v 1.4 2020/11/14 04:32:44 mrg Exp $
 
 .include 
 
-.if ${MKX11} != "no"
+.if ${MKX11} != "no" && ${MKX11FONTS} != "no"
 SUBDIR+=	font-liberation-ttf
 .endif
 



CVS commit: src/external/ofl

2020-11-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Nov 14 04:32:44 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
also check MKX11FONTS before installing fonts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Nov 13 09:56:53 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
Needs bsd.own.mk for MKX11.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ofl/Makefile
diff -u src/external/ofl/Makefile:1.2 src/external/ofl/Makefile:1.3
--- src/external/ofl/Makefile:1.2	Fri Nov 13 08:33:07 2020
+++ src/external/ofl/Makefile	Fri Nov 13 09:56:53 2020
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.2 2020/11/13 08:33:07 maya Exp $
+#	$NetBSD: Makefile,v 1.3 2020/11/13 09:56:53 maya Exp $
+
+.include 
 
 .if ${MKX11} != "no"
 SUBDIR+=	font-liberation-ttf



CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Nov 13 09:56:53 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
Needs bsd.own.mk for MKX11.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Nov 13 08:33:07 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
add rcsid, make font conditional on MKX11.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ofl/Makefile
diff -u src/external/ofl/Makefile:1.1 src/external/ofl/Makefile:1.2
--- src/external/ofl/Makefile:1.1	Thu Nov 12 22:28:02 2020
+++ src/external/ofl/Makefile	Fri Nov 13 08:33:07 2020
@@ -1,3 +1,7 @@
+#	$NetBSD: Makefile,v 1.2 2020/11/13 08:33:07 maya Exp $
+
+.if ${MKX11} != "no"
 SUBDIR+=	font-liberation-ttf
+.endif
 
 .include 



CVS commit: src/external/ofl

2020-11-13 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Nov 13 08:33:07 UTC 2020

Modified Files:
src/external/ofl: Makefile

Log Message:
add rcsid, make font conditional on MKX11.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.