Re: To force-push or not to force-push

2017-04-19 Thread Helmut K. C. Tessarek
instead of only allowing rebase. Yep, but it's also more error prone. You could easily squash commits which are not supposed to be squashed. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL po

can someone please have a look at PR 443

2017-04-27 Thread Helmut K. C. Tessarek
Hi, Can someone please have a look at PR 443 and merge it? https://github.com/macports/macports-ports/pull/443 Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness

Re: can someone please have a look at PR 443

2017-05-03 Thread Helmut K. C. Tessarek
On 2017-05-03 08:38, Rainer Müller wrote: > Done! Thanks. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */

Re: streamline github dev process

2017-05-30 Thread Helmut K. C. Tessarek
uivalet in my example). Sorry, I should have listed the steps more clearly. I understand that you have to increment it, otherwise users won't see the update. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */

Re: streamline github dev process

2017-05-31 Thread Helmut K. C. Tessarek
roblem solved. There's no reason for doing it any other way. Why do a rebase for a PR? Especially in this project it's highly unlikely that there will be a conflict. But even if there were, the same conflict would have happened with a rebase. Cheers, K. C. -- regards Helmut K. C. Tessarek looku

streamline github dev process

2017-05-30 Thread Helmut K. C. Tessarek
K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */

Re: streamline github dev process

2017-05-31 Thread Helmut K. C. Tessarek
nes to test stuff). e.g. if I had write access to the entire repo, I'd still only commit my own 3 ports - unless somebody specifically asks me to review and test a new or updated port. -- regards Helmut K. C. Tessarek lookup http://pool.sks-keyservers.net for KeyID 0xC11F128D /* Thou shalt not

Re: streamline github dev process

2017-05-31 Thread Helmut K. C. Tessarek
er Gist too. I don't how you guys handle this, but I like to use --no-ff for merge commits. Also, I have noticed that whenever you guys commit my PRs, my gpg signature is gone. I believe we should find a proper way to handle this. Cheers, K. C. -- regards Helmut K. C. Tessarek lookup http://poo

Re: check for os and xcode version

2017-10-05 Thread Helmut K. C. Tessarek
d that Xcode breaks code for some weird reason. I hope Apple fixes Xcode in the near future. Can you please give me an example how to use vercmp and xcodeversion? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint = 28A3 1666 4FE8 D72C CFD5

check for os and xcode version

2017-10-05 Thread Helmut K. C. Tessarek
I know I can check the OS release in portfiles with: platform darwin X { where X is the platform version. It might be necessary to add fixes when OSX is Sierra/High Sierra AND Xcode 9. How can I do this in the portfile? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID

Re: check for os and xcode version

2017-10-05 Thread Helmut K. C. Tessarek
. C. -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint = 28A3 1666 4FE8 D72C CFD5 8B23 F783 2007 C11F 128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */

Re: State of the GnuPG ports

2017-10-09 Thread Helmut K. C. Tessarek
On 2017-10-09 08:11, Rainer Müller wrote: > gnupg -> 2.2 > gnupg-devel -> 2.3 > gnupg1 -> 1.4 +1 -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint = 28A3 1666 4FE8 D72C CFD5 8B23 F783 2007 C11F 128D /* Thou shalt not follo

Re: Open Letter of Apology

2018-04-27 Thread Helmut K. C. Tessarek
e repo and its settings". ;-) Disabling a forced push on master makes perfect sense. Just as a reference, the fastest way to do it: git revert --no-commit ad74231453^..24864aeda9 git commit -m "reverting commits ad74231453 to 24864aeda9" Cheers, K. C. -- regards Helmut K. C

Re: Pull Request Etiquette

2018-05-19 Thread Helmut K. C. Tessarek
a pull request on the pull request? No. I'm not a MacPorts dev so my opinion has not much weight, but I do know how to work with git and in a team. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723

Re: fontforge package really old - need help with Portfile

2018-04-26 Thread Helmut K. C. Tessarek
ports.org/ticket/43844 5 days ago, but nobody has replied so far. It's kind of hard to make any progress, if nobody checks out what I've done. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /

Re: fontforge package really old - need help with Portfile

2018-04-26 Thread Helmut K. C. Tessarek
On 2018-04-26 21:17, Perry E. Metzger wrote: > Don't worry. We'll comment on them and make you fix them (and squash > the commits) before we merge. Great. That's the spirit! ;-) -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34

Re: fontforge package really old - need help with Portfile

2018-04-26 Thread Helmut K. C. Tessarek
n do a PR. I usually only open a PR, when I think that it is ready to be merged. In this instance, I am positive that things have to be changed first. I also mentioned a few improvements in the ticket. (Well I can do that in the PR as well.) I'll open a PR... Cheers, K. C. -- regards Helmut K.

Re: Why didn't this PR get labeled?

2018-04-30 Thread Helmut K. C. Tessarek
/macports/macports-ports/pull/1697 It seems the labelling robot doesn't like the digit seven at the end of the ticket number... :-) Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Tho

Re: Strange behaviour of trace mode in MacPorts 2.4.3 / 10.13

2018-04-29 Thread Helmut K. C. Tessarek
why it would have failed there without the dependency declared. Ok, I had pkg-config installed via macports, so that's why it worked without the dependency on my machine. Now this is starting to make sense... ;-) Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF494

Re: Strange behaviour of trace mode in MacPorts 2.4.3 / 10.13

2018-04-29 Thread Helmut K. C. Tessarek
ls *glib* libglib-2.0.0.dylib libglib-2.0.a libglib-2.0.dylib Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and ma

Re: Strange behaviour of trace mode in MacPorts 2.4.3 / 10.13

2018-04-29 Thread Helmut K. C. Tessarek
out -t everything worked like a charm. Using the trace mode, configure didn't find libraries in /opt/local/lib, which were clearly available. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Helmut K. C. Tessarek
to go, or if they should start from scratch. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ signatu

Re: Oh sh!t git

2018-02-23 Thread Helmut K. C. Tessarek
read safe programs. They can't and won't get that concept from the standard "Hello world" example. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos a

fontforge package really old - need help with Portfile

2018-04-18 Thread Helmut K. C. Tessarek
, this should be a matter of a few minutes, so if you can spare a few of those, please help me. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer

Re: fontforge package really old - need help with Portfile

2018-04-18 Thread Helmut K. C. Tessarek
This reply helped me a lot. I'll try to create a preliminary Portfile and see what happens. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ signature.asc Description: OpenPGP digital signature

Re: buildbot (10.5-10.8) SSL/TLS issues

2018-03-02 Thread Helmut K. C. Tessarek
On 2018-03-02 19:23, Ken Cunningham wrote: > Just ignore these failures until distfile mirroring gets fixed. Thanks for the info. Will do. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4

buildbot (10.5-10.8) SSL/TLS issues

2018-03-02 Thread Helmut K. C. Tessarek
uot;portfetch::fetchfiles" (procedure "portfetch::fetch_main" line 17) invoked from within "$procedure $targetname" Any idea how to fix that? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D3

need help with reinplace

2018-11-02 Thread Helmut K. C. Tessarek
going on? With sed a working version would look like this: sed -E "s/AC_INIT\(\[tmux\], (next-[0-9]+\.[0-9]+)\)/AC_INIT([tmux], \\1 (${version}))/g" Anyhow, can someone please let me know what I am doing wrong and how to fix this? Cheers, K. C. -- regards Helmut K. C. Tessarek

Re: need help with reinplace

2018-11-02 Thread Helmut K. C. Tessarek
bst -nobackslashes -nocommands > {s/AC_INIT\(\[tmux\], (next-[0-9]+\.[0-9]+)\)/AC_INIT([tmux], \1 > (${version}))/g}] > reinplace -E $reinplace_cmd ${worksrcpath}/configure.ac I ended up using this one, since it had the entire regex on one line. Thanks again! Cheers, K. C. -- regards Helmut K.

Re: [SPAM] Re: need help with reinplace

2018-11-03 Thread Helmut K. C. Tessarek
ILE The text in () brackets is optional. Of course you can remove the sarcasm, but I think it has a nice touch. Anyway, you get the idea. Boom, all of a sudden people who read the documentation know how to use a regex with Portfiles. Isn't that wonderful? Cheers, K. C. -- regards Helmut K. C. Tessa

Re: [SPAM] Re: need help with reinplace

2018-11-03 Thread Helmut K. C. Tessarek
ssfully for hours, before I gave up and posted my failure in this list. ;-) Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ signature.asc Description: OpenPGP digital signature

Re: need help with reinplace

2018-11-06 Thread Helmut K. C. Tessarek
7.62.0/curl-config -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ signature.asc Description: OpenPGP d

Re: Seeming flaw in Xcode 10

2018-11-11 Thread Helmut K. C. Tessarek
ple), please let me know how you did it. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ s

Re: [SPAM] Re: [SPAM] need help with reinplace

2018-11-04 Thread Helmut K. C. Tessarek
more efficient), but I rather use one simple regex. And yes, I definitely would not call the regex I wrote complex or complicated. You shoud see some of the regexes that span 2 lines - those are complicated and unreadable. Anyhow, thanks for your input. Cheers, K. C. -- regards He

Re: [SPAM] Re: need help with reinplace

2018-11-04 Thread Helmut K. C. Tessarek
to add it to the documentation. That's all. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at i

[off-topic] remove app association from file extension

2019-04-19 Thread Helmut K. C. Tessarek
Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ signature.asc Description: OpenPGP digital signature

Re: [off-topic] remove app association from file extension

2019-04-20 Thread Helmut K. C. Tessarek
g this topic and tried many, many things. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its en

Re: [off-topic] remove app association from file extension

2019-04-21 Thread Helmut K. C. Tessarek
as nothing to do with your problem. Most of the time nobody knows the real solution and deflect, and often there's no answer at all. e.g. https://forums.developer.apple.com/thread/3905 But I will try the apple.stackexchange and let's see. Maybe I get lucky after all. Who knows. Cheers, K. C. --

Re: [off-topic] remove app association from file extension

2019-04-22 Thread Helmut K. C. Tessarek
you really want to open it with. It would probably not be too > difficult to write such a program. There may even be one out there > already. Yea, I thought about such a program as well. I hoped I could avoid writing one... As you said, maybe one exists already. Cheers, K. C. --

CI pipilene has a "sudo" problem

2019-11-11 Thread Helmut K. C. Tessarek
Subject says it all. Travis fails with: The command "sudo ./runner" exited with 1. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer

which package to install for macOS 13

2022-10-25 Thread Helmut K. C. Tessarek
There's no package to install for macOS 13. Does this mean that I can't use MacPorts on Ventura? Or can I just install the Monterey package? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF

Re: which package to install for macOS 13

2022-10-25 Thread Helmut K. C. Tessarek
There's no package to install for macOS 13. Does this mean that I can't use MacPorts on Ventura? Or can I just install the Monterey package? Never mind. It just showed up. ;-) Thanks for providing the package for Ventura! Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID