Re: UPDATE: lang/erlang (backport mktime crash-fix)

2011-07-04 Thread David Coppa
With a short comment about what this patch does into patches/patch-erts_emulator_beam_erl_time_sup_c, it's ok for me. I'd like to commit it, if nobody objects... ciao, david On Tue, Jul 5, 2011 at 1:55 AM, Piotr Sikora wrote: > Hi, > I was hoping that we would be on 14Bxx by now, but since this

Re: old unused ports: x11/ogle and related

2011-07-04 Thread Predrag Punosevac
On 07/04/11 16:10, Antoine Jacoutot wrote: > On Mon, 4 Jul 2011, Amit Kulkarni wrote: > >> Ogle and related ports >> >> x11/ogle > > AFAIK ogle was the only software that would provide me with decent DVD > video playing. > >> x11/ogle-gui >> x11/goggles > Maybe it is just me but I have never been

Re: UPDATE: net/zeromq (2.0.10 -> 2.1.7)

2011-07-04 Thread Piotr Sikora
Hi, Changes: - updated to ZeroMQ-2.1.7, - traded -pedantic for -Werror (per tedu@'s earlier comment), - SHARED_ONLY=Yes, because all binaries were removed in 2.1.x. Can we assume that maintainer timed-out (2 weeks+) or is no one interested in this? Best regards, Piotr Sikora < piotr.sik...@

UPDATE: lang/erlang (backport mktime crash-fix)

2011-07-04 Thread Piotr Sikora
Hi, I was hoping that we would be on 14Bxx by now, but since this didn't happen yet, I would like to get this fix backported: https://github.com/erlang/otp/commit/7e6fe78278c203c3756ce0d6bf23a6bd6cf7bb5d Without this fix, MochiWeb (which is used by couple of Erlang applications) crashes on systems

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Stuart Henderson
On 2011/07/04 18:00, Amit Kulkarni wrote: > > watch out with # when you escape the newlines; this doesn't do what > > you're expecting. test with e.g. 'make show=CONFIGURE_ENV'. > > Ahh... thanks for the clue. Lesson learned, never again will I use #, > just delete it. make show=XXX is a good les

PATCH: net/unworkable homepage, master site, no gorff

2011-07-04 Thread Mikolaj Kucharski
Ok? - update homepage - working master site - groff not needed, varified with mandoc(1) - regen plist - bump rev Index: Makefile === RCS file: /cvs/ports/net/unworkable/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile ---

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Amit Kulkarni
>> +CONFIGURE_ARGS +=    --localstatedir=/var \ >> +                     --with-external-db \ >> +#                    --enable-python \ >> +                     --with-lua > >> +CONFIGURE_ENV +=     varprefix=/var \ >> +#                    PYTHON_VERSION=${MODPY_VERSION} \ >> +                  

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Stuart Henderson
On 2011-07-04, Amit Kulkarni wrote: > +CONFIGURE_ARGS +=--localstatedir=/var \ > + --with-external-db \ > +#--enable-python \ > + --with-lua > +CONFIGURE_ENV += varprefix=/var \ > +#PYTHON_VERSION=${MODPY_VERS

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Amit Kulkarni
> > > -SHARED_LIBS =rpm 0.1 \ > > > - rpmbuild0.0 > > > > > +SHARED_LIBS += rpmio 2.0 # 2.0 \ > > > + rpm 2.0 # 2.0 \ > > > + rpmsign 0.0 # 0.0 \ > > > + rpmbuild

Re: patch: print/cups (depend on gstoraster)

2011-07-04 Thread Matthias Kilian
On Mon, Jul 04, 2011 at 11:20:22PM +0200, Matthias Kilian wrote: > Depend on print/gstoraster. Doh. Now we have cups rundepends on gstoraster, which rundepends on ghostscript, which builddepends on cups. Or: to build ghostscript you have to install cups, gstroaster and ghostscript. m( So ignore t

patch: print/cups (depend on gstoraster)

2011-07-04 Thread Matthias Kilian
Depend on print/gstoraster. Index: Makefile === RCS file: /cvs/ports/print/cups/Makefile,v retrieving revision 1.107 diff -u -p -r1.107 Makefile --- Makefile28 Jun 2011 11:52:38 - 1.107 +++ Makefile4 Jul 2011 21:18:11

Re: (no) fun with print/ghostscript/gnu

2011-07-04 Thread Matthias Kilian
On Sun, Jul 03, 2011 at 11:56:17PM +0200, Matthias Kilian wrote: > > Yeah I think you can set things like: > > FULLPKGNAME-cups = ghostscript-cup-${VERSION} > > FULLPKGPATH-cups = print/ghostscript/gnu,-cups > > Cool, thanks. > > Here's my current udpate: Next try... simpler than before (no subp

new: print/gstoraster

2011-07-04 Thread Matthias Kilian
Completely untested (because I don't use cups nor know how to use it). Please wait a few minutes for another ghostscript mail hitting ports@ Description: This filter is designed to replace both the pstoraster and the pdftoraster filter. It honours the *LandscapeOrientation: Plus90 | Minus90 | Any

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread David Cantrell
On 07/04/11 15:12, Mikolaj Kucharski wrote: On Mon, Jul 04, 2011 at 12:15:08PM -0400, David Cantrell wrote: -SHARED_LIBS = rpm 0.1 \ - rpmbuild0.0 +SHARED_LIBS += rpmio 2.0 # 2.0 \ + rpm 2.0 # 2.0 \ +

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Amit Kulkarni
>> The port/package will get upgraded, so I don't think it should be a >> problem there as there is a version bump, and the files would get >> removed during upgrade. But I think in general, if for some reason >> there is two librpm.so.0.1 and librpm.so.0.2 (I don't exactly know >> what the .so nam

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Mikolaj Kucharski
On Mon, Jul 04, 2011 at 12:15:08PM -0400, David Cantrell wrote: > -SHARED_LIBS =rpm 0.1 \ > - rpmbuild0.0 > +SHARED_LIBS += rpmio 2.0 # 2.0 \ > + rpm 2.0 # 2.0 \ > + rpmsign

Re: libtool --mode=link and compilers flags (was Re: [NEW] opencore-amr)

2011-07-04 Thread Steven Mestdagh
Stuart Henderson [2011-07-04, 11:38:51]: > On 2011-07-01, Jan Stary wrote: > > On Jul 01 18:09:53, Stuart Henderson wrote: > >> On 2011-07-01, Jan Stary wrote: > >> >> It builds fine with USE_LIBTOOL=gnu. > >> > > >> > Yes it does. Thank you. > >> > > >> > I didn't know I could use USE_LIBTOOL=gn

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread David Cantrell
On 07/03/11 10:36, David Cantrell wrote: On 07/03/11 04:59, Landry Breuil wrote: On Sat, Jul 02, 2011 at 08:25:10PM -0400, David Cantrell wrote: On 07/02/11 17:57, Amit Kulkarni wrote: Index: Makefile === RCS file: /cvs/ports/mi

Re: old unused ports: x11/ogle and related

2011-07-04 Thread Nigel Taylor
On 07/04/11 16:10, Antoine Jacoutot wrote: On Mon, 4 Jul 2011, Amit Kulkarni wrote: Ogle and related ports x11/ogle AFAIK ogle was the only software that would provide me with decent DVD video playing. x11/ogle-gui x11/goggles Hi, I use ogle for playing DVD's. Regards Nigel

Re: old unused ports: x11/ogle and related

2011-07-04 Thread Antoine Jacoutot
On Mon, 4 Jul 2011, Amit Kulkarni wrote: > Ogle and related ports > > x11/ogle AFAIK ogle was the only software that would provide me with decent DVD video playing. > x11/ogle-gui > x11/goggles -- Antoine

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Stuart Henderson
On 2011-07-04, Amit Kulkarni wrote: > > The port/package will get upgraded, so I don't think it should be a > problem there as there is a version bump, and the files would get > removed during upgrade. But I think in general, if for some reason > there is two librpm.so.0.1 and librpm.so.0.2 (I don

Re: old unused ports: x11/ogle and related

2011-07-04 Thread Stuart Henderson
On 2011-07-04, Amit Kulkarni wrote: > Ogle and related ports > > x11/ogle > x11/ogle-gui > x11/goggles > > The main homepages: > http://www.dtek.chalmers.se/groups/dvd/ > http://www.dtek.chalmers.se/~dvd/ > etc. > > give a version of 404. Upstream looks to be down permanently. That in itself is n

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-04 Thread Amit Kulkarni
>>> Index: Makefile >>> === >>> RCS file: /cvs/ports/misc/rpm/Makefile,v >>> retrieving revision 1.24 >>> diff -u -p -u -p -r1.24 Makefile >>> --- Makefile    17 Apr 2011 18:23:19 -      1.24 >>> +++ Makefile    3 Jul 2011 00:24:01

old unused ports: x11/ogle and related

2011-07-04 Thread Amit Kulkarni
Ogle and related ports x11/ogle x11/ogle-gui x11/goggles The main homepages: http://www.dtek.chalmers.se/groups/dvd/ http://www.dtek.chalmers.se/~dvd/ etc. give a version of 404. Upstream looks to be down permanently. No release in past 7 years? Many would be happy with vlc, mplayer etc gog

Re: WIP: devel/radare2

2011-07-04 Thread Jona Joachim
On 2011-07-03, Edd Barrett wrote: > > --GID0FwUMdk1T2AWN > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Hi, > > Radare2 is a reverse engineers disassembler and debugger. I have been > using it for a while for my work and whilst it had some problems to > start with,

Update: net/vsftpd backdoor

2011-07-04 Thread Nigel Taylor
Hi, See http://scarybeastsecurity.blogspot.com/2011/07/alert-vsftpd-download-backdoored.html Home Page / Download site has been changed to different provider, update patch below. Builds amd64 - no testing as no code change, just homepage. Regards Nigel Taylor Index: Makefile ===

libtool --mode=link and compilers flags (was Re: [NEW] opencore-amr)

2011-07-04 Thread Stuart Henderson
On 2011-07-01, Jan Stary wrote: > On Jul 01 18:09:53, Stuart Henderson wrote: >> On 2011-07-01, Jan Stary wrote: >> >> It builds fine with USE_LIBTOOL=gnu. >> > >> > Yes it does. Thank you. >> > >> > I didn't know I could use USE_LIBTOOL=gnu. >> >> I forgot to comment on this earlier; it's avail

Lasanha + Depilação + HotShake+ Sushi + Tatoo + Torta Prestigio + PetShop + Ponta de Costela + Picanha Grelhada + Lipo Modelagem e Mais!

2011-07-04 Thread Liga Ofertas - Campo Grande
[IMAGE] 185 Ofertas em Campo Grande / MS Promoção de Inverno ! 2 Seções de Limpeza de pele + Alta frequência + Vacuoterapia + Hidratação + Argiloterapia + Clareamento .. De: R$ 120,00 - Por: R$ 48,00 - (40% de desconto) Incrível 75% OFF para seu animalzinho, 1 Banho Quente + 1 Tosa Higiênica +

Returned mail: see transcript for details

2011-07-04 Thread lizapang
The original message was received at Mon, 4 Jul 2011 15:49:47 +0800 from netvigator.com [22.232.236.232] - The following addresses had permanent fatal errors - ports@openbsd.org ÿþSmall Business Server has removed potentially unsafe