Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jul 2017 08:17:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220446] sysutils/syslog-ng310: Fix broken pkg-plist
Message-ID:  <bug-220446-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: i.dani@outlook.com
             Flags: maintainer-feedback?(cy@FreeBSD.org)
          Assignee: cy@FreeBSD.org

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

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

Removed:
Makefile: CURL_PLIST_FILES=3D 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=3DON (DEFAULT=3DOFF). So move it back to the Makefile an=
d remove
the static entry from pkg-plist.

Fixed in review D11456

Error:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  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

--=20
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-220446-13>