tcl / threads

2013-05-14 Thread Stuart Henderson
Does anyone know of issues with moving Tcl to using threads (or at least linking -lpthread) by default now we're using rthreads?

Re: cmake and libs (was: Re: CVS: cvs.openbsd.org: ports)

2013-05-14 Thread Stuart Henderson
On 2013/05/14 21:06, Christian Weisgerber wrote: > David Coppa wrote: > > > CVSROOT:/cvs > > Module name:ports > > Changes by: dco...@cvs.openbsd.org 2013/05/13 09:02:26 > > > > Modified files: > > devel/cmake: Makefile cmake.port.mk > > devel/cmake/patches: patch-Sourc

cmake and libs (was: Re: CVS: cvs.openbsd.org: ports)

2013-05-14 Thread Christian Weisgerber
David Coppa wrote: > CVSROOT: /cvs > Module name: ports > Changes by: dco...@cvs.openbsd.org 2013/05/13 09:02:26 > > Modified files: > devel/cmake: Makefile cmake.port.mk > devel/cmake/patches: patch-Source_cmTarget_cxx > > Log message: > Fix for the problem sthen@ re

Update: lang/ruby/1.9 1.9.3-p392 -> 1.9.3-p429

2013-05-14 Thread Jeremy Evans
This contains the same security fix as the recently sent diff for 2.0 (CVE-2013-2065). Some other small bugfixes are included as well. Only patch difference is removal of one line from Makefile.in. Looking in the SVN history, this appears to be an accidental addition due to a bad merge. trunk di

Update: lang/ruby/2.0 2.0.0-p0 -> 2.0.0.p195

2013-05-14 Thread Jeremy Evans
This is the first patch level release to Ruby 2.0. It contains a small security fix for CVE-2013-2065 (Object taint bypassing in DL and Fiddle), as well as numerous fixes for some of the new features in ruby 2.0 (Module#prepend, keyword arguments, refinements) as well as other fixes. Note that th

Re: Rcscript vpnc

2013-05-14 Thread Gonzalo L. R.
Anyone? :) - Forwarded message from "Gonzalo L. R." - From: "Gonzalo L. R." To: ports@openbsd.org Date: Thu, 9 May 2013 15:42:57 -0300 Subject: Rcscript vpnc Hi, Add rcscript to vpnd, while here groff is not needed. Tested on i386. Comments? Ok? Cheers.- -- Sending from my iFar

Re: PATCH: metaauto-0.27.1

2013-05-14 Thread Marc Espie
On Tue, May 14, 2013 at 01:21:56PM -0400, William Orr wrote: > Maintainer and ports@ timed out. > > This patch updates the upstream pkg.m4 that gets pulled down to > match the version reported by pkg-config. > > Tested on i386 and amd64 without issue. > > Comments ? OK ? > Index: Makefile > ===

PATCH: metaauto-0.27.1

2013-05-14 Thread William Orr
Maintainer and ports@ timed out. This patch updates the upstream pkg.m4 that gets pulled down to match the version reported by pkg-config. Tested on i386 and amd64 without issue. Comments ? OK ? Index: Makefile === RCS file: /cvs

Re: Fixup path adjustment in Tcl/Tk ports

2013-05-14 Thread Stuart Cassoff
On 05/14/13 10:48, Vadim Zhukov wrote: > 2013/5/6 Vadim Zhukov > >> This patch cleans up path adjustments in Tcl/Tk ports. List of changes: >> >> * MODTCL_WISH_ADJ is renamed to MODTK_WISH_ADJ and moved to a more >> appropriate place - tk.port.mk; >> * MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ

Re: Add a few more custom types to shared-mime-info

2013-05-14 Thread Vadim Zhukov
2013/5/4 Stuart Henderson > On 2013/05/04 12:30, Vadim Zhukov wrote: > > This patch shuts up update-mime-database(1) when having KDE4 and/or > > chemical packages installed. Looking at the code, there are already > > some non-standard items (x-* ones), so I don't thing we're going > > to make thi

Re: Fixup path adjustment in Tcl/Tk ports

2013-05-14 Thread Vadim Zhukov
2013/5/6 Vadim Zhukov > This patch cleans up path adjustments in Tcl/Tk ports. List of changes: > > * MODTCL_WISH_ADJ is renamed to MODTK_WISH_ADJ and moved to a more > appropriate place - tk.port.mk; > * MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ now use full path for replacement > instead

Re: new: backdir-20135056

2013-05-14 Thread Jérémie Courrèges-Anglas
Alan Corey writes: >> Date: Fri, 10 May 2013 19:47:45 -0400 >> From: James Turner >> To: ports@openbsd.org >> Subject: new: backdir-20135056 >> Message-ID: <20130510234745.gc22...@soekris.calminferno.net> [...] > I don't know if it's a name conflict, but I'd prefer to call the > actual executa

Re: PORTS framework: plist with FULLPKGNAME\- problem

2013-05-14 Thread Stuart Henderson
On 2013/05/14 15:44, Samir SAADA wrote: > unless it is forbidden to use FULLPKGNAME for anything else than readme > files... It is.

Re: UPDATE: lang/expect

2013-05-14 Thread Sebastian Reitenbach
On Tuesday, May 14, 2013 14:56 CEST, Giovanni Bechis wrote: > On 05/14/13 13:22, Sebastian Reitenbach wrote: > [...] > > Ports, that need a bump, because depending on lang/expect,no_tk in one way > > or another are: > > devel/dejagnu > > mail/courier-authlib > diff needs to be updated, couri

Re: PORTS framework: plist with FULLPKGNAME\- problem

2013-05-14 Thread Samir SAADA
On Tue, May 14, 2013 at 01:01:41PM +0100, Stuart Henderson wrote: > On 2013/05/14 13:50, Samir SAADA wrote: > > Hi, > > with some ports, "make plist" generates bad file paths with FULLPKGNAME\- > > > > this patch restricts the substitution pattern that finds > > the subpackage name in paths. > >

Re: UPDATE: lang/expect

2013-05-14 Thread Giovanni Bechis
On 05/14/13 13:22, Sebastian Reitenbach wrote: [...] > Ports, that need a bump, because depending on lang/expect,no_tk in one way > or another are: > devel/dejagnu > mail/courier-authlib diff needs to be updated, courier-authlib is 0.65 now, attached patch-Makefile_in to fix PROGRAM_SCRIPT warning

Re: PORTS framework: plist with FULLPKGNAME\- problem

2013-05-14 Thread Stuart Henderson
On 2013/05/14 13:50, Samir SAADA wrote: > Hi, > with some ports, "make plist" generates bad file paths with FULLPKGNAME\- > > this patch restricts the substitution pattern that finds > the subpackage name in paths. > > tested on some ports only. This doesn't seem to make things any worse for mul

Re: UPDATE: lang/expect

2013-05-14 Thread Stuart Henderson
| for i in timed-run timed-read ftp-rfc autopasswd lpunlock weather passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm end_of_list ; do if [ -f $i ] ; then install -c -s -o root -g bin -m 555 $i /usr/obj/

PORTS framework: plist with FULLPKGNAME\- problem

2013-05-14 Thread Samir SAADA
Hi, with some ports, "make plist" generates bad file paths with FULLPKGNAME\- this patch restricts the substitution pattern that finds the subpackage name in paths. tested on some ports only. Samir. Index: infrastructure/bin/make-plist

UPDATE: lang/expect

2013-05-14 Thread Sebastian Reitenbach
Hi, the patch below updates lang/expect to 5.45. With that new version, there is no expect tk interpreter anymore, so no need to link against Tk, therefore the no-tk flavor is gone. If you need to steer GUI applications, you are expected to run: "package require Tk" in the expect shell, and it

Re: Improve devel/arduino BSDmakefile

2013-05-14 Thread Janne Johansson
Without this, make -jX will race the target and not produce the output. # cvs diff -uNp BSDmakefile Index: BSDmakefile === RCS file: /open/anoncvs/cvs/ports/devel/arduino/files/BSDmakefile,v retrieving revision 1.6 diff -u -p -u -p -r

Re: LLVM 3.3rc1

2013-05-14 Thread Stuart Henderson
On 2013/05/14 10:53, Vadim Zhukov wrote: > > lib/BugpointPasses.so > > lib/LLVMHello.so > > > > Altough those two items are not introduced in update, but what's are them​? > Should they present in PLIST at all? And, if yes, maybe they should be > SHARED_LIBS? I don't know LLVM particularly well