Commit Graph

12 Commits

Author SHA1 Message Date
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
sthen
3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
rsadowski
00aa4dd8ab Unbreak sparc64 (gcc-ports) build
Add "-lc -lpthread" by CMAKE_*_LINKER_FLAGS to unbreak the gcc build.

OK kmos (Thanks for testing in a sparc64 bulk build)
2021-02-21 04:03:50 +00:00
rsadowski
92882b7143 Fix wrong LIB_DEPENDS 2020-09-07 16:01:22 +00:00
rsadowski
14d2fc19f5 Update grantlee-qt5 to 5.2.0 2020-08-31 19:06:18 +00:00
rsadowski
08cb9b929a Fix build with upcoming Qt5 update 2020-02-25 18:07:16 +00:00
cwen
d01dcddbd4 grantlee-qt5: unbreak with ports-gcc
Remove '-ansi' from cxxflags as it implies c++98 with gcc,
and grantlee wants c++11.

OK rsadowski@
2019-09-22 09:10:55 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
rsadowski
6e59f0f916 Add missing lib depends qtscript, respect 'Ninja' as CMAKE_GENERATOR 2018-08-14 05:23:08 +00:00
rsadowski
a1a5225dfd Import grantlee-qt5-5.1.0
Grantlee is a set of Free Software libraries written using the Qt framework.

The goal of Grantlee Templates is to make it easier for application developers
to separate the structure of documents from the data they contain, opening the
door for theming and advanced generation of other text such as code.

ok landry@
2018-07-21 09:48:39 +00:00