diff options
author | adam <adam> | 2006-10-05 10:49:23 +0000 |
---|---|---|
committer | adam <adam> | 2006-10-05 10:49:23 +0000 |
commit | 6365a7e547a9043f8dba7798b49ee14ec77726ec (patch) | |
tree | a32bda00c2900a86c3d60965ca7d39e70be6bfef /editors | |
parent | 657c6023d30ca6e0e160ce17f1815792da731d9e (diff) | |
download | pkgsrc-6365a7e547a9043f8dba7798b49ee14ec77726ec.tar.gz |
Fix a problem with fontconfig 2.4.x; revision bump
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 3 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ae | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index db22e1e61b0..436f39577e9 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.103 2006/09/16 12:20:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.104 2006/10/05 10:49:23 adam Exp $ .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Open Source cross-platform word processor diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index fbf3c092706..5d6f7a03332 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.53 2006/07/10 21:40:49 adam Exp $ +$NetBSD: distinfo,v 1.54 2006/10/05 10:49:23 adam Exp $ SHA1 (abiword-2.4.5.tar.bz2) = bca02a8beb490246f785518fc82c6c557a77a88d RMD160 (abiword-2.4.5.tar.bz2) = f0de27f97135f8fff9b4400b05d74a27eee348cd @@ -7,5 +7,6 @@ SHA1 (patch-aa) = b305b8a5dcf16c76e4bc858b6b484592b68aaca1 SHA1 (patch-ab) = 94191b278b6c5d0a37231efde9dc11097d6c1590 SHA1 (patch-ac) = 8fe244939c96a322a4db61463b8f66af0fc61e35 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 +SHA1 (patch-ae) = a9d395f4128765737095655e94e586eb3a9c7b1f SHA1 (patch-af) = d3fe1c03fe80648afb729b3dbc4721c413220a0d SHA1 (patch-ag) = a4d4569e2bb67110aa160f2f596c32bbd5bac9c4 diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae new file mode 100644 index 00000000000..e2a2d4fe00b --- /dev/null +++ b/editors/abiword/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.19 2006/10/05 10:49:24 adam Exp $ + +--- src/af/xap/unix/xap_UnixApp.cpp.orig 2006-10-05 11:18:55.000000000 +0900 ++++ src/af/xap/unix/xap_UnixApp.cpp 2006-10-05 11:19:58.000000000 +0900 +@@ -134,10 +134,6 @@ + DELETEP(m_pUnixToolbarIcons); + + delete m_fontManager; +- +-#if FC_MINOR > 2 +- FcFini(); +-#endif + } + + bool XAP_UnixApp::initialize(const char * szKeyBindingsKey, const char * szKeyBindingsDefaultValue) |