Re: update devel/scons to 4.5.2

2023-04-07 Thread Thomas Frohwein
On Fri, Apr 07, 2023 at 05:57:34PM +0200, Omar Polo wrote: > On 2023/04/01 09:05:40 +0200, Omar Polo wrote: > > 4.5.0 and 4.5.1 had a regression that took out almost all ports using > > scons in the tree, but it was fixed for 4.5.2. > > > > I've built a few consumers without regressions. It

Re: update devel/scons to 4.5.2

2023-04-07 Thread Omar Polo
On 2023/04/01 09:05:40 +0200, Omar Polo wrote: > 4.5.0 and 4.5.1 had a regression that took out almost all ports using > scons in the tree, but it was fixed for 4.5.2. > > I've built a few consumers without regressions. It could still use a > trip to a bulk just in case. > > ok? phessler@

update devel/scons to 4.5.2

2023-04-01 Thread Omar Polo
4.5.0 and 4.5.1 had a regression that took out almost all ports using scons in the tree, but it was fixed for 4.5.2. I've built a few consumers without regressions. It could still use a trip to a bulk just in case. ok? Index: Makefile

Re: update devel/scons to 4.4.0

2022-08-21 Thread Omar Polo
On 2022/08/06 10:03:02 +0200, Omar Polo wrote: > here's a diff to update scons to the latest release. I've tested with > godot 3.4.5 (committed yesterday) and godot 3.5 (released today). > I've also build-tested net/serf, games/pingus (that has a very, very > old SConstruct file) and gpsd:

update devel/scons to 4.4.0

2022-08-06 Thread Omar Polo
here's a diff to update scons to the latest release. I've tested with godot 3.4.5 (committed yesterday) and godot 3.5 (released today). I've also build-tested net/serf, games/pingus (that has a very, very old SConstruct file) and gpsd: everything seems to work fine. The changelog mentions mostly

update devel/scons 4.2.0 -> 4.3.0

2022-03-01 Thread Omar Polo
Hello ports, Please find attached a patch to update scons to the latest release, the changelog is available at: https://github.com/SCons/scons/releases/tag/4.3.0 I had to change the master sites to pypi because the tarball for 4.3.0 is not available on sourceforge and the

Re: update devel/scons -- second try

2021-10-28 Thread Omar Polo
Omar Polo writes: > Hello ports@, > > motivated by the fact that godot 4.0 will require scons 3+, I tried to > update devel/scons to a newer release. The update involves a switch > from python 2 to 3 and some failure in ports. > > The patch below address only sco

Re: update devel/scons -- second try

2021-10-28 Thread Omar Polo
Stuart Henderson writes: > On 2021/10/28 12:00, Omar Polo wrote: >> >> Thomas Frohwein writes: >> >> > I discussed with Omar off-list that it may be worth tackling this in >> > chunks. He suggested starting with games/boswars and games/pingus that >> > compile with current scons. >> > >> > On

Re: update devel/scons -- second try

2021-10-28 Thread Kirill Bychkov
On Thu, October 28, 2021 05:39, Thomas Frohwein wrote: > I discussed with Omar off-list that it may be worth tackling this in > chunks. He suggested starting with games/boswars and games/pingus that > compile with current scons. > > On Tue, Oct 26, 2021 at 05:51:45PM +0200, Omar Polo wrote: >

Re: update devel/scons -- second try

2021-10-28 Thread Stuart Henderson
On 2021/10/28 12:00, Omar Polo wrote: > > Thomas Frohwein writes: > > > I discussed with Omar off-list that it may be worth tackling this in > > chunks. He suggested starting with games/boswars and games/pingus that > > compile with current scons. > > > > On Tue, Oct 26, 2021 at 05:51:45PM

Re: update devel/scons -- second try

2021-10-28 Thread Omar Polo
Thomas Frohwein writes: > I discussed with Omar off-list that it may be worth tackling this in > chunks. He suggested starting with games/boswars and games/pingus that > compile with current scons. > > On Tue, Oct 26, 2021 at 05:51:45PM +0200, Omar Polo wrote: > [...] >> games/boswars >> >>

Re: update devel/scons -- second try

2021-10-27 Thread Thomas Frohwein
I discussed with Omar off-list that it may be worth tackling this in chunks. He suggested starting with games/boswars and games/pingus that compile with current scons. On Tue, Oct 26, 2021 at 05:51:45PM +0200, Omar Polo wrote: [...] > games/boswars > > 2to3 changes plus: > > - some

Re: update devel/scons -- second try

2021-10-26 Thread Omar Polo
and here's the fixes for the dependencies: > find /usr/ports/ -type f -name Makefile -exec grep devel/scons {} + databases/mongodb Current version doesn't build with python 3 but I'm gonna deal with this in a separate thread. emulators/fceux I've updated it to a newer

Re: Update devel/scons

2020-02-15 Thread Denis Fondras
On Thu, Feb 06, 2020 at 09:16:47PM +0100, Solène Rapenne wrote: > Le 2020-02-06 21:01, Denis Fondras a écrit : > > Update to 3.1.2. Will be useful to upgrade MongoDB. > > > -@comment $OpenBSD: PLIST,v 1.11 2017/06/28 16:26:55 bcallah Exp $ > > +@comment $OpenBSD: PLIST,v$ > > >

Re: Update devel/scons

2020-02-07 Thread Stuart Henderson
On 2020/02/06 15:53, Chris Cappuccio wrote: > Stuart Henderson [s...@spacehopper.org] wrote: > > > > Wouldn't they just do the same they've done with Java when their license > > changed (i.e. make people install it themselves)? Or keep on providing the > > old binaries themselves but not force

Re: Update devel/scons

2020-02-06 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > Wouldn't they just do the same they've done with Java when their license > changed (i.e. make people install it themselves)? Or keep on providing the > old binaries themselves but not force the no-longer-supported command line > flags so it works

Re: Update devel/scons

2020-02-06 Thread Stuart Henderson
On 2020/02/06 14:05, Chris Cappuccio wrote: > Stuart Henderson [s...@spacehopper.org] wrote: > > On 2020/02/06 21:01, Denis Fondras wrote: > > > Update to 3.1.2. Will be useful to upgrade MongoDB. > > > > btw, replacing mongodb with a newer version is blocked until ubiquiti > > get round to

Re: Update devel/scons

2020-02-06 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > On 2020/02/06 21:01, Denis Fondras wrote: > > Update to 3.1.2. Will be useful to upgrade MongoDB. > > btw, replacing mongodb with a newer version is blocked until ubiquiti > get round to fixing unifi, though a newer version could be added

Re: Update devel/scons

2020-02-06 Thread Brian Callahan
On 2020-02-06 3:29 PM, Stuart Henderson wrote: On 2020/02/06 21:01, Denis Fondras wrote: Update to 3.1.2. Will be useful to upgrade MongoDB. btw, replacing mongodb with a newer version is blocked until ubiquiti get round to fixing unifi, though a newer version could be added separately..

Re: Update devel/scons

2020-02-06 Thread Stuart Henderson
On 2020/02/06 21:01, Denis Fondras wrote: > Update to 3.1.2. Will be useful to upgrade MongoDB. btw, replacing mongodb with a newer version is blocked until ubiquiti get round to fixing unifi, though a newer version could be added separately..

Re: Update devel/scons

2020-02-06 Thread Solène Rapenne
Le 2020-02-06 21:01, Denis Fondras a écrit : Update to 3.1.2. Will be useful to upgrade MongoDB. -@comment $OpenBSD: PLIST,v 1.11 2017/06/28 16:26:55 bcallah Exp $ +@comment $OpenBSD: PLIST,v$ +bin/scons-${VERSION}.bat +bin/scons.bat I'm not sure we need those bat files

Update devel/scons

2020-02-06 Thread Denis Fondras
Update to 3.1.2. Will be useful to upgrade MongoDB. Index: Makefile === RCS file: /cvs/ports/devel/scons/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile12 Jul 2019 20:46:00 - 1.28 +++

Re: UPDATE: devel/scons 2.4.1 => 2.5.1

2017-06-15 Thread Brian Callahan
On 06/09/17 09:29, Brian Callahan wrote: Hi ports -- Attached is a diff for devel/scons, bringing it to its latest version. Changelog is here: https://bitbucket.org/scons/scons/src/rel_2.5.1/src/CHANGES.txt?at=2.5.1=file-view-default All its consumers appear happy. I am still waiting for

Re: UPDATE: devel/scons 2.5.1

2017-06-12 Thread David CARLIER
I miss yours, sorry then ! On 12 June 2017 at 21:47, Brian Callahan wrote: > > > On 6/12/2017 4:42 PM, David CARLIER wrote: > > Hi, > > > > Here a little update for scons, would be needed for a couple of app in > the > > near future. > > > > Hope it s useful. > > > > Regards.

Re: UPDATE: devel/scons 2.5.1

2017-06-12 Thread Brian Callahan
On 6/12/2017 4:42 PM, David CARLIER wrote: > Hi, > > Here a little update for scons, would be needed for a couple of app in the > near future. > > Hope it s useful. > > Regards. I submitted an update 3 days ago: http://marc.info/?l=openbsd-ports=149701530208032=2 Your diff has a lot of PLIST

UPDATE: devel/scons 2.5.1

2017-06-12 Thread David CARLIER
Hi, Here a little update for scons, would be needed for a couple of app in the near future. Hope it s useful. Regards. Index: Makefile === RCS file: /cvs/ports/devel/scons/Makefile,v retrieving revision 1.25 diff -u -p -r1.25

UPDATE: devel/scons 2.4.1 => 2.5.1

2017-06-09 Thread Brian Callahan
Hi ports -- Attached is a diff for devel/scons, bringing it to its latest version. Changelog is here: https://bitbucket.org/scons/scons/src/rel_2.5.1/src/CHANGES.txt?at=2.5.1=file-view-default All its consumers appear happy. I am still waiting for some of the larger programs to finish building

UPDATE: devel/scons

2015-01-13 Thread Anthony J. Bentley
Hi, Here is a minor update to scons-2.3.4. All ports using the scons MODULE still package. The post-install target to install manuals is no longer necessary. ok? Index: Makefile === RCS file: /cvs/ports/devel/scons/Makefile,v

Re: UPDATE: devel/scons

2014-07-09 Thread Anthony J. Bentley
On Tue, Jul 1, 2014 at 9:58 PM, Ingo Schwarze schwa...@usta.de wrote: Hi Anthony, Anthony J. Bentley wrote on Tue, Jul 01, 2014 at 09:42:57PM -0600: Here is an update to scons-2.3.1. Manpages removed because upstream forgot to generate them properly this release so they are all blank,

UPDATE: devel/scons

2014-07-01 Thread Anthony J. Bentley
Hi, Here is an update to scons-2.3.1. Manpages removed because upstream forgot to generate them properly this release so they are all blank, causing packaging to break. On i386/amd64, all ports using scons still build. ok? Index: Makefile

Re: UPDATE: devel/scons

2014-07-01 Thread Ingo Schwarze
Hi Anthony, Anthony J. Bentley wrote on Tue, Jul 01, 2014 at 09:42:57PM -0600: Here is an update to scons-2.3.1. Manpages removed because upstream forgot to generate them properly this release so they are all blank, causing packaging to break. When there is such a major regression in a

Re: update: devel/scons 1.2.0 - 2.0.1

2011-05-31 Thread Landry Breuil
On Mon, May 30, 2011 at 02:05:14PM -0700, Chris Kuethe wrote: On Mon, May 30, 2011 at 12:35, Landry Breuil lan...@rhaalovely.net wrote: On Mon, May 30, 2011 at 12:27:10PM -0700, Chris Kuethe wrote: This updates scons to 2.0.1. Some projects (ie. gpsd) are starting to require newer versions

update: devel/scons 1.2.0 - 2.0.1

2011-05-30 Thread Chris Kuethe
This updates scons to 2.0.1. Some projects (ie. gpsd) are starting to require newer versions of scons to build. Current maintainer doesn't use this for much any more. Tested on amd64 with gpsd-current, x11/gaia and games/pingus. -- GDB has a 'break' feature; why doesn't it have 'fix' too?

Re: update: devel/scons 1.2.0 - 2.0.1

2011-05-30 Thread Landry Breuil
On Mon, May 30, 2011 at 12:27:10PM -0700, Chris Kuethe wrote: This updates scons to 2.0.1. Some projects (ie. gpsd) are starting to require newer versions of scons to build. Current maintainer doesn't use this for much any more. Tested on amd64 with gpsd-current, x11/gaia and games/pingus.

Re: update: devel/scons 1.2.0 - 2.0.1

2011-05-30 Thread Brad
On 30/05/11 3:27 PM, Chris Kuethe wrote: This updates scons to 2.0.1. Some projects (ie. gpsd) are starting to require newer versions of scons to build. Current maintainer doesn't use this for much any more. Tested on amd64 with gpsd-current, x11/gaia and games/pingus. What's with gzip'ing

Re: update: devel/scons 1.2.0 - 2.0.1

2011-05-30 Thread Chris Kuethe
On Mon, May 30, 2011 at 12:35, Landry Breuil lan...@rhaalovely.net wrote: On Mon, May 30, 2011 at 12:27:10PM -0700, Chris Kuethe wrote: This updates scons to 2.0.1. Some projects (ie. gpsd) are starting to require newer versions of scons to build. Current maintainer doesn't use this for much

UPDATE: devel/scons 0.96.92

2006-04-14 Thread Andrew Dalgleish
PORT: devel/scons LOCATION: attached DESCRIPTION: Python-based build system COMMENT: Update to 0.96.92 Tested on i386 -current Index: Makefile === RCS file: /cvs/OpenBSD/ports/devel/scons/Makefile,v retrieving revision 1.1.1.1