/x11/tkXwin/

git/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mp
Commit message (Collapse)AuthorAgeFilesLines
* editors/mp: Update to 5.50Jason E. Hale2021-05-012-4/+4
|
* editors/mp: Update to 5.49Jason E. Hale2021-04-252-4/+4
|
* editors/mp: Update to 5.48Jason E. Hale2021-04-133-4/+17
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/mp: Update to 5.47Jason E. Hale2021-03-153-19/+18
|
* editors/mp: Update to 5.46Jason E. Hale2021-02-062-4/+4
|
* editors/mp: Update to 5.45Jason E. Hale2021-01-173-59/+50
| | | | Remove LLD_UNSAFE - seems to link fine now without it
* editors/mp: Update to 5.44Jason E. Hale2021-01-0110-81/+101
|
* Update editors/mp to 5.41Jason E. Hale2020-06-304-23/+33
|
* editors/mp: Update to 5.36; unbreakJason E. Hale2019-12-296-30/+82
|
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-141-4/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-0/+1
| | | | | | | | | | | | | | | 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
* editors/mp: Update to 5.31Jason E. Hale2019-03-227-200/+142
| | | | | | | | | | | - 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
* editors/mp: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-161-12/+2
| | | | Approved by: portmgr (implicit)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | 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
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+5
| | | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-0/+1
| | | | | | | | | | | | | | 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
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-291-4/+4
| | | | | | | | | | | | | | | 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
* editors/mp: fix build with ncurses from basePietro Cerutti2018-03-141-0/+1
|
* Update to 5.2.13Jason E. Hale2018-03-066-55/+214
| | | | | | | | | | | | | | 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.
* - Fix build with aarch64, armv6, armv7Jason E. Hale2018-03-043-13/+54
| | | | | | - 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
* editors/mp: Update to 5.2.11Yuri Victorovich2018-02-122-5/+8
| | | | | | | | | Additional port changes: * Changed to DISTVERSION * Adjusted dependencies for GTK2/GTK3 options Reported by: portscout Approved by: tcberner (mentor, implicit)
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | 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
* Mark some ports failing on armv6, for errors classified as "compiler_error".Mark Linimon2017-05-281-1/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Simplify installationDmitry Marakasov2017-03-121-13/+15
| | | | - Switch to options helpers
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* editors/mp: respect LDFLAGSJohn Marino2016-02-061-0/+1
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-131-1/+1
| | | | Approved by: portmgr blanket
* editors/mp: Upgrade version 5.2.9 => 5.2.10John Marino2015-10-174-25/+35
| | | | | PR: 201840 Submitted by: ports fury
* - Stop lying about the port being broken on Tier-2 architecturesAlexey Dokuchaev2015-09-072-15/+18
| | | | | | | - 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)
* Update to version 5.2.9Pawel Pekala2015-03-252-4/+3
| | | | | PR: 198756 Submitted by: Anton Tornqvist <antont@inbox.lv>
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
|
* - Restore NLS SupportMartin Wilke2014-06-032-6/+7
| | | | Reported by: danfe
* - Update to 5.2.8Martin Wilke2014-06-033-12/+12
| | | | PR: 190404
* - Update from 5.2.6 to 5.2.7Danilo Egea Gondolfo2014-01-044-44/+40
| | | | | | | | | | - Add stage support while here - Convert some "if's" to options helpers PR: ports/185331 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | editors)
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Update to 5.2.6Martin Wilke2013-04-262-3/+3
| | | | | PR: 178029 Submitted by: Ports Fury
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to version 5.2.5Martin Wilke2013-03-252-21/+29
| | | | | PR: 177249 Submitted by: Ports Fury
* - Convert SINGLE OPTION GUI to RADIOBryan Drewery2012-12-121-3/+3
| | | | Submitted by: bapt
* Update PCRE to 8.32Martin Matuska2012-12-111-0/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* - Update to 5.2.4Bryan Drewery2012-12-113-6/+6
|
* - Update MASTER_SITESAlex Kozlov2012-12-101-8/+3
| | | | | | | | | - 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>
* Mark broken on powerpc and sparc64 (and presumably, ia64).Mark Linimon2012-09-081-1/+7
| | | | Hat: portmgr
* - Update to version 5.2.3Armin Pirkovitsch2012-07-203-6/+5
| | | | | | PR: ports/169410 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* Convert to new options frameworkBaptiste Daroussin2012-06-121-17/+13
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Update to version 5.2.2Martin Wilke2012-04-223-4/+8
| | | | | PR: 166882 Submitted by: Ports Fury
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
|
* - Update to 5.2.1Martin Wilke2011-11-262-10/+11
| | | | | | PR: 162816 Submitted by: Ports Fury Feature safe: yes
* - Update to 5.2.0Martin Wilke2011-07-022-5/+6
| | | | | PR: 158488 Submitted by: Ports Fury
* - Update to 5.1.4Dennis Herrmann2011-03-245-66/+159
| | | | | PR: ports/155809 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Drop maintainershipAndrej Zverev2010-09-241-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* Fix distfile location for fetch targetAndrej Zverev2009-02-021-1/+1
| | | | Reported by: pav-fetch-original mail
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | 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)
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-5/+1
|
* - Update to 3.3.18b and make it fetchable againAndrej Zverev2006-11-273-4/+5
| | | | | | | [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]
* - Switch to version 3.3.18aAndrej Zverev2006-09-163-5/+5
|
* - Fix pkg-plistAndrej Zverev2006-07-262-5/+1
| | | | | | | - bump portrevision PR: ports/100825 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Remove deprecated USE_REINPLACEAndrej Zverev2006-02-221-1/+0
| | | | - Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
* - Update to version 3.3.17Andrej Zverev2006-01-302-4/+4
| | | | See ChangeLog for more details.
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Update to 3.3.16Andrej Zverev2005-11-174-22/+102
| | | | | | | | - Grab maintainership (maintainer timeout > 1 month) - Implement OPTIONS PR: ports/83910 Submitted by: Andrej Zverev
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)