non port: editors/mp/Makefile |
SVNWeb
|
Number of commits found: 90 |
Sat, 2 Sep 2023
|
[ 04:53 Jason E. Hale (jhale) ] 072d9c7
editors/mp: Update to 5.61
https://github.com/ttcdt/mp-5.x/blob/5.61/RELEASE_NOTES
|
Wed, 1 Mar 2023
|
[ 01:33 Jason E. Hale (jhale) ] 7e92c00
editors/mp: Update to 5.60
|
Mon, 12 Sep 2022
|
[ 19:45 Jason E. Hale (jhale) ] 0eb63f3
editors/mp: Update to 5.59
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
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 )
|
Sat, 30 Apr 2022
|
[ 19:16 Jason E. Hale (jhale) ] bbc5af4
editors/mp: Update to 5.58
|
Thu, 24 Feb 2022
|
[ 14:24 Jason E. Hale (jhale) ] b65af6e
editors/mp: Update to 5.57
The source code for mpdm and mpsl was merged back into the main
project tree.
|
Sat, 1 May 2021
|
[ 14:17 Jason E. Hale (jhale) ] 067191c
editors/mp: Update to 5.50
|
Sat, 24 Apr 2021
|
[ 22:36 Jason E. Hale (jhale) ] a1908a2
editors/mp: Update to 5.49
|
Mon, 12 Apr 2021
|
[ 19:36 Jason E. Hale (jhale) ] 6ba4287
editors/mp: Update to 5.48
|
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.
|
Mon, 15 Mar 2021
|
[ 14:41 jhale ]
editors/mp: Update to 5.47
|
Fri, 5 Feb 2021
|
[ 16:21 jhale ]
editors/mp: Update to 5.46
|
Sat, 16 Jan 2021
|
[ 18:38 jhale ]
editors/mp: Update to 5.45
Remove LLD_UNSAFE - seems to link fine now without it
|
Thu, 31 Dec 2020
|
[ 23:53 jhale ]
editors/mp: Update to 5.44
|
Mon, 29 Jun 2020
|
[ 20:09 jhale ]
Update editors/mp to 5.41
|
Sat, 28 Dec 2019
|
[ 21:17 jhale ]
editors/mp: Update to 5.36; unbreak
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 21 Mar 2019
|
[ 23:53 jhale ]
editors/mp: Update to 5.31
- LICENSE was changed from GPLv2 to a Public Domain license
- UI options have been reconfigured so that if the user installs a GUI
(GTK2, GTK3, or QT5), mp-5 is also usable in the console via the
NCURSES or ANSI options
- mpsl and supporting data are no longer installed, but rather compiled into
the mp-5 binary
- Add pkg-message to explain the GUI color scheme change and how to revert
to the previous color scheme if so desired
|
Sat, 16 Mar 2019
|
[ 15:52 tcberner ]
editors/mp: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Wed, 14 Mar 2018
|
[ 10:01 gahr ]
editors/mp: fix build with ncurses from base
|
Mon, 5 Mar 2018
|
[ 16:20 jhale ]
Update to 5.2.13
Take maintainership
ANSI and QT5 interfaces added
Use OPTIONS_SINGLE to make it more clear that only one interface can be
selected at a time.
Port uses three configure scripts, but only the main one was receiving
CONFIGURE_ENV, so home-brew a do-configure target.
Use CONFIGURE_ENV to pass variables instead of substitutions.
|
Sun, 4 Mar 2018
|
[ 03:12 jhale ]
- Fix build with aarch64, armv6, armv7
- Fix QT4 option on all platforms (needs USES=gmake, and fix for moc location)
- Remove some substitutions that didn't do anything
- Don't try to create directories already in mtree
|
Mon, 12 Feb 2018
|
[ 05:55 yuri ]
editors/mp: Update to 5.2.11
Additional port changes:
* Changed to DISTVERSION
* Adjusted dependencies for GTK2/GTK3 options
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 27 May 2017
|
[ 16:48 linimon ]
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 12 Mar 2017
|
[ 09:01 amdmi3 ]
- Simplify installation
- Switch to options helpers
|
Mon, 14 Nov 2016
|
[ 07:47 linimon ]
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
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
|
Fri, 5 Feb 2016
|
[ 18:56 marino ]
editors/mp: respect LDFLAGS
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Fri, 16 Oct 2015
|
[ 16:51 marino ]
editors/mp: Upgrade version 5.2.9 => 5.2.10
PR: 201840
Submitted by: ports fury
|
Mon, 7 Sep 2015
|
[ 07:00 danfe ]
- Stop lying about the port being broken on Tier-2 architectures
- Move OPTIONS block lower in the Makefile where it's typically found
- Augment port description text while I'm here
Tested on: flame (sparc64), eris (ia64), local Mac mini G4 (powerpc)
|
Tue, 24 Mar 2015
|
[ 21:40 pawel ]
Update to version 5.2.9
PR: 198756
Submitted by: Anton Tornqvist <antont@inbox.lv>
|
Tue, 3 Jun 2014
|
[ 06:32 miwi ]
- Restore NLS Support
Reported by: danfe
|
[ 05:07 miwi ]
- Update to 5.2.8
PR: 190404
|
Fri, 3 Jan 2014
|
[ 23:42 danilo ]
- Update from 5.2.6 to 5.2.7
- Add stage support
while here
- Convert some "if's" to options helpers
PR: ports/185331
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
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)
|
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, 26 Apr 2013
|
[ 07:03 miwi ]
- Update to 5.2.6
PR: 178029
Submitted by: Ports Fury
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Mon, 25 Mar 2013
|
[ 06:06 miwi ]
- Update to version 5.2.5
PR: 177249
Submitted by: Ports Fury
|
Tue, 11 Dec 2012
|
[ 17:53 bdrewery ]
- Convert SINGLE OPTION GUI to RADIO
Submitted by: bapt
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
[ 17:07 bdrewery ]
- Update to 5.2.4
|
[ 02:37 ak ]
- Update MASTER_SITES
- Convert Makefile headers to new style
- Remove indefinite article from COMMENT
- Remove LICENSE_FILE since GPLv2 is in Templates/Licenses
PR: ports/174166
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 8 Sep 2012
|
[ 05:39 linimon ]
Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat: portmgr
|
Thu, 19 Jul 2012
|
[ 17:26 sperber ]
- Update to version 5.2.3
PR: ports/169410
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
Tue, 12 Jun 2012
|
[ 10:34 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Sat, 21 Apr 2012
|
[ 18:48 miwi ]
- Update to version 5.2.2
PR: 166882
Submitted by: Ports Fury
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Fri, 25 Nov 2011
|
[ 16:26 miwi ]
- Update to 5.2.1
PR: 162816
Submitted by: Ports Fury
Feature safe: yes
|
Sat, 2 Jul 2011
|
[ 07:55 miwi ]
- Update to 5.2.0
PR: 158488
Submitted by: Ports Fury
|
Wed, 23 Mar 2011
|
[ 17:54 dhn ]
- Update to 5.1.4
PR: ports/155809
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 24 Sep 2010
|
[ 09:49 az ] (Only the first 10 of 15 ports in this commit are shown above. )
Drop maintainership
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 2 Feb 2009
|
[ 05:57 az ]
Fix distfile location for fetch target
Reported by: pav-fetch-original mail
|
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, 3 Oct 2007
|
[ 22:55 edwin ]
Remove support for OSVERSION < 5
|
Sun, 26 Nov 2006
|
[ 17:55 az ]
- Update to 3.3.18b and make it fetchable again
[1] It's PR in GNATS about this update, but i do not saw it and looks like can
not.
GNATS moving kill it :) So, author - thank you anyway
PR: ports/105719 [1]
|
Fri, 15 Sep 2006
|
[ 18:11 az ]
- Switch to version 3.3.18a
|
Wed, 26 Jul 2006
|
[ 06:23 az ]
- Fix pkg-plist
- bump portrevision
PR: ports/100825
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
Tue, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Wed, 22 Feb 2006
|
[ 08:35 az ] (Only the first 10 of 16 ports in this commit are shown above. )
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
|
Mon, 30 Jan 2006
|
[ 14:45 az ]
- Update to version 3.3.17
See ChangeLog for more details.
|
Thu, 17 Nov 2005
|
[ 08:05 az ]
- Update to 3.3.16
- Grab maintainership (maintainer timeout > 1 month)
- Implement OPTIONS
PR: ports/83910
Submitted by: Andrej Zverev
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 12 Dec 2003
|
[ 11:47 markp ]
Update to 3.2.9.
|
Sat, 22 Feb 2003
|
[ 16:18 markp ]
Update to 3.2.7.
De-pkg-comment.
|
Tue, 11 Feb 2003
|
[ 13:12 markp ]
Fix build broken by version update.
Pointed out by: kris/bento
|
Sun, 9 Feb 2003
|
[ 11:28 markp ]
Update to 3.2.5.
Add documentation.
|
Mon, 4 Nov 2002
|
[ 03:17 edwin ] (Only the first 10 of 19 ports in this commit are shown above. )
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
|
Sat, 9 Mar 2002
|
[ 10:25 markp ]
Updated to 3.1.8.
|
Sun, 17 Feb 2002
|
[ 07:08 markp ]
Fixed MASTER_SITES. Updated to 3.1.7.
|
Sun, 30 Dec 2001
|
[ 06:58 markp ]
Updated to 3.1.5.
|
Sun, 18 Nov 2001
|
[ 04:33 markp ]
Updated to 3.1.4.
|
Sat, 27 Oct 2001
|
[ 12:03 markp ]
Updated to 3.1.3.
|
Sun, 30 Sep 2001
|
[ 09:32 markp ]
Updated to 3.1.1.
|
Wed, 29 Aug 2001
|
[ 10:30 markp ]
Update to 3.1.rc5.
|
Fri, 8 Jun 2001
|
[ 06:36 markp ] (Only the first 10 of 30 ports in this commit are shown above. )
Updated MAINTAINER to my new committer email address
|
Sun, 27 May 2001
|
[ 10:19 ijliao ]
upgrade to 3.0.98n
|
Tue, 17 Apr 2001
|
[ 18:50 will ]
Add mp 3.0.98k, a programming text editor.
|
Number of commits found: 90 |