Re: qgis build on aarch64

2022-06-17 Thread Rafael Sadowski
On Fri Jun 17, 2022 at 10:06:01AM +0200, Theo Buehler wrote: > The patch below is a hack that makes qgis build on aarch64. It's > not the correct fix. > > What happens is that the destructor of the QWaitCondition class is > called more than once. IMHO The issue is the pyt

qgis build on aarch64

2022-06-17 Thread Theo Buehler
The patch below is a hack that makes qgis build on aarch64. It's not the correct fix. What happens is that the destructor of the QWaitCondition class is called more than once. The second time it is called from Python's atexit handler crashes due to a use-after-free in pthread_co

Re: geo/qgis: Don't pick up ccache

2020-01-28 Thread Landry Breuil
On Tue, Jan 28, 2020 at 09:49:26AM +, Stuart Henderson wrote: > On 2020/01/28 08:51, Landry Breuil wrote: > > On Mon, Jan 27, 2020 at 09:33:58AM +0100, Landry Breuil wrote: > > > On Sun, Jan 26, 2020 at 09:42:38PM -0500, Brian Callahan wrote: > > > > Hi ports -- &

Re: geo/qgis: Don't pick up ccache

2020-01-28 Thread Stuart Henderson
On 2020/01/28 08:51, Landry Breuil wrote: > On Mon, Jan 27, 2020 at 09:33:58AM +0100, Landry Breuil wrote: > > On Sun, Jan 26, 2020 at 09:42:38PM -0500, Brian Callahan wrote: > > > Hi ports -- > > > > > > qgis will pick up ccache if you have it installed, and

Re: geo/qgis: Don't pick up ccache

2020-01-27 Thread Landry Breuil
On Mon, Jan 27, 2020 at 09:33:58AM +0100, Landry Breuil wrote: > On Sun, Jan 26, 2020 at 09:42:38PM -0500, Brian Callahan wrote: > > Hi ports -- > > > > qgis will pick up ccache if you have it installed, and the build fails (at > > least, it does for me). > >

Re: geo/qgis: Don't pick up ccache

2020-01-27 Thread Landry Breuil
On Sun, Jan 26, 2020 at 09:42:38PM -0500, Brian Callahan wrote: > Hi ports -- > > qgis will pick up ccache if you have it installed, and the build fails (at > least, it does for me). > Patch to disable ccache attached. > > Found when doing build testing for an upcoming updat

geo/qgis: Don't pick up ccache

2020-01-26 Thread Brian Callahan
Hi ports -- qgis will pick up ccache if you have it installed, and the build fails (at least, it does for me). Patch to disable ccache attached. Found when doing build testing for an upcoming update of archivers/libzip. OK? ~Brian Index: Makefile

Re: [macppc] Mark geo/qgis broken

2020-01-08 Thread Landry Breuil
On Wed, Jan 08, 2020 at 08:29:33PM +0100, Solene Rapenne wrote: > Le Wed, 8 Jan 2020 18:33:34 +0100, > Charlene Wendling a écrit : > > > Hi, > > > > I'm proposing to mark geo/qgis BROKEN on powerpc. > > > > [...] > > > > - ^ ports-g

Re: [macppc] Mark geo/qgis broken

2020-01-08 Thread Solene Rapenne
Le Wed, 8 Jan 2020 18:33:34 +0100, Charlene Wendling a écrit : > Hi, > > I'm proposing to mark geo/qgis BROKEN on powerpc. > > [...] > > - ^ ports-gcc won't build it due to source size > - i hoped ports-clang could do something, but since ports-clang and

[macppc] Mark geo/qgis broken

2020-01-08 Thread Charlene Wendling
Hi, I'm proposing to mark geo/qgis BROKEN on powerpc. > http://build-failures.rhaalovely.net/powerpc/2019-12-08/geo/qgis.log - ^ ports-gcc won't build it due to source size - i hoped ports-clang could do something, but since ports-clang and libraries built with ports-gcc often

qgis: fix insanely slow clang builds

2019-07-12 Thread Stuart Henderson
=== RCS file: /cvs/ports/geo/qgis/Makefile,v retrieving revision 1.107 diff -u -p -r1.107 Makefile --- Makefile3 Jul 2019 09:45:05 - 1.107 +++ Makefile12 Jul 2019 14:23:00 - @@ -3,6 +3,7 @@ COMMENT = desktop

[wip] QGIS 3.0.0

2018-03-20 Thread Landry Breuil
orts side this switches from py2/qt4 to py3/qt5. The full user-level changelog is at http://changelog.qgis.org/en/qgis/version/3.0.0/ Diff is 300kb so not attaching it, grab it from http://rhaalovely.net/~landry/stuff/qgis-3.0.0.diff I'm planning to commit this soon after unlock. Landry

Re: [update] qgis 1.7.0

2011-06-30 Thread David Coppa
On Thu, Jun 30, 2011 at 11:31 AM, David Coppa wrote: > On Thu, Jun 30, 2011 at 11:29 AM, Landry Breuil wrote: >> On Thu, Jun 30, 2011 at 11:19:33AM +0200, David Coppa wrote: >>> Is lib-depends-check still happy? >> >> Yes, why wouldn't it ? :) I've kept the qt patches... > > Just to be sure. You

Re: [update] qgis 1.7.0

2011-06-30 Thread David Coppa
On Thu, Jun 30, 2011 at 11:29 AM, Landry Breuil wrote: > On Thu, Jun 30, 2011 at 11:19:33AM +0200, David Coppa wrote: >> Is lib-depends-check still happy? > > Yes, why wouldn't it ? :) I've kept the qt patches... Just to be sure. You can never know with cmake ;-)

Re: [update] qgis 1.7.0

2011-06-30 Thread Landry Breuil
On Thu, Jun 30, 2011 at 11:19:33AM +0200, David Coppa wrote: > On Thu, Jun 30, 2011 at 11:11 AM, Landry Breuil wrote: > > Hi, > > > > following gdal and mapserver updates, i've found some time to update > > qgis to 1.7.0... using it since a while, works perfectly

Re: [update] qgis 1.7.0

2011-06-30 Thread David Coppa
On Thu, Jun 30, 2011 at 11:11 AM, Landry Breuil wrote: > Hi, > > following gdal and mapserver updates, i've found some time to update > qgis to 1.7.0... using it since a while, works perfectly. > I doubt anyone else but me is doing GIS work on OpenBSD, but if you do, >

[update] qgis 1.7.0

2011-06-30 Thread Landry Breuil
Hi, following gdal and mapserver updates, i've found some time to update qgis to 1.7.0... using it since a while, works perfectly. I doubt anyone else but me is doing GIS work on OpenBSD, but if you do, please test it. http://www.qgis.org/component/content/article/127-qgis-1-7-release

[update] geo/qgis 1.6.0

2010-11-30 Thread Landry Breuil
ms ? patch-cmake_FindGDAL_cmake ? patch-cmake_FindGEOS_cmake ? patch-python_core_conversions_sip ? qgis-1.5.0.diff ? qgis-1.6.0.diff Index: Makefile === RCS file: /cvs/ports/geo/qgis/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile

Re: [update] geo/qgis 1.5.0

2010-08-30 Thread Landry Breuil
On Mon, Aug 30, 2010 at 11:12:16AM +0200, Landry Breuil wrote: > Hi, > > here's an update to geo/qgis which i'm using daily since some weeks, > works fine. Now that qt4 ships with QtWebkit on gcc4-archs, we can build > the embedded help viewer. This 1.5.0 version in

[update] geo/qgis 1.5.0

2010-08-30 Thread Landry Breuil
Hi, here's an update to geo/qgis which i'm using daily since some weeks, works fine. Now that qt4 ships with QtWebkit on gcc4-archs, we can build the embedded help viewer. This 1.5.0 version integrates GdalTools plugin from https://trac.faunalia.it/GdalTools-plugin/ . oks welcomed. Co

Fix geo/qgis

2010-05-10 Thread David Coppa
Hi, This makes lib-depends-check happy for geo/qgis. For upcoming cmake 2.8.1, you'll need another patch to cmake itself. I'm testing it now and I will send a new diff to list asap. Comments? OKs? cheers, David Index

py-qt4 (was Re: [update] geo/qgis 1.2.0)

2009-09-03 Thread Stuart Henderson
can't test it properly now as I'm running with MODPY_VER=2.6 at the moment. Anyone around who can test it, preferably with some of the dependent packages? (picard, qgis, git-cola, gns3, hplip-gui). Index: devel/py-sip/Makefile ===

[update] geo/qgis 1.2.0

2009-09-03 Thread Landry Breuil
ere @i386. Landry Index: Makefile === RCS file: /cvs/ports/geo/qgis/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile12 Aug 2009 20:05:57 - 1.4 +++ Makefile3 Sep 2009 21:50:41 - @@ -2,8 +2,8 @@

qgis

2009-06-04 Thread Kirill Bychkov
Hi. Yesterday I've tried to compile qgis on my 4.5-current-i386 machine. It had a problem finding py-gdal. Here is a patch: Index: Makefile === RCS file: /cvs/ports/geo/qgis/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.