Commit graph

6 commits

Author SHA1 Message Date
Alejandro Pulver
4ca1cddb91 - Update to version 0.2.23.
- Rewrite check of 'menubar' feature in x11/rxvt when X11 option is enabled.
- Add dep to ALL_TARGET instead of running ${GMAKE} in post-configure.
- Add OPTIONS.
- Remove BROKEN for amd64 (builds).
- Remove BROKEN for ia64 (let's see what happens now).
- Add WWW line to pkg-descr.
- Added typedef hacks (has a bug that doesn't allow default arguments in
  function pointers, and also doesn't allow arrays of function pointers) to
  allow building with GCC > 2.95 (the problems are known, though).
2007-01-02 18:13:50 +00:00
Greg Lewis
a26e97bac7 . Fix the build on 5.x.
Submitted by:	bento via kris
2004-03-26 18:19:25 +00:00
Greg Lewis
be505ba5df . 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
2004-01-30 21:19:15 +00:00
Greg Lewis
309228f2b1 . 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.

Submitted by:	bento
2004-01-29 07:32:45 +00:00
Greg Lewis
a7012e1423 . If PACKAGE_BUILDING is set, then set WITHOUT_X11 as we can't guarantee
that we have an appropriate rxvt.
. Make rxvt a PATCH_DEPENDS as it is tested in pre-configure (there is no
  CONFIGURE_DEPENDS).
. Fix packing list and unbreak.
. Fix some minor whitespace bogons in Makefile.
. Add patches which hopefully fix the build on 5.x.
. Add a patch to stop the port installing stuff outside of ${PREFIX}.
  Some of this could be added back in with a better patch that installed
  it in the right place.
2004-01-22 17:39:08 +00:00
Greg Lewis
4b6524e629 . Add a port of bed:
Menu driven binary editor. Dataformats are
ascii, unsigned and signed integers, float, bitflags,
bitfields, labels, ebcdic and time_t. Different sizes
and byte ordenings are possible. Datatypes can
be used in structures. Other dataformats, filters and
procedures can be defined in plugins. Contains copy,
past, undo, redo, search, replace, marks, record/play and
context sensitive help. Linux & FreeBSD: edit block devices
(linux limit 1023 gigabyte).

PR:		27200
Submitted by:	Jaap Korthals Altes <jkaltes@cyberbrain.com>
		(updated based on the port in the 0.2.19 distfile)
2003-10-07 20:26:18 +00:00