pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ekiga net/ekiga: Add DragonFly Support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a12cf91b95b
branches:  trunk
changeset: 596331:0a12cf91b95b
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Dec 04 23:17:30 2011 +0000

description:
net/ekiga: Add DragonFly Support

To support DragonFly, only the configure script needed modification.

diffstat:

 net/ekiga/distinfo                   |   4 +++-
 net/ekiga/patches/patch-configure    |  36 ++++++++++++++++++++++++++++++++++++
 net/ekiga/patches/patch-configure.ac |  36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+), 1 deletions(-)

diffs (92 lines):

diff -r df58be87a160 -r 0a12cf91b95b net/ekiga/distinfo
--- a/net/ekiga/distinfo        Sun Dec 04 22:39:40 2011 +0000
+++ b/net/ekiga/distinfo        Sun Dec 04 23:17:30 2011 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.8 2009/11/17 19:50:57 wiz Exp $
+$NetBSD: distinfo,v 1.9 2011/12/04 23:17:30 marino Exp $
 
 SHA1 (ekiga-3.2.6.tar.bz2) = 1c9d2004aa57643a951c1d454e9cfb207143c021
 RMD160 (ekiga-3.2.6.tar.bz2) = f53fe740856e4a4c5b6141086ba25288aabe51ac
 Size (ekiga-3.2.6.tar.bz2) = 8257285 bytes
+SHA1 (patch-configure) = 2aa9145b6b790dcc4dbb63de47ebf663d059c26e
+SHA1 (patch-configure.ac) = a27f2712f9b3f2fa9020d85de87cae78d30ad9bb
diff -r df58be87a160 -r 0a12cf91b95b net/ekiga/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ekiga/patches/patch-configure Sun Dec 04 23:17:30 2011 +0000
@@ -0,0 +1,36 @@
+$NetBSD: patch-configure,v 1.1 2011/12/04 23:17:30 marino Exp $
+
+--- configure.orig     2011-12-04 22:20:18.931590000 +0000
++++ configure
+@@ -15361,6 +15361,10 @@ case $target_os in
+     gm_platform="linux"
+     ;;
+ 
++  DragonFly* | dragonfly* )
++    gm_platform="freebsd"
++    ;;
++
+   FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
+     gm_platform="freebsd"
+     ;;
+@@ -15551,7 +15555,7 @@ CC="$lt_save_CC"
+     ;;
+ 
+   *)
+-    as_fn_error "Only Linux, FreeBSD, NetBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types." "$LINENO" 5
++    as_fn_error "Only Linux, DragonFly, FreeBSD, NetBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types." "$LINENO" 5
+     ;;
+ esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+@@ -15578,6 +15582,11 @@ case $target_os in
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+ 
++  DragonFly* | dragonfly* )
++    ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
++    ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
++    ;;
++
+   FreeBSD* | freebsd* | NetBSD* | netbsd* )
+     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
+     ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
diff -r df58be87a160 -r 0a12cf91b95b net/ekiga/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ekiga/patches/patch-configure.ac      Sun Dec 04 23:17:30 2011 +0000
@@ -0,0 +1,36 @@
+$NetBSD: patch-configure.ac,v 1.1 2011/12/04 23:17:30 marino Exp $
+
+--- configure.ac.orig  2011-12-04 22:15:27.922631000 +0000
++++ configure.ac
+@@ -91,6 +91,10 @@ case $target_os in
+     gm_platform="linux"
+     ;;
+ 
++  DragonFly* | dragonfly* )
++    gm_platform="freebsd"
++    ;;
++
+   FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
+     gm_platform="freebsd"
+     ;;
+@@ -109,7 +113,7 @@ case $target_os in
+     ;;
+ 
+   *)
+-    AC_MSG_ERROR([Only Linux, FreeBSD, NetBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types.])
++    AC_MSG_ERROR([Only Linux, DragonFly, FreeBSD, NetBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types.])
+     ;;
+ esac
+ AC_MSG_RESULT([yes])
+@@ -129,6 +133,11 @@ case $target_os in
+     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
+     ;;
+ 
++  DragonFly* | dragonfly* )
++    ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
++    ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
++    ;;
++
+   FreeBSD* | freebsd* | NetBSD* | netbsd* )
+     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
+     ARCH_OPAL_LIBS="-lpt -lopal -lpthread"



Home | Main Index | Thread Index | Old Index