non port: editors/joe/Makefile |
SVNWeb
|
Number of commits found: 49 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 7cd7a8d (Only the first 10 of 119 ports in this commit are shown above. )
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 7 Jul 2018
|
[ 14:35 tobik ]
editors/joe: Update to 4.6
PR: 228761
Submitted by: wen
Approved by: juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
|
Sun, 8 Oct 2017
|
[ 10:17 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)
|
Mon, 22 Aug 2016
|
[ 23:57 wen ]
- Pass maintainership to submitter
PR: 212019
Submitted by: juergen.gotteswinter@googlemail.com
|
Mon, 6 Jun 2016
|
[ 21:27 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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Mar 2016
|
[ 00:59 grembo ]
Update to 4.2
Approved by: mentors (implicit)
|
Sat, 26 Sep 2015
|
[ 12:41 bapt ]
Update to 4.1
PR: 203033
Submitted by: Walter Schwarzenfeld
|
[ 10:17 bapt ]
Convert to @sample
|
Fri, 27 Mar 2015
|
[ 15:45 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
|
Wed, 25 Mar 2015
|
[ 15:14 mi ]
Fix packing list again. Take pointy hat and go contemplate for a while.
Submitted by: Herbert J. Skuhra
|
Tue, 24 Mar 2015
|
[ 16:19 mi ]
Upgrade from 3.7 to 4.0.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Wed, 26 Feb 2014
|
[ 14:52 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)
|
Mon, 24 Feb 2014
|
[ 16:48 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 16:36 bapt ] (Only the first 10 of 298 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Mon, 6 May 2013
|
[ 15:34 bapt ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 18 May 2011
|
[ 12:47 sylvio ]
- Add license
- BUMP PORTREVISION
|
[ 12:43 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>
|
Mon, 2 May 2011
|
[ 09:41 erwin ]
Let CATEGORIES be overwritten by slave ports (chinese/joe)
|
Wed, 29 Dec 2010
|
[ 20:04 pgollucci ] (Only the first 10 of 208 ports in this commit are shown above. )
- 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)
|
Fri, 27 Nov 2009
|
[ 22:52 sylvio ] (Only the first 10 of 100 ports in this commit are shown above. )
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
|
Sat, 29 Aug 2009
|
[ 22:10 miwi ]
- Pass maintainership to submitter
PR: 138290
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Fri, 28 Aug 2009
|
[ 17:37 linimon ] (Only the first 10 of 221 ports in this commit are shown above. )
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr
|
Sat, 22 Aug 2009
|
[ 00:20 amdmi3 ] (Only the first 10 of 124 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
|
Tue, 7 Apr 2009
|
[ 15:27 itetcu ]
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun
Approved by: maintainer timeout on QATMail
|
Sat, 24 Jan 2009
|
[ 13:15 chinsan ]
- Update to 3.7
- Take maintainership and reset original maintainer(maintainer timeout twice)
PR: ports/130428, ports/130113
Submitted by: chinsan (me)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 6 Jun 2008
|
[ 13:25 edwin ] (Only the first 10 of 95 ports in this commit are shown above. )
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)
|
Wed, 16 Aug 2006
|
[ 06:29 miwi ]
- Update to 3.5
PR: ports/101076
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor), maintainer timeout
|
Wed, 9 Nov 2005
|
[ 13:50 pav ]
- Allow chinese/joe to override MAINTAINER field
|
Tue, 8 Nov 2005
|
[ 18:39 pav ]
- Allow slave to override PKGORIGIN
Reported by: chkversion script
|
Fri, 21 Oct 2005
|
[ 08:21 pav ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update to 3.3
Obtained from: editors/joe-devel
Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
|
Fri, 21 Feb 2003
|
[ 11:38 knu ] (Only the first 10 of 54 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 4 Jan 2003
|
[ 12:21 edwin ]
[MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe
PR: ports/46750
Submitted by: Kevin Day <toasty@dragondata.com>
|
Wed, 18 Sep 2002
|
[ 11:13 ijliao ]
drop sgid/suid on backup files
PR: 42920
Submitted by: maintainer
|
Sat, 2 Feb 2002
|
[ 05:32 pat ]
Bump PORTREVISION from last buffer overflow patch commit.
|
Tue, 22 May 2001
|
[ 19:17 sobomax ] (Only the first 10 of 12 ports in this commit are shown above. )
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be
able to insert their own entries (usually language category) upfront.
|
Sun, 11 Mar 2001
|
[ 04:32 fenner ]
Don't override MAINTAINER if we're being included.
|
Thu, 1 Mar 2001
|
[ 00:03 jedgar ]
Remove ./.joerc from the default startup file search patch Bump PORTREVISION
|
Sun, 3 Dec 2000
|
[ 18:03 trevor ]
- when DEADJOE is a hard link, leave it alone - un-forbid - bump
PORTREVISION
|
Sat, 25 Nov 2000
|
[ 14:13 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.
|
[ 07:09 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
|
Number of commits found: 49 |