Bug 262002 - graphics/libetonyek01 broken for MDS 2.0, MDDS_VERSION=1.7
Summary: graphics/libetonyek01 broken for MDS 2.0, MDDS_VERSION=1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-17 01:06 UTC by alt2600
Modified: 2022-02-17 05:11 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)