Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2015 11:44:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 200815] [patch] calendar(1): regression 8-STABLE to 10-STABLE no longer supports local includes
Message-ID:  <bug-200815-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200815

            Bug ID: 200815
           Summary: [patch] calendar(1): regression 8-STABLE to 10-STABLE
                    no longer supports local includes
           Product: Base System
           Version: 10.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: njm@njm.me.uk
          Keywords: patch

Created attachment 157674
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157674&action=edit
(svn diff) add support for '#include "filename"' to calendar(1)

I recently updated my desktop system from 8-STABLE to 10-STABLE and found
that my calendar files were no longer being processed by calendar(1).  This
turned out to be related to the rewriting of calendar(1) to no longer use
the C language preprocessor when reading calendar files.  Although the new
calendar(1) processes #include <filename>, it no longer supports #include
"filename".

The attacted 5 line patch fixes the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200815-8>