pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Apr 28 21:52:18 UTC 2023

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Drop runtime dependency on Python. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/fonts/fontconfig/Makefile

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

Modified files:

Index: pkgsrc/fonts/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.127 pkgsrc/fonts/fontconfig/Makefile:1.128
--- pkgsrc/fonts/fontconfig/Makefile:1.127      Tue Jan 31 15:25:04 2023
+++ pkgsrc/fonts/fontconfig/Makefile    Fri Apr 28 21:52:18 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2023/01/31 15:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2023/04/28 21:52:18 joerg Exp $
 
 DISTNAME=      fontconfig-2.14.2
+PKGREVISION=   1
 CATEGORIES=    fonts
 MASTER_SITES=  https://www.fontconfig.org/release/
 EXTRACT_SUFX=  .tar.xz
@@ -10,6 +11,8 @@ HOMEPAGE=     https://www.fontconfig.org/
 COMMENT=       Library for configuring and customizing font access
 #LICENSE=      x11?
 
+PYTHON_FOR_BUILD_ONLY= yes
+
 # https://bugs.freedesktop.org/show_bug.cgi?id=101280
 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
 



Home | Main Index | Thread Index | Old Index