Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 06:57:27 -0800 (PST)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/xcpustate/files patch-rstat.x
Message-ID:  <200403061457.i26EvRxL053351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2004/03/06 06:57:27 PST

  FreeBSD ports repository

  Added files:
    sysutils/xcpustate/files patch-rstat.x 
  Log:
  - There seems to be a race condition in the extract that causes a file to be rebuilt or not.
    You can trigger the failure by doing 'make extract; touch work/rstat.x; make all'
    The failure is because rpcgen rstat.x calls cpp -E which replaces an
    "#ifdef __STDC__" with "#ifdef 1" in the output, which is a gcc 3 syntax error.
  
  Submitted by:   Samy Al Bahra (maintainer)
  Analyzed by:    kris
  
  Revision  Changes    Path
  1.1       +11 -0     ports/sysutils/xcpustate/files/patch-rstat.x (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403061457.i26EvRxL053351>