[Bug 200815] [patch] calendar(1): regression 8-STABLE to 10-STABLE no longer supports local includes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 12 11:44:45 UTC 2015


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 at FreeBSD.org
          Reporter: njm at 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.


More information about the freebsd-bugs mailing list