Commit Graph

82 Commits

Author SHA1 Message Date
Jason E. Hale 1397e6fdc8 editors/mp: Update to 5.46 2021-02-05 16:21:15 +00:00
Jason E. Hale 06260e9ef6 editors/mp: Update to 5.45
Remove LLD_UNSAFE - seems to link fine now without it
2021-01-16 18:38:05 +00:00
Jason E. Hale 1b7cb681fc editors/mp: Update to 5.44 2020-12-31 23:53:20 +00:00
Jason E. Hale c5c1c02dbf Update editors/mp to 5.41 2020-06-29 20:09:53 +00:00
Jason E. Hale 44c2705108 editors/mp: Update to 5.36; unbreak 2019-12-28 21:17:15 +00:00
Antoine Brodin cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Mathieu Arnold 79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Gerald Pfeifer ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Jason E. Hale 3eb7289d1c 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
2019-03-21 23:53:16 +00:00
Tobias C. Berner 1b2adb805b editors/mp: remove QT4 option (Qt4 deprecation)
Approved by:	portmgr (implicit)
2019-03-16 15:52:15 +00:00
Gerald Pfeifer a9f015d155 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
2018-12-12 01:35:33 +00:00
Rene Ladan 99d6d12a38 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
2018-12-02 15:41:47 +00:00
Gerald Pfeifer 09f9633cb6 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
2018-07-29 22:18:44 +00:00
Tobias C. Berner b1a1d38bf9 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
2018-06-28 17:39:53 +00:00
Pietro Cerutti af57b09c33 editors/mp: fix build with ncurses from base 2018-03-14 10:01:31 +00:00
Jason E. Hale ad06d47347 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.
2018-03-05 16:20:31 +00:00
Jason E. Hale d00b37f18d - 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
2018-03-04 03:12:31 +00:00
Yuri Victorovich 5fab761410 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)
2018-02-12 05:55:07 +00:00
Mark Linimon bf43557044 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
2017-11-30 06:13:34 +00:00
Mark Linimon 5ba5319665 Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 16:48:41 +00:00
Dmitry Marakasov 9fc5921712 - Simplify installation
- Switch to options helpers
2017-03-12 09:01:53 +00:00
Mark Linimon 387ced8b05 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 07:47:48 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino 42987ccf62 editors/mp: respect LDFLAGS 2016-02-05 18:56:22 +00:00
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
John Marino 107c3fd1ce editors/mp: Upgrade version 5.2.9 => 5.2.10
PR:		201840
Submitted by:	ports fury
2015-10-16 16:51:12 +00:00
Alexey Dokuchaev 0292dc3f31 - 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)
2015-09-07 07:00:08 +00:00
Pawel Pekala 4690023737 Update to version 5.2.9
PR:		198756
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2015-03-24 21:40:47 +00:00
Baptiste Daroussin 1733805e72 Cleanup plist 2014-10-27 12:19:12 +00:00
Martin Wilke 18947cf062 - Restore NLS Support
Reported by:	danfe
2014-06-03 06:32:37 +00:00
Martin Wilke 7d39800960 - Update to 5.2.8
PR:		190404
2014-06-03 05:06:59 +00:00
Danilo Egea Gondolfo 3214492387 - 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>
2014-01-03 23:42:10 +00:00
Baptiste Daroussin 68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Baptiste Daroussin 9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Martin Wilke 241688e3c0 - Update to 5.2.6
PR:		178029
Submitted by:	Ports Fury
2013-04-26 07:03:07 +00:00
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Wilke d2cc591722 - Update to version 5.2.5
PR:		177249
Submitted by:	Ports Fury
2013-03-25 06:06:56 +00:00
Bryan Drewery 1c86868249 - Convert SINGLE OPTION GUI to RADIO
Submitted by:	bapt
2012-12-11 17:53:24 +00:00
Martin Matuska b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Bryan Drewery 4ec4dbbb6f - Update to 5.2.4 2012-12-10 17:07:22 +00:00
Alex Kozlov 1319e5642f - 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>
2012-12-10 02:37:20 +00:00
Mark Linimon 232fa320bf Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat:		portmgr
2012-09-08 05:39:03 +00:00
Armin Pirkovitsch d892838835 - Update to version 5.2.3
PR:           ports/169410
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:26:48 +00:00
Baptiste Daroussin f3381fa548 Convert to new options framework 2012-06-12 10:34:46 +00:00
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Martin Wilke abc61d16d2 - Update to version 5.2.2
PR:		166882
Submitted by:	Ports Fury
2012-04-21 18:48:20 +00:00
Martin Matuska dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Martin Wilke 0fec4ec987 - Update to 5.2.1
PR:		162816
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:26:05 +00:00
Martin Wilke bd5b0fed69 - Update to 5.2.0
PR:		158488
Submitted by:	Ports Fury
2011-07-02 07:55:04 +00:00