pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freetype2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 12 23:38:13 UTC 2022

Modified Files:
        pkgsrc/graphics/freetype2: Makefile options.mk

Log Message:
freetype2: turn on png option by default

Enables e.g. noto-emoji-ttf to display correctly

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/graphics/freetype2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/freetype2/options.mk

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

Modified files:

Index: pkgsrc/graphics/freetype2/Makefile
diff -u pkgsrc/graphics/freetype2/Makefile:1.122 pkgsrc/graphics/freetype2/Makefile:1.123
--- pkgsrc/graphics/freetype2/Makefile:1.122    Tue Jan  4 13:16:17 2022
+++ pkgsrc/graphics/freetype2/Makefile  Tue Apr 12 23:38:13 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.122 2022/01/04 13:16:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.123 2022/04/12 23:38:13 wiz Exp $
 
 DISTNAME=      freetype-2.11.1
 PKGNAME=       ${DISTNAME:S/-/2-/}
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freetype/}
 MASTER_SITES+= http://download.savannah.gnu.org/releases/freetype/

Index: pkgsrc/graphics/freetype2/options.mk
diff -u pkgsrc/graphics/freetype2/options.mk:1.4 pkgsrc/graphics/freetype2/options.mk:1.5
--- pkgsrc/graphics/freetype2/options.mk:1.4    Mon Sep 12 18:06:44 2016
+++ pkgsrc/graphics/freetype2/options.mk        Tue Apr 12 23:38:13 2022
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2016/09/12 18:06:44 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2022/04/12 23:38:13 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.freetype2
 PKG_SUPPORTED_OPTIONS= png
+PKG_SUGGESTED_OPTIONS= png
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index