CVS log for ports/editors/hte/Makefile
Up to [FreeBSD] / ports / editors / hte
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:19 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Dec 25 23:07:37 2009 UTC (2 years, 1 month ago) by mva
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
- Update to 2.0.18 Approved by: miwi (mentor)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Sep 27 12:54:38 2009 UTC (2 years, 4 months ago) by mva
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +9 -1 lines
Fix automated lzo2 linking - use OPTIONs instead. Approved by: miwi (mentor) Feature safe: yes
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:20:13 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with E,F
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Apr 26 08:27:58 2009 UTC (2 years, 9 months ago) by mva
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Update to 2.0.17 Approved by: miwi (mentor)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Feb 19 21:45:39 2009 UTC (2 years, 11 months ago) by mva
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Updated my mail address to use @FreeBSD.org now. Approved by: miwi (co-mentor), beech (mentor)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Feb 13 07:55:40 2009 UTC (2 years, 11 months ago) by beech
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Update to 2.0.16 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Oct 14 19:49:39 2008 UTC (3 years, 3 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
- Update to 2.0.15 PR: 128084 Submitted by: Marcus von Appen <mva at sysfault dot org> (maintainer)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:55 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri May 16 01:46:06 2008 UTC (3 years, 8 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
Update to 2.0.14 PR: ports/123636 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) Approved by: garga (mentor, implicit)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:48:14 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [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)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:02:21 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Mar 6 19:01:23 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
- Update to 2.0.12 PR: 121419 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Dec 18 23:02:45 2007 UTC (4 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3 lines
- Update to 2.0.11 PR: 118843 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 5 15:04:16 2007 UTC (4 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Update to 2.0.10 PR: ports/116073 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:12:15 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update to 2.0.9 PR: ports/115535 Submitted by: Marcus von Appen (maintainer)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Aug 5 21:49:33 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Update to 2.0.8 PR: 115225 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jun 22 11:48:44 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Update to 2.0.7 PR: 113721 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jun 9 12:59:33 2007 UTC (4 years, 8 months ago) by rafan
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -0 lines
- BROKEN on ia64: does not build PR: ports/113489 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri May 25 22:11:44 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -4 lines
- Update to 2.0.6 PR: 112603 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:07 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 24 22:31:44 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Update to 2.0.5 PR: 1112078 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Apr 20 20:25:41 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- Update to 2.0.3 PR: 111931 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Apr 7 18:28:32 2007 UTC (4 years, 10 months ago) by rafan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- Update to 2.0.2 PR: ports/111357 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 28 16:35:36 2007 UTC (4 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
- Update to 2.0.1 PR: 110968 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 8 11:47:01 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -13 lines
- Update to 2.0 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)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Mar 3 18:29:48 2007 UTC (4 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -4 lines
Now appears to build on amd64 7.x
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 1 11:03:00 2007 UTC (5 years ago) by miwi
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -1 lines
- Marked BROKEN for amd64 7.X PR: 108653 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Sep 15 03:46:04 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- Update to 0.9.4 PR: ports/103269 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 7 12:18:26 2006 UTC (5 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -6 lines
- Update to 0.9.3 - Pet portlint(1) - Pass maintainership to submitter PR: ports/102945 Submitted by: Marcus von Appen <mva at sysfault.org>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri May 26 16:31:26 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Update to 0.9.2 PR: ports/97908 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 7 10:55:33 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -1 lines
Remove USE_REINPLACE from all categories starting with E
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 28 23:03:15 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -0 lines
BROKEN on ia64: Does not build
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 31 22:05:08 2005 UTC (6 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Update to 0.9.1 PR: ports/85531 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jun 22 17:42:53 2005 UTC (6 years, 7 months ago) by lawrance
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -4 lines
Update to 0.9.0 PR: ports/82530 Submitted by: Ports Fury
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:22 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:08 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 23 09:51:14 2004 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -5 lines
Fix build on 5-stable/6-current PR: ports/75396 Submitted by: Ports Fury
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 18 17:44:09 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -0 lines
BROKEN on 5.x: Does not build Approved by: portmgr (self)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 16 17:30:13 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -4 lines
Remove inappropriate BROKEN mark PR: ports/70540 Submitted by: Ports Fury
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 16 02:33:04 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -0 lines
BROKEN on 5.x: Does not compile with gcc 3.4.2
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:26:27 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -2 lines
Update to version 0.8.0 PR: ports/70261 Submitted by: Ports Fury
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 20 17:24:13 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
- Update to version 0.7.5 PR: ports/64504 Submitted by: Ports Fury
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 10 18:33:11 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Update to version 0.7.4 PR: 59122 Submitted by: Ports Fury
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 11 05:17:09 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -5 lines
update editors/hte: Add WITHOUT_X11 knob PR: 54323 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jul 6 10:28:50 2003 UTC (8 years, 7 months ago) by osa
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -2 lines
Update to 0.7.3 PR: 54135 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: fjoe (mentor) (implicit)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 1 07:16:24 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
update editors/hte: 0.7.1 -> 0.7.2 PR: 52915 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 18 23:42:48 2003 UTC (8 years, 8 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -2 lines
- update to 0.7.1 - switch to bz2 file - install docs PR: 52049 Submitted by: Ports Fury
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:12:49 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
De-pkg-comment.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:55 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:51 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 21 11:01:42 2002 UTC (9 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
upgrade to 0.7.0
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 8 06:24:57 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
upgrade to 0.6.0b
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 15 09:03:03 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -3 lines
upgrade to 0.5.0
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 9 13:50:57 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
upgrade 0.4.4d drop maintainership
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 12 07:34:44 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
add hte A file editor/viewer/analyzer for executables
