pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/t1lib Fix build under darwin, without breaking n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6b354210b67
branches:  trunk
changeset: 499109:d6b354210b67
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Sep 09 16:59:55 2005 +0000

description:
Fix build under darwin, without breaking netbsd and others

diffstat:

 fonts/t1lib/Makefile         |   4 ++--
 fonts/t1lib/distinfo         |   3 ++-
 fonts/t1lib/patches/patch-ag |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r e7393bb95efd -r d6b354210b67 fonts/t1lib/Makefile
--- a/fonts/t1lib/Makefile      Fri Sep 09 16:28:18 2005 +0000
+++ b/fonts/t1lib/Makefile      Fri Sep 09 16:59:55 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2005/09/09 12:31:22 tonio Exp $
+# $NetBSD: Makefile,v 1.27 2005/09/09 16:59:55 tonio Exp $
 
 DISTNAME=      t1lib-5.1.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    fonts devel graphics
 MASTER_SITES=  ${MASTER_SITE_SUNSITE:=libs/graphics/}
 
diff -r e7393bb95efd -r d6b354210b67 fonts/t1lib/distinfo
--- a/fonts/t1lib/distinfo      Fri Sep 09 16:28:18 2005 +0000
+++ b/fonts/t1lib/distinfo      Fri Sep 09 16:59:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/09/09 11:39:05 tonio Exp $
+$NetBSD: distinfo,v 1.14 2005/09/09 16:59:55 tonio Exp $
 
 SHA1 (t1lib-5.1.0.tar.gz) = 6866561027aa32b0efb1a1aad0aa38cb5e01a299
 RMD160 (t1lib-5.1.0.tar.gz) = f12710159aa8a92e8feb5d934dc45875d198bb58
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 14201794e29a2eeba22a9144726ed3e00322aa1d
 SHA1 (patch-ad) = 29c530f6d363de31777ad45823b55e72208c4ccb
 SHA1 (patch-af) = e89df0d94e0748e468c7c3d40ce2fc0ccdb0116c
+SHA1 (patch-ag) = de43462ab574f557627ff3e35cde4ca574d23396
diff -r e7393bb95efd -r d6b354210b67 fonts/t1lib/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/t1lib/patches/patch-ag      Fri Sep 09 16:59:55 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2005/09/09 16:59:55 tonio Exp $
+
+--- lib/Makefile.in.orig       2005-05-02 00:01:57.000000000 +0200
++++ lib/Makefile.in
+@@ -135,7 +135,7 @@ libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS)
+ 
+ libt1x.la: $(T1LIBX_OBJS)
+       $(LIBTOOL) --mode=link \
+-              $(CC) -o $@ $(T1LIBX_OBJS) \
++              $(CC) -o $@ $(T1LIBX_OBJS) $(LDFLAGS) libt1.la $(XLIB) \
+                -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
+                -no-undefined -rpath $(libdir)
+       cp t1lib/t1libx.h .



Home | Main Index | Thread Index | Old Index