CVS log for ports/editors/joe/Makefile
Up to [FreeBSD] / ports / editors / joe
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:20 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 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.35: download - view: text, markup, annotated - select for diffs
Wed May 18 12:47:10 2011 UTC (8 months, 3 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -0 lines
- Add license - BUMP PORTREVISION
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed May 18 12:43:55 2011 UTC (8 months, 3 weeks ago) by sylvio
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -0 lines
- Add USE_NCURSES to fix the problem of joe breaks when ncurses is installed. PR: ports/157140 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon May 2 09:41:27 2011 UTC (9 months, 1 week ago) by erwin
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Let CATEGORIES be overwritten by slave ports (chinese/joe)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Dec 29 20:04:18 2010 UTC (13 months, 1 week ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -1 lines
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Nov 27 22:52:19 2009 UTC (2 years, 2 months ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- Update my mail address to FreeBSD Approved by: miwi (mentor)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Aug 29 22:10:12 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Pass maintainership to submitter PR: 138290 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Aug 28 17:36:55 2009 UTC (2 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no response to email. Hat: portmgr
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:20:14 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with E,F
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 7 15:27:45 2009 UTC (2 years, 10 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -0 lines
Fix plist with -DNOPORTDOCS. Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 24 13:15:50 2009 UTC (3 years ago) by chinsan
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3 lines
- Update to 3.7 - Take maintainership and reset original maintainer(maintainer timeout twice) PR: ports/130428, ports/130113 Submitted by: chinsan (me)
Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +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.24: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:25:49 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 16 06:29:33 2006 UTC (5 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1 lines
- Update to 3.5 PR: ports/101076 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor), maintainer timeout
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 9 13:50:16 2005 UTC (6 years, 3 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Allow chinese/joe to override MAINTAINER field
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:39:51 2005 UTC (6 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Allow slave to override PKGORIGIN Reported by: chkversion script
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 21 08:21:15 2005 UTC (6 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +34 -15 lines
- Update to 3.3 Obtained from: editors/joe-devel Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:38:26 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
De-pkg-comment.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 4 12:21:17 2003 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
[MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe PR: ports/46750 Submitted by: Kevin Day <toasty@dragondata.com>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 18 11:13:27 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
drop sgid/suid on backup files PR: 42920 Submitted by: maintainer
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Feb 2 05:32:55 2002 UTC (10 years ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Bump PORTREVISION from last buffer overflow patch commit. Reminded by: Dan Peterson <danp@danp.net>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 22 18:16:56 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be able to insert their own entries (usually language category) upfront.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 11 04:32:07 2001 UTC (10 years, 11 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Don't override MAINTAINER if we're being included.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 1 00:03:17 2001 UTC (10 years, 11 months ago) by jedgar
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Remove ./.joerc from the default startup file search patch Bump PORTREVISION Submitted by: brad@comstyle.com Obtained from: OpenBSD
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 3 18:03:17 2000 UTC (11 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -4 lines
- when DEADJOE is a hard link, leave it alone - un-forbid - bump PORTREVISION Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 25 14:13:59 2000 UTC (11 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
My earlier testing was in error: joe will still write to a DEADJOE file which is hard-linked to a file writable by the user who is running joe. Mark this forbidden until the maintainer decides what to do.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 25 07:09:11 2000 UTC (11 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- don't follow links (symbolic or hard) owned by another user when creating a DEADJOE file (http://www.securityfocus.com/archive/1/145305) - make DEADJOE files with 0600 permissions, rather than using the user's umask (PR 12827) - do the PORTREVISION thing I am not sure whether the maintainer considers these ready. However, they work for me. Submitted by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 22 22:37:04 2000 UTC (11 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Change MAINTAINER, and remove erroneous patch. PR: 18165 Submitted by: Kevin Day <toasty@dragondata.com>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 14 00:25:34 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
portname/portversion update
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 22 01:59:05 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Finish moving MAINTAINER for my ports. andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:43:11 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:43:56 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change Id->FreeBSD.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 27 05:36:20 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Add a MAINTAINER to this port. PR: 12405 Submitted by: andrews@technologist.com
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:01:28 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7, RELEASE_2_2_6, RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -6 lines
Converted to MAN[1-9NL]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 11 21:55:48 1996 UTC (15 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Remove NO_PACKAGE, since this is what the source says: === JOE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. === ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since it's not (only) under GPL1, there shouldn't be any problem with us distributing it in any medium.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jul 5 15:08:49 1995 UTC (16 years, 7 months ago) by torstenb
Branches: jhallen
CVS tags: v2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
joe - joe's own editor
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 5 15:08:49 1995 UTC (16 years, 7 months ago) by torstenb
Branches: MAIN
Initial revision
