summaryrefslogtreecommitdiff
path: root/editors/bed (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This port contains an incorrect configure test that tries to test for theKris Kennaway2007-06-171-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | pthread_create() function by doing the following | char pthread_create (); | int | main () | { | pthread_create (); | ; | return 0; | } This is completely bogus (pthread_create() requires arguments), so this causes undefined behaviour. One such undefined behaviour seen in practise is an infinite loop. Disable the port until someone cares to fix this. Also shuffle the rxvt PATCH_DEPENDS (!) later, to give a chance for the WITHOUT_X11 to be set. This also looks pretty bogus, rxvt in fact does not appear to be needed for patching. Notes: svn path=/head/; revision=193708
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add USE_GCC=3.4 (requires many changes to build with 4.x).Alejandro Pulver2007-01-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=182871
* - Update to version 0.2.23.Alejandro Pulver2007-01-0215-457/+315
| | | | | | | | | | | | | | | - 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). Notes: svn path=/head/; revision=181286
* In preparation to deprecate shells/bash2:Boris Samorodov2006-12-221-1/+1
| | | | | | | . change BUILD_DEPENDS: shells/bash2 -> shells/bash. Notes: svn path=/head/; revision=180528
* - Added more one mastersite as backup to fix fetch problem.Volker Stolz2005-11-232-1/+3
| | | | | | | | | | | Somebody should update this to 0.2.22. - Added SHA256 on distinfo. PR: ports/89429 Submitted by: Jean Milanez Melo Notes: svn path=/head/; revision=149155
* - remove BROKEN which I forgot in previous commitYen-Ming Lee2004-09-191-4/+0
| | | | | | | | | PR: 71851 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118282
* - add USE_GCC=2.95 and unbreak this portYen-Ming Lee2004-09-191-8/+9
| | | | | | | | | | | | - reorder Makefile and make portlint happier - indent Makefile PR: 71850 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118281
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-171-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118216
* Relocate previous commit to prevent error in WITHOUT_X11 case.Kris Kennaway2004-04-041-6/+6
| | | | Notes: svn path=/head/; revision=106088
* BROKEN on amd64 (missing -fPIC) and ia64 (hangs during configure)Kris Kennaway2004-04-031-1/+11
| | | | Notes: svn path=/head/; revision=106032
* . Fix the build on 5.x.Greg Lewis2004-03-266-41/+163
| | | | | | | Submitted by: bento via kris Notes: svn path=/head/; revision=105363
* BROKEN on 5.x: does not compileKris Kennaway2004-02-061-1/+7
| | | | Notes: svn path=/head/; revision=100185
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Fix the build on alpha by not assuming that you can cast a va_listGreg Lewis2004-01-304-2/+107
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=99539
* . Don't allow -O3 to be hardwired into CFLAGS, just use what is set. InGreg Lewis2004-01-291-0/+15
| | | | | | | | | | particular, the 4.x/alpha system gcc produces many warnings about why using -O3 with it is bad. Submitted by: bento Notes: svn path=/head/; revision=99361
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* . If PACKAGE_BUILDING is set, then set WITHOUT_X11 as we can't guaranteeGreg Lewis2004-01-227-9/+285
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=98812
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-0/+2
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* . Better *_DEPENDS settings.Greg Lewis2003-10-131-1/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=91065
* Reset bouncing maintainer.Kris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90941
* . No interactive errors on Bento.Greg Lewis2003-10-071-0/+2
| | | | Notes: svn path=/head/; revision=90554
* . Add a port of bed:Greg Lewis2003-10-076-0/+205
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) Notes: svn path=/head/; revision=90553