Date: Fri, 30 Jan 2004 13:19:15 -0800 (PST) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/bed Makefile ports/editors/bed/files patch-utils::Makefile Message-ID: <200401302119.i0ULJF84075165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401302119.i0ULJF84075165>
