[Bug 245836] sysutils/runwhen: Add support for skalibs 2.9.2.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 22 22:06:21 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245836

            Bug ID: 245836
           Summary: sysutils/runwhen: Add support for skalibs 2.9.2.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: crest at rlwinm.de

Created attachment 213707
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213707&action=edit
Patch allowing runwhen to build against skalibs 2.9.2.1

Five years after its latest release runwhen 2015.02.24 is no longer compatible
the latest skalibs version (2.9.2.1 from 16 days ago).

The attached patch allows the old runwhen code to build against the latest
skalibs version.

It converts the enum values in rw-match.c from lower to upper case to avoid a
name collision on "div", deals with the renaming of tainnow.lib to to
sysclock.lib and replaces a call to the deprecated env_get() function with
getenv(). This gets rid of all compiler warnings and errors.

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


More information about the freebsd-ports-bugs mailing list