ajacoutot
|
6d3a71826b
|
Update to meson-0.44.1.
|
2018-02-22 13:57:47 +00:00 |
|
ajacoutot
|
d7d0cb95d4
|
Set AR="ar" in the environment to prevent picking up llvm-ar(1) from
devel/llvm.
breakage reported by naddy@
|
2018-01-28 08:59:47 +00:00 |
|
ajacoutot
|
9691e0ab4a
|
Update to meson-0.44.0.
Tested in a bulk.
|
2017-12-11 19:50:42 +00:00 |
|
ajacoutot
|
357f6d2406
|
Write an shared_libs.log file like libtool(1) does.
|
2017-11-11 21:07:06 +00:00 |
|
ajacoutot
|
29177780c7
|
Do not create aliases (i.e. so -> so.X -> so.X.Y links) only if we provide
SHARED_LIBS. That will allow us to use our meson(1) package outside of the
ports tree.
|
2017-11-05 11:02:43 +00:00 |
|
ajacoutot
|
642143c6b5
|
Turns out we *do* need -Wl,-soname...
Unbreak runtime in a few GNOME programs.
|
2017-11-04 16:40:21 +00:00 |
|
ajacoutot
|
4c24d898ce
|
Rework SHARED_LIBS handling.
Drop some now useless substs.
|
2017-11-04 14:27:40 +00:00 |
|
ajacoutot
|
624b749bfd
|
Remove ugly hack now that we have proper python major version links.
|
2017-11-03 13:15:58 +00:00 |
|
ajacoutot
|
3cca70593b
|
Add --sharedstatedir="/var/db".
|
2017-11-02 15:48:44 +00:00 |
|
ajacoutot
|
10e6b51bdc
|
Add support for ${LOCALSTATEDIR}.
|
2017-11-02 15:46:39 +00:00 |
|
ajacoutot
|
6a2a2979d4
|
Update comment.
|
2017-11-02 15:13:37 +00:00 |
|
ajacoutot
|
960aa06910
|
Hardcode python version for now to ease port work. To be revisited in the
next days.
discussed with jasper@
|
2017-11-01 19:08:00 +00:00 |
|
ajacoutot
|
9389da24e2
|
Add support for SHARED_LIBS: default to 0.0 to make it more convenient for
new ports.
Don't link with -Wl,soname
Do no create libraries "aliases" (i.e. dot.so symlinks to dot.so.X.Y).
|
2017-10-28 13:27:05 +00:00 |
|
ajacoutot
|
b687066a8f
|
Update to meson-0.43.0.
- tested with all consumers
|
2017-10-09 07:40:25 +00:00 |
|
dcoppa
|
dbb7c03831
|
Do not install compressed manpages
OK ajacoutot@
|
2017-09-26 09:07:14 +00:00 |
|
ajacoutot
|
56af711ae8
|
Update to meson-0.42.1.
|
2017-09-14 13:49:57 +00:00 |
|
ajacoutot
|
0a541437a0
|
Update to meson-0.42.0.
|
2017-08-17 10:08:55 +00:00 |
|
ajacoutot
|
a6fc90e7c7
|
Update to meson-0.41.2.
|
2017-07-20 09:25:43 +00:00 |
|
ajacoutot
|
272aecbb8c
|
meson(1) needs UTF-8 encoding.
|
2017-06-25 11:24:29 +00:00 |
|
ajacoutot
|
295e091bc2
|
By default, don't use "-Wl,--no-undefined when linking", it's fine to have
undefined references to libc functions.
CONFIGURE_ARGS += -Db_lundef=false
|
2017-06-25 11:16:38 +00:00 |
|
ajacoutot
|
b8b76b594e
|
Pass MAKE_ENV, FAKE_SETUP and ALL_TEST_ENV so that we can benefit from the magic
of bsd.port.mk. Fixes $CC path detection.
|
2017-06-25 11:07:19 +00:00 |
|
ajacoutot
|
9572bdce27
|
Update to meson-0.41.1.
|
2017-06-20 07:27:03 +00:00 |
|
ajacoutot
|
3deebc3d07
|
Update to meson-0.41.0.
|
2017-06-13 07:05:21 +00:00 |
|
ajacoutot
|
5b825c7697
|
Update to meson-0.40.1.
|
2017-04-29 07:44:08 +00:00 |
|
ajacoutot
|
4ac87a0577
|
... and --mandir.
|
2017-04-27 09:02:32 +00:00 |
|
ajacoutot
|
961d552b1f
|
Pass --sysconfdir.
|
2017-04-27 09:00:01 +00:00 |
|
ajacoutot
|
0c3fbbc57a
|
Update to meson-0.40.0.
|
2017-04-23 10:49:07 +00:00 |
|
ajacoutot
|
a3fa2ff47c
|
Add the meson MODULE.
It's still a bit rough around the edges but allows me to build the upcoming
libhttpseverywhere port.
|
2017-04-08 13:29:22 +00:00 |
|
ajacoutot
|
d17258b619
|
Update to meson-0.39.1.
|
2017-04-08 11:07:42 +00:00 |
|
ajacoutot
|
8b33adf2a0
|
Update to meson-0.39.0.
|
2017-03-13 13:26:52 +00:00 |
|
ajacoutot
|
3d81a82382
|
Update to meson-0.38.1.
|
2017-02-16 09:35:33 +00:00 |
|
ajacoutot
|
75beb5570f
|
Update to meson-0.37.1.
|
2017-01-06 15:42:14 +00:00 |
|
landry
|
c7f996f899
|
bump ports depending on python3 in devel
|
2017-01-03 19:19:48 +00:00 |
|
ajacoutot
|
3feeb5b712
|
Import meson-0.36.0.
Meson is an open source build system meant to be both extremely fast, and, even
more importantly, as user friendly as possible.
<...>
ok jasper@
|
2016-11-27 08:43:11 +00:00 |
|