pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/obexapp Don't add LIBEXPAT to DPADD, it doesn't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a756cce37e3
branches:  trunk
changeset: 529102:8a756cce37e3
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu May 24 14:06:33 2007 +0000

description:
Don't add LIBEXPAT to DPADD, it doesn't exist in all cases... and
the pkgsrc version is used anyway.

diffstat:

 comms/obexapp/distinfo         |   4 ++--
 comms/obexapp/patches/patch-af |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 78a6000cd28d -r 8a756cce37e3 comms/obexapp/distinfo
--- a/comms/obexapp/distinfo    Thu May 24 14:00:38 2007 +0000
+++ b/comms/obexapp/distinfo    Thu May 24 14:06:33 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2007/05/22 18:53:55 plunky Exp $
+$NetBSD: distinfo,v 1.7 2007/05/24 14:06:33 xtraeme Exp $
 
 SHA1 (obexapp-1.4.7.tar.gz) = 07d20b5ffb1247baf8dfd54356224bb571442ee3
 RMD160 (obexapp-1.4.7.tar.gz) = da44684df4309a3e2d2a204927e3452db5256fa1
 Size (obexapp-1.4.7.tar.gz) = 30846 bytes
 SHA1 (patch-ac) = 7cae80c5a71fdd6cd97785dbf723aecf55e8cb2f
-SHA1 (patch-af) = c3817762db04f25d724444ad2479d9d57efcad52
+SHA1 (patch-af) = 75763fb546c3058002827c83b1f5fa4fdffc664e
diff -r 78a6000cd28d -r 8a756cce37e3 comms/obexapp/patches/patch-af
--- a/comms/obexapp/patches/patch-af    Thu May 24 14:00:38 2007 +0000
+++ b/comms/obexapp/patches/patch-af    Thu May 24 14:06:33 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.1 2007/05/22 18:53:56 plunky Exp $
+$NetBSD: patch-af,v 1.2 2007/05/24 14:06:33 xtraeme Exp $
 
---- Makefile.orig      2007-05-21 19:57:47.000000000 +0100
-+++ Makefile
-@@ -17,9 +17,9 @@ CFLAGS+=     -I/usr/local/include \
+--- Makefile.orig      2007-04-23 20:29:18.000000000 +0200
++++ Makefile   2007-05-24 15:43:11.000000000 +0200
+@@ -17,9 +17,9 @@
                -I/usr/local/include/openobex \
                -fno-strict-aliasing
  
 -DPADD=                ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} ${LIBREADLINE}
-+DPADD=                ${LIBBLUETOOTH} ${LIBSDP} ${LIBEXPAT} ${LIBREADLINE}
++DPADD=                ${LIBBLUETOOTH} ${LIBSDP} ${LIBREADLINE}
  LDADD=                -L/usr/lib -L/usr/local/lib \
 -              -lbluetooth -lsdp -lopenobex -lbsdxml -lreadline -liconv
 +              -lbluetooth -lsdp -lopenobex -lexpat -lreadline -liconv



Home | Main Index | Thread Index | Old Index