pkgsrc-WIP-discuss archive

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

Re: pkgsrc-wip NetBSD 3.99.23/i386 bulk build results 20060805.0046



On Wed, 9 Aug 2006, Jeremy C. Reed wrote:

> On Wed, 9 Aug 2006, Krister Walfridsson wrote:
>
>> Package                    Breaks  Maintainer
>> --------------------------------------------------------------
>> wip/libXau                 30      reed%reedmedia.net@localhost
>
> Does the following patch fix this for you?
>
> Index: x11/xproto/builtin.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/x11/xproto/builtin.mk,v
> retrieving revision 1.1
> diff -u -r1.1 builtin.mk
> --- x11/xproto/builtin.mk     19 Apr 2006 12:19:47 -0000      1.1
> +++ x11/xproto/builtin.mk     9 Aug 2006 16:13:19 -0000
> @@ -13,7 +13,7 @@
> ###
> .if !defined(IS_BUILTIN.xproto)
> IS_BUILTIN.xproto=    no
> -.  if empty(H_XFUNCPROTO:M__nonexistent__)
> +.  if empty(H_XFUNCPROTO:M__nonexistent__) && (${X11BASE} != ${LOCALBASE})
> IS_BUILTIN.xproto=    yes
> .  endif
> .endif

No, there is no difference.  But I am not sure how your patch is
supposed to fix the problem...  The bulk build is done using the
default parameters, so

    # make show-var VARNAME=X11BASE
    /usr/X11R6
    # make show-var VARNAME=LOCALBASE
    /usr/pkg

i.e. the new test is always true...

    /Krister

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index