svn commit: r553696 - in head/deskutils/calendar: . files
Mateusz Piotrowski
0mp at FreeBSD.org
Fri Oct 30 15:20:13 UTC 2020
Hi Stefan,
Thanks for all the focus on the calendar! I just wonder if patch-* files are the best place for
those updates. Shouldn't those patches be applied to the repo where calendar now lives instead? Then
we could just bump the port version in the ports tree. Especially that the current upstream for
calendar seems to be bsdimp's GitHub repo.
On 10/30/20 4:01 PM, Stefan Eßer wrote:
> Author: se
> Date: Fri Oct 30 15:01:04 2020
> New Revision: 553696
> URL: https://svnweb.freebsd.org/changeset/ports/553696
>
> Log:
> Update to FreeBSD SVN revision r367167
>
> This update implements comment handling lost when calendar was changed
> from using an external cpp to an internal pre-processor
>
> Deleted:
> head/deskutils/calendar/files/patch-calendar.h
> Modified:
> head/deskutils/calendar/Makefile
> head/deskutils/calendar/distinfo
> head/deskutils/calendar/files/patch-io.c
> head/deskutils/calendar/files/patch-pathnames.h
>
> Modified: head/deskutils/calendar/Makefile
> ==============================================================================
> --- head/deskutils/calendar/Makefile Fri Oct 30 14:59:03 2020 (r553695)
> +++ head/deskutils/calendar/Makefile Fri Oct 30 15:01:04 2020 (r553696)
> @@ -1,7 +1,7 @@
> # $FreeBSD$
>
> PORTNAME= calendar
> -DISTVERSION= 0.3
> +DISTVERSION= 0.5
> CATEGORIES= deskutils
>
> MAINTAINER= se at FreeBSD.org
> @@ -15,7 +15,7 @@ USE_GITHUB= yes
> GH_ACCOUNT= bsdimp
> GH_TAGNAME= fcc5d31
>
> -CFLAGS+= -DLOCALBASE=${LOCALBASE}
> +CFLAGS+= -D_PATH_LOCALBASE=\"${LOCALBASE}\" -g -O0 # -DDEBUG
I understand that this port is in active development (which should probably happen outside of the
head of the ports tree) but this setting does not respect CFLAGS set by the user.
Cheers!
Mateusz
More information about the svn-ports-all
mailing list