Re: [update] net/rabbitmq-c 0.13.0

2023-05-01 Thread Gregor Best
Damn, I totally forgot to reply here, sorry Volker! Fine with me, but I don't really use the port anymore (and am certainly less on top of it than you!). If you want it, I'm OK with you taking maintainership of it. In fact, I'd be glad if you could "adopt" the port. Best regards, On Mon, May

Re: [Update] graphics/glfw 3.3.4 -> 3.3.7

2022-05-03 Thread Gregor Best
Hi, On Tue, May 03, 2022 at 10:52:07AM -0400, Kurt Mosiejczuk wrote: > On Fri, Apr 22, 2022 at 07:05:28PM -0400, Kurt Mosiejczuk wrote: > > This is an update to glfw to 3.3.7 > > > https://www.glfw.org/changelog.html > > > With the new version installed, I was still able to play minecraft > >

Re: net/wireless: remove

2020-06-30 Thread Gregor Best
Hi, On Tue, Jun 30, 2020 at 02:34:36PM +0200, Klemens Nanni wrote: > This port came to be before ifconfig(8)'s `join' was a thing; nowadays > it serves no different purpose and has not benefit compared to `join'. > [...] I very dimly remember suggesting net/wireless for removal shortly after

Update for devel/gwenhywfar

2019-10-13 Thread Gregor Best
Hi people, on September 14, the European Payment Services Directive 2 came into effect. This directive requires so called "strong authentication" from HBCI/FinTS clients for online banking in basically every country in the EU. The version of productivity/aqbanking currently in ports does not yet

Re: security/wpa_supplicant: Reassoc on NWID change

2019-01-04 Thread Gregor Best
Hi Raf, > [...] > I've re-tested it, now that the new package includes the patch, but > I'm left with the same behaviour as before - when I move around, > the laptop does not connect to any other APs. It *does* reconnect > to the AP it has originally associated with and, only then, do I > see any

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-28 Thread Gregor Best
Peter pointed out that my previous patch doesn't apply. Sorry for that, a fixed one is below my signature. -- Gregor Index: Makefile === RCS file: /home/cvs/ports/security/wpa_supplicant/Makefile,v retrieving revision 1.39

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-25 Thread Gregor Best
Stuart Henderson writes: > [...] > Other programs reading messages from the route socket handle this > slightly differently. They don't treat a read() as a single message, > instead they loop over it, looking at the first part, deciding whether > to act on it ("is it the right rtm_version, are

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-25 Thread Gregor Best
Hi, > [...] > I've started using this at 35C3, and it mostly works for me. > [...] Great to hear, using it at the congress was my motivation for adding this in the first place :) > The one thing it doesn't handle for me is when I change the lladdr, but > I have some ideas for it. > > I fixed

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-13 Thread Gregor Best
Hi Mikolaj et al, Mikolaj Kucharski writes: > > Here is debug output of one day session, with suspend in the middle > when going home, back to work and home again. > [...] > Tomorrow I may give you example of above log when walking around the > office, to compare events while switching APs. >

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Gregor Best
Hi Edd, Raf, Mikolaj, ports@ I just updated my proposed patch with Mikolaj's suggestion of also listening to RTM_IFINFO instead of just RTM_80211INFO. The patch is attached below the signature. It makes reassociation over suspend/resume work (if I resume in the same spot I suspended in, haven't

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Gregor Best
Hi Mikolaj, > [...] > I'm currently testing your diff with additional condition to also > handle RTM_IFINFO, as I see it happening just after resume: > > 1544537117.597172: XXX wpa_driver_openbsd_event_receive() start > 1544537117.597197: XXX evnt_rcv: name=iwn0, type=0xe > [...] Good idea. How

Re: security/wpa_supplicant: Reassoc on NWID change

2018-11-28 Thread Gregor Best
Peter Hessler writes: > This looks really cool, thank you for looking at it! > > One thing that you may also need, is to may also need to reassoc when > the bssid changes (roaming between different APs). Can you also test > that when you do your join testing? > [...] Good call. That does turn

security/wpa_supplicant: Reassoc on NWID change

2018-11-20 Thread Gregor Best
Hi David and ports@, I've built a little patch to security/wpa_supplicant that lets it listen to changes in the associated network SSID (thanks to Ken's RTM_80211INFO) and reassociate itself. This essentially means that now you can run `wpa_supplicant` in the background and configure e.g.

Remove net/wireless

2018-09-26 Thread Gregor Best
Hi, with the recent(-ish) introduction of `ifconfig $dev join $nwid`, net/wireless became quite obsolete. The only thing that it does that the current implementation of autojoining in the kernel can't (yet?) do is kicking wpa_supplicant after associating with an 802.1X network. That can be done

Re: FreeDroidRPG segfaults when loading a save file

2018-09-05 Thread Gregor Best
On Wed, Sep 05, 2018 at 06:17:42PM +0300, Leonid Bobrov wrote: > Hello, trash! > [...] Do you kiss your mother with that mouth? > [...] > First of all I am not going to recompile this game with debugging > symbols only because your ports system doesn't want to compile > everything with debug

Re: Update net/wireless v5 -> v6

2018-05-21 Thread Gregor Best
On Mon, May 21, 2018 at 09:33:12PM +0200, Gregor Best wrote: > [...] > kl@ suggested just bundling the changes in a patch to the port until the next > release, > [...] I meant kn@ of course. Time to get my Vim to autocorrect @openbsd.org mail addresses :) -- Gregor

Update net/wireless v5 -> v6

2018-05-21 Thread Gregor Best
Hi people, This is a tiny update to net/wireless that contains no functional changes but an updated manpage. kl@ suggested just bundling the changes in a patch to the port until the next release, but I figured I don't think I'll need to make another release of wireless anytime soon so I might as

Re: Update: net/wireless v4 -> v5

2018-05-06 Thread Gregor Best
On Sun, May 06, 2018 at 03:10:19PM +0200, Klemens Nanni wrote: > On Sun, May 06, 2018 at 02:48:55PM +0200, Gregor Best wrote: > > sthen to the rescue. This looks much better. I've also reshuffled a few > > things so the variables follow the order in Makefile.template. > Works for

Re: Update: net/wireless v4 -> v5

2018-05-06 Thread Gregor Best
H_TAGNAME = v4 + +V =5 +DISTNAME = wireless-v$V +PKGNAME = wireless-$V CATEGORIES = net +HOMEPAGE = https://github.com/farhaven/wireless + MAINTAINER = Gregor Best <g...@unobtanium.de> # BSD @@ -14,6 +17,8 @@ PERMIT_PACKAGE_CDROM =Yes # us

Re: Update: net/wireless v4 -> v5

2018-05-06 Thread Gregor Best
Hi, Klemens asked me to provide the tarball as a release asset, so that it won't get randomly re-created by Github's infrastructure. The attached patch moves to an asset as the distfile. I used the weird DISTFILE/DISTNAME split because otherwise the version of the port would change from 4 to v5,

Update: net/wireless v4 -> v5

2018-05-02 Thread Gregor Best
Hi people, the recent move to background-only scanning for wireless networks made a hack that I introduced into net/wireless a while ago fall flat on its face. This is an update to a release I made today that makes scanning work again. -- Gregor Index: Makefile

Re: Python support for productivity/ledger

2018-03-15 Thread Gregor Best
On Thu, Mar 15, 2018 at 12:15:30AM +, Stuart Henderson wrote: > On 2018/03/14 20:08, Gregor Best wrote: > > Hi Sergey, > > > > the patch below my signature adds python support to ledger. > > > > WANTLIB gets a bit larger: > > >

Python support for productivity/ledger

2018-03-14 Thread Gregor Best
Hi Sergey, the patch below my signature adds python support to ledger. WANTLIB gets a bit larger: WANTLIB += boost_python-mt python2.7 and building the port takes a bit longer now, but my conversion scripts keep working on OpenBSD as they did in my Finance VM :) -- Gregor

net/wireless: Update to new release

2018-01-03 Thread Gregor Best
networks GH_ACCOUNT = farhaven GH_PROJECT = wireless -GH_TAGNAME = v3 +GH_TAGNAME = v4 CATEGORIES = net + +MAINTAINER = Gregor Best <g...@unobtanium.de> # BSD PERMIT_PACKAGE_CDROM = Yes Index: net/wireless/di

Re: New: net/wireless

2017-06-28 Thread Gregor Best
Hi guys, On Mon, Jun 12, 2017 at 12:06:25PM +0100, Stuart Henderson wrote: > [...] > porting changes: > [...] Done. Updated port based on Dmitrij's is attached. > [...] > upstream suggestions: > [...] Also done, thanks for the suggestions. Just made a new release. The port already reflects

New: net/wireless

2017-06-04 Thread Gregor Best
Hi ports-people, some people on FreeNode's #openbsd asked me to submit a port for a little utility I wrote that can be used to automate the "scan for my wifi and configure it" process a bit. The networks can be configured in a plaintext file in /etc that looks like this: device iwm0

Update audio/picard from 0.16 to 1.4

2017-03-22 Thread Gregor Best
Hi Amaury, the attach patch updates audio/picard from 0.16 to 1.4. Along with the version crank, the patches can go away. I also removed the part of the Makefile that installs the plugins, since they don't come with the tarball anymore and the plugin manager got a bit better, in that it can now

[Update] net/rabbitmq-c 0.7.1 -> 0.8.0

2017-01-11 Thread Gregor Best
Hi people, this patch updates net/rabbitmq-c from 0.7.1 to 0.8.0. I may have already sent this update some time back, but an additional backup in the ports@ cloud can't hurt :) -- Gregor Index: Makefile === RCS file:

[Update] graphics/glfw 3.1.2 -> 3.2.1

2017-01-11 Thread Gregor Best
Hi people, this patch updates graphics/glfw from 3.1.2 to 3.2.1 and drops a patch that is no longer required. -- Gregor Index: Makefile === RCS file: /home/cvs/ports/graphics/glfw/Makefile,v retrieving revision 1.1.1.1 diff

[maintainer update] rabbitmq-c 0.7.1 -> 0.8.0

2016-06-01 Thread Gregor Best
Hi people, here's an update to the latest release of rabbitmq-c. The most important parts from the release notes[0] are: Changed: * SSL: SSLv2, and SSLv3 have been disabled by default. Fixed: * Rabbitmq-c may block when attempting to close an SSL socket * amqp_parse_url does not

xscreensaver: enable shadow only pwd

2016-05-11 Thread Gregor Best
Hi people, On Fri, May 06, 2016 at 03:03:52PM +0100, Stuart Henderson wrote: > [...] > Feel free to investigate the ports I mentioned then. Diffs to > ports@ please - you can test that they work using tedu's diff > that will avoid filling in pw_passwd in the struct, it's usually > just a case of

Re: [new port] graphics/glfw

2016-04-26 Thread Gregor Best
On Tue, Apr 26, 2016 at 05:32:34PM +0200, Jeremie Courreges-Anglas wrote: > [...] > Gregor, I just imported glfw. > [...] Wonderful, thanks a lot, to both of you :) -- Gregor

Re: [new port] graphics/glfw

2016-04-19 Thread Gregor Best
On Thu, Feb 11, 2016 at 06:44:29PM +0100, Gregor Best wrote: > And because I'm a really smart cookie, of course I forgot two patches. > Attached is an updated port that actually works. > [...] Ping? -- Gregor

Re: [New port] SLOCCount 2.26

2016-03-22 Thread Gregor Best
On Mon, Mar 21, 2016 at 10:38:12PM +, Stuart Henderson wrote: > [...] > - DESCR is a bit long > - manpages shouldn't be compressed > - textproc probably is better, then it will be in the same category as > cloc. devel as a secondary category makes sense though. > [...] Done. > [...] > -

[New port] SLOCCount 2.26

2016-03-21 Thread Gregor Best
Hi people, attached is a new port for SLOCCount [0]. I use it from time to time to get an overview over unfamiliar code bases. From the homepage: [SLOCCount is] a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set

Re: devel/autogen update

2016-03-16 Thread Gregor Best
On Wed, Mar 16, 2016 at 12:04:31AM -0400, Michael McConville wrote: > Michael McConville wrote: > > For some reason, it picks up guile if available and uses it even if > > guile2 (which is the only one that works here) is installed. I didn't > > see a configure option to force guile2. If only

Chromium and sched_yield/high IPI

2016-02-18 Thread Gregor Best
Hi guys, I'm seeing a lot of IPI interrupts when watching HTML5 videos with chromium (about 2000 per second) and while chromium restores a previous session with about 20 open tabs. Watching the video works, but just barely. ktrace'ing the chromium process (and its children) shows a

[new port] graphics/glfw

2016-02-11 Thread Gregor Best
Hi people, While playing around with OpenGL stuff, I noticed that we currently don't have a port for glfw, which is a nice small library for creating OpenGL windows. There used to be a port in openbsd-wip which got removed when bcallah@ moved on. The port was already in FINISHED, so I'd like to

Re: [new port] graphics/glfw

2016-02-11 Thread Gregor Best
And because I'm a really smart cookie, of course I forgot two patches. Attached is an updated port that actually works. -- Gregor graphics-glfw-2.tar.bz2 Description: Binary data

Re: xstatbar memory leak

2016-02-09 Thread Gregor Best
On Tue, Feb 09, 2016 at 02:43:32AM +, Stuart Henderson wrote: > I just noticed xstatbar using "quite a lot" more memory than I was > expecting. Does anyone fancy trying to track down the leak? It doesn't > look like any flags are needed to trigger the leak, but using "-s 0" > to avoid sleeping

Add UTF-8 support to textproc/par

2015-12-09 Thread Gregor Best
HOMEPAGE= http://www.nicemice.net/par/ + +MAINTAINER= Gregor Best <g...@unobtanium.de> # custom PERMIT_PACKAGE_CDROM= Yes Index: patches/patch-utf-8 === RCS file: patches/patch-utf-8 diff -N patches/patch-utf-8 --- /

Re: Add UTF-8 support to textproc/par

2015-12-09 Thread Gregor Best
On Wed, Dec 09, 2015 at 06:56:06PM +0100, Jérémie Courrèges-Anglas wrote: > [...] > bsd.port.mk can fetch and apply external patches as well. What about > this version? > [...] Cool, I didn't know that. That's obviously way better than my 60k patch. -- Gregor

Maintainer update for net/rabbitmq-c to 0.7.1

2015-11-29 Thread Gregor Best
Hi People, the following patch updates net/rabbitmq-c to 0.7.1. As promised in the mail that introduced this port, this one requires one patch fewer than 0.7.0. -- Gregor Index: Makefile === RCS file:

Re: new port: net/rabbitmq-c

2015-11-20 Thread Gregor Best
On Mon, Nov 09, 2015 at 01:44:57PM +0100, Jérémie Courrèges-Anglas wrote: > [...] > > I think it is ready to import, can I get other reviews / oks? > > ping :) > [...] Looks good from here (and sorry for the late reply :) -- Gregor

Re: new port: net/rabbitmq-c

2015-10-31 Thread Gregor Best
On Mon, Oct 12, 2015 at 04:46:03PM +0200, Gregor Best wrote: > On Mon, Oct 12, 2015 at 01:31:36AM +0300, Vadim Zhukov wrote: > > [...] > > This software changes default CMake variables depending on presence of > > popt library and xmlto binary at least. So you have hi

Re: new port: net/rabbitmq-c

2015-10-12 Thread Gregor Best
On Mon, Oct 12, 2015 at 01:31:36AM +0300, Vadim Zhukov wrote: > [...] > This software changes default CMake variables depending on presence of > popt library and xmlto binary at least. So you have hidden > dependencies there. You'd either explicitly disable picking up those > by

Re: Threading support in lang/sbcl

2015-10-12 Thread Gregor Best
On Mon, Oct 12, 2015 at 07:58:28AM -0700, Josh Elsasser wrote: > [...] > Sure, I'll add a threaded flavor when I update to 1.2.16. > [...] Awesome, thank you :) > [...] > I'm curious to know if you've actually been using a threaded sbcl on > openbsd. If so then you might be one of the first. >

new port: net/rabbitmq-c

2015-10-11 Thread Gregor Best
Hi people, attached is a new port for the librabbitmq. This is a C binding for RabbitMQ and other AMQP brokers, along with a few useful commandline tools that allow publishing and consuming stuff from an AMQP broker in a shell script. I'm not too sure about pkg/DESCR, I'd appreciate suggestions

Re: Threading support in lang/sbcl

2015-10-11 Thread Gregor Best
> [...] > When threading support on openbsd is deemed mature enough, only then > will it become enabled in the default flavor. > [...] I've recently had a go at it again because I need threads for cl-rabbit. I've attached a patch that adds a 'threads' flavor, but haven't yet figured out how to

Re: [UPDATE] wpa_supplicant-2.5

2015-09-28 Thread Gregor Best
On Mon, Sep 28, 2015 at 06:09:29AM -0600, David Coppa wrote: > [...] > As usual, please test with your usual scenarios (eduroam, etc.) > [...] Works nicely here at UPB (eduroam). -- Gregor

NEW: devel/luarocks

2015-08-18 Thread Gregor Best
Hi people, I've attached a new port devel/luarocks. It's a package manager for Lua modules similar to pip for Python or gem for Ruby. -- Gregor luarocks.tar.gz Description: Binary data

Re: UPDATE: wpa_supplicant-2.2

2014-09-03 Thread Gregor Best
On Tue, Sep 02, 2014 at 05:10:47AM -0600, David Coppa wrote: [...] Please test it with your setup (eduroam, whatever...) Works with mine (my employer's wired 802.1x). [...] Eduroam here. I've been running it for about 4 hours now, haven't seen a problem yet. -- Gregor Best

Re: Reference / citation managers for OBSD?

2014-08-06 Thread Gregor Best
thesis and a few papers and never had a problem. -- Gregor Best

Re: Option parsing in sysutils/sshfs-fuse

2014-06-21 Thread Gregor Best
On Fri, Jun 20, 2014 at 04:18:17PM +0200, Sylvestre Gallon wrote: [...] Does it fix the -p issue for you ? Cheers, Please forget last diff and use this one instead... [...] Yup, the patch fixes -p. Thanks a lot for the quick response. -- Gregor Best

Option parsing in sysutils/sshfs-fuse

2014-06-20 Thread Gregor Best
). Is there anything I can do to further debug this, or maybe a little hit with the clue stick you could give me so maybe I can fix it? -- Gregor Best

Re: [UPDATE] wpa_supplicant-2.1

2014-03-17 Thread Gregor Best
On Mon, Mar 17, 2014 at 03:13:22AM -0600, David Coppa wrote: [...] Please test it in your environment (eduroam users?) [...] Works fine here with eduroam at UPB with key_mgmt=WPA-EAP and PKCS12 certificates. As proof, this mail is sent over my wifi connection. -- Gregor Best

Re: inteldrm suspend/resume regression (Was: Suspend/resume in Gnome)

2014-03-07 Thread Gregor Best
it'd cap at ~15. Would there be a downside to doing the thawing and mode restoration both in DVACT_WAKEUP and DVACT_RESUME? -- Gregor Best

Re: Suspend/resume in Gnome

2014-03-04 Thread Gregor Best
before that was on February 3. I'll try to get some more detailed data points later today. -- Gregor Best

Threading support in lang/sbcl

2014-02-18 Thread Gregor Best
*, which invalidates precompiled Lisp bytecode. This could be cumbersome for unprepared users because it also applies to the REPL, but removing cached bytecode in ~/.cache/common-lisp/sbcl* fixes that. -- Gregor Best diff -Nur /usr/ports/lang/sbcl/Makefile lang/sbcl/Makefile --- /usr/ports

Re: Threading support in lang/sbcl

2014-02-18 Thread Gregor Best
On Tue, Feb 18, 2014 at 11:02:28AM -0500, Kenneth Westerback wrote: [...] Nice, but ports is locked for 5.5. release so this will likely be post-5.5. [...] That's fine. I sent the patch out this early because I know I'd forget to do that after 5.5 otherwise. -- Gregor Best

Re: Stupid distfile name...

2013-12-01 Thread Gregor Best
- to store a distfile with a name like '1.10.tar.gz' as 'foobar-1.10.tar.gz' make sense? -- Gregor Best

Re: Python 2.7 and multiprocessing

2013-10-26 Thread Gregor Best
On Fri, Oct 25, 2013 at 01:08:22PM +0200, David Coppa wrote: [...] afaik, someone is working on sem_open() and friends... [...] Awesome. Disregard my patch then. -- Gregor Best -- O'Toole's Commentary on Murphy's Law: Murphy was an optimist.

Python 2.7 and multiprocessing

2013-10-25 Thread Gregor Best
an updated version of lang/python/2.7, with the revision bumped. [0]: http://bugs.python.org/issue10348 -- Gregor Best python-27-mp-sem.tar.gz Description: application/tar-gz

Update textproc/mupdf to 1.3

2013-10-21 Thread Gregor Best
to 2.0, as that seemed to have quite a bit of API breakage. I haven't noticed any negative side effects of the patch compared to mupdf running on a Linux machine. -- Gregor Best mupdf-1.3.tar.gz Description: application/tar-gz

Re: Building GCC-4.8.1 without ports

2013-09-11 Thread Gregor Best
to redo the effort of porting GCC-4.8 without using the ports infrastructure, the existing port or the existing pre-compiled package? -- Gregor Best

Re: polish textproc/groff for release

2013-07-08 Thread Gregor Best
IMHO only makes sense in `an.tmac`. What is the reason for emptying `ad' anyway? Wouldn't it make more sense to fix manpages that explicitly use `ad' with parameters other than `l'? -- Gregor Best

audio/mumble

2013-05-05 Thread Gregor Best
of the port. -- Gregor Best mumble-v5.tgz Description: application/tar-gz

[Patch] wpa_supplicant: enable PKCS12

2013-02-06 Thread Gregor Best
Hi Reyk, the attached patch against the current CVS version of security/wpa_supplicant enables PKCS12, which is needed for reading certificates from files, such as in the eduroam network. -- Gregor Best Only in security/wpa_supplicant: .Makefile.swp diff -ur security/wpa_supplicant.old

Re: [Patch] wpa_supplicant: enable PKCS12

2013-02-06 Thread Gregor Best
On Wed, Feb 06, 2013 at 09:41:09AM -0300, Gleydson Soares wrote: Your diff is broken. Please. regen against current. [...] My apologies. A regenerated patch is attached. -- Gregor Best diff -ur wpa_supplicant.old/Makefile wpa_supplicant/Makefile --- wpa_supplicant.old/Makefile Wed Feb 6

Re: Port of arm-none-eabi-gcc

2013-01-29 Thread Gregor Best
port and change every occurrence of arm-elf to arm-none-eabi (and some other nits I don't really remember). The port is attached. -- Gregor Best devel-arm-none-eabi.tbz Description: Binary data

Re: new: net/tinc

2012-12-21 Thread Gregor Best
Ping? Still no news/opinion on this? I'd be satisfied with a No, it won't be added because you are stupid. Now go away :) -- Gregor Best

Re: new: net/tinc

2012-12-11 Thread Gregor Best
Ping? Is there more testing needed or are there other issues preventing this port from being included in the ports tree? -- Gregor Best

Re: new: net/bitcoin

2012-12-09 Thread Gregor Best
On Sun, Dec 09, 2012 at 05:09:56PM +0100, Pascal Stumpf wrote: [...] ok? There seems to be one superflouus file, patches/patch-srd_db.cpp.org. Can't say anything else yet, it's still building. -- Gregor Best

new: net/tinc

2012-12-09 Thread Gregor Best
to fix that, I'd be happy to submit a fully working port. -- Gregor Best net-tinc.tbz Description: Binary data

Re: new: net/tinc

2012-12-09 Thread Gregor Best
On Sun, Dec 09, 2012 at 11:08:02PM +, Stuart Henderson wrote: [...] USE_GROFF=Yes [...] An updated port is attached. Should I write an introductory paragpraph like the other New: foo/bar mails do for other ports? -- Gregor Best net-tinc.tbz Description: Binary data

Re: [PATCH] net/iperf enable threads

2012-09-24 Thread Gregor Best
On Mon, Sep 24, 2012 at 03:03:33AM -0400, Brad Smith wrote: [...] You also need to update WANTLIB to include libpthread. [...] Done. Index: Makefile === RCS file: /cvs/ports/net/iperf/Makefile,v retrieving revision 1.18 diff -u

Re: [PATCH] net/iperf enable threads

2012-09-24 Thread Gregor Best
On Mon, Sep 24, 2012 at 04:39:34AM -0400, Brad Smith wrote: [...] I thought it would be pretty obvious but please sort the library names too; so move pthread over one to the left. [...] Of course, sorry. Index: Makefile === RCS

[PATCH] net/iperf enable threads

2012-09-19 Thread Gregor Best
Ahoi, net/iperf's Makefile passes an explicit --disable-threads to configure. I tried it without the flag and it seems to work fine, allowing -P and -d to work. Index: Makefile === RCS file: /cvs/ports/net/iperf/Makefile,v

[PATCH] x11/nitrogen: enable Xinerama

2012-09-19 Thread Gregor Best
Ahoi, x11/nitrogen has --disable-xinerama in the configure args. This is presumably because the build failed without it, not fixing the real issue. The attached patch simply removes the configure flag and adds /usr/X11R6/lib to the LDFLAGS to make configure's Xinerama test compile and work.

Re: [PATCH] net/iperf enable threads

2012-09-19 Thread Gregor Best
This time with bumped REVISION. Index: Makefile === RCS file: /cvs/ports/net/iperf/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile8 Sep 2011 11:12:52 - 1.18 +++ Makefile19 Sep 2012 18:04:48

Re: [PATCH] x11/nitrogen: enable Xinerama

2012-09-19 Thread Gregor Best
Bumped Index: Makefile === RCS file: /cvs/ports/x11/nitrogen/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile15 Jun 2012 08:30:24 - 1.8 +++ Makefile19 Sep 2012 18:05:13 - @@ -3,7 +3,7 @@

Re: [PATCH] x11/nitrogen: enable Xinerama

2012-09-19 Thread Gregor Best
to see whether Xinerama is there fails. As for X11, configure seems to rely on the test for GTK2 to imply X11 is working. -- Gregor Best pgpkkthHA1Yk6.pgp Description: PGP signature

Re: [PATCH] x11/nitrogen: enable Xinerama

2012-09-19 Thread Gregor Best
On Wed, Sep 19, 2012 at 08:26:26PM +0200, David Coppa wrote: [...] Also, do not hardcode /usr/X11R6/: use -L${X11BASE}/lib instead. [...] Done. Index: Makefile === RCS file: /cvs/ports/x11/nitrogen/Makefile,v retrieving revision