From ee0a3ac8c4a35864a9b1213a965a8687db8cc86e Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 9 Mar 2007 06:34:59 +0000 Subject: [PATCH] - Use "fixed" as a default font instead of "helvetica" since it is not available in standart install - Bump PORTREVISION Reported by: xride --- misc/py-osd/Makefile | 2 +- misc/py-osd/files/patch-pyosd-__init__.py | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 misc/py-osd/files/patch-pyosd-__init__.py diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index 9566903b8a82..39828a85266c 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -7,7 +7,7 @@ PORTNAME= osd PORTVERSION= 0.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= http://repose.cx/pyosd/ \ http://damien.kangaweb.com/moving/stuff/pyosd/ diff --git a/misc/py-osd/files/patch-pyosd-__init__.py b/misc/py-osd/files/patch-pyosd-__init__.py new file mode 100644 index 000000000000..a500ff131512 --- /dev/null +++ b/misc/py-osd/files/patch-pyosd-__init__.py @@ -0,0 +1,11 @@ +--- pyosd/__init__.py.orig Wed Mar 7 16:02:22 2007 ++++ pyosd/__init__.py Wed Mar 7 16:03:00 2007 +@@ -44,7 +44,7 @@ + + error = _pyosd.error + +-default_font="-*-helvetica-medium-r-normal-*-*-360-*-*-p-*-*-*" ++default_font="-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*" + + class osd: + """ osd is a class used to create an object which can display messages on