diff options
author | pawel <pawel@FreeBSD.org> | 2017-05-04 01:09:38 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-05-04 01:09:38 +0800 |
commit | b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a (patch) | |
tree | f0d2dcb9a718bdcd8dca97ee80a2ab6b3d0538b3 /converters | |
parent | 7f950cc1f5d0cc50b0d1fe4beae6ced4bce2b82a (diff) | |
download | freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.tar.gz freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.tar.zst freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.zip |
- 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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ical2html/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 10638cbe5b8c..8d01c1d4764d 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -3,7 +3,7 @@ PORTNAME= ical2html PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ @@ -17,4 +17,10 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \ + ${WRKSRC}/ical2html.c \ + ${WRKSRC}/icalfilter.c \ + ${WRKSRC}/icalmerge.c + .include <bsd.port.mk> |