cvs commit: ports/editors/bed Makefile ports/editors/bed/files
 patch-utils::Makefile
    Greg Lewis 
    glewis at FreeBSD.org
       
    Fri Jan 30 13:19:17 PST 2004
    
    
  
glewis      2004/01/30 13:19:15 PST
  FreeBSD ports repository
  Modified files:
    editors/bed          Makefile 
    editors/bed/files    patch-plugins::examples::Makefile 
  Added files:
    editors/bed/files    patch-shell.h patch-utils::Makefile 
  Log:
  . Fix the build on alpha by not assuming that you can cast a va_list
    to a char **.  Instead, iterate the va_list and create the char **
    to pass to execvp.
  . Don't allow -O3 to be hardwired into CFLAGS, just use what is set.  In
    particular, the 4.x/alpha system gcc produces many warnings about why
    using -O3 with it is bad.
  . Bump PORTREVISION since although these fixes wre motivated to fix the
    alpha build, they have non-alpha implications too.
  
  Submitted by:   bento
  
  Revision  Changes    Path
  1.7       +1 -0      ports/editors/bed/Makefile
  1.2       +21 -2     ports/editors/bed/files/patch-plugins::examples::Makefile
  1.1       +73 -0     ports/editors/bed/files/patch-shell.h (new)
  1.1       +12 -0     ports/editors/bed/files/patch-utils::Makefile (new)
    
    
More information about the cvs-all
mailing list