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: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Edgar =?ISO-2022-JP-2?B?RnUbJChEKU4bKEI=?= <ef%math.uni-bonn.de@localhost>
Subject: Re: pkg/47728: (libX11) Requested 'xproto >= 7.0.17' but Xproto is 
7.0.15
Date: Mon, 07 Oct 2013 00:18:29 +0900

 Edgar and Thomas, thanks.
 Unfortunately, the patch Thomas shown does not fix the problem.
 
 And I've tested the line moved to the outside of following 
 .if .. .endif clause, 
 
 .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
 
 I'm seeing following line on pbulk log anyway.
 ----
 checking for X11... configure: error: Package requirements
 (xproto >= 7.0.17 xextproto xtrans xcb >= 1.1.92 kbproto
 inputproto) were not met:
 ----
 By the way, x11-links packaged at the same pbulk run.
 
   Now the change attached fixes the problem on regular make
 (not pbulk run, meaning safe side) and pbulk. I mean safe side
 in this context, pbulk and x11-links has suspicious relation
 (I am afraid of). 
 
 Thanks,
 ---
 Makoto Fujiwara
 
 Index: x11/libX11/Makefile
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/Makefile,v
 retrieving revision 1.35
 diff -u -r1.35 Makefile
 --- x11/libX11/Makefile        9 Sep 2013 09:44:41 -0000       1.35
 +++ x11/libX11/Makefile        6 Oct 2013 15:05:14 -0000
 @@ -36,6 +36,10 @@
  BUILDLINK_API_DEPENDS.libxcb+=libxcb>=1.8.1
  
  TOOL_DEPENDS+=                tradcpp-[0-9]*:../../devel/tradcpp
 +#PREFER_PKGSRC+=              xproto
 +TOOL_DEPENDS+=                xproto>=7.0.17:../../x11/xproto
 +USE_BUILTIN.xproto=
 +
  CONFIGURE_ENV+=               ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
  
  .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
 


Home | Main Index | Thread Index | Old Index