summaryrefslogtreecommitdiff
path: root/editors/joe
AgeCommit message (Collapse)Author
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov
- 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
2011-05-18- Add USE_NCURSES to fix the problem of joe breaks when ncurses is installed.Sylvio Cesar Teixeira
PR: ports/157140 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
2011-05-02Let CATEGORIES be overwritten by slave ports (chinese/joe)Erwin Lansing
2011-03-20- Get Rid MD5 supportMartin Wilke
2010-12-29- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci
PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
2009-11-27- Update my mail address to FreeBSDSylvio Cesar Teixeira
Approved by: miwi (mentor)
2009-08-29- Pass maintainership to submitterMartin Wilke
PR: 138290 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-28Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon
response to email. Hat: portmgr
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov
starting with E,F
2009-04-07Fix plist with -DNOPORTDOCS.Ion-Mihai Tetcu
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
2009-01-24- Update to 3.7Chin-San Huang
- Take maintainership and reset original maintainer(maintainer timeout twice) PR: ports/130428, ports/130113 Submitted by: chinsan (me)
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan
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)
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis
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)
2006-08-16- Update to 3.5Martin Wilke
PR: ports/101076 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor), maintainer timeout
2006-01-22SHA256ifyEdwin Groothuis
Approved by: krion@
2006-01-22Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis
Approved by: krion@ PR: ports/88711 (related)
2005-11-09- Allow chinese/joe to override MAINTAINER fieldPav Lucistnik
2005-11-08- Allow slave to override PKGORIGINPav Lucistnik
Reported by: chkversion script
2005-10-21- Update to 3.3Pav Lucistnik
Obtained from: editors/joe-devel Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
2004-03-31SIZEify (maintainer timeout)Trevor Johnson
2003-10-14- Fix build on -currentKirill Ponomarev
2003-02-21De-pkg-comment.Akinori MUSHA
2003-01-04[MAINTAINER-PATCH] Add new MASTER_SITES for editors/joeEdwin Groothuis
PR: ports/46750 Submitted by: Kevin Day <toasty@dragondata.com>
2002-09-18drop sgid/suid on backup filesYing-Chieh Liao
PR: 42920 Submitted by: maintainer
2002-02-17Fix build on -CURRENTPatrick Li
PR: 34802 Submitted by: maintainer
2002-02-02Bump PORTREVISION from last buffer overflow patch commit.Patrick Li
Reminded by: Dan Peterson <danp@danp.net>
2002-02-02Fix buffer overflowPatrick Li
PR: 34540 Submitted by: maintainer
2001-06-02Unbreak build: remove bogus declaration of time(3).Peter Pentchev
PR: 27710 Submitted by: Jung-an Fan <rafan@ck.tp.edu.tw> - the problem report maintainer - the patch
2001-05-22Don't overwrite CATEGORIES in master ports. Use += instead, so slavesMaxim Sobolev
would be able to insert their own entries (usually language category) upfront.
2001-03-11Don't override MAINTAINER if we're being included.Bill Fenner
2001-03-01Remove ./.joerc from the default startup file search patchChris D. Faulhaber
Bump PORTREVISION Submitted by: brad@comstyle.com Obtained from: OpenBSD
2000-12-03- when DEADJOE is a hard link, leave it aloneTrevor Johnson
- un-forbid - bump PORTREVISION Submitted by: maintainer
2000-11-25My earlier testing was in error: joe will still write to a DEADJOETrevor Johnson
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.
2000-11-25- don't follow links (symbolic or hard) owned by another user whenTrevor Johnson
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
2000-04-22Change MAINTAINER, and remove erroneous patch.Will Andrews
PR: 18165 Submitted by: Kevin Day <toasty@dragondata.com>
2000-04-14portname/portversion updateMichael Haro
2000-03-22Finish moving MAINTAINER for my ports.Will Andrews
andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
1999-12-31Don't coredump when reading in a new file using ^K-R.Steve Price
PR: 15741 Submitted by: Sergey N. Voronkov <serg@dor.zaural.ru> Reviewed by: maintainer
1999-12-25Use file locking similar to vi.Steve Price
PR: 15330 Submitted by: Oliver Breuninger <ob@seicom.net>
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
1999-08-30Close a security hole relating to a world-readable DEADJOE file.Kris Kennaway
PR: 12827 Submitted by: Maintainer
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-06-27Add a MAINTAINER to this port.Chris Piazza
PR: 12405 Submitted by: andrews@technologist.com
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
1998-08-17Remove manpages, but _NOT_ from the multi-lingualTim Vanderhoek
emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
1998-01-22Use bold (if available) when underlining is not available.Bill Fenner
PR: ports/4521 Submitted by: Dan Nelson <dnelson@emsphone.com>
1996-11-17Converted to MAN[1-9NL]David E. O'Brien
1996-10-15Localize itAndrey A. Chernov
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
1996-06-11Remove NO_PACKAGE, since this is what the source says:Satoshi Asami
=== 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.