[Bug 220446] sysutils/syslog-ng310: Fix broken pkg-plist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 3 08:17:32 UTC 2017


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

            Bug ID: 220446
           Summary: sysutils/syslog-ng310: Fix broken pkg-plist
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy at FreeBSD.org
          Reporter: i.dani at outlook.com
             Flags: maintainer-feedback?(cy at FreeBSD.org)
          Assignee: cy at FreeBSD.org

Created attachment 184031
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184031&action=edit
Fix pkg-plist, libhttp.so is only available when building with CURL=ON
(Default: OFF)

After the update from 3.9.1 to 3.10.1, the build was broken because of a wrong
pkg-plist entry. -> Caused by ports rP444616

Removed:
Makefile: CURL_PLIST_FILES= lib/syslog-ng/libcurl.so

Added:
pkg-plist: lib/syslog-ng/libhttp.so

libcurl.so has been renamed to libhttp.so -> See:
https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.10.1

But libhttp.so is not ALWAYS and DEFAULT available, it's only there if the port
is built with CURL=ON (DEFAULT=OFF). So move it back to the Makefile and remove
the static entry from pkg-plist.

Fixed in review D11456

Error:
===========================================================================
=======================<phase: package        >============================
===>  Building package for syslog-ng310-3.10.1
pkg-static: Unable to access file
/wrkdirs/usr/ports/sysutils/syslog-ng310/work/stage/usr/local/lib/syslog-ng/libhttp.so:No
such file or directory
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list