pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/amsn Treat DragonFly same as other *BSDs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb62fd18e870
branches:  trunk
changeset: 543326:bb62fd18e870
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 14 05:05:36 2008 +0000

description:
Treat DragonFly same as other *BSDs.
Patch provided by Hasso Tepper in PR 38849.

diffstat:

 chat/amsn/distinfo                  |   4 ++--
 chat/amsn/patches/patch-configureac |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 5f811afadce5 -r bb62fd18e870 chat/amsn/distinfo
--- a/chat/amsn/distinfo        Sat Jun 14 03:03:39 2008 +0000
+++ b/chat/amsn/distinfo        Sat Jun 14 05:05:36 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/01/05 20:35:14 rillig Exp $
+$NetBSD: distinfo,v 1.5 2008/06/14 05:05:36 obache Exp $
 
 SHA1 (amsn-0.97.tar.bz2) = 67364c90a2b1347aebff5c4db0eb7487797e3ccf
 RMD160 (amsn-0.97.tar.bz2) = 75416c9897df15960f616a0d3e233c8270de9b8b
 Size (amsn-0.97.tar.bz2) = 10131843 bytes
-SHA1 (patch-configureac) = 70d120fd03cd60bd783b1cb65771abf10313c398
+SHA1 (patch-configureac) = 31a80f3c0cec28b87449b146c828a5e6de6c3354
diff -r 5f811afadce5 -r bb62fd18e870 chat/amsn/patches/patch-configureac
--- a/chat/amsn/patches/patch-configureac       Sat Jun 14 03:03:39 2008 +0000
+++ b/chat/amsn/patches/patch-configureac       Sat Jun 14 05:05:36 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-configureac,v 1.2 2008/01/05 20:35:14 rillig Exp $
+$NetBSD: patch-configureac,v 1.3 2008/06/14 05:05:36 obache Exp $
 
 http://sourceforge.net/tracker/index.php?func=detail&aid=1864687&group_id=54091&atid=472657
 
 --- configure.ac.orig  2007-12-24 21:35:51.000000000 +0000
-+++ configure.ac       2008-01-05 20:03:57.000000000 +0000
++++ configure.ac
 @@ -22,7 +22,7 @@ AC_ARG_ENABLE(debug,
    [  --enable-debug          enable some debuging informations],[enable_debug=yes])
  
@@ -22,6 +22,15 @@
      STATIC="yes"
  else
      STATIC="no"
+@@ -48,7 +48,7 @@ case `uname -s` in
+       Linux)
+               FOUND_OS="linux"
+               ;;
+-      OpenBSD | FreeBSD | NetBSD)
++      OpenBSD | FreeBSD | NetBSD | DragonFly)
+               # *BSD has important stuff (from ports)
+               # in /usr/local ...
+               CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
 @@ -89,7 +89,7 @@ AC_ARG_ENABLE(version-check, [  --disabl
  
  OLDV=`expr $VERSION \< 8.4`



Home | Main Index | Thread Index | Old Index