Commit Graph

118 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
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
Jan Beich ec5d9a54d6 Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +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
Mark Linimon aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Mark Linimon 836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Brooks Davis 16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +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
Raphael Kubo da Costa 7f96118e09 Explicitly pass -std=gnu++03 to the compiler.
This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.

PR:		219275
2017-08-18 12:25:30 +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
Sunpoet Po-Chuan Hsieh 0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Gerald Pfeifer 89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
John Marino 8f3cf904a9 databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 09:33:52 +00:00
Pawel Pekala 135f7f9d5d - Update to version 3.75
- Add LICENSE

PR:		196379
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2015-01-03 18:48:18 +00:00
Baptiste Daroussin 304562e87d Finish resetting maintainership
PR:		195059
2014-12-02 22:50:10 +00:00
Baptiste Daroussin 3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Baptiste Daroussin 47e96a4d38 Use options
Support stage
Convert to USES=gmake dos2unix
Always use gcc as a compiler
2014-05-07 23:54:51 +00:00
Baptiste Daroussin 36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Cheng-Lung Sung 7cec717c19 - Update to 3.73 2013-06-28 01:58:35 +00:00
Cheng-Lung Sung 86c8f35be2 - Update to 3.70
Feature safe:	yes
2011-11-11 05:13:44 +00:00
Martin Wilke 9b44799b8a - Get rid FreeBSD 6.x support 2011-11-07 03:25:29 +00:00
Cheng-Lung Sung 87ec3426a6 - Update to 3.69 2011-10-26 02:39:38 +00:00
Cheng-Lung Sung 63e9d93dc4 - Update to 3.68 2011-09-26 05:35:09 +00:00
Cheng-Lung Sung c8657ea772 - Update to 3.66
- unbreak
2011-04-06 07:49:52 +00:00
Pav Lucistnik 19977265c5 - Mark BROKEN: fails to patch
Reported by:	pointyhat
2011-02-21 20:51:33 +00:00
Cheng-Lung Sung 7b3ddb7c8f - Update to 3.65 2011-02-09 08:56:21 +00:00
Pav Lucistnik 45b59e1023 - Mark BROKEN on 6.x/7.x: does not compile
Reported by:	pointyhat
2010-08-31 21:22:25 +00:00
Cheng-Lung Sung 87453ddfb8 - Update to 3.63 2010-08-16 06:20:56 +00:00
Cheng-Lung Sung e761091e5d - Update to 3.53 2009-05-20 07:53:07 +00:00
Pav Lucistnik c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Pav Lucistnik acacd0d015 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:38:45 +00:00
Cheng-Lung Sung 073b82ea3a - Update to 3.49
Changes:
2008-07-01 06:30:18 +00:00
Cheng-Lung Sung 8f1d2074a0 - Update to 3.48 2008-06-13 06:48:04 +00:00
Pav Lucistnik bc3a8210d9 - Mark BROKEN on 5.x
Reported by:	pointyhat
2008-05-19 23:04:49 +00:00
Cheng-Lung Sung c533c03419 - Update to 3.47 2008-04-20 03:15:57 +00:00
Cheng-Lung Sung ce78dd31fe - Update to 3.40 2007-08-25 04:04:26 +00:00
Cheng-Lung Sung edac5bbf14 - Update to 3.39
PR:		ports/114779
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
2007-07-23 08:38:27 +00:00
Cheng-Lung Sung 75abb5ffe5 - Update to 3.38 2007-05-01 07:23:11 +00:00
Cheng-Lung Sung d8ae8bc1a5 - Update to 3.37 2007-04-15 05:39:34 +00:00
Cheng-Lung Sung 058d16d66f - Update to 3.36 2007-03-28 02:42:01 +00:00
Cheng-Lung Sung a23a974f6a - Update to 3.35 2007-03-26 01:41:14 +00:00
Cheng-Lung Sung 36eea7c0e6 - Update to 3.34 2007-03-08 07:19:22 +00:00
Cheng-Lung Sung f5bd485e7a - Update to 3.33
PR:		ports/109817
Submitted by:	Marcelo Araujo <araujo_AT_bsdmail dot org>
Reviewed by:	maintainer (clsung)
2007-03-06 07:36:36 +00:00
Cheng-Lung Sung 4c6b42b067 - Update to 3.32
- fix build error
- I'll maintain it

Approved by:	portmgr (marcus)
2006-10-15 14:02:43 +00:00
Cheng-Lung Sung b6bba25e35 - Update to 3.30
PR:		ports/104116
Submitted by:	chinsan
2006-10-07 17:02:45 +00:00
Sergey A. Osokin 1136715bb3 Drop maintainership. 2006-09-14 17:51:15 +00:00
Sergey A. Osokin 9a15142fc3 Unbreak size mismatch by update to 3.29.
Submitted by:	chinsan aka chinsan dot tw at gmail dot com
PR:		100059
2006-07-11 06:32:43 +00:00
Kris Kennaway 6b3ef6c36e BROKEN: Size mismatch 2006-04-22 21:52:52 +00:00