Commit graph

73 commits

Author SHA1 Message Date
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
Baptiste Daroussin
89bc7fbdd1 wxGTK3.0: switch to gtk3 and webkit2
Discussed with:	portmgr
2019-02-25 12:47:20 +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
Yuri Victorovich
5def8ab192 math/gambit: Update 15.1.1 -> 16.0.1
Reported by:	portscout
2018-12-01 17:37:57 +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
Yuri Victorovich
6166cb9ef9 math/gambit: Update 15.1.0 -> 15.1.1 2018-07-10 20:22:56 +00:00
Yuri Victorovich
54f50c5207 math/gambit: Unbroke the port.
Port changes:
* Added the patch to avoid permissions problem.
  Reported it upstream: https://github.com/gambitproject/gambit/issues/229
* Took maintainership.
* Removed USE_LDCONFIG (not needed).

Approved by:	tcberner (mentor, implicit)
2018-02-25 23:43:34 +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
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Thierry Thomas
0a6dadb0b9 Upgrade to Gambit 15.1.0, the current stable version.
Note: Gambit 16 is available, but this is the current research/development
version.
2016-07-19 20:32:09 +00:00
Dmitry Marakasov
c268481174 Fix build with c++11 2015-04-13 19:18:36 +00:00
John Marino
1cac23d55c math/gambit: fix typo 2015-04-11 06:40:09 +00:00
John Marino
637a8c132c Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflags
The breakage was a result of moving wxgtk30 to c++11 from c++01
2015-04-10 19:04:19 +00:00
Jan Beich
2d645f51cb - Update to version 14.1.0
- Install .desktop file

PR:		197444
Submitted by:	tkato432@yahoo.com (modified)
2015-02-20 07:03:42 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Pietro Cerutti
ab7bf13bad - Update to 13.1.2
Changes:
  * https://github.com/gambitproject/gambit/compare/v13.1.1...v13.1.2
2014-09-22 14:45:22 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Pietro Cerutti
98d4b5ce7f - Fix build
Reported by:	pkg-fallout
MFH:		2014Q2
2014-04-23 14:52:17 +00:00
Baptiste Daroussin
d5b7a39f83 Switch to version 3.0 of wxGTK 2014-04-08 12:34:36 +00:00
Pietro Cerutti
8ae25a440e - Update to 13.1.1 2013-12-12 09:37:51 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Pietro Cerutti
5ca8a7839b - Update to 13.1.0
Release announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=31306793
2013-08-21 14:45:11 +00:00
Pietro Cerutti
e268b057c9 - Update to 13.0.2
- Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG)
2013-08-08 10:17:03 +00:00
Pietro Cerutti
82a22ab3a1 - Update to 13.0.1
Release announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=31109729
2013-07-09 07:15:05 +00:00
Pietro Cerutti
86fa7b57e5 - Update to 13.0.0
Release announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=31063426
2013-06-24 10:42:25 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Pietro Cerutti
22c5599fe4 - Fix WWW in pkg-descr
Reported by:	http://people.freebsd.org/~ehaupt/distilator/badwww.html
2011-08-03 13:39:53 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pietro Cerutti
474213b4eb - Update to 0.2010.09.01 2010-09-15 15:22:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Pietro Cerutti
2f8e8025d3 - Fix build on 64 bits platforms
- Adopt maintainship

Approved by:	miwi (mentor)
2008-02-26 20:20:10 +00:00
Martin Wilke
caa49233e4 - Update to 2007.12.04
PR:		120820
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-02-19 06:53:22 +00:00
Pav Lucistnik
b2eb86a9b0 - Mark BROKEN on amd64 and 7.0
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-24 18:40:29 +00:00
Mark Linimon
6a3e177235 The most recent version (0.2007.01.30) appears to work with gcc4.2.
Approved by:	portmgr (self)
2007-11-20 02:42:52 +00:00
Martin Wilke
fd8acdb1e4 - Update to 0.2007.01.30
PR:		114073
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:43 +00:00
Kris Kennaway
b7ff7031ea BROKEN with gcc 4.2 2007-05-27 03:03:31 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Gabor Kovesdan
c44fa33a5e - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
2007-04-18 11:46:10 +00:00
Kris Kennaway
60b3a84279 Use libtool15 port instead of included version to avoid objformat a.out botch 2007-02-10 06:05:06 +00:00