pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/ncmpc correction - panel.h isn't needed, so patc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea4201b570fc
branches: trunk
changeset: 477999:ea4201b570fc
user: grant <grant%pkgsrc.org@localhost>
date: Wed Jul 14 10:47:57 2004 +0000
description:
correction - panel.h isn't needed, so patch it out of existance and
drop the added INCOMPAT_NCURSES patterns.
fixes build with NetBSD libcurses again.
diffstat:
audio/ncmpc/Makefile | 4 ++--
audio/ncmpc/distinfo | 3 ++-
audio/ncmpc/patches/patch-aa | 14 ++++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 95ffc8f6c064 -r ea4201b570fc audio/ncmpc/Makefile
--- a/audio/ncmpc/Makefile Wed Jul 14 10:38:43 2004 +0000
+++ b/audio/ncmpc/Makefile Wed Jul 14 10:47:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/14 10:33:33 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/14 10:47:57 grant Exp $
DISTNAME= ncmpc-0.11.0
CATEGORIES= audio
@@ -15,7 +15,7 @@
USE_LIBTOOL= yes
INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-*
-INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-* NetBSD-2*-*
+INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-*
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
diff -r 95ffc8f6c064 -r ea4201b570fc audio/ncmpc/distinfo
--- a/audio/ncmpc/distinfo Wed Jul 14 10:38:43 2004 +0000
+++ b/audio/ncmpc/distinfo Wed Jul 14 10:47:57 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/07/14 10:33:33 grant Exp $
+$NetBSD: distinfo,v 1.3 2004/07/14 10:47:57 grant Exp $
SHA1 (ncmpc-0.11.0.tar.gz) = 5adab98537fdcd88a2296b4ef738614be81d0e83
Size (ncmpc-0.11.0.tar.gz) = 242626 bytes
+SHA1 (patch-aa) = 3288d2b41ed02791639478aec9ac30fe2ee6eef0
diff -r 95ffc8f6c064 -r ea4201b570fc audio/ncmpc/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ncmpc/patches/patch-aa Wed Jul 14 10:47:57 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2004/07/14 10:47:57 grant Exp $
+
+--- src/screen_play.c.orig 2004-07-09 17:49:39.000000000 +1000
++++ src/screen_play.c
+@@ -23,7 +23,8 @@
+ #include <string.h>
+ #include <glib.h>
+ #include <ncurses.h>
+-#include <panel.h>
++/* not needed */
++/* #include <panel.h> */
+
+ #include "config.h"
+ #include "ncmpc.h"
Home |
Main Index |
Thread Index |
Old Index