notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/meson/Makefile
SVNWeb

Number of commits found: 70

Sun, 13 Aug 2023
[ 20:45 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f50e1f108083839636109ac1b16188761a432dd8  commit hash:f50e1f108083839636109ac1b16188761a432dd8  commit hash:f50e1f108083839636109ac1b16188761a432dd8  f50e1f1 
devel/meson: update to 1.2.1

Changes:	https://github.com/mesonbuild/meson/compare/1.2.0...1.2.1
PR:		273026
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sat, 29 Jul 2023
[ 00:35 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:19804e37169455dc0159609851453038476006db  commit hash:19804e37169455dc0159609851453038476006db  commit hash:19804e37169455dc0159609851453038476006db  19804e3 
devel/meson: update to 1.2.0

Changes:	https://mesonbuild.com/Release-notes-for-1-2-0.html
PR:		272276
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	?
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Fri, 26 May 2023
[ 19:53 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:80107b22ca7639f19cf2d3ea59a7e41018e0b4c8  commit hash:80107b22ca7639f19cf2d3ea59a7e41018e0b4c8  commit hash:80107b22ca7639f19cf2d3ea59a7e41018e0b4c8  80107b2 
devel/meson: update to 1.1.1

Changes:	https://github.com/mesonbuild/meson/compare/1.1.0...1.1.1
PR:		271642
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Mon, 10 Apr 2023
[ 16:39 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:763f20e13ce565b2c4b4342beda7d24448f62963  commit hash:763f20e13ce565b2c4b4342beda7d24448f62963  commit hash:763f20e13ce565b2c4b4342beda7d24448f62963  763f20e 
devel/meson: convert to USE_PYTHON=pep517

PR:		270499
Requested by:	vishwin
[ 16:39 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:7a44c8699befe56d3bf8f8d9985216bc0a5ec4f7  commit hash:7a44c8699befe56d3bf8f8d9985216bc0a5ec4f7  commit hash:7a44c8699befe56d3bf8f8d9985216bc0a5ec4f7  7a44c86 
devel/meson: update to 1.1.0

Changes:	https://mesonbuild.com/Release-notes-for-1-1-0.html
PR:		270499
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	vishwin
Sat, 11 Mar 2023
[ 16:35 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:b883eac8e32d2187ad18a7247699f77084cf0f06  commit hash:b883eac8e32d2187ad18a7247699f77084cf0f06  commit hash:b883eac8e32d2187ad18a7247699f77084cf0f06  b883eac 
devel/meson: enable FLAVORs

Needed for devel/meson-python to function on non-default Python
flavours/distributions, as meson is imported as a module. Existing
USES=meson consumers not affected.

Reported by: fluffy
Differential Revision: https://reviews.freebsd.org/D39004
Tue, 28 Feb 2023
[ 19:30 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c004b34c4b4e3164538f09d8cbee439d399ef2fc  commit hash:c004b34c4b4e3164538f09d8cbee439d399ef2fc  commit hash:c004b34c4b4e3164538f09d8cbee439d399ef2fc  c004b34 
devel/meson: update to 1.0.1

Changes:	https://github.com/mesonbuild/meson/compare/1.0.0...1.0.1
PR:		269790
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Tue, 27 Dec 2022
[ 08:30 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2071e1d5ce0a8b55977ffe93fb26f18eeec90062  commit hash:2071e1d5ce0a8b55977ffe93fb26f18eeec90062  commit hash:2071e1d5ce0a8b55977ffe93fb26f18eeec90062  2071e1d 
devel/meson: update to 1.0.0

Changes:	https://mesonbuild.com/Release-notes-for-1-0-0.html
PR:		268304
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Mon, 28 Nov 2022
[ 23:54 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:fcca1aaf728fdd47e9bb54b93760b434d0b9a1de  commit hash:fcca1aaf728fdd47e9bb54b93760b434d0b9a1de  commit hash:fcca1aaf728fdd47e9bb54b93760b434d0b9a1de  fcca1aa 
devel/meson: update to 0.64.1

Changes:	https://github.com/mesonbuild/meson/compare/0.64.0...0.64.1
PR:		267939
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sat, 12 Nov 2022
[ 20:26 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c4f8add41d7a4a962dbac166ece36ae0ab71c127  commit hash:c4f8add41d7a4a962dbac166ece36ae0ab71c127  commit hash:c4f8add41d7a4a962dbac166ece36ae0ab71c127  c4f8add 
devel/meson: update to 0.64.0

Changes:	https://mesonbuild.com/Release-notes-for-0-64-0.html
PR:		267355
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Thu, 15 Sep 2022
[ 16:11 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:e5a772f874d6fd57636b0a17ed538857081050f6  commit hash:e5a772f874d6fd57636b0a17ed538857081050f6  commit hash:e5a772f874d6fd57636b0a17ed538857081050f6  e5a772f 
devel/meson: update to 0.63.2

- Revert fc3fe5b9986b after
https://github.com/mesonbuild/meson/commit/fa994853564d

Changes:	https://github.com/mesonbuild/meson/compare/0.63.1...0.63.2
PR:		266254
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Aug 2022
[ 19:08 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:bb1493b0747cda236fd002900baae5764aa1527d  commit hash:bb1493b0747cda236fd002900baae5764aa1527d  commit hash:bb1493b0747cda236fd002900baae5764aa1527d  bb1493b 
devel/meson: update to 0.63.1

Changes:	https://mesonbuild.com/Release-notes-for-0-63-0.html
PR:		264776
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Jun 2022
[ 15:36 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c6d4e5bca603833f4aca31e8979610c4fe74e7cb  commit hash:c6d4e5bca603833f4aca31e8979610c4fe74e7cb  commit hash:c6d4e5bca603833f4aca31e8979610c4fe74e7cb  c6d4e5b 
devel/meson: update to 0.62.2

Changes:	https://github.com/mesonbuild/meson/compare/0.62.1...0.62.2
PR:		264424
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Tue, 26 Apr 2022
[ 06:59 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:982eadad804e0396580f0d6d258cef37c5b60916  commit hash:982eadad804e0396580f0d6d258cef37c5b60916  commit hash:982eadad804e0396580f0d6d258cef37c5b60916  982eada 
devel/meson: update to 0.62.1

Changes:	https://github.com/mesonbuild/meson/compare/0.62.0...0.62.1
PR:		263492
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
Mon, 28 Mar 2022
[ 15:32 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:26d8492508cc136395ce05e8cdebe5da6bc024b1  commit hash:26d8492508cc136395ce05e8cdebe5da6bc024b1  commit hash:26d8492508cc136395ce05e8cdebe5da6bc024b1  26d8492 
devel/meson: update to 0.62.0

Changes:	https://mesonbuild.com/Release-notes-for-0-62-0.html
PR:		262465
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sat, 19 Feb 2022
[ 09:45 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:a838bc346aa1beabc9f001ab1284e3114ff556fb  commit hash:a838bc346aa1beabc9f001ab1284e3114ff556fb  commit hash:a838bc346aa1beabc9f001ab1284e3114ff556fb  a838bc3 
devel/meson: update to 0.61.2

Changes:	https://github.com/mesonbuild/meson/compare/0.61.1...0.61.2
PR:		261955
Reported by:	GitHub (watch releases)
Approved by:	tcberner
Exp-run by:	antoine
Wed, 26 Jan 2022
[ 19:58 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  commit hash:2061fd18688e1257b25822b4cf61c3c6baf03a22  2061fd1 
devel/meson: update to 0.61.1

- Revert some 0.60.2 fixes incompatible with 0.61.0
- Drop rpath workaround for JHBuild as it's non-trivial to rebase

Changes:	https://mesonbuild.com/Release-notes-for-0-61-0.html
PR:		260943
Reported by:	GitHub (watch releases)
Approved by:	tcberner
Exp-run by:	antoine
Sun, 26 Dec 2021
[ 22:05 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b00bcc65080410ec915f80c641e00a998ac653c7  commit hash:b00bcc65080410ec915f80c641e00a998ac653c7  commit hash:b00bcc65080410ec915f80c641e00a998ac653c7  b00bcc6 
devel/meson: update to 0.60.3

Changes:	https://github.com/mesonbuild/meson/compare/0.60.2...0.60.3
PR:		260619
Approved by:	tcberner
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Mon, 29 Nov 2021
[ 12:08 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:41e016f4ffa5c8a4cea36d6e0af732899aa85117  commit hash:41e016f4ffa5c8a4cea36d6e0af732899aa85117  commit hash:41e016f4ffa5c8a4cea36d6e0af732899aa85117  41e016f 
devel/meson: update to 0.60.2

Changes:	https://github.com/mesonbuild/meson/compare/0.60.1...0.60.2
PR:		260056
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sun, 21 Nov 2021
[ 11:06 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:51c83df293e0770cfb9778b53d55149fa3d27b3f  commit hash:51c83df293e0770cfb9778b53d55149fa3d27b3f  commit hash:51c83df293e0770cfb9778b53d55149fa3d27b3f  51c83df 
devel/meson: temporarily disable ldconfig after 665e4e5edb6d

$ su root -c 'meson install -C foo_build'
$ meson
ld-elf.so.1: Shared object "libpython3.8.so.1.0" not found, required by
"python3.8"

PR:		259080
Sun, 14 Nov 2021
[ 20:12 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:665e4e5edb6d6b60b6ae2e7ddf83064111b25e48  commit hash:665e4e5edb6d6b60b6ae2e7ddf83064111b25e48  commit hash:665e4e5edb6d6b60b6ae2e7ddf83064111b25e48  665e4e5 
devel/meson: update to 0.60.1

Changes:	https://mesonbuild.com/Release-notes-for-0-60-0.html
PR:		259080
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sat, 9 Oct 2021
[ 13:42 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45f27f90332e35ecb6fb328c63ee28284fbd42b4  commit hash:45f27f90332e35ecb6fb328c63ee28284fbd42b4  commit hash:45f27f90332e35ecb6fb328c63ee28284fbd42b4  45f27f9 
devel/meson: update to 0.59.2

Exp-run by:	antoine
PR:		258937
Sun, 5 Sep 2021
[ 20:31 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2b36c4b4615929fffaf8269bd3d15e26af757225  commit hash:2b36c4b4615929fffaf8269bd3d15e26af757225  commit hash:2b36c4b4615929fffaf8269bd3d15e26af757225  2b36c4b 
devel/meson: update to 0.59.1

Changes:	https://mesonbuild.com/Release-notes-for-0-59-0.html
PR:		257251
Reported by:	GitHub (watch releases)
Submitted by:	tcberner, vishwin (based on)
Exp-run by:	antoine
Approved by:	tcberner
Wed, 9 Jun 2021
[ 21:29 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:afb3593eef00caa8b7501362910408e3ddc2ca71  commit hash:afb3593eef00caa8b7501362910408e3ddc2ca71  commit hash:afb3593eef00caa8b7501362910408e3ddc2ca71  afb3593 
devel/meson: update to 0.58.1

Changes:	https://mesonbuild.com/Release-notes-for-0-58-0.html
Reported by:	GitHub (watch releases)
PR:		255550
Exp-run by:	antoine
Approved by:	tcberner
Tue, 20 Apr 2021
[ 06:57 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ff2796d5bc837b0c6cb26791439c64f96fe1c090  commit hash:ff2796d5bc837b0c6cb26791439c64f96fe1c090  commit hash:ff2796d5bc837b0c6cb26791439c64f96fe1c090  ff2796d 
Mk/Uses/meson.mk: Do not force color output (D29353)

By default Meson forces color output.  Ninja strips the escape
sequences before they go into the log.  Samurai does not do that,
so we end up with some garbage in the logs.  Pass -Db_colorout=never
to Meson to disable colors in general.  Also see
https://mesonbuild.com/Builtin-options.html

This requires a small backport in devel/meson since the b_colorout
option is broken with Clang at the moment.

PR:		254678
Exp-run by:	antoine
[ 06:57 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  a91d653  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)

Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja.  Hook it to the framework via a new NINJA_DEFAULT.

This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.

PR:		254678
Exp-run	by:	antoine
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 21 Feb 2021
[ 07:26 jbeich search for other commits by this committer ] Original commit   Revision:566208
devel/meson: update to 0.57.1

- Backport fix for x11-wm/i3 [1]

Changes:	https://mesonbuild.com/Release-notes-for-0-57-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.56.2...0.57.1
Reported by:	GitHub (watch releases)
PR:		253525
Submitted by:	dmgk [1]
Exp-run by:	antoine
Approved by:	tcberner
Tue, 12 Jan 2021
[ 12:58 jbeich search for other commits by this committer ] Original commit   Revision:561329
devel/meson: update to 0.56.2

Changes:	https://github.com/mesonbuild/meson/compare/0.56.0...0.56.2
Reported by:	GitHub (watch releases)
PR:		252559
Exp-run by:	antoine
Approved by:	tcberner
Wed, 4 Nov 2020
[ 01:05 jbeich search for other commits by this committer ] Original commit   Revision:554045
devel/meson: update to 0.56.0

Changes:	https://mesonbuild.com/Release-notes-for-0-56-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.55.3...0.56.0
Reported by:	GitHub (watch releases)
PR:		250736
Exp-run by:	antoine
Approved by:	tcberner
Mon, 14 Sep 2020
[ 18:35 jbeich search for other commits by this committer ] Original commit   Revision:548668
devel/meson: update to 0.55.3

- Fix "/usr/bin/env python3" in one more file [1]

Changes:	https://mesonbuild.com/Release-notes-for-0-55-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.54.3...0.55.3
Reported by:	GitHub (watch releases)
PR:		247935
With help of:	yuri
Exp-run by:	antoine
Submitted by:	tcberner [1]
Approved by:	tcberner
Thu, 10 Sep 2020
[ 18:55 tcberner search for other commits by this committer ] Original commit   Revision:548219 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Move some gnome@ ports to desktop@

As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
Thu, 18 Jun 2020
[ 00:56 jbeich search for other commits by this committer ] Original commit   Revision:539509
devel/meson: update to 0.54.3

Changes:	https://github.com/mesonbuild/meson/compare/0.54.2...0.54.3
Reported by:	GitHub (watch releases)
Tue, 19 May 2020
[ 09:09 jbeich search for other commits by this committer ] Original commit   Revision:535846
devel/meson: update to 0.54.2

Changes:	https://github.com/mesonbuild/meson/compare/0.54.0...0.54.2
PR:		246485
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Fri, 10 Apr 2020
[ 21:28 jbeich search for other commits by this committer ] Original commit   Revision:531340
devel/meson: update to 0.54.0

Changes:	https://mesonbuild.com/Release-notes-for-0-54-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.53.2...0.54.0
PR:		245420
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sat, 29 Feb 2020
[ 23:05 jbeich search for other commits by this committer ] Original commit   Revision:527482
devel/meson: update to 0.53.2

Changes:	https://github.com/mesonbuild/meson/compare/0.53.0...0.53.2
PR:		244406
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Sun, 12 Jan 2020
[ 16:00 jbeich search for other commits by this committer ] Original commit   Revision:522793
devel/meson: update to 0.53.0

Changes:	https://mesonbuild.com/Release-notes-for-0-53-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.52.1...0.53.0
PR:		243202
Exp-run by:	antoine
Sat, 7 Dec 2019
[ 18:20 jbeich search for other commits by this committer ] Original commit   Revision:519227
devel/meson: update to 0.52.1

Changes:	https://github.com/mesonbuild/meson/compare/0.52.0...0.52.1
PR:		242297
Exp-run by:	antoine
Wed, 9 Oct 2019
[ 19:17 jbeich search for other commits by this committer ] Original commit   Revision:514187
devel/meson: update to 0.52.0

- Update patches [1]
- Connect tests to the framework

Changes:	https://mesonbuild.com/Release-notes-for-0-52-0.html
Changes:	https://github.com/mesonbuild/meson/compare/0.51.2...0.52.0
PR:		241105
Submitted by:	Ting-Wei Lan [1]
Exp-run by:	antoine
Mon, 2 Sep 2019
[ 19:55 jbeich search for other commits by this committer ] Original commit   Revision:510839
devel/meson: Update to 0.51.2

- Apply upstream fix to build D applications e.g., x11/tilix

Changes:	https://github.com/mesonbuild/meson/compare/0.51.0...0.51.2
PR:		240182
Exp-run by:	antoine
Mon, 24 Jun 2019
[ 05:59 tobik search for other commits by this committer ] Original commit   Revision:505003
devel/meson: Update to 0.51.0

Changes:	https://mesonbuild.com/Release-notes-for-0-51-0.html
PR:		238726
Submitted by:	greg@unrelenting.technology (update to 0.50.1)
Exp-run by:	antoine
Sun, 14 Apr 2019
[ 18:34 tobik search for other commits by this committer ] Original commit   Revision:498947
devel/meson: Update to 0.50.0

- Add build fixes for at-spi2-core and totem

Changes:	https://mesonbuild.com/Release-notes-for-0-50-0.html
PR:		237138
Submitted by:	tobik
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Sun, 10 Feb 2019
[ 20:44 kwm search for other commits by this committer ] Original commit   Revision:492640
Update meson to 0.49.2.
Sat, 22 Dec 2018
[ 09:09 kwm search for other commits by this committer ] Original commit   Revision:488081
Update meson to 0.49.0.

Exp-run by antoine@

PR:		234075
Sat, 10 Nov 2018
[ 19:19 kwm search for other commits by this committer ] Original commit   Revision:484633
Update meson to 0.48.2.
Thu, 8 Nov 2018
[ 21:09 kwm search for other commits by this committer ] Original commit   Revision:484479
Update meson to 0.48.1.
Sat, 13 Oct 2018
[ 20:33 kwm search for other commits by this committer ] Original commit   Revision:482011
Update meson to 0.48.0.

This version brings python 3.7 support. For detailed changelog see:
http://mesonbuild.com/Release-notes-for-0-47-0.html
http://mesonbuild.com/Release-notes-for-0-48-0.html

Exp-run by:	antoine@

PR:		231219
Submitted by:	Tamas Szakaly <sghctoma@gmail.com> (update to 0.47.2),
		Ting-Wei Lan <lantw44@gmail.com> (update to 0.48.0)
Thu, 21 Jun 2018
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:472993
Update meson to 0.46.1.

Remove patches that are included in this release.

PR:		229086
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Tue, 22 May 2018
[ 14:30 kwm search for other commits by this committer ] Original commit   Revision:470618
Update meson to 0.46.0.

* add upstream patches and a pull request to fix some bugs in this release.

Exp-run by:	antoine@
PR:		228297
Obtained from:	meson github
Wed, 25 Apr 2018
[ 20:17 bdrewery search for other commits by this committer ] Original commit   Revision:468295
The newer meson requires 3.5 (setup.py)
Sat, 24 Mar 2018
[ 06:39 truckman search for other commits by this committer ] Original commit   Revision:465428
Switch devel/meson back to fetching upstream release tarball instead of
fetching from a GitHub branch tag and upgrade to version 0.45.1.

Reported by:	tobik
Fri, 23 Mar 2018
[ 23:34 truckman search for other commits by this committer ] Original commit   Revision:465415
Update devel/meson to version 0.45.

Switch to USE_GITHUB.

PR:		226879
Submitted by:	cy
Wed, 28 Feb 2018
[ 04:28 truckman search for other commits by this committer ] Original commit   Revision:463176
Upgrade devel/meson from 0.44.0 to 0.44.1. This is a bugfix-only
release with no new features.  This release has 75 commits and fixes
roughly 40 regressions, issues, and minor improvements that were
reported in 0.44.0. For a complete list, visit:
  https://github.com/mesonbuild/meson/milestone/24?closed=1

PR:		225937
Submitted by:	cpm
Fri, 26 Jan 2018
[ 21:04 kwm search for other commits by this committer ] Original commit   Revision:460051
Update meson to 0.44.0.

Changelog: http://mesonbuild.com/Release-notes-for-0-44-0.html
Mon, 11 Dec 2017
[ 10:45 sunpoet search for other commits by this committer ] Original commit   Revision:456020
Add NO_ARCH

Approved by:	portmgr (blanket)
Wed, 6 Dec 2017
[ 16:41 swills search for other commits by this committer ] Original commit   Revision:455659
devel/meson: Update to 0.43.0

PR:		223736
Submitted by:	Dhananjay Balan <mail@dbalan.in>
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 19 Sep 2017
[ 13:52 kwm search for other commits by this committer ] Original commit   Revision:450125
Update meson to 0.42.1.
Wed, 21 Jun 2017
[ 10:48 kwm search for other commits by this committer ] Original commit   Revision:444025
Update meson to 0.41.1.
Sat, 17 Jun 2017
[ 15:03 kwm search for other commits by this committer ] Original commit   Revision:443779
Meson need python3.4 or higher, due to the use of pathlib.

Reported by:	Christian Jachmann <Jachmann@unitix.org>
Tue, 13 Jun 2017
[ 21:17 kwm search for other commits by this committer ] Original commit   Revision:443541
Update meson to 0.41.0.
Sat, 13 May 2017
[ 13:51 kwm search for other commits by this committer ] Original commit   Revision:440842
Update meson to 0.40.1.
Sat, 15 Apr 2017
[ 17:46 kwm search for other commits by this committer ] Original commit   Revision:438593
Update Meson to 0.39.1.
Wed, 8 Mar 2017
[ 17:03 kwm search for other commits by this committer ] Original commit   Revision:435721
Update meson to 0.39.0.
Tue, 14 Feb 2017
[ 14:06 kwm search for other commits by this committer ] Original commit   Revision:434084
Update meson to 0.38.1.
Tue, 15 Nov 2016
[ 06:51 kwm search for other commits by this committer ] Original commit   Revision:426146
Update meson to 0.36.0.
Sun, 13 Nov 2016
[ 13:06 kwm search for other commits by this committer ] Original commit   Revision:426047 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add meson.

Meson is a cross-platform build system designed to be both as fast and as
user friendly as possible. It supports many languages and compilers, including
GCC, Clang and Visual Studio. Its build definitions are written in a simple
non-turing complete DSL. The main design point of Meson is that every moment
a developer spends writing or debugging build definitions is a second wasted.
So is every second spent waiting for the build system to actually start
compiling code.

Submitted by:	Ting-Wei Lan

Number of commits found: 70