Bug 262002

Summary: graphics/libetonyek01 broken for MDS 2.0, MDDS_VERSION=1.7
Product: Ports & Packages Reporter: alt2600
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: --- Flags: bugzilla: maintainer-feedback? (office)
Version: Latest   
Hardware: Any   
OS: Any   

Description alt2600 2022-02-17 01:06:30 UTC
Makefile still sets MDDS to version 1.7

BUILD_DEPENDS=  ${LOCALBASE}/include/mdds-${MDDS_VERSION}/mdds/global.hpp:devel/mdds \
                ${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS=    libboost_filesystem.so:devel/boost-libs \
                librevenge-0.0.so:textproc/librevenge \
                liblangtag.so:devel/liblangtag \
                libxml2.so:textproc/libxml2

USES=           compiler:c++11-lib gmake libtool pathfix \
                pkgconfig tar:xz

MDDS_VERSION=   1.7

CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs --with-mdds=${MDDS_VERSION}
CPPFLAGS+=      -I${LOCALBASE}/include
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-17 05:08:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5869f8edc0336833bd5a6215fedca900d0ca5b44

commit 5869f8edc0336833bd5a6215fedca900d0ca5b44
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-02-17 05:04:59 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-17 05:04:59 +0000

    graphics/libetonyek01: Update MDDS_VERSION to 2.0

    Fix build.

    PR:             262002
    Reported by:    alt2600@icloud.com

 graphics/libetonyek01/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)