pkgsrc-Bugs archive

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

Re: PR/45522 CVS commit: pkgsrc/audio/abcmidi



The following reply was made to PR pkg/45522; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: PR/45522 CVS commit: pkgsrc/audio/abcmidi
Date: Thu, 27 Oct 2011 00:11:28 +0700

     Date:        Wed, 26 Oct 2011 12:05:03 +0000 (UTC)
     From:        "Ryo ONODERA" <ryoon%NetBSD.org@localhost>
     Message-ID:  <20111026120503.754C063B86B%www.NetBSD.org@localhost>
 
   |  PR pkg/45522
   |  
   |  * Regen distinfo.
   |  * Add http://ifdo.pugmarks.com/~seymour/backup/ to MASTER_SITES
   |    for older distfiles.
 
 As I mentioned in an off-list message, MASTER_SITES is still incorrect,
 th other one should use the same domain name (ifdo.pugmarks.com) as this
 backup for the older distfiles, not ifdo.ca which seems to have no ~seynour
 (or none that they allow access to.)
 
 That doesn't matter right now, as the distfile that pkgsrc wants is not
 at that master site, but at the backup, which does work.
 
 More important right now however, is that patches/patch-Makefile.in
 contains path names that won't normally exist, making the patch fail
 (actually worse, it stops and asks for human input to tell it what file
 to patch, which doesn't work well when it is being run from a script that's
 redirecting output to a log file which is normally only ever seen if the
 build fails ... which is how I build things - after an hour of waiting
 I started wondering why this package had suddenly become very slow to
 build!)
 
 The patch below corrects that - apply this patch, and rebuild distinfo to
 take account of the different patch checksum, and audio/abcmidi builds for
 me now.
 
 kre
 
 Index: patches/patch-Makefile.in
 ===================================================================
 RCS file: /cvsroot/NetBSD/pkgsrc/audio/abcmidi/patches/patch-Makefile.in,v
 retrieving revision 1.2
 diff -u -r1.2 patch-Makefile.in
 --- patches/patch-Makefile.in  21 Oct 2011 14:50:09 -0000      1.2
 +++ patches/patch-Makefile.in  26 Oct 2011 17:02:58 -0000
 @@ -3,8 +3,8 @@
  * Fix double prefix problem
  * Adjust docdir
  
 ---- /usr/tmp/audio/abcmidi/work/abcmidi/Makefile.in.orig      2011-08-19 
16:20:25.000000000 +0000
 -+++ /usr/tmp/audio/abcmidi/work/abcmidi/Makefile.in
 +--- Makefile.in.orig  2011-08-19 16:20:25.000000000 +0000
 ++++ Makefile.in
  @@ -50,7 +50,7 @@ VPATH = @srcdir@
   bindir = @bindir@
   libdir = @libdir@
 
 


Home | Main Index | Thread Index | Old Index