Re: UPDATE: QEMU 1.3.0

2012-12-05 Thread Jiri B
On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote:
> Here is an update to QEMU 1.3.0.
> 
> I am looking for some testing of this update with some of the
> more unusual configurations I'm sure people have cooked up
> out there. I personally do not use the tap mode setup and
> Stuart mentioned that there might be some breakage there
> but following the README to make use of tap mode with
> root and the qemu-ifup/qemu-ifdown scripts I noticed
> this was not working with 1.2 either. Is this new? If
> you have a setup using this mode do you see breakage
> after an upgrade? Or am I doing something wrong?

Could be SPICE enabled by default? IIRC it is not...

jirib



Re: UPDATE: QEMU 1.3.0

2012-12-05 Thread Brad Smith
On Wed, Dec 05, 2012 at 03:44:11AM -0500, Jiri B wrote:
> On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote:
> > Here is an update to QEMU 1.3.0.
> > 
> > I am looking for some testing of this update with some of the
> > more unusual configurations I'm sure people have cooked up
> > out there. I personally do not use the tap mode setup and
> > Stuart mentioned that there might be some breakage there
> > but following the README to make use of tap mode with
> > root and the qemu-ifup/qemu-ifdown scripts I noticed
> > this was not working with 1.2 either. Is this new? If
> > you have a setup using this mode do you see breakage
> > after an upgrade? Or am I doing something wrong?
> 
> Could be SPICE enabled by default? IIRC it is not...

Although I had not looked at that it can't be at the
moment as we're missing one of the dependencies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



UPDATE games/naev

2012-12-05 Thread Kirill Bychkov
Hi.
This is an update for naev-0.5.3.
Changelog:
* Portable mode, allowing for Naev’s user data files (saves,
screenshots, etc.) to be placed in arbitrary locations.
* Afterburners now gradually overheat and have no fixed duration.
* Active cooldown allows for rapid ship cooling.
* Many typo fixes in missions and lore.
* Fixed several rare crashes.

Tested for couple of weeks on amd64. OK to commit?
Index: Makefile.inc
===
RCS file: /cvs/ports/games/naev/Makefile.inc,v
retrieving revision 1.3
diff -u -r1.3 Makefile.inc
--- Makefile.inc7 Apr 2012 07:31:36 -   1.3
+++ Makefile.inc5 Dec 2012 09:44:05 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile.inc,v 1.3 2012/04/07 07:31:36 kirby Exp $

-VERSION =  0.5.2
+VERSION =  0.5.3

 CATEGORIES =   games x11

Index: base/Makefile
===
RCS file: /cvs/ports/games/naev/base/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- base/Makefile   19 Sep 2012 08:15:08 -  1.5
+++ base/Makefile   5 Dec 2012 09:44:05 -
@@ -3,7 +3,6 @@
 COMMENT =  2D space trading and combat game

 DISTNAME = naev-${VERSION}
-REVISION = 2

 EXTRACT_SUFX = .tar.bz2

Index: base/distinfo
===
RCS file: /cvs/ports/games/naev/base/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- base/distinfo   7 Apr 2012 07:31:36 -   1.3
+++ base/distinfo   5 Dec 2012 09:44:05 -
@@ -1,5 +1,2 @@
-MD5 (naev/naev-0.5.2.tar.bz2) = wjosqAVTp9HXVJfcZnLmGw==
-RMD160 (naev/naev-0.5.2.tar.bz2) = +Qf4RUDYxx1PApBqPOp5eArtO9A=
-SHA1 (naev/naev-0.5.2.tar.bz2) = L4U5gcLmXBJLk9OAHQnx95OWm0E=
-SHA256 (naev/naev-0.5.2.tar.bz2) = ve4roEnScHwNDJcd2ihV5LRPK3PE7Olg2uxGFxhWVC8=
-SIZE (naev/naev-0.5.2.tar.bz2) = 992571
+SHA256 (naev/naev-0.5.3.tar.bz2) = stAmq7CZvLiE4TomsbzkJz8JSDBpA0BGj3UqO5tkxxk=
+SIZE (naev/naev-0.5.3.tar.bz2) = 997522
Index: data/distinfo
===
RCS file: /cvs/ports/games/naev/data/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- data/distinfo   7 Apr 2012 07:31:36 -   1.3
+++ data/distinfo   5 Dec 2012 09:44:05 -
@@ -1,5 +1,2 @@
-MD5 (naev/ndata-0.5.2) = ybHnoInMNuaSiaActmxKRA==
-RMD160 (naev/ndata-0.5.2) = AnoauI5nVnDa9GEHTWvGD6W8qHY=
-SHA1 (naev/ndata-0.5.2) = kAoPdrnTVXxXkrTS/qOdG4UzpxE=
-SHA256 (naev/ndata-0.5.2) = //MdfRZeM+9WfoTNxHeHWW302hNikAYowe/065Sd/cM=
-SIZE (naev/ndata-0.5.2) = 244690305
+SHA256 (naev/ndata-0.5.3) = pvGrs7Fz+re4z68cQFfKpIgCNbxeykidCsfUrkrPkCg=
+SIZE (naev/ndata-0.5.3) = 244956464






Re: UPDATE: QEMU 1.3.0

2012-12-05 Thread Jiri B
On Wed, Dec 05, 2012 at 03:50:01AM -0500, Brad Smith wrote:
> On Wed, Dec 05, 2012 at 03:44:11AM -0500, Jiri B wrote:
> > On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote:
> > > Here is an update to QEMU 1.3.0.
> > > 
> > > I am looking for some testing of this update with some of the
> > > more unusual configurations I'm sure people have cooked up
> > > out there. I personally do not use the tap mode setup and
> > > Stuart mentioned that there might be some breakage there
> > > but following the README to make use of tap mode with
> > > root and the qemu-ifup/qemu-ifdown scripts I noticed
> > > this was not working with 1.2 either. Is this new? If
> > > you have a setup using this mode do you see breakage
> > > after an upgrade? Or am I doing something wrong?
> > 
> > Could be SPICE enabled by default? IIRC it is not...
> 
> Although I had not looked at that it can't be at the
> moment as we're missing one of the dependencies.

spice-server, ok then.

jirib



Re: UPDATE: audio/deadbeef

2012-12-05 Thread Mike Belopuhov
On 5 December 2012 02:25, Brad Smith  wrote:
> On Wed, Dec 05, 2012 at 01:46:43AM +0100, Mike Belopuhov wrote:
>> On 5 December 2012 01:40, Brad Smith  wrote:
>> >
>> > Although the build infrastructure allows for building
>> > both the Gtk+2 and Gtk+3 support the resulting package
>> > does not actually work properly trying to use both toolkits.
>> > So do what actually makes sense and just build with one
>> > of them. I have also improved the way plugins are handled.
>> >
>>
>> err, the whole point to bring deadbeef was not to use gtk3
>> with audacious.  i suggest not to convert deadbeef for this
>> update.  do it the next time.
>
> What do you mean by next time

next time around if they will fix gtk3.

>  If by that you mean next
> release what difference does it make?
>

gtk3 apps don't work well in fvwm2.  menus get detached and
start floating around.  i've just tested you diff and it makes
deadbeef unusable.

maybe it's a generic problem of gtk3 apps -- i don't know and
frankly don't care.

cheers,
mike



Re: UPDATE: cherokee 1.2.101

2012-12-05 Thread Brad Smith
On Sun, Oct 14, 2012 at 10:36:51AM +0200, Antoine Jacoutot wrote:
> On Tue, Sep 25, 2012 at 03:32:43AM -0400, Brad Smith wrote:
> > Here is the update for cherokee 1.2.101 again. I cannot seem to
> > reproduce any issues with stopping cherokee as had been mentioned
> > on the list in the past. It would be great if someone else can
> > test this as well to confirm that.
> 
> The rc script does not get installed (was removed from the PLIST).
> And I am still getting a similar issue than previously, I cannot gracefully 
> kill cherokee-admin (pkill -9 is needed).
 
I was looking at merging some of the other port related changes that
were not specific to the update and noticed that cherokee-admin with
the in-tree version acts pretty poorly and doesn't seem to be any better
than what comes with the newer release of cherokee.
 
> > 
> > 
> > Index: Makefile
> > ===
> > RCS file: /home/cvs/ports/www/cherokee/Makefile,v
> > retrieving revision 1.35
> > diff -u -p -r1.35 Makefile
> > --- Makefile24 Sep 2012 06:51:59 -  1.35
> > +++ Makefile25 Sep 2012 05:37:26 -
> > @@ -2,14 +2,14 @@
> >  
> >  SHARED_ONLY=   Yes
> >  
> > -COMMENT-main = fast, flexible and easy to configure Web Server
> > +COMMENT-main = fast, flexible and easy to configure web server
> >  COMMENT-geoip =GeoIP module for Cherokee web server
> >  COMMENT-ldap = LDAP module for Cherokee web server
> >  COMMENT-mysql =MySQL module for Cherokee web server
> >  COMMENT-streaming = Streaming module for Cherokee web server
> >  
> > -DIR =  1.0
> > -VERSION =  ${DIR}.14
> > +DIR =  1.2
> > +VERSION =  ${DIR}.101
> >  DISTNAME = cherokee-${VERSION}
> >  
> >  PKGNAME-main = ${DISTNAME}
> > @@ -18,12 +18,6 @@ PKGNAME-mysql =  cherokee-mysql-${VERSION
> >  PKGNAME-geoip =cherokee-geoip-${VERSION}
> >  PKGNAME-streaming = cherokee-streaming-${VERSION}
> >  
> > -REVISION-main =9
> > -REVISION-geoip = 4
> > -REVISION-ldap =5
> > -REVISION-mysql = 4
> > -REVISION-streaming = 7
> > -
> >  SHARED_LIBS =  cherokee-base   0.0 \
> > cherokee-client 0.0 \
> > cherokee-server 0.0
> > @@ -47,7 +41,8 @@ MASTER_SITES =${HOMEPAGE}download/${DIR
> >  
> >  MULTI_PACKAGES =-main -ldap -mysql -geoip -streaming
> >  
> > -MODULES =  lang/python lang/php
> > +MODULES =  lang/php \
> > +   lang/python
> >  
> >  BUILD_DEPENDS =textproc/py-docutils \
> > lang/php/${MODPHP_VERSION},-fastcgi
> > @@ -73,14 +68,15 @@ RUN_DEPENDS-mysql = ${BASE_PKGPATH}
> >  LIB_DEPENDS-streaming =graphics/ffmpeg \
> > archivers/bzip2
> >  WANTLIB-streaming += avcodec avformat avutil bz2 crypto m gsm
> > -WANTLIB-streaming += mp3lame ogg orc-0.4 schroedinger-1.0 speex
> > -WANTLIB-streaming += theoradec theoraenc vorbis vorbisenc vpx
> > -WANTLIB-streaming += x264 z pthread xvidcore
> > +WANTLIB-streaming += mp3lame ogg orc-0.4 pthread schroedinger-1.0
> > +WANTLIB-streaming += speex theoradec theoraenc vorbis vorbisenc vpx
> > +WANTLIB-streaming += x264 xvidcore z
> >  RUN_DEPENDS-streaming = ${BASE_PKGPATH}
> >  
> > +USE_GROFF =Yes
> > +USE_GMAKE =Yes
> >  USE_LIBTOOL =  Yes
> >  LIBTOOL_FLAGS =--tag=disable-static
> > -USE_GROFF =Yes
> >  
> >  FAKE_FLAGS =   cherokeeconfdir="${PREFIX}/share/examples/cherokee/etc" 
> > \
> > cherokeewwwdir="${PREFIX}/share/examples/cherokee/www" \
> > @@ -89,37 +85,39 @@ FAKE_FLAGS =cherokeeconfdir="${PREFIX}/
> >  CONFIGURE_STYLE =  gnu
> >  CONFIGURE_ENV =CPPFLAGS="-I${LOCALBASE}/include" \
> > LDFLAGS="-L${LOCALBASE}/lib" \
> > -   PHPCGI="${LOCALBASE}/bin/php-fastcgi-${MODPHP_VERSION}" 
> > \
> > -   ac_cv_func_getgrnam_r=no \
> > ac_cv_header_execinfo_h=no
> >  CONFIGURE_ARGS =   ${CONFIGURE_SHARED} \
> > --disable-static \
> > +   --enable-tmpdir=/tmp \
> > --sysconfdir=${SYSCONFDIR} \
> > +   --with-cgiroot=/var/cherokee/cgi-bin \
> > --with-wwwroot=/var/cherokee \
> > --with-wwwuser=_cherokee \
> > --with-wwwgroup=_cherokee \
> > --disable-nls \
> > --disable-pam \
> > +   --with-ffmpeg \
> > --with-geoip \
> > --with-ldap \
> > --with-mysql \
> > -   --with-ffmpeg
> > +   
> > --with-php=${LOCALBASE}/bin/php-fastcgi-${MODPHP_VERSION} \
> > +   --with-python=${MODPY_BIN}
> >  
> >  .ifdef DEBUG
> >  CFLAGS +=  -O0 -g3
> >  CONFIGURE_ARGS +=  --enable-trace
> >  .endif
> >  
> > -MODPY_ADJ_FILES= admin/CTK/CTK-run.pre admin/upgrade_config.py \
> > +MODPY_ADJ_FILES=

NEW: net/hotot

2012-12-05 Thread Juan Francisco Cantero Hurtado
I've been using this port for months. I think is ready for the masses :)

Description:
Hotot is a "Lightweight, Flexible Microblogging Client" supporting
Twitter and Identi.ca at this point of development.

WWW: http://hotot.org

I'm using my mirror for MASTER_SITES as suggested sthen@ sometime ago.
I've asked to upstream about to release real tarballs and I'm waiting
the answer.

Comments?

-- 
Juan Francisco Cantero Hurtado http://juanfra.info


hotot.tgz
Description: application/tar-gz


Re: What happened with the emacs24 port?

2012-12-05 Thread Jérémie Courrèges-Anglas
Hi,

are we waiting for emacs25? :)

Aside from that, the question of unlinking older Emacs versions is still
open, it seems.  I've been told in private mail that this was not an
option, as some developers want to keep older versions.  I don't know
what to think about this, except that it would be a shame if one side
stood up for keeping all current versions, and the other side didn't
want to import newer versions because of the maintenance burden and
increased build time.

-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: Emacs 24.2.90 (pretest port)

2012-12-05 Thread Jérémie Courrèges-Anglas

I got no feedback on this, does it mean everything runs smoothly?

-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: UPDATE: audio/deadbeef

2012-12-05 Thread Brad Smith
On Wed, Dec 05, 2012 at 06:36:27PM +0100, Mike Belopuhov wrote:
> On 5 December 2012 02:25, Brad Smith  wrote:
> > On Wed, Dec 05, 2012 at 01:46:43AM +0100, Mike Belopuhov wrote:
> >> On 5 December 2012 01:40, Brad Smith  wrote:
> >> >
> >> > Although the build infrastructure allows for building
> >> > both the Gtk+2 and Gtk+3 support the resulting package
> >> > does not actually work properly trying to use both toolkits.
> >> > So do what actually makes sense and just build with one
> >> > of them. I have also improved the way plugins are handled.
> >> >
> >>
> >> err, the whole point to bring deadbeef was not to use gtk3
> >> with audacious.  i suggest not to convert deadbeef for this
> >> update.  do it the next time.
> >
> > What do you mean by next time
> 
> next time around if they will fix gtk3.
> 
> >  If by that you mean next
> > release what difference does it make?
> >
> 
> gtk3 apps don't work well in fvwm2.  menus get detached and
> start floating around.  i've just tested you diff and it makes
> deadbeef unusable.

To make sure we're on the same page you mean by simply clicking
on the menus at the top where it says File / Edit / View / Playback / Help
and they "detach"?

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



rm www/hiawatha

2012-12-05 Thread Antoine Jacoutot
Hi.

I am planning on removing www/hiawatha from the ports tree.
It is unmaintained (the port, not the software) and we are currently shipping a 
pkg that has security issues.

Unless someone steps up and maintain this, I'll remove it (by the end of the 
week).

-- 
Antoine