pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/moc-devel Make it build on DragonFly at least. T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bc1ad61be2c
branches: trunk
changeset: 394277:3bc1ad61be2c
user: hasso <hasso%pkgsrc.org@localhost>
date: Mon Jun 08 07:25:20 2009 +0000
description:
Make it build on DragonFly at least. This needs better handling IMHO,
though.
diffstat:
audio/moc-devel/distinfo | 4 ++--
audio/moc-devel/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 956a80ffee90 -r 3bc1ad61be2c audio/moc-devel/distinfo
--- a/audio/moc-devel/distinfo Mon Jun 08 05:56:03 2009 +0000
+++ b/audio/moc-devel/distinfo Mon Jun 08 07:25:20 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/07 16:10:37 bjs Exp $
+$NetBSD: distinfo,v 1.2 2009/06/08 07:25:20 hasso Exp $
SHA1 (moc-2.5.0-alpha3.tar.bz2) = 59251b6239ad38f3f5ba8a1f73d1e90246765ab7
RMD160 (moc-2.5.0-alpha3.tar.bz2) = 7a603538e2080f3e182a543bc82100a09a56c2fe
Size (moc-2.5.0-alpha3.tar.bz2) = 489824 bytes
-SHA1 (patch-aa) = ae4ec98da135617d5433308462a99271ed31bde3
+SHA1 (patch-aa) = 058c2f72e22d3a31aee6e921aa9c110326a305f3
SHA1 (patch-ab) = 750f9a75c368788cf7d6f55e2ef44d7e41d99aa4
SHA1 (patch-ac) = 6b42e7df0dc3dfeb0a7c5e5226a28b01d2fd27c7
SHA1 (patch-ad) = 5785a54e683f8c063e7b603e7cc07a33dd080590
diff -r 956a80ffee90 -r 3bc1ad61be2c audio/moc-devel/patches/patch-aa
--- a/audio/moc-devel/patches/patch-aa Mon Jun 08 05:56:03 2009 +0000
+++ b/audio/moc-devel/patches/patch-aa Mon Jun 08 07:25:20 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/04/07 16:10:37 bjs Exp $
+$NetBSD: patch-aa,v 1.2 2009/06/08 07:25:20 hasso Exp $
--- softmixer.c.orig 2008-04-06 19:57:33.000000000 -0400
+++ softmixer.c
@@ -6,7 +6,7 @@
#include "common.h"
#include "log.h"
-+#ifndef getline
++#if !defined(getline) && !defined(__DragonFly__)
+#define NETBSD_GETLINE
+int getline(FILE *, char *, size_t, const char **);
+#include "getline.c"
Home |
Main Index |
Thread Index |
Old Index