pkgsrc-Bugs archive

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

Re: pkg/47728: (libX11) Requested 'xproto >= 7.0.17' but Xproto is 7.0.15



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

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/47728: (libX11) Requested 'xproto >= 7.0.17' but Xproto is
 7.0.15
Date: Sun, 6 Oct 2013 11:08:03 +0200

 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Does the attached patch change anything?
  Thomas
 
 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="libX11.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/x11/libX11/Makefile,v
 retrieving revision 1.35
 diff -u -r1.35 Makefile
 --- Makefile   9 Sep 2013 09:44:41 -0000       1.35
 +++ Makefile   6 Oct 2013 09:07:29 -0000
 @@ -43,7 +43,7 @@
  
  # XXX This needs to match the version of xcb-proto we get for the
  # target by buildlink3.
 -TOOL_DEPENDS+=                xproto-[0-9]*:../../x11/xproto
 +TOOL_DEPENDS+=                xproto>=7.0.17:../../x11/xproto
  .endif
  
  .include "../../x11/bigreqsproto/buildlink3.mk"
 
 --PNTmBPCT7hxwcZjr--
 


Home | Main Index | Thread Index | Old Index