From 27fb3abafc365e65099ed139e0f64d603d5992a0 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 18 Mar 2006 04:52:33 +0000 Subject: Set libdir in .la files correctly; otherwise, fontforge fails to load libraries on Darwin at run time. Bump PKGREVISION. --- fonts/fontforge/Makefile | 4 ++-- fonts/fontforge/distinfo | 4 +++- fonts/fontforge/patches/patch-ac | 12 ++++++++++++ fonts/fontforge/patches/patch-ad | 12 ++++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 fonts/fontforge/patches/patch-ac create mode 100644 fonts/fontforge/patches/patch-ad (limited to 'fonts') diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 863d4c115d7..89f185ae066 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2006/03/07 23:09:28 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/18 04:52:33 minskim Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo index a37e594cadc..d60709e8f69 100644 --- a/fonts/fontforge/distinfo +++ b/fonts/fontforge/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.18 2006/03/07 23:09:28 minskim Exp $ +$NetBSD: distinfo,v 1.19 2006/03/18 04:52:33 minskim Exp $ SHA1 (fontforge_full-20060209.tar.bz2) = 263a7d30a089aae230130b7581529121b9d15b5e RMD160 (fontforge_full-20060209.tar.bz2) = 95e3f6200b135fd44676db1ab00d067ea708ed2a Size (fontforge_full-20060209.tar.bz2) = 3259680 bytes SHA1 (patch-aa) = c7f9e18ad3c4e055f12f30b37d8ace4e0b7c1b24 SHA1 (patch-ab) = c6ac28364922c736ea89fcc83a0600bb4a1570bb +SHA1 (patch-ac) = 7fe3d9174e407e04966081155965ff994a0fd69b +SHA1 (patch-ad) = 6a76e7e5e4882eb5af6f31ff3dbc6e7c17b69784 diff --git a/fonts/fontforge/patches/patch-ac b/fonts/fontforge/patches/patch-ac new file mode 100644 index 00000000000..af64e7eb3e7 --- /dev/null +++ b/fonts/fontforge/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/03/18 04:52:33 minskim Exp $ + +--- gdraw/Makefile.dynamic.in.orig 2005-09-30 06:06:22.000000000 -0700 ++++ gdraw/Makefile.dynamic.in +@@ -3,6 +3,7 @@ top_srcdir = @top_srcdir@ + top_builddir = .. + VPATH = @srcdir@ + prefix = @prefix@ ++exec_prefix = @exec_prefix@ + bindir = @bindir@ + libdir = @libdir@ + diff --git a/fonts/fontforge/patches/patch-ad b/fonts/fontforge/patches/patch-ad new file mode 100644 index 00000000000..b695b1169fc --- /dev/null +++ b/fonts/fontforge/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/03/18 04:52:33 minskim Exp $ + +--- Unicode/Makefile.dynamic.in.orig 2005-09-30 06:10:58.000000000 -0700 ++++ Unicode/Makefile.dynamic.in +@@ -3,6 +3,7 @@ top_builddir = .. + libdir = @libdir@ + VPATH = @srcdir@ + prefix = @prefix@ ++exec_prefix = @exec_prefix@ + bindir = @bindir@ + + GU_VERSION=2 -- cgit v1.2.3