Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jul 2019 20:46:57
1.11_5

|
gerald  |
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 |
12 Dec 2018 01:35:36
1.11_4

|
gerald  |
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 |
29 Jul 2018 22:18:46
1.11_3

|
gerald  |
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 |
10 Sep 2017 20:55:39
1.11_2

|
gerald  |
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 |
01 Apr 2017 15:23:32
1.11_1

|
gerald  |
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 |
22 Feb 2017 12:59:28
1.11

|
bapt  |
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake |
26 Jul 2016 16:51:16
1.11

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
1.11

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
16 Aug 2015 13:46:49
1.11

|
pawel  |
- Update to version 1.11
- Take maintainership, add LICENSE
- Sort USES
PR: 202160
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
08 Oct 2013 20:48:35


|
bapt  |
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 |
03 Oct 2013 15:09:57
1.07

|
bsam  |
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 |
20 Sep 2013 13:11:21


|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
30 Aug 2013 01:02:57
1.07

|
bapt  |
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 |
17 Aug 2013 16:27:24
1.07

|
gerald  |
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) |
09 Mar 2013 19:59:22
1.07

|
eadler  |
Return davide's ports to the pool per request.
While here:
- trim header
- fix COMMENT
Approved by: davide (maintainer) |
18 Dec 2012 07:57:31
1.07

|
danfe  |
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. |
26 Jul 2012 21:59:13
1.07
|
gerald  |
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 |
11 Aug 2011 19:20:17
1.07 
|
kwm  |
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> |
18 Mar 2011 17:59:51
1.07
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
07 Oct 2010 16:38:36
1.07
|
amdmi3  |
- Update to 1.07
- Pass maintainership to submitter
PR: 151164
Submitted by: Davide Italiano <davide.italiano@gmail.com> |
24 Aug 2010 21:26:34
1.05
|
gerald  |
USE_GCC=4.3+ is just an alias for USE_GCC=4.4+, so use the latter. |
17 Aug 2010 15:40:27
1.05
|
amdmi3  |
- Update to 1.05
PR: 149331
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
09 Nov 2008 13:22:22
1.03
|
danfe  |
- Correctly assign RUN_DEPENDS
- Canonicalize Makefile header
- Use double space after period in port description |
04 Jul 2008 22:10:23
1.03
|
gahr  |
- Update to 1.03
PR: 125228
Submitted by: Ports Fury |
14 Jun 2008 20:21:01
1.02
|
lwhsu  |
- Update to version 1.02
PR: ports/124581
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
06 Jun 2008 13:02:32
1.01_1
|
edwin  |
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) |
25 Jan 2008 17:37:34
1.01
|
danfe  |
Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution. |
20 Nov 2007 03:02:37
1.01
|
linimon  |
Build fixed by Jul 14 2007 but left marked BROKEN. Unmark.
Reported by: pointyhat
Approved by: portmgr (self) |
14 Jul 2007 10:43:13
1.01
|
lme  |
Fix build with gcc 4.2
Approved by: miwi (mentor) |
02 Jul 2007 19:01:04
1.01
|
pav  |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 |
29 Jun 2007 19:33:25
1.01
|
linimon  |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
02 May 2007 07:10:00
1.01
|
edwin  |
[patch] archivers/rvm - cleanup non-supported FreeBSD version
PR: ports/111640
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
06 Dec 2006 08:52:18
1.01
|
miwi  |
- Update to 1.01
PR: ports/105663
Submitted by: miwi
Approved by: maintainer timeout |
29 Jan 2006 23:20:45
1.0
|
pav  |
- Unbreak: patch out the offending check from configure script
PR: ports/92510
Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) |
30 Dec 2005 19:04:39
1.0
|
pav  |
- Update to 1.0
- Take maintainership
PR: ports/91103
Submitted by: Rainer Alves <rainer.alves@gmail.com> |
23 Nov 2005 23:37:45
0.90.3.b
|
pav  |
- Add SHA256 |
26 Oct 2005 19:36:33
0.90.3.b
|
kris  |
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. |
13 Oct 2005 10:18:32
0.90.3.b
|
vs  |
Use MAKE_ARGS |
29 Sep 2005 08:34:46
0.90.3.b
|
vs  |
Use DISTVERSION |
18 Jan 2005 21:22:12
0.90.3.b
|
clement  |
- Update to 0.90.3.b |
22 Aug 2004 00:51:49
0.90.2.b
|
krion  |
Fix build with gcc-3.4
PR: ports/70780
Submitted by: Ports Fury |
16 Aug 2004 02:33:05
0.90.2.b
|
kris  |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
14 Jul 2004 12:18:34
0.90.2.b
|
krion  |
Update to version 0.90.2-beta
PR: ports/68996
Submitted by: Ports Fury |
29 Apr 2004 02:23:36
0.90.b
|
ijliao  |
upgrade to 0.90 beta |
19 Apr 2004 14:17:23
0.80.2.a
|
clement  |
- 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 |
08 Apr 2004 20:50:06
0.80.2.a
|
krion  |
- Update to version 0.80.2.a
PR: ports/65259
Submitted by: Ports Fury |
15 Mar 2004 08:05:46
0.80.a
|
ijliao  |
use more clear comment |
15 Mar 2004 07:34:34
0.80.a
|
ijliao  |
add rvm 0.80a
Rsync Vault Manager |