aboutsummaryrefslogtreecommitdiff
path: root/editors/hte
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with libc++ 3.8.0; this unbreaks hte on CURRENTMarcus von Appen2016-07-021-0/+11
| | | | | | | | PR: 208726 Submitted by: dim@ Notes: svn path=/head/; revision=417913
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* editors/hte: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408255
* - Update to version 2.1.0Marcus von Appen2015-02-042-4/+3
| | | | Notes: svn path=/head/; revision=378409
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* - Rename ht binary and info page to hte to fix conflicting files withMarcus von Appen2014-07-071-4/+5
| | | | | | | | | | print/texlive-base PR: ports/191678 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=361109
* 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
* - Enable stagedir supportMarcus von Appen2014-01-161-24/+11
| | | | | | | - minor non-functional OPTIONS cleanup Notes: svn path=/head/; revision=339976
* Do not arbitrary rename packagesBaptiste Daroussin2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329271
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Update to 2.0.22Marcus von Appen2013-06-192-3/+3
| | | | Notes: svn path=/head/; revision=321301
* - Update to 2.0.21Marcus von Appen2012-12-092-19/+17
| | | | | | | | | | - Trim Makefile headers - Switch to OptionsNG Feature safe: yes Notes: svn path=/head/; revision=308515
* - Update to 2.0.20Marcus von Appen2012-03-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293401
* - Update to 2.0.19Marcus von Appen2012-03-042-9/+13
| | | | | | | | | | - Added LICENSE information PR: ports/165447 Submitted by: rea@ Notes: svn path=/head/; revision=292652
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.0.18Marcus von Appen2009-12-252-5/+5
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=246658
* Fix automated lzo2 linking - use OPTIONs instead.Marcus von Appen2009-09-271-1/+9
| | | | | | | | Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=242165
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* Update to 2.0.17Marcus von Appen2009-04-262-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=232765
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* - Update to 2.0.16Beech Rintoul2009-02-132-4/+4
| | | | | | | Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=228184
* - Update to 2.0.15Dmitry Marakasov2008-10-142-4/+4
| | | | | | | | PR: 128084 Submitted by: Marcus von Appen <mva at sysfault dot org> (maintainer) Notes: svn path=/head/; revision=221590
* 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 to 2.0.14Wesley Shields2008-05-162-5/+4
| | | | | | | | | PR: ports/123636 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=213101
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* - Update to 2.0.12Martin Wilke2008-03-062-4/+4
| | | | | | | | PR: 121419 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=208512
* - Update to 2.0.11Martin Wilke2007-12-182-6/+5
| | | | | | | | PR: 118843 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=204049
* - Update to 2.0.10Rong-En Fan2007-09-052-4/+4
| | | | | | | | PR: ports/116073 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=198853
* Update to 2.0.9Ion-Mihai Tetcu2007-08-152-4/+4
| | | | | | | | PR: ports/115535 Submitted by: Marcus von Appen (maintainer) Notes: svn path=/head/; revision=197744
* - Update to 2.0.8Martin Wilke2007-08-052-4/+4
| | | | | | | | PR: 115225 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=197178
* - Update to 2.0.7Martin Wilke2007-06-222-4/+4
| | | | | | | | PR: 113721 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=194066
* - BROKEN on ia64: does not buildRong-En Fan2007-06-091-0/+4
| | | | | | | | PR: ports/113489 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=193103
* - Update to 2.0.6Martin Wilke2007-05-252-7/+4
| | | | | | | | PR: 112603 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=191853
* - 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
* - Update to 2.0.5Martin Wilke2007-04-242-4/+4
| | | | | | | | PR: 1112078 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=190835
* - Update to 2.0.3Martin Wilke2007-04-202-4/+4
| | | | | | | | PR: 111931 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=190466
* - Update to 2.0.2Rong-En Fan2007-04-072-4/+4
| | | | | | | | PR: ports/111357 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=189440
* - Update to 2.0.1Martin Wilke2007-03-282-5/+4
| | | | | | | | PR: 110968 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=188675
* - Update to 2.0Martin Wilke2007-03-082-16/+6
| | | | | | | | | | | | | | | | Changes: * 64-bit support (hopefully buildable on all platforms now). * > 4 GiB file size support * New disassemblers for x86_64, ARM, 64bit PPC, VMX128 extensions for PE and ELF files * New x86_64 assembler * Improved ELF handling PR: 110070 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=186887
* Now appears to build on amd64 7.xKris Kennaway2007-03-031-4/+0
| | | | Notes: svn path=/head/; revision=186443
* - Marked BROKEN for amd64 7.XMartin Wilke2007-02-011-1/+5
| | | | | | | | PR: 108653 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=183847
* - Update to 0.9.4Rong-En Fan2006-09-152-4/+4
| | | | | | | | PR: ports/103269 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=173093
* - Update to 0.9.3Rong-En Fan2006-09-072-9/+7
| | | | | | | | | | | - Pet portlint(1) - Pass maintainership to submitter PR: ports/102945 Submitted by: Marcus von Appen <mva at sysfault.org> Notes: svn path=/head/; revision=172474
* - Update to 0.9.2Pav Lucistnik2006-05-262-5/+5
| | | | | | | | PR: ports/97908 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Notes: svn path=/head/; revision=163503
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149253
* BROKEN on ia64: Does not buildKris Kennaway2005-10-281-0/+4
| | | | Notes: svn path=/head/; revision=146614
* - M$ -> MicrosoftPav Lucistnik2005-09-031-9/+9
| | | | | | | | | | - Remove trailing whitespace PR: ports/85575 Submitted by: Darrien <darrien.l@gmail.com> Notes: svn path=/head/; revision=141863