pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf Add DragonFly support to the confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e51d04801dd2
branches:  trunk
changeset: 498830:e51d04801dd2
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Sep 04 04:56:40 2005 +0000

description:
Add DragonFly support to the configure script.

diffstat:

 graphics/gdk-pixbuf/distinfo         |   4 +-
 graphics/gdk-pixbuf/patches/patch-ae |  38 ++++++++++++++++++++++++++++++++++-
 2 files changed, 38 insertions(+), 4 deletions(-)

diffs (65 lines):

diff -r c97afb07769a -r e51d04801dd2 graphics/gdk-pixbuf/distinfo
--- a/graphics/gdk-pixbuf/distinfo      Sun Sep 04 04:56:04 2005 +0000
+++ b/graphics/gdk-pixbuf/distinfo      Sun Sep 04 04:56:40 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2005/04/27 11:05:42 wiz Exp $
+$NetBSD: distinfo,v 1.18 2005/09/04 04:56:40 reed Exp $
 
 SHA1 (gdk-pixbuf-0.22.0.tar.bz2) = 495324afb5abebc14567ffd5a6cd72333bcc7f5b
 RMD160 (gdk-pixbuf-0.22.0.tar.bz2) = 0e56a0f883fd8e3fb4d49b9a38f984b95cd96ece
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 2edd8fdd72d5dfaecc92974c6930e5d175e3b69f
 SHA1 (patch-ac) = 16fc33898fc1cb10b3e11ee26e7ea046d1f68032
 SHA1 (patch-ad) = 5c834eceaea7cef2ae964bba586c1e90ea4d0684
-SHA1 (patch-ae) = 515ae7a1946db5b8959287f0db101d64a97ab628
+SHA1 (patch-ae) = 8331a216051cd1bbfbeee7d2b54ab9e51be6f38d
 SHA1 (patch-af) = af8bf66d1cc445bdf7affaa119fd4c24e96e53c7
 SHA1 (patch-ag) = f798fefe61f7c22ee8480e39bf19d57c72b33282
 SHA1 (patch-ah) = 37df772bd4c818eb2dd567169598436467ea4f1c
diff -r c97afb07769a -r e51d04801dd2 graphics/gdk-pixbuf/patches/patch-ae
--- a/graphics/gdk-pixbuf/patches/patch-ae      Sun Sep 04 04:56:04 2005 +0000
+++ b/graphics/gdk-pixbuf/patches/patch-ae      Sun Sep 04 04:56:40 2005 +0000
@@ -1,7 +1,41 @@
-$NetBSD: patch-ae,v 1.4 2003/01/15 21:03:26 wiz Exp $
+$NetBSD: patch-ae,v 1.5 2005/09/04 04:56:40 reed Exp $
 
---- configure.orig     Wed Dec 18 23:18:48 2002
+--- configure.orig     2002-12-18 22:18:48.000000000 +0000
 +++ configure
+@@ -2440,13 +2440,13 @@ darwin* | rhapsody*)
+   esac
+   ;;
+ 
+-freebsd*)
++freebsd* | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+       # Not sure whether the presence of OpenBSD here was a mistake.
+       # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
+       lt_cv_file_magic_cmd=/usr/bin/file
+       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+       ;;
+@@ -4424,7 +4424,7 @@ else
+     ;;
+ 
+   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-  freebsd*)
++  freebsd* | dragonfly*)
+     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+     hardcode_libdir_flag_spec='-R$libdir'
+     hardcode_direct=yes
+@@ -4871,7 +4871,7 @@ freebsd1*)
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*)
++freebsd* | dragonfly*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+   version_type=freebsd-$objformat
+   case $version_type in
 @@ -9214,6 +9214,7 @@ fi
  echo "$as_me:9214: checking for location of rgb.txt database" >&5
  echo $ECHO_N "checking for location of rgb.txt database... $ECHO_C" >&6



Home | Main Index | Thread Index | Old Index