summaryrefslogtreecommitdiff
path: root/editors/hte (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-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
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2009-12-25- Update to 2.0.18Marcus von Appen2-5/+5
Approved by: miwi (mentor) Notes: svn path=/head/; revision=246658
2009-09-27Fix automated lzo2 linking - use OPTIONs instead.Marcus von Appen1-1/+9
Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=242165
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-1/+1
starting with E,F Notes: svn path=/head/; revision=240069
2009-04-26Update to 2.0.17Marcus von Appen2-4/+4
Approved by: miwi (mentor) Notes: svn path=/head/; revision=232765
2009-02-19Updated my mail address to use @FreeBSD.org now.Marcus von Appen1-1/+1
Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
2009-02-13- Update to 2.0.16Beech Rintoul2-4/+4
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=228184
2008-10-14- Update to 2.0.15Dmitry Marakasov2-4/+4
PR: 128084 Submitted by: Marcus von Appen <mva at sysfault dot org> (maintainer) Notes: svn path=/head/; revision=221590
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan1-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
2008-05-16Update to 2.0.14Wesley Shields2-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
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-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
2008-03-24- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke1-1/+2
- Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
2008-03-06- Update to 2.0.12Martin Wilke2-4/+4
PR: 121419 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=208512
2007-12-18- Update to 2.0.11Martin Wilke2-6/+5
PR: 118843 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=204049
2007-09-05- Update to 2.0.10Rong-En Fan2-4/+4
PR: ports/116073 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=198853
2007-08-15Update to 2.0.9Ion-Mihai Tetcu2-4/+4
PR: ports/115535 Submitted by: Marcus von Appen (maintainer) Notes: svn path=/head/; revision=197744
2007-08-05- Update to 2.0.8Martin Wilke2-4/+4
PR: 115225 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=197178
2007-06-22- Update to 2.0.7Martin Wilke2-4/+4
PR: 113721 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=194066
2007-06-09- BROKEN on ia64: does not buildRong-En Fan1-0/+4
PR: ports/113489 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=193103
2007-05-25- Update to 2.0.6Martin Wilke2-7/+4
PR: 112603 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=191853
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2007-04-24- Update to 2.0.5Martin Wilke2-4/+4
PR: 1112078 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=190835
2007-04-20- Update to 2.0.3Martin Wilke2-4/+4
PR: 111931 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=190466
2007-04-07- Update to 2.0.2Rong-En Fan2-4/+4
PR: ports/111357 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=189440
2007-03-28- Update to 2.0.1Martin Wilke2-5/+4
PR: 110968 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=188675
2007-03-08- Update to 2.0Martin Wilke2-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
2007-03-03Now appears to build on amd64 7.xKris Kennaway1-4/+0
Notes: svn path=/head/; revision=186443
2007-02-01- Marked BROKEN for amd64 7.XMartin Wilke1-1/+5
PR: 108653 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=183847
2006-09-15- Update to 0.9.4Rong-En Fan2-4/+4
PR: ports/103269 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer) Notes: svn path=/head/; revision=173093
2006-09-07- Update to 0.9.3Rong-En Fan2-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
2006-05-26- Update to 0.9.2Pav Lucistnik2-5/+5
PR: ports/97908 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Notes: svn path=/head/; revision=163503
2006-05-07Remove USE_REINPLACE from all categories starting with EEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=161556
2005-11-24- Add SHA256Pav Lucistnik1-0/+1
Notes: svn path=/head/; revision=149253
2005-10-28BROKEN on ia64: Does not buildKris Kennaway1-0/+4
Notes: svn path=/head/; revision=146614
2005-09-03- M$ -> MicrosoftPav Lucistnik1-9/+9
- Remove trailing whitespace PR: ports/85575 Submitted by: Darrien <darrien.l@gmail.com> Notes: svn path=/head/; revision=141863
2005-08-31- Update to 0.9.1Pav Lucistnik2-3/+3
PR: ports/85531 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=141641
2005-06-22Update to 0.9.0Sam Lawrance2-6/+7
PR: ports/82530 Submitted by: Ports Fury Notes: svn path=/head/; revision=137880
2005-04-12At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien1-1/+1
after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
2005-04-11Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien1-1/+1
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
2004-12-23Fix build on 5-stable/6-currentKirill Ponomarev1-5/+2
PR: ports/75396 Submitted by: Ports Fury Notes: svn path=/head/; revision=124945
2004-09-18BROKEN on 5.x: Does not buildKris Kennaway1-0/+4
Approved by: portmgr (self) Notes: svn path=/head/; revision=118241
2004-08-16Remove inappropriate BROKEN markKirill Ponomarev1-4/+0
PR: ports/70540 Submitted by: Ports Fury Notes: svn path=/head/; revision=116420
2004-08-16BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway1-0/+4
Notes: svn path=/head/; revision=116340
2004-08-10Update to version 0.8.0Kirill Ponomarev5-103/+11
PR: ports/70261 Submitted by: Ports Fury Notes: svn path=/head/; revision=115854
2004-08-07Fix build with gcc-3.4.2Kirill Ponomarev3-0/+99
PR: ports/70114 Submitted by: Ports Fury Notes: svn path=/head/; revision=115566
2004-03-20- Update to version 0.7.5Kirill Ponomarev3-6/+6
PR: ports/64504 Submitted by: Ports Fury Notes: svn path=/head/; revision=104746
2004-01-29SIZEify.Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=99360
2003-11-10- Update to version 0.7.4Kirill Ponomarev4-15/+4
PR: 59122 Submitted by: Ports Fury Notes: svn path=/head/; revision=93678
2003-07-20Fix build on -CURRENT (gcc-3.3)Sergey A. Osokin1-0/+11
Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=85234