Re: UPDATE: cad/kicad

2024-09-01 Thread Mihai Popescu
Forget about it. It was a mistake for me to post this. It is the same on misc@, people are very jumpy, they divert from the subject and usually let go their frustrations on the beginners. > What else, for example? How many "platform" do you know use LLVM for base and > packages? Chromium. Firefo

Re: UPDATE: cad/kicad

2024-09-01 Thread Rafael Sadowski
On Sat Aug 31, 2024 at 09:57:56PM GMT, Mihai Popescu wrote: > > +CPPFLAGS+= -D_LIBCXXABI_FORGIVING_DYNAMIC_CAST > > Got curious why OpenBSD platform needs some modifications for most of > the things in C/C++. What else, for example? How many “platform” do you know use LLVM for base and packages?

Re: UPDATE: cad/kicad

2024-08-31 Thread Mihai Popescu
> +CPPFLAGS+= -D_LIBCXXABI_FORGIVING_DYNAMIC_CAST Got curious why OpenBSD platform needs some modifications for most of the things in C/C++. And found this [1], with a copious explanation as a comment, then the code implementation. I don't understant it but I am happy I don't have to work in this

Re: UPDATE: cad/kicad

2024-08-31 Thread Rafael Sadowski
Hi Stefan, Hi KiCad users, Tanks for testing. I was able to trace the error down to our libcxxabi. Something is wrong here. If you want/have to work with kicad 8.0.4, here is a workaround: $ cd /usr/src && patch -p1 -E < ~/patches/libcxxabi.diff $ cd gnu/lib/libcxxabi && make clean && make && doa

Re: UPDATE: cad/kicad

2024-08-25 Thread Mihai Popescu
> Rafael Sadowski wrote (2024-08-15 07:52 CEST): > Please find below a kicad 8.0.4 update diff (inline) and attached > kicad-share.diff (which is simple an make update-plist diff). Is it possible to do the same magic for qucs-s? Or is it too difficult since it is more complex than kicad? Thanks.

Re: UPDATE: cad/kicad

2024-08-18 Thread Stefan Hagen
Rafael Sadowski wrote (2024-08-15 07:52 CEST): > Please find below a kicad 8.0.4 update diff (inline) and attached > kicad-share.diff (which is simple an make update-plist diff). > > Here are some customisations and I would like to explain them: > > - Enable i18n translation by default. > - Remov

Re: [Update] cad/kicad 6.0.9 ->6.0.11 and friends

2023-02-28 Thread Tracey Emery
On Tue, Feb 28, 2023 at 05:41:46PM +, Stuart Henderson wrote: > On 2023/02/28 10:02, Tracey Emery wrote: > > Ping. > > > > On Fri, Feb 03, 2023 at 03:53:11PM -0700, Tracey Emery wrote: > > > Hello ports, > > > > > > This brings kicad and friends to 6.0.11. However, something was updated > > >

Re: [Update] cad/kicad 6.0.9 ->6.0.11 and friends

2023-02-28 Thread Tracey Emery
On Tue, Feb 28, 2023 at 05:41:46PM +, Stuart Henderson wrote: > On 2023/02/28 10:02, Tracey Emery wrote: > > Ping. > > > > On Fri, Feb 03, 2023 at 03:53:11PM -0700, Tracey Emery wrote: > > > Hello ports, > > > > > > This brings kicad and friends to 6.0.11. However, something was updated > > >

Re: [Update] cad/kicad 6.0.9 ->6.0.11 and friends

2023-02-28 Thread Stuart Henderson
On 2023/02/28 10:02, Tracey Emery wrote: > Ping. > > On Fri, Feb 03, 2023 at 03:53:11PM -0700, Tracey Emery wrote: > > Hello ports, > > > > This brings kicad and friends to 6.0.11. However, something was updated > > in the BSDs which crashes the footprint assignment tool. The thread > > regarding

Re: [Update] cad/kicad 6.0.9 ->6.0.11 and friends

2023-02-28 Thread Tracey Emery
Ping. On Fri, Feb 03, 2023 at 03:53:11PM -0700, Tracey Emery wrote: > Hello ports, > > This brings kicad and friends to 6.0.11. However, something was updated > in the BSDs which crashes the footprint assignment tool. The thread > regarding this can be seen here: > > https://gitlab.com/kicad/cod

[Update] cad/kicad 6.0.9 ->6.0.11 and friends

2023-02-03 Thread Tracey Emery
Hello ports, This brings kicad and friends to 6.0.11. However, something was updated in the BSDs which crashes the footprint assignment tool. The thread regarding this can be seen here: https://gitlab.com/kicad/code/kicad/-/issues/13029 The kicad folks don't seem interested in trying to figure o

Re: [Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-04 Thread Benoit Lecocq
On 04/11/2022 10:18, Stefan Hagen wrote: Tracey Emery wrote (2022-11-02 20:47 CET): Hello ports, Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. Release notes: https://www.kicad.org/blog/2022/10

Re: [Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-04 Thread Stefan Hagen
Tracey Emery wrote (2022-11-02 20:47 CET): > Hello ports, > > Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. > This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. > > Release notes: https://www.kicad.org/blog/2022/10/KiCad-6.0.9-Release/ > > Ok? pat

[Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-02 Thread Tracey Emery
Hello ports, Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. Release notes: https://www.kicad.org/blog/2022/10/KiCad-6.0.9-Release/ Ok? -- Tracey Emery Index: kicad/Makefile =

Re: [Update] cad/kicad 6.0.7 -> 6.0.8

2022-10-26 Thread Tracey Emery
Ping. On Thu, Oct 06, 2022 at 07:37:35AM -0600, Tracey Emery wrote: > Hello ports, > > Here is a simple update to cad/kicad and friends, bringing us to 6.0.8. > A list of changes can be found at > https://gitlab.com/groups/kicad/-/milestones/18. > > Tested out fine on amd64. > > ok? > Tracey

[Update] cad/kicad 6.0.7 -> 6.0.8

2022-10-06 Thread Tracey Emery
Hello ports, Here is a simple update to cad/kicad and friends, bringing us to 6.0.8. A list of changes can be found at https://gitlab.com/groups/kicad/-/milestones/18. Tested out fine on amd64. ok? -- Tracey Emery Index: kicad/Makefile

Re: [Update] cad/kicad 6.0.6 -> 6.0.7

2022-08-12 Thread Michael Dinon
i Kind regards, Mike On Mon, Aug 1, 2022 at 2:31 PM Tracey Emery wrote: > Hello, > > Here is a simple update to kicad and friends, bringing us to 6.0.7. > > Changelog is available at: > https://www.kicad.org/blog/2022/07/KiCad-6.0.7-Release/ > > Tested out on am64. ok? > > -- > > Tracey Emery >

[Update] cad/kicad/kicad-share -> 6.0.4

2022-03-24 Thread Tracey Emery
Hello, Here is a trivial update to kicad and friends bringing us to 6.0.4. The kicad folks skipped 6.0.3 and went to 6.0.4 because of some tagging issues. Ok? Changelog: Use temporary directory for intermediate save files that get renamed/copied to destination rather than trying to write to the

Re: [Update] cad/kicad 5.1.12 -> 6.0.1

2022-02-19 Thread Rafael Sadowski
On Fri Feb 18, 2022 at 10:20:14AM -0700, Tracey Emery wrote: > On Fri, Feb 18, 2022 at 10:15:21AM -0700, Tracey Emery wrote: > > Howdy ports, > > > > Here is the new 6.0.1 diff. I noticed that the 6.0.0 diff didn't > > actually update my rdep kicad libraries, so it now required a version > > numbe

Re: [Update] cad/kicad-share 5.1.12 -> 6.0.1

2022-02-19 Thread Rafael Sadowski
On Fri Feb 18, 2022 at 10:18:05AM -0700, Tracey Emery wrote: > Howdy ports, > > Here is the accompanying kicad libraries diff for kicad, separated for > a bit smaller email and easier review. > > Ok? > OK rsadowski@

Re: [Update] cad/kicad 5.1.12 -> 6.0.1

2022-02-18 Thread Tracey Emery
On Fri, Feb 18, 2022 at 10:15:21AM -0700, Tracey Emery wrote: > Howdy ports, > > Here is the new 6.0.1 diff. I noticed that the 6.0.0 diff didn't > actually update my rdep kicad libraries, so it now required a version > number which fixes this problem. I'm amazed that 6.0.0 was running so > well o

Re: [Update] cad/kicad and friends 5.1.12 -> 6.0.0

2022-02-18 Thread Tracey Emery
On Wed, Feb 16, 2022 at 07:55:21AM -0700, Tracey Emery wrote: > Hello ports, > > Here is the new kicad, finally out after years of development; still > with the same otto patch (took me a minute for my otto-fu to kick in and > make it work). > > This actually seems to run very well and looks much

Re: [Update] cad/kicad and friends to 5.1.12

2021-11-22 Thread Tracey Emery
On Sun, Nov 21, 2021 at 08:40:28PM +0100, Stefan Hagen wrote: > Tracey Emery wrote: > > Hello, > > > > Here is an update for cad/kicad and cad/kicad-shared, bringing us to > > 5.1.12. I couldn't find any release notes, so we'll just call this port > > more-better. > > > > Tested on amd64. > > >

Re: [Update] cad/kicad and friends to 5.1.12

2021-11-21 Thread Stefan Hagen
Tracey Emery wrote: > Hello, > > Here is an update for cad/kicad and cad/kicad-shared, bringing us to > 5.1.12. I couldn't find any release notes, so we'll just call this port > more-better. > > Tested on amd64. > > ok? The usual checks pass on all (sub)packages. I opened a test project and ran

[Update] cad/kicad and friends to 5.1.12

2021-11-19 Thread Tracey Emery
Hello, Here is an update for cad/kicad and cad/kicad-shared, bringing us to 5.1.12. I couldn't find any release notes, so we'll just call this port more-better. Tested on amd64. ok? -- Tracey Emery diff fd5977dbfc7c84a142f275771aba546a290ddb1c /usr/ports/mystuff blob - ac7cb30db708a3f1a36a77

Re: [update] cad/kicad 5.1.10

2021-07-14 Thread Tracey Emery
On Wed, Jul 14, 2021 at 01:04:38AM +0200, Stefan Hagen wrote: > Hello, > > I've updated kicad from version 5.1.7 to version 5.1.10. > > The diff below patches cad/kicad and cad/kicad-share. > > Software changes: > 5.1.8: https://gitlab.com/groups/kicad/-/milestones/3 > 5.1.9: https://gitlab.co

[update] cad/kicad 5.1.10

2021-07-13 Thread Stefan Hagen
Hello, I've updated kicad from version 5.1.7 to version 5.1.10. The diff below patches cad/kicad and cad/kicad-share. Software changes: 5.1.8: https://gitlab.com/groups/kicad/-/milestones/3 5.1.9: https://gitlab.com/groups/kicad/-/milestones/4 5.1.10: https://gitlab.com/groups/kicad/-/mileston

[Update] cad/kicad 5.1.7

2021-02-16 Thread Tracey Emery
Here is a bump to KiCAD's stable 5.1.7 version. The kicad-shared bump is to follow. Everything looks good on amd64. There were no library changes. Ok? -- Tracey Emery Index: Makefile === RCS file: /cvs/ports/cad/kicad/Makefile,v

Re: Update: cad/kicad-share 5.1.4 >> 5.1.5

2019-12-10 Thread Stuart Henderson
Thanks, I've committed kicad + kicad-share. On 2019/12/10 08:46, Tracey Emery wrote: > On Fri, Nov 22, 2019 at 11:38:30AM -0700, Tracey Emery wrote: > > This is an update to kicad-share 5.1.5, to go with the previous Kicad > > update. > > > > Ok? > > > > Thanks > > > > -- > > > > Tracey Emery

Re: Update: cad/kicad-share 5.1.4 >> 5.1.5

2019-12-10 Thread Tracey Emery
On Fri, Nov 22, 2019 at 11:38:30AM -0700, Tracey Emery wrote: > This is an update to kicad-share 5.1.5, to go with the previous Kicad > update. > > Ok? > > Thanks > > -- > > Tracey Emery > Ping -- Tracey Emery Index: Makefile.inc ==

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-12-10 Thread Tracey Emery
On Fri, Nov 29, 2019 at 11:42:35PM +0100, Paco Esteban wrote: > On Fri, 22 Nov 2019, Tracey Emery wrote: > > > On Fri, Nov 22, 2019 at 01:49:57PM -0500, James Turner wrote: > > > > > > Once EPOCH has been added to a port, you can't remove it. > > > > The universe is once again, back in order. Ep

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-11-29 Thread Paco Esteban
On Fri, 22 Nov 2019, Tracey Emery wrote: > On Fri, Nov 22, 2019 at 01:49:57PM -0500, James Turner wrote: > > > > Once EPOCH has been added to a port, you can't remove it. > > The universe is once again, back in order. Epoch restored. Tested on amd64. Builds, installs and runs ok for me (cad/ki

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-11-22 Thread Tracey Emery
On Fri, Nov 22, 2019 at 01:49:57PM -0500, James Turner wrote: > > Once EPOCH has been added to a port, you can't remove it. The universe is once again, back in order. Epoch restored. > -- Tracey Emery Index: Makefile === RCS fi

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-11-22 Thread Tracey Emery
On November 22, 2019 11:49:57 AM MST, James Turner wrote: >On Fri, Nov 22, 2019 at 11:36:40AM -0700, Tracey Emery wrote: >> This is an update for Kicad to 5.1.5. There are no release notes or a >> changelog for this release. >> >> Ok? >> >> Thanks. >> >> -- >> >> Tracey Emery > >Once EPOCH h

Re: Update: cad/kicad 5.1.4 >> 5.1.5

2019-11-22 Thread James Turner
On Fri, Nov 22, 2019 at 11:36:40AM -0700, Tracey Emery wrote: > This is an update for Kicad to 5.1.5. There are no release notes or a > changelog for this release. > > Ok? > > Thanks. > > -- > > Tracey Emery Once EPOCH has been added to a port, you can't remove it. > > Index: Makefile > ===

Update: cad/kicad-share 5.1.4 >> 5.1.5

2019-11-22 Thread Tracey Emery
This is an update to kicad-share 5.1.5, to go with the previous Kicad update. Ok? Thanks -- Tracey Emery Index: Makefile.inc === RCS file: /cvs/ports/cad/kicad-share/Makefile.inc,v retrieving revision 1.3 diff -u -p -u -r1.3 Make

Update: cad/kicad 5.1.4 >> 5.1.5

2019-11-22 Thread Tracey Emery
This is an update for Kicad to 5.1.5. There are no release notes or a changelog for this release. Ok? Thanks. -- Tracey Emery Index: Makefile === RCS file: /cvs/ports/cad/kicad/Makefile,v retrieving revision 1.37 diff -u -p -u -r

UPDATE: cad/kicad

2007-02-03 Thread steven mestdagh
please give this a try. Index: Makefile === RCS file: /cvs/ports/cad/kicad/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile9 Jan 2007 16:12:55 - 1.1.1.1 +++ Makefile3 Feb 2007 12:11:40 -