1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

48 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
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
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
Baptiste Daroussin
a08939f4dc Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
2017-02-22 12:59:28 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Pawel Pekala
ceacccc041 - Update to version 1.11
- Take maintainership, add LICENSE
- Sort USES

PR:		202160
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2015-08-16 13:46:49 +00:00
Baptiste Daroussin
996c655381 replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need modern c++
but build crashes with g++ 4.2.1 from base but wotk properly with both clang and newer gcc
2013-10-08 20:48:34 +00:00
Boris Samorodov
b1914a1a9c Preamble: the port has PKGNAME conflict with devel/rvm.
As per www.bsdstats.org this port has 10 times less user base, so let's
change this port. The official site names it "Rsync Vault Manager".
Seems that rvman is a good compromise for the package name, so

. PKGNAMESUFFIX=an;
. remove NO_LATEST_LINK=yes;

while here:
. support staging.

Reported by:	bapt
2013-10-03 15:09:56 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Baptiste Daroussin
ecfa41e79d Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
2013-08-30 01:02:57 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Eitan Adler
b2f9df5f6d Return davide's ports to the pool per request.
While here:
- trim header
- fix COMMENT

Approved by:	davide (maintainer)
2013-03-09 19:59:21 +00:00
Alexey Dokuchaev
142171e3f3 For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Gerald Pfeifer
8ad7d04c72 Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.

Approved by:	maintainer
2012-07-26 21:59:12 +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
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Dmitry Marakasov
932953cd10 - Update to 1.07
- Pass maintainership to submitter

PR:		151164
Submitted by:	Davide Italiano <davide.italiano@gmail.com>
2010-10-07 16:38:36 +00:00
Gerald Pfeifer
ed0716a32a USE_GCC=4.3+ is just an alias for USE_GCC=4.4+, so use the latter. 2010-08-24 21:26:34 +00:00
Dmitry Marakasov
37efd82681 - Update to 1.05
PR:		149331
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2010-08-17 15:40:27 +00:00
Alexey Dokuchaev
9a2ed5590d - Correctly assign RUN_DEPENDS
- Canonicalize Makefile header
- Use double space after period in port description
2008-11-09 13:22:22 +00:00
Pietro Cerutti
69f29aa5e1 - Update to 1.03
PR:		125228
Submitted by:	Ports Fury
2008-07-04 22:10:23 +00:00
Li-Wen Hsu
83a2defac7 - Update to version 1.02
PR:		ports/124581
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
2008-06-14 20:21:01 +00:00
Edwin Groothuis
6527ef2070 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 13:08:29 +00:00
Alexey Dokuchaev
91c2cb04b3 Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
2008-01-25 17:37:34 +00:00
Mark Linimon
e6757ba577 Build fixed by Jul 14 2007 but left marked BROKEN. Unmark.
Reported by:	pointyhat
Approved by:	portmgr (self)
2007-11-20 03:02:37 +00:00
Lars Engels
b63a5af397 Fix build with gcc 4.2
Approved by:	miwi (mentor)
2007-07-14 10:43:13 +00:00
Pav Lucistnik
9a0d0575be - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 2007-07-02 19:01:04 +00:00
Mark Linimon
0c0a374650 Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
2007-06-29 19:33:24 +00:00
Edwin Groothuis
4e48e33153 [patch] archivers/rvm - cleanup non-supported FreeBSD version
PR:		ports/111640
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2007-05-02 07:10:00 +00:00
Martin Wilke
08f816c6ef - Update to 1.01
PR:		ports/105663
Submitted by:	miwi
Approved by:	maintainer timeout
2006-12-06 08:52:18 +00:00
Pav Lucistnik
5c7460ca6b - Unbreak: patch out the offending check from configure script
PR:		ports/92510
Submitted by:	Rainer Alves <rainer.alves@gmail.com> (maintainer)
2006-01-29 23:20:45 +00:00
Pav Lucistnik
17c732de02 - Update to 1.0
- Take maintainership

PR:		ports/91103
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2005-12-30 19:04:39 +00:00
Pav Lucistnik
2c39b78ee6 - Add SHA256 2005-11-23 23:37:45 +00:00
Kris Kennaway
7770d468b7 BROKEN: This port attempts to allocate an infinite amount of memory during
configure, just so it can see what happens to itself when it runs the system
out of swap.
2005-10-26 19:36:33 +00:00
Volker Stolz
d715e6a481 Use MAKE_ARGS 2005-10-13 10:26:08 +00:00
Volker Stolz
adb599a78c Use DISTVERSION 2005-09-29 08:34:46 +00:00
Clement Laforet
80d613fc08 - Update to 0.90.3.b 2005-01-18 21:22:12 +00:00
Kirill Ponomarev
fe3d0fd58e Fix build with gcc-3.4
PR:		ports/70780
Submitted by:	Ports Fury
2004-08-22 00:51:49 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Kirill Ponomarev
beb60a6d82 Update to version 0.90.2-beta
PR:		ports/68996
Submitted by:	Ports Fury
2004-07-14 12:18:34 +00:00
Ying-Chieh Liao
73ac5bda47 upgrade to 0.90 beta 2004-04-29 02:23:36 +00:00
Clement Laforet
7875f399da - define NO_LATEST_LINK.
Maybe LATEST_LINK=archivers_rvm would be better.
  If you think so, let me know.

Noticed by:     Ports with duplicate LATEST_LINKS report
2004-04-19 14:17:23 +00:00
Kirill Ponomarev
d3eb98a2dc - Update to version 0.80.2.a
PR:		ports/65259
Submitted by:	Ports Fury
2004-04-08 20:50:06 +00:00
Ying-Chieh Liao
67dcde56be use more clear comment 2004-03-15 08:05:46 +00:00
Ying-Chieh Liao
ed35f851d1 add rvm 0.80a
Rsync Vault Manager
2004-03-15 07:34:34 +00:00