Commit graph

47 commits

Author SHA1 Message Date
Bryan Drewery
fe45922832 Drop maintainership 2019-10-21 21:57:14 +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
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
Antoine Brodin
55434763b8 Defining both LICENSE_FILE_COMMERCIAL and LICENSE_TEXT_COMMERCIAL is not
allowed

Reported by:	pkg-fallout
2017-10-08 06:39:40 +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
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
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
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Bryan Drewery
5ccdf4acb6 This fails with Clang on 8.4-amd64. Just stick with GCC for now since it is
working everywhere.
2015-03-26 00:28:04 +00:00
Bryan Drewery
01566b9b94 Fix build on 9.3 with clang 2015-03-11 16:11:53 +00:00
Bryan Drewery
3102754761 Force using a modern compiler to fix build on 9.3 which has a broken GCC.
The problem was introduced in src r259111 and fixed in r270099.
2015-02-25 22:03:29 +00:00
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
Bryan Drewery
2ff25b73b3 Fix build with clang34 2014-04-11 03:57:13 +00:00
Antoine Brodin
8b0d5c96d3 Unbreak 2014-03-11 06:20:43 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Bryan Drewery
80d671ed4d - Convert to staging
- Remove bsd.port.pre.mk usage
2013-10-09 11:40:44 +00:00
Bryan Drewery
2324655f20 - Add NO_STAGE until validated to be safe for upcoming staging support 2013-09-20 15:58:09 +00:00
Bryan Drewery
7614648d65 Trim header 2012-12-12 02:35:49 +00:00
Bryan Drewery
3acab9b1fb - Update to my new maintainer address
- Update URL to new mirror location

Approved by:	eadler (mentor)
2012-08-02 22:34:01 +00:00
Jase Thew
5219b48ed1 - Update to 5.6 [1]
- Assign maintainership to Bryan Drewery <bryan@shatow.net> [1]
- Change MASTER_SITE* as agreed with submitter
- Pet portlint(1): re-organise LICENSE section, fix whitespace
- Remove hardcoded FILESDIR in Makefile

PR:		ports/169501 [1]
Submitted by:	Bryan Drewery <bryan@shatow.net>
Approved by:	flo (mentor)
2012-07-17 10:49:02 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik
f40f168c13 - Version went backwards 13 months ago; fix
Reported by:	kris
2008-07-09 12:49:27 +00:00
Rong-En Fan
e7a1883136 - Fix build
PR:		ports/122463
Submitted by:	Ralf van der Enden <tremere at cainites.net>
2008-04-05 12:52:06 +00:00
Pav Lucistnik
6b8ae907c6 - Re-enable ASM on i386
PR:		ports/122444
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2008-04-04 15:22:17 +00:00
Pav Lucistnik
aa130f637e - Fix build on i386 by disabling the assembly
Submitted by:	Frank Fenor <frank@fenor.de>
2008-04-03 23:12:51 +00:00
Pav Lucistnik
db8f3c4d2f - Update to 5.3.2
- Allow build on amd64

PR:		ports/122272
Submitted by:	Frank Fenor <frank@fenor.de>
2008-03-31 12:34:42 +00:00
Pav Lucistnik
6d698bd52b - Update to 5.3 (unbreak checksum)
- Copy to local-distfiles, so we don't have to update this port every few days

Approved by:	portmgr (implicit)
2007-05-22 20:13:57 +00:00
Pav Lucistnik
ad275fdde6 - Update to new distfile. This is getting tiresome
Reported by:	krismail
2007-04-22 10:23:22 +00:00
Pav Lucistnik
8daae385fa - Update to new distfile
Reported by:	krismail
2007-04-18 08:50:50 +00:00
Pav Lucistnik
30aec4c95d - Update to a new distfile
Reported by:	Andreas Svensson <andreas.svensson@4wit.se>
2007-04-15 13:00:11 +00:00
Pav Lucistnik
922ad0cb2d - Update to 5.23
Reported by:	krismail
2007-04-06 08:20:36 +00:00
Pav Lucistnik
2b82bd55aa - Update to a new unversioned distfile
Reported by:	pointyhat
2007-03-22 08:17:09 +00:00
Pav Lucistnik
cc003edb69 - Update to 5.22
PR:		ports/110411
Submitted by:	Michael Neumann <mneuma2s@smail.inf.fh-brs.de>
2007-03-17 12:57:49 +00:00
Pav Lucistnik
435b06d4d6 - Update to 5.21 2007-02-07 12:51:16 +00:00
Mario Sergio Fujikawa Ferreira
35d189318c Drop maintainership 2006-12-15 01:21:57 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Mario Sergio Fujikawa Ferreira
7c0c250ff6 Add alternate MASTER_SITES 2005-11-23 04:44:21 +00:00
Mario Sergio Fujikawa Ferreira
2450c25fba o Update to new distfile
o Bump PORTREVISION since the distfile is not versioned
2005-11-11 02:31:31 +00:00
Pav Lucistnik
ced2b5dad1 - Update to new distfile, lot of new functionality
Approved by:	lioux (maintainer)
2005-05-26 15:39:17 +00:00
Kris Kennaway
b8e9496a75 BROKEN on !i386: Does not build 2005-04-30 01:14:31 +00:00
Mario Sergio Fujikawa Ferreira
2bcd912069 o Developer has once again updated the distfile without version
changes; thus, distinfo update
o diff(1) between previous and current versions show no major
  changes:
    - some implementation changes (no major feature changes)
    - cosmetic style changes (identation, etc)

Approved by:	portmgr (krion)
2005-03-30 15:31:49 +00:00
Mario Sergio Fujikawa Ferreira
8abecbc13e o Update distfile checksum: developer has updated distfile source
code without updating versioning
o diff(1) between old and new distfiles show that:
	- New class methods have been added with new functionality
	- Some style changes (tabs replacing spaces, etc)

Approved by:	portmgr (marcus)
2005-03-27 23:29:56 +00:00
Kris Kennaway
c4e78b2047 BROKEN: Size mismatch 2005-02-11 22:08:05 +00:00
Mario Sergio Fujikawa Ferreira
79e0c9b3c0 New port miracl version 4.85: Multiprecision Integer and Rational
Arithmetic C/C++ Library
2005-01-18 01:43:38 +00:00