Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 13:58:51 +0300
From:      Max Brazhnikov <makc@freebsd.org>
To:        Michael Reifenberger <mr@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 10b44269556c - main - cad/openscad-devel: Update and unbreak
Message-ID:  <CAJie3yrviBa467VDjCKVhtEgd7wyZnjqFDgGBtofH8koMWvG%2Bg@mail.gmail.com>
In-Reply-To: <202209051021.285ALUU7062702@gitrepo.freebsd.org>
References:  <202209051021.285ALUU7062702@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Michael,

>  USES=          bison cmake compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \
> -               gl gnome pkgconfig qt:5 shared-mime-info xorg
> +               gl gnome pkgconfig qmake qt:5 shared-mime-info xorg

cmake and qmake can't be used simultaneously in USES. OpenScad needs
only cmake here.

>  USE_GITHUB=    yes
>  USE_GL=                gl glu glew
>  USE_GNOME=     cairo glib20 libxml2
> -USE_QT=                buildtools_build core concurrent_build dbus gui multimedia widgets
> +USE_QT=                buildtools buildtools_build core concurrent_build dbus gui multimedia svg widgets

"USE_QT=buildtools_build" was already here, the missing bit is USE_QT=
qmake_build.


> +do-install:
> +       ${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX}

I believe this addition will not be needed once qmake is removed from USES.

Cheers,
Max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJie3yrviBa467VDjCKVhtEgd7wyZnjqFDgGBtofH8koMWvG%2Bg>