pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/Xft2 change the libtool (1.5) versioning from li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbc2521f5ef2
branches:  trunk
changeset: 463184:bbc2521f5ef2
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Oct 31 03:10:07 2003 +0000

description:
change the libtool (1.5) versioning from linux to sunos on Solaris to
avoid PLIST problems. No effect on other operating systems.

diffstat:

 fonts/Xft2/distinfo         |   4 +++-
 fonts/Xft2/patches/patch-aa |  13 +++++++++++++
 fonts/Xft2/patches/patch-ab |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 8f5703f23cb1 -r bbc2521f5ef2 fonts/Xft2/distinfo
--- a/fonts/Xft2/distinfo       Fri Oct 31 02:13:59 2003 +0000
+++ b/fonts/Xft2/distinfo       Fri Oct 31 03:10:07 2003 +0000
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/19 15:46:52 markd Exp $
+$NetBSD: distinfo,v 1.4 2003/10/31 03:10:07 dmcmahill Exp $
 
 SHA1 (xft-2.1.2.tar.gz) = 892d57cac909ef51c3c49b9a6aaf54e6b6ab6b92
 Size (xft-2.1.2.tar.gz) = 243680 bytes
+SHA1 (patch-aa) = 06782c94f152e301a3bc989df7810dadf0ae44c8
+SHA1 (patch-ab) = f02bd400fcde944e799368721a7cdb7444414fb7
diff -r 8f5703f23cb1 -r bbc2521f5ef2 fonts/Xft2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Xft2/patches/patch-aa       Fri Oct 31 03:10:07 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/10/31 03:10:07 dmcmahill Exp $
+
+--- aclocal.m4.orig    2003-05-06 01:40:35.000000000 -0400
++++ aclocal.m4
+@@ -3070,7 +3070,7 @@ sco3.2v5*)
+   ;;
+ 
+ solaris*)
+-  version_type=linux
++  version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
diff -r 8f5703f23cb1 -r bbc2521f5ef2 fonts/Xft2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Xft2/patches/patch-ab       Fri Oct 31 03:10:07 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2003/10/31 03:10:07 dmcmahill Exp $
+
+--- configure.orig     2003-05-06 01:40:39.000000000 -0400
++++ configure
+@@ -6362,7 +6362,7 @@ sco3.2v5*)
+   ;;
+ 
+ solaris*)
+-  version_type=linux
++  version_type=sunos
+   need_lib_prefix=no
+   need_version=no
+   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'



Home | Main Index | Thread Index | Old Index