From bc4ef730728e585d8f8f375148d52935d6700068 Mon Sep 17 00:00:00 2001 From: bcallah Date: Sun, 17 Aug 2014 12:08:50 +0000 Subject: [PATCH] Don't know why these weren't part of the first commit. Part of the birdfont-0.46 diff ok'd by aja@ --- graphics/birdfont/patches/patch-configure | 8 ++++---- graphics/birdfont/patches/patch-dodo_py | 8 ++++---- graphics/birdfont/patches/patch-install_py | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/graphics/birdfont/patches/patch-configure b/graphics/birdfont/patches/patch-configure index 4017bcb9294..316aea15392 100644 --- a/graphics/birdfont/patches/patch-configure +++ b/graphics/birdfont/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.3 2014/03/26 12:57:18 jasper Exp $ ---- configure.orig Sat Mar 22 16:52:01 2014 -+++ configure Wed Mar 26 10:36:29 2014 -@@ -92,7 +92,7 @@ parser.add_option("-c", "--cc", dest="cc", help="C com +$OpenBSD: patch-configure,v 1.4 2014/08/17 12:08:50 bcallah Exp $ +--- configure.orig Fri Aug 15 11:04:53 2014 ++++ configure Sun Aug 17 08:05:27 2014 +@@ -103,7 +103,7 @@ parser.add_option("-g", "--gtk", dest="gtk", help="Bui (options, args) = parser.parse_args() if not options.prefix: diff --git a/graphics/birdfont/patches/patch-dodo_py b/graphics/birdfont/patches/patch-dodo_py index 98e93172b61..da929aea9ad 100644 --- a/graphics/birdfont/patches/patch-dodo_py +++ b/graphics/birdfont/patches/patch-dodo_py @@ -1,10 +1,10 @@ -$OpenBSD: patch-dodo_py,v 1.3 2014/03/26 12:57:18 jasper Exp $ +$OpenBSD: patch-dodo_py,v 1.4 2014/08/17 12:08:50 bcallah Exp $ glib-2.0.vapi:967.53-967.68: error: Access to instance member `length' from nullable reference denied ---- dodo.py.orig Sat Mar 22 16:52:01 2014 -+++ dodo.py Wed Mar 26 10:36:57 2014 -@@ -74,12 +74,11 @@ def task_pkg_flags(): +--- dodo.py.orig Fri Aug 15 11:04:53 2014 ++++ dodo.py Sun Aug 17 08:05:27 2014 +@@ -76,12 +76,11 @@ def task_pkg_flags(): valac_options = [ diff --git a/graphics/birdfont/patches/patch-install_py b/graphics/birdfont/patches/patch-install_py index 0d0d7276c3b..fb55dec618c 100644 --- a/graphics/birdfont/patches/patch-install_py +++ b/graphics/birdfont/patches/patch-install_py @@ -1,7 +1,7 @@ -$OpenBSD: patch-install_py,v 1.2 2014/03/26 12:57:18 jasper Exp $ ---- install.py.orig Sat Mar 22 16:52:02 2014 -+++ install.py Wed Mar 26 10:37:26 2014 -@@ -112,10 +112,8 @@ if os.path.isfile ('build/bin/libbirdfont.so.' + versi +$OpenBSD: patch-install_py,v 1.3 2014/08/17 12:08:50 bcallah Exp $ +--- install.py.orig Fri Aug 15 11:04:53 2014 ++++ install.py Sun Aug 17 08:05:27 2014 +@@ -113,10 +113,8 @@ if os.path.isfile ('build/bin/libbirdfont.so.' + versi install ('build/bin/libbirdfont.so.' + version.SO_VERSION, libdir, 644) link (libdir, 'libbirdfont.so.' + version.SO_VERSION, ' libbirdfont.so.' + version.SO_VERSION_MAJOR) link (libdir, 'libbirdfont.so.' + version.SO_VERSION, ' libbirdfont.so')