Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6_1,1 23 Feb 2024 16:54:18 |
Muhammad Moinur Rahman (bofh) |
editors/joe: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.6,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.6,1 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
4.6,1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
4.6,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.6,1 07 Jul 2018 14:35:51 |
tobik |
editors/joe: Update to 4.6
PR: 228761
Submitted by: wen
Approved by: juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month) |
4.5,1 08 Oct 2017 10:17:59 |
tobik |
editors/joe: Update to 4.5
While here
- Add missing LICENSE_FILE
- Switch to options helpers
- USES=localbase
- Delete configure patch and set aspell directly via CONFIGURE_ENV
- Drop obsolete patch-tty.c. setpgrp() always takes two arguments on
supported FreeBSD releases and SETPGRP_VOID should always be undefined.
Changes: https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md
PR: 222565
Approved by: juergen.gotteswinter@googlemail.com (maintainer timeout, 2 weeks) |
4.2_1,1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
4.2_1,1 22 Aug 2016 23:57:12 |
wen |
- Pass maintainership to submitter
PR: 212019
Submitted by: juergen.gotteswinter@googlemail.com |
4.2_1,1 06 Jun 2016 21:27:08 |
grembo |
Make dependency on aspell optional
joe is less than 2 MB in size and has no dependencies. Aspell
brings in 55MB in dependencies and more than 3000 files.
Change the port, so the dependency on aspell is optional (and
disabled by default) and allow installing aspell separately
for those who need it.
Reviewed by: bapt
Approved by: mentors (implicit)
Differential Revision: https://reviews.freebsd.org/D6732 |
4.2,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.2,1 08 Mar 2016 00:59:28 |
grembo |
Update to 4.2
Approved by: mentors (implicit) |
4.1,1 26 Sep 2015 12:41:47 |
bapt |
Update to 4.1
PR: 203033
Submitted by: Walter Schwarzenfeld |
4.0_1,1 26 Sep 2015 10:17:02 |
bapt |
Convert to @sample |
4.0,1 27 Mar 2015 18:10:26 |
mi |
Use MASTERDIR's distinfo for chinese/joe so that future upgrades of
editors/joe do not break the slave port.
Deprecate the slave port, because its difference with the master is
too trivial to warrant a separate package. |
4.0,1 27 Mar 2015 15:45:18 |
mi |
Remove man.md from the list of installed files as well. The actual joe.1
man-page is installed anyway, there is no need for this, that I can see.
PR: 198894 |
4.0,1 25 Mar 2015 15:14:54 |
mi |
Fix packing list again. Take pointy hat and go contemplate for a while.
Submitted by: Herbert J. Skuhra |
4.0,1 25 Mar 2015 14:05:04 |
mi |
Fix packing list for people with the DOCS-option enabled.
Reported by: Herve Commowick |
4.0,1 24 Mar 2015 16:19:17 |
mi |
Upgrade from 3.7 to 4.0. |
3.7_2,1 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
3.7_2,1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.7_2,1 26 Feb 2014 14:52:04 |
marino |
editors/joe: Fix jmacs mode segfault (fix from pkgsrc)
Fix segfault per PR (pkgsrc fix verified).
Relocate license to please portlint, reset maintainer.
PR: ports/182373
Submitted by: Sergey Kandaurov
Approved by: maintainer timeout (5 months) |
3.7_1,1 24 Feb 2014 16:48:36 |
bapt |
Support stage |
3.7_1,1 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
3.7_1,1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
3.7_1,1 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
3.7_1,1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
3.7_1,1 06 Jan 2013 23:55:15 |
sylvio |
- Removed empty directory %%DATADIR%%/doc
PR: ports/174325
Submitted by: John Marino <draco@marino.st> |
3.7_1,1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
3.7_1,1 18 May 2011 12:47:10 |
sylvio |
- Add license
- BUMP PORTREVISION |
3.7_1,1 18 May 2011 12:43:55 |
sylvio |
- 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> |
3.7,1 02 May 2011 09:41:28 |
erwin |
Let CATEGORIES be overwritten by slave ports (chinese/joe) |
3.7,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.7,1 29 Dec 2010 20:04:42 |
pgollucci |
- 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) |
3.7,1 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
3.7,1 29 Aug 2009 22:10:12 |
miwi |
- Pass maintainership to submitter
PR: 138290
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
3.7,1 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
3.7 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
3.7,1 07 Apr 2009 15:27:45 |
itetcu |
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun
Approved by: maintainer timeout on QATMail |
3.7,1 24 Jan 2009 13:15:50 |
chinsan |
- Update to 3.7
- Take maintainership and reset original maintainer(maintainer timeout twice)
PR: ports/130428, ports/130113
Submitted by: chinsan (me) |
3.5_1,1 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
3.5_1,1 06 Jun 2008 13:25:59 |
edwin |
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) |
3.5,1 16 Aug 2006 06:29:33 |
miwi |
- Update to 3.5
PR: ports/101076
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor), maintainer timeout |
3.3,1 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
3.3,1 22 Jan 2006 01:50:18 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.3,1 09 Nov 2005 13:50:16 |
pav |
- Allow chinese/joe to override MAINTAINER field |
3.3,1 08 Nov 2005 18:39:51 |
pav |
- Allow slave to override PKGORIGIN
Reported by: chkversion script |
3.3,1 21 Oct 2005 08:21:15 |
pav |
- Update to 3.3
Obtained from: editors/joe-devel
Approved by: Kevin Day <toasty@dragondata.com> (maintainer) |
2.8_5 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.8_5 14 Oct 2003 21:04:37 |
krion |
- Fix build on -current |
2.8_5 21 Feb 2003 11:38:28 |
knu |
De-pkg-comment. |
2.8_5 04 Jan 2003 12:21:17 |
edwin |
[MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe
PR: ports/46750
Submitted by: Kevin Day <toasty@dragondata.com> |
2.8_5 18 Sep 2002 11:13:27 |
ijliao |
drop sgid/suid on backup files
PR: 42920
Submitted by: maintainer |
17 Feb 2002 21:39:11 |
pat |
Fix build on -CURRENT |
02 Feb 2002 05:32:56 |
pat |
Bump PORTREVISION from last buffer overflow patch commit. |
02 Feb 2002 04:16:05 |
pat |
Fix buffer overflow |
02 Jun 2001 14:17:21 |
roam |
Unbreak build: remove bogus declaration of time(3). |
22 May 2001 19:17:00 |
sobomax |
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be
able to insert their own entries (usually language category) upfront. |
11 Mar 2001 04:32:08 |
fenner |
Don't override MAINTAINER if we're being included. |
01 Mar 2001 00:03:17 |
jedgar |
Remove ./.joerc from the default startup file search patch Bump PORTREVISION
|
03 Dec 2000 18:03:25 |
trevor |
- when DEADJOE is a hard link, leave it alone - un-forbid - bump
PORTREVISION |
25 Nov 2000 14:13:59 |
trevor |
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. |
25 Nov 2000 07:09:18 |
trevor |
- 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 |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |