Summary: | sysutils/apache-mesos: Update to 1.11.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | James Wright <james.wright> | ||||
Component: | Individual Port(s) | Assignee: | Li-Wen Hsu <lwhsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape, lwhsu | ||||
Priority: | --- | Keywords: | buildisok, patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.11.0 | ||||||
Attachments: |
|
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/270352680 ^Triage: [tags] in issue Titles are deprecated. ^Triage: Simplifying title Q/A: /tmp/254294/sysutils/apache-mesos/pkg-plist: You have defined USE_LDCONFIG, but this port does not install shared objects in the format lib*.so.[0-9] which ldconfig(8) needs to register them in the hints file. Q/A: PORTREVISION should be removed Thanks! A commit references this bug: Author: lwhsu Date: Mon Mar 15 08:46:46 UTC 2021 New revision: 568442 URL: https://svnweb.freebsd.org/changeset/ports/568442 Log: sysutils/apache-mesos: Update to 1.11.0 PR: 254294 Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer) Changes: head/sysutils/apache-mesos/Makefile head/sysutils/apache-mesos/distinfo head/sysutils/apache-mesos/files/maven-deps.pom head/sysutils/apache-mesos/files/patch-3rdparty_stout_include_stout_os_freebsd.hpp head/sysutils/apache-mesos/pkg-plist Committed, with minor modification: PORTREVISION should be removed when PORTVERSION is bumped. (In reply to Fernando ApesteguĂa from comment #2) > Q/A: /tmp/254294/sysutils/apache-mesos/pkg-plist: You have defined USE_LDCONFIG, but this port does not install shared objects in the format lib*.so.[0-9] which ldconfig(8) needs to register them in the hints file. This port does install shared libs like /usr/local/lib/libmesos-1.11.0.so . The output of portlint(1) also needs verification. |
Created attachment 223278 [details] sysutils/apache-mesos diff - Updated to latest Apache Mesos release 1.11.0 - Upgraded Protobuf dependency to 3.14.0 - Removed patch file as fix was applied upstream