pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/tellico Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f28792ce52c9
branches:  trunk
changeset: 556027:f28792ce52c9
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Mar 16 10:18:31 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 misc/tellico/distinfo         |   3 ++-
 misc/tellico/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 6e2d8c504707 -r f28792ce52c9 misc/tellico/distinfo
--- a/misc/tellico/distinfo     Mon Mar 16 10:15:46 2009 +0000
+++ b/misc/tellico/distinfo     Mon Mar 16 10:18:31 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/02/21 10:18:28 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/03/16 10:18:31 hasso Exp $
 
 SHA1 (tellico-1.3.5.tar.gz) = 83639fd97cd5a7c06e3efa3a56af29c96c64f686
 RMD160 (tellico-1.3.5.tar.gz) = 57972db4e9cc1c5236015da8a7f5da3afff23a6c
 Size (tellico-1.3.5.tar.gz) = 5085567 bytes
+SHA1 (patch-aa) = 110d5cd17419456a0d2d4e9a7f77cba8b9ffc311
diff -r 6e2d8c504707 -r f28792ce52c9 misc/tellico/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/tellico/patches/patch-aa     Mon Mar 16 10:18:31 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/03/16 10:18:31 hasso Exp $
+
+--- src/translators/freedb_util.cpp.orig       2009-03-16 11:36:38 +0200
++++ src/translators/freedb_util.cpp    2009-03-16 11:36:57 +0200
+@@ -60,7 +60,7 @@ extern "C" {
+  * to compile on Solaris */
+ #define cdte_track_address cdte_addr.lba
+ 
+-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
++#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
+ 
+ #include <netinet/in.h>
+ #include <sys/cdio.h>



Home | Main Index | Thread Index | Old Index