pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmcd audio/xmcd: Fix FreeBSD && regression on Dr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7e95dfa6abd
branches:  trunk
changeset: 607287:b7e95dfa6abd
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue Aug 07 20:18:20 2012 +0000

description:
audio/xmcd: Fix FreeBSD && regression on DragonFly

FreeBSD deprecated and removed libmytinfo years ago (before that it was
an alias for -lcurses).  DragonFly recently followed suit and consequently
this package broke.

Patch taken from FreeBSD ports -- it fixed DragonFly too.

diffstat:

 audio/xmcd/distinfo         |  10 +++++-----
 audio/xmcd/patches/patch-ab |  16 ++++++++++++----
 2 files changed, 17 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 1c6ab2ef4c65 -r b7e95dfa6abd audio/xmcd/distinfo
--- a/audio/xmcd/distinfo       Tue Aug 07 19:23:19 2012 +0000
+++ b/audio/xmcd/distinfo       Tue Aug 07 20:18:20 2012 +0000
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.16 2012/05/04 16:01:53 joerg Exp $
+$NetBSD: distinfo,v 1.17 2012/08/07 20:18:20 marino Exp $
 
+SHA1 (xmcd-3.0.2-proxyauth-patch) = a6114c73e5470747fe2dcfe16cb11bc7c5e5b4dd
+RMD160 (xmcd-3.0.2-proxyauth-patch) = 405be2eefaaf51fc029828d5850b9f5c78cef5b2
+Size (xmcd-3.0.2-proxyauth-patch) = 2922 bytes
 SHA1 (xmcd-3.0.2.tar.gz) = 10258f299f917c94780d3e6d9feb57535d4603b5
 RMD160 (xmcd-3.0.2.tar.gz) = 9fbee32681e8df4623a06b49ee64ac328478623b
 Size (xmcd-3.0.2.tar.gz) = 690285 bytes
-SHA1 (xmcd-3.0.2-proxyauth-patch) = a6114c73e5470747fe2dcfe16cb11bc7c5e5b4dd
-RMD160 (xmcd-3.0.2-proxyauth-patch) = 405be2eefaaf51fc029828d5850b9f5c78cef5b2
-Size (xmcd-3.0.2-proxyauth-patch) = 2922 bytes
 SHA1 (patch-aa) = 0a446d2943dd9ac9d66938674daa16d1d629e470
-SHA1 (patch-ab) = 2721877c17a7e810a4039be7056d015b87d94273
+SHA1 (patch-ab) = 35c9d7cfecbd276a034598375c033c0dd510acdf
 SHA1 (patch-ac) = 19440a72fda657bf73811c20aabab5c955369516
 SHA1 (patch-ad) = afddba8e5a6070a54131ce2530479d4add9e19a4
 SHA1 (patch-ae) = 3de0e9fd004fcb6012f033739ff1b66bd059d655
diff -r 1c6ab2ef4c65 -r b7e95dfa6abd audio/xmcd/patches/patch-ab
--- a/audio/xmcd/patches/patch-ab       Tue Aug 07 19:23:19 2012 +0000
+++ b/audio/xmcd/patches/patch-ab       Tue Aug 07 20:18:20 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-ab,v 1.12 2003/06/13 10:55:26 cjep Exp $
---- cda_d/Imakefile.orig       Wed Aug  8 01:15:13 2001
-+++ cda_d/Imakefile    Tue Jun 10 13:29:21 2003
+$NetBSD: patch-ab,v 1.13 2012/08/07 20:18:20 marino Exp $
+
+--- cda_d/Imakefile.orig       2001-08-08 00:15:13.000000000 +0000
++++ cda_d/Imakefile
 @@ -53,7 +53,13 @@
  DEFINES= -DBSDCOMPAT -DUSE_TERMIOS
  #else
@@ -16,7 +17,14 @@
  #else
  #if defined(__bsdi__)
  .if exists(/usr/include/ncurses.h)
-@@ -127,11 +133,16 @@
+@@ -121,17 +127,22 @@ LOCAL_LIBRARIES=-L/usr/5lib -lcurses
+ LOCAL_LIBRARIES=-lncurses
+ #else
+ #if defined(FreeBSDArchitecture)
+-LOCAL_LIBRARIES=-lncurses -lmytinfo
++LOCAL_LIBRARIES=-lncurses
+ .if exists(/usr/include/camlib.h)
+ LOCAL_LIBRARIES+= -lcam
  .endif
  #else
  #if defined(NetBSDArchitecture)



Home | Main Index | Thread Index | Old Index