aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/hexcurse: Fix LLVM11 (-fcommon) build.Cy Schubert2021-03-152-0/+22
| | | | Notes: svn path=/head/; revision=568493
* editors/hexcurse: Update to 1.60.0Neel Chauhan2021-03-145-41/+8
| | | | | | | Changes: https://github.com/LonnyGomes/hexcurse/releases Notes: svn path=/head/; revision=568301
* Return jadawin@'s ports to the pool after taking in his commit bit.Rene Ladan2020-10-051-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=551530
* Fix build with -fno-commonStefan Eßer2020-09-224-0/+28
| | | | | | | While here add license (GPLv2) Notes: svn path=/head/; revision=549585
* editors/hexcurse: unexpire by moving to new MASTER_SITESRene Ladan2020-06-083-13/+9
| | | | | | | | | | | | While here grammar check pkg-descr PR: 244423 Submitted by: Chris Hutchinson Approved by: maintainer timeout (jadawin, 13 weeks) MFH: 2020Q2 Notes: svn path=/head/; revision=538235
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* editors/hexcurses: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+2
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407611
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Support STAGEPhilippe Audeoud2013-12-271-3/+1
| | | | Notes: svn path=/head/; revision=337727
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update maintainer addressPhilippe Audeoud2008-03-121-1/+1
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=208891
* - Update MASTER_SITESThomas Abthorpe2007-10-232-5/+6
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/117400 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: clsung (mentor, implicit) Notes: svn path=/head/; revision=201815
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149253
* Chase master siteKris Kennaway2005-07-101-1/+1
| | | | Notes: svn path=/head/; revision=138813
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+11
| | | | Notes: svn path=/head/; revision=111361
* Use PLIST_FILES.Trevor Johnson2004-02-052-2/+2
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 1.55Kirill Ponomarev2003-12-252-2/+3
| | | | | | | | PR: 60561 Submitted by: Ports Fury Notes: svn path=/head/; revision=96578
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75952
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.54Ying-Chieh Liao2002-06-072-2/+2
| | | | Notes: svn path=/head/; revision=60801
* upgrade 1.50Ying-Chieh Liao2002-05-292-2/+2
| | | | Notes: svn path=/head/; revision=60251
* upgrade to 1.40Ying-Chieh Liao2002-04-102-2/+2
| | | | Notes: svn path=/head/; revision=57520
* upgrade to 1.22Ying-Chieh Liao2002-01-242-3/+3
| | | | | | | drop maintainership Notes: svn path=/head/; revision=53669
* upgrade to 1.21Ying-Chieh Liao2001-07-132-2/+2
| | | | Notes: svn path=/head/; revision=45104
* upgrade to 1.2Ying-Chieh Liao2001-07-052-2/+2
| | | | Notes: svn path=/head/; revision=44792
* change WWWYing-Chieh Liao2001-07-041-1/+1
| | | | | | | Submitted by: auther (jewfish <jewfish@jewfish.net>) Notes: svn path=/head/; revision=44763
* add hexcurseYing-Chieh Liao2001-06-035-0/+29
A versatile ncurses-based hex editor Notes: svn path=/head/; revision=43464