Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 3.0.8_6 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
10 Apr 2022 19:11:41 3.0.8_6 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
07 Apr 2022 00:39:10 3.0.8_5 |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
26 Mar 2022 08:27:27 3.0.8_4 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
28 Oct 2021 16:37:30 3.0.8_3 |
Jan Beich (jbeich)  |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
05 Oct 2021 20:01:23 3.0.8_2 |
Bernhard Froehlich (decke)  |
devel/libical: Add CPE information
Approved by: portmgr (blanket) |
08 Apr 2021 23:33:31 3.0.8_2 |
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
06 Apr 2021 14:31:07 3.0.8_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Dec 2020 19:04:22
3.0.8_1 |
tcberner  |
devel/libical: add DOCS option
PR: 236289
Submitted by: rozhuk.im@gmail.com |
03 Nov 2020 00:56:27
3.0.8_1 |
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
14 Sep 2020 04:44:35
3.0.8 |
tcberner  |
devel/libical: update to 3.0.8
Changelog since 3.0.4 (2018-08-14) to 3.0.8 (2020-03-07):
3.0.5:
* New publicly available function:
1 icalproperty_get_datetime_with_component()
* Allow reset DATE/DATE-TIME VALUE parameter for all-day events
* icalproperty_get_datetime_with_component() will use location as TZID
fallback.
* New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer
documentation
* GObject Introspection - use $MAJOR-0 versioning
* libical-glib API is considered unstable:
define LIBICAL_GLIB_UNSTABLE_API=1 before including
<libical-glib/libical-glib.h>
* Built-in timezones updated to tzdata2019a
* De-fuzzifications and Coverity fixes (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2020 18:55:41
3.0.4_6 |
tcberner  |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
23 Apr 2020 20:14:49
3.0.4_6 |
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
13 Mar 2020 09:47:17
3.0.4_5 |
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
06 Mar 2020 15:13:07
3.0.4_4 |
hselasky  |
Add build OPTIONS to be able to minimize dependencies.
PR: 233023
Submitted by: Peter Laursen <freebsd@mosedal.net>
Approved by: pi |
03 Oct 2019 20:35:30
3.0.4_3 |
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
26 Jul 2019 20:46:57
3.0.4_2 |
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 |
27 Mar 2019 21:11:09
3.0.4_1 |
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
25 Feb 2019 07:04:49
3.0.4 |
kwm  |
Update libical to 3.0.4. |
12 Dec 2018 01:35:36
3.0.3_2 |
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 |
23 Oct 2018 11:35:04
3.0.3_1 |
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
30 Sep 2018 11:58:31
3.0.3 |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
29 Jul 2018 22:18:46
2.0.0_6 |
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 |
29 Jun 2018 14:22:11
2.0.0_5 |
jbeich  |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
11 Jun 2018 02:34:57
2.0.0_4 |
linimon  |
While I'm cleaning out my queue for Q3, add this trivial change which
I have had around for a while.
It merely brings the usage into modernity. (Well, it drops ia64, but
that was done in a tree sweep a long time ago.)
Approved by: portmgr (tier-2 blanket) |
06 Apr 2018 15:53:17
2.0.0_4 |
jbeich  |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
22 Mar 2018 23:32:43
2.0.0_3 |
truckman  |
USES+=compiler:c++11-lib to unbreak devel/libical build on PowerPC
and other arches where gcc is the base compiler.
No PORTREVISION bump because this is a no-op on arches with clang
as the base compiler, and it unbreaks the build on the rest.
PR: 221642, 215770
Reported by: Robin <solence AT zoho.eu> |
21 Mar 2018 22:25:59
2.0.0_3 |
truckman  |
Remove MAKE_JOBS_UNSAFE from devel/libical.
Upstream fixed libical parallel build in version 2.0.0:
https://github.com/libical/libical/commit/dcc40c7ae2d337a0d83c077bf9d8f283499c6717
PR: 219057
Submitted by: Jia-Shiun Li jiashiun AT gmail.com |
20 Mar 2018 02:52:28
2.0.0_3 |
truckman  |
Import upstream patch:
https://github.com/libical/libical/commit/77f82ba88abbb633dc52335fcc050bec3b41c2
69
icaltzutil_fetch_timezone now creates VTIMEZONE components using
RRULEs rather than expanding out every year (if
USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone
back to 1970 (if it was one).
This creates more accurate time zones that are compatible with dates
whose time zones have since transitioned to a different offset (such
as a date in America/New_York in 1980). Removed
icaltzutil_set_exact_vtimezones_support and
icaltzutil_get_exact_vtimezones_support. Removed
USE_INTEROPERABLE_VTIMEZONES.
Add missing USE_GNOME=introspection:build
Fix segmentation fault with evolution-calendar-factory
Pet portlint, USE_* comes before USES
PR: 226460
Submitted by: cpm
Obtained from: github libical/libical (partially) |
09 Nov 2017 02:31:48
2.0.0_2 |
jbeich  |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
04 Oct 2017 10:56:26
2.0.0_1 |
sunpoet  |
Update LICENSE
Approved by: portmgr (blanket) |
25 Sep 2017 00:02:36
2.0.0_1  |
jbeich  |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
03 May 2017 17:09:38
2.0.0 |
pawel  |
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout |
01 Jun 2016 13:15:37
1.0.1 |
mat  |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
07 Jan 2016 14:54:04
1.0.1 |
jhale  |
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt) |
06 May 2015 15:16:54
1.0.1 |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
26 Dec 2014 14:54:00
1.0.1 |
kwm  |
Update libical to 1.0.1.
Update WWW, project moved. |
27 Oct 2014 10:40:08
1.0 |
bapt  |
Cleanup plist |
07 May 2014 00:39:07
1.0 |
marino  |
devel/libical: Mark not jobs safe
This port isn't safe for parallel building. While here, also bring in
configure modification for DragonFly
Approved by: x11 (kwm) |
12 Jan 2014 19:48:11
1.0 |
kwm  |
Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify. |
20 Sep 2013 17:13:47
0.48 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Sep 2013 17:55:41
0.48 |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
30 Dec 2012 05:14:02
0.48 |
mezz  |
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info> |
22 Oct 2011 23:50:23
0.44 |
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
23 Sep 2011 22:26:39
0.44 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
25 Dec 2010 16:55:41
0.44 |
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
04 Dec 2010 07:34:27
0.44 |
ade  |
Sync to new bsd.autotools.mk |
22 May 2010 12:00:11
0.44 |
kwm  |
Update to 0.44.
Forgotten by: marcus@
Submitted by: QAT & barbara <barbara.xxx1975@libero.it> |
22 Aug 2009 00:18:43
0.43_1 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
02 Aug 2009 19:36:34
0.43_1 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
22 Apr 2009 01:38:35
0.43_1 |
marcus  |
* Add a hack to make libical on FreeBSD work like libical on Linux. This
is known to fix a crash in Evolution.
* Switch maintainer to gnome.
Approved by: Joe Kelsey (previous maintainer) |
10 Apr 2009 05:56:28
0.43 |
marcus  |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
04 Jan 2009 12:56:03
0.42 |
makc  |
Update to 0.42,
bump portrevision for dependent ports
Approved by: maintainer (timeout), miwi (mentor) |
09 Feb 2008 07:16:36
0.27 |
rafan  |
- Update to 0.27
- Update WWW to the new site on sourceforge
PR: ports/118444
Submitted by: Derkjan de Haan <haanjdj at gmail.com>
Approved by: maintainer timeout (2 months) |
01 Feb 2007 02:42:06
0.24_3 |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
23 Feb 2006 10:40:45
0.24_3 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
0.24_2 |
edwin  |
SHA256ify
Approved by: krion@ |
26 Nov 2005 00:06:13
0.24_2 |
linimon  |
Chase updated URLs per distfile survey. |
15 Nov 2005 06:52:12
0.24_2 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
28 Dec 2004 20:45:49
0.24_2 |
pav  |
- Switch to MASTER_SITE_SOURCEFORGE, osdn is unbearably slow |
09 Jul 2004 17:43:11
0.24_2 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
10 Apr 2004 16:07:10
0.24_2 |
trevor  |
Trim whitespace. |
18 Mar 2004 21:59:08
0.24_2 |
krion  |
- SIZE'mania continues
PR: ports/64434
Submitted by: maintainer |
14 Mar 2004 06:17:56
0.24_2 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
07 Mar 2004 12:48:48
0.24_2 |
kris  |
Extend -fPIC to ia64 as well. |
20 Feb 2004 15:34:19
0.24_2 |
arved  |
Fix build on AMD64
PR: 63111
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
04 Feb 2004 05:21:48
0.24_2 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
23 Aug 2003 01:03:50
0.24_1 |
perky  |
Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.
Submitted by: olgeni |
21 Feb 2003 11:23:04
0.24 |
knu  |
De-pkg-comment. |
18 Nov 2002 03:10:30
0.24 |
marcus  |
Use the new USE_PERL5_BUILD when adding the build dependency on Perl. |
08 Nov 2002 19:06:57
0.24 |
marcus  |
Update to 0.24 RC4.
PR: 45146
Submitted by: maintainer |
04 Nov 2002 19:33:19
0.23 |
marcus  |
Add libical, an implementation of the IETF's Calendaring and Scheduling
protocols.
PR: 44880
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> |