1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Antoine Brodin
cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Rene Ladan
2f557a4678 Returns johans's ports to the pool after safekeeping his commit bit. 2019-11-04 21:21:03 +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
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
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
e0ce459f1c Fix dumb typos.
Approved by:	"clean up your mess"
2017-12-12 02:53:33 +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
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Mark Linimon
e043e9c8d6 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-29 05:44:25 +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
Dmitry Marakasov
8361b39b4f - Mark BROKEN on i386: does not build, uses some broken type instead of size_t
./Object.hpp:226:11: error: 'operator new' takes type size_t ('unsigned int') as first parameter
    void* operator new       (const t_size size);
          ^
./Object.hpp:227:11: error: 'operator new[]' takes type size_t ('unsigned int') as first parameter
    void* operator new    [] (const t_size size);
          ^
2 errors generated.

Approved by:	portmgr blanket
2016-10-26 12:04:47 +00:00
Johan van Selst
fb87d745fe Update to Afnix 2.6.3 2016-06-28 06:18:40 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Johan van Selst
8fd8bbb3bc Update to Afnix 2.6.2 2016-05-02 16:14:46 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Johan van Selst
3c294e6499 - Update to Afnix 2.6.0
- Remove local patch that's no longer needed
2016-01-23 20:11:19 +00:00
Johan van Selst
0140a50289 Update to Afnix 2.5.2 2015-07-01 11:08:35 +00:00
Dmitry Marakasov
0b2cec0d60 - Use BROKEN_powerpc helper
- Fix plist with NLS disabled
- Add USES=compier:c++11-lang to fix build on 9.x (it needs c++11-aware compiler). For the note, specifying c++11-lib leads to gcc coredump.

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 14:09:58 +00:00
Johan van Selst
5ee40bc598 Add patch to fix build on i386 with clang 2015-04-02 05:22:03 +00:00
John Marino
d945d5ea98 lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.

approved by:	PTHREAD blanket
2015-03-25 12:58:33 +00:00
Johan van Selst
0d970c4f39 Update patch forgotten in previous commit 2015-01-15 10:39:45 +00:00
Johan van Selst
fe148103c3 Update to Afnix 2.5.1 2015-01-09 19:41:06 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
d7ecdbf615 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
2014-07-15 15:49:33 +00:00
Jimmy Olgeni
021be14f65 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. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Johan van Selst
402551a405 - Update afnix to 2.4.0
- Enable stage support
2014-01-08 18:01:25 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Johan van Selst
2b4d99f9ba Update Afnix to 2.3.1 2013-05-04 16:55:42 +00:00
Johan van Selst
f6213d24dd Update afnix to 2.2.0 2012-01-08 19:36:47 +00:00
Johan van Selst
21a9a3af8a Correct previous patch, which was in fact a patch to create a patchfile,
rather than something that could be applied directly. Oops.

Reported by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
2011-11-15 10:05:24 +00:00
Johan van Selst
baaddc6cf5 Better respect $CC
PR:		ports/162534
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
2011-11-14 22:02:28 +00:00
Johan van Selst
6ae5604b6a Update to Afnix 2.1.1 2011-09-15 17:17:11 +00:00
Johan van Selst
94e6ee59e9 Update afnix to 2.0.0
Feature safe:	yes
2011-01-13 21:55:53 +00:00
Mark Linimon
0a64bebc7f Mark as broken on powerpc.
Hat:		portmgr
2010-04-01 07:16:55 +00:00
Johan van Selst
4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00
Johan van Selst
9f30d6e0cc Update to 1.9.0 2009-07-30 17:14:53 +00:00
Johan van Selst
1e027d5c40 Correct installation directories when using non-standard PREFIX
Reported by:	QAT
2009-06-18 19:49:25 +00:00
Johan van Selst
2c57d34998 Update to 1.8.0 2009-01-04 11:28:38 +00:00
Johan van Selst
fd36c9e6ef Update to 1.7.1 2008-09-01 09:25:19 +00:00
Johan van Selst
8ec0300d1d Update to 1.7.0 2008-08-10 08:56:08 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Johan van Selst
8a83ecc071 - Previous commit was broken
Correct installation of manuals with and without NOPORTDOCS now

Reported by:	pav
2008-06-12 10:24:24 +00:00
Johan van Selst
7f3fdcd1ca - Fix list of installed manpages
Reported by:	itetcu
2008-06-10 12:17:09 +00:00
Johan van Selst
d979990b3e - Update to 1.6.0 2008-01-06 18:27:22 +00:00
Johan van Selst
bfc59dbeed Update to 1.5.2 2007-06-07 12:09:11 +00:00
Johan van Selst
982d092a06 Fix build with gcc4.2 (by removing -Werror) 2007-05-26 22:13:54 +00:00
Kris Kennaway
de1ccba756 BROKEN with gcc 4.2 2007-05-26 20:23:12 +00:00