Re: python3 deleted from ports

2012-01-25 Thread Remi Pointel
On Wed, 25 Jan 2012 20:57:58 -0500
Geoff Steckel  wrote:
> python 3 was moved to "lang/python" from lang/python3 in ports.
> That probably is a good idea.
> 
> Unfortunately, and to my *great* inconvenience, lang/python3 was
> removed from ports and packages before 5.1 will be released.
> I had begun developing an application using python3 and had
> to reinstall. It was unsettling to find that I couldn't get
> the package.
> 
> The old ports/python3 won't compile and install due to a problem
> with libreadline.
> I would be glad to provide the context to anyone who is interested.
> Several compiles fail (non-fatally, unfortunately) and finally
> ldd: libreadline.a is not an ELF executable
> is the fatal problem when trying to link with c++ during make install.
> I understand that this would be an extremely low priority item since
> presumably when 5.1 is released python 3 will be available again.
>
> I've tried patching all sorts of files, symbolic links in /usr/include,
> retrofitting .mk files, and so forth and so on from the CURRENT ports
> and from the 5.0 ports to no avail.
> 
> Yes, I know this is crossposted. I'm not subscribed to ports@
> I'll look at the archived ports@ every day for a week or three.
> 
> I searched everywhere I could get to for a reason why the previously
> apparently working port and package were removed before the new one
> was available. If there is a reason why the 5.0 version is unusable
> could someone please inform me. Otherwise, if anyone has a working
> python3 amd64 install package for 5.0, would you
> please let me know and put it someplace I can download it?
> 
> Thanks!

Hello,
The Python 3 port is not available for OpenBSD 5.0, only for -current and will 
be available for OpenBSD 5.1.

The ports/python3 was just for -current, and we decided to move to 
"lang/python/3.2", so there is no impact for the stable release.

If you really need Python 3 on OpenBSD 5.0, please contact me and I will see 
what I could do.

Remi.



Re: Update: samba-3.6.2

2012-01-25 Thread Nigel Taylor
On 01/25/12 23:52, Ian McWilliam wrote:
> 
> On 26/01/2012, at 10:43 AM, Nigel Taylor wrote:
> 
>> On 01/25/12 22:13, Ian McWilliam wrote:
>>> General bug fix update for Samba.
>>>
>>> http://www.samba.org/samba/history/samba-3.6.2.html
>>>
>>> Ian McWilliam
>>>
>>>
>> Hi,
>>
>> The patch failed to apply to the Makefile, there was a change to the rc
>> scripts nmbd.rc, smbd.rc, winbindd.rc, so the Makefile REVISION had been
>> set.
>>
>> Nigel
>>
>>
> 
> 
> Try the attached. thanx.
> 
> 
> Ian McWilliam
> 
> 
Hi,

Built on i386 and amd64. Tests work for the limited setup I have here.



Nigel



Re: Update: samba-3.6.2

2012-01-25 Thread Ian McWilliam

On 26/01/2012 11:09, Stuart Henderson wrote:

On 2012/01/26 09:13, Ian McWilliam wrote:

General bug fix update for Samba.

http://www.samba.org/samba/history/samba-3.6.2.html

building it now. anyone fancy looking at tracking down te double free
they fixed in talloc (or indeed updating talloc, though that will be
more fiddly as they switched to waf and it gets the shared lib stuff
wrong)m






Fix bug #8562 - talloc: double free error.

http://gitweb.samba.org/?p=samba.git;a=commit;h=767c54d8dd9596718579699398392ae234b40aa2

Sure i'll take a look shortly.

Ian McWilliam



python3 deleted from ports

2012-01-25 Thread Geoff Steckel

python 3 was moved to "lang/python" from lang/python3 in ports.
That probably is a good idea.

Unfortunately, and to my *great* inconvenience, lang/python3 was
removed from ports and packages before 5.1 will be released.
I had begun developing an application using python3 and had
to reinstall. It was unsettling to find that I couldn't get
the package.

The old ports/python3 won't compile and install due to a problem
with libreadline.
I would be glad to provide the context to anyone who is interested.
Several compiles fail (non-fatally, unfortunately) and finally
ldd: libreadline.a is not an ELF executable
is the fatal problem when trying to link with c++ during make install.
I understand that this would be an extremely low priority item since
presumably when 5.1 is released python 3 will be available again.

I've tried patching all sorts of files, symbolic links in /usr/include,
retrofitting .mk files, and so forth and so on from the CURRENT ports
and from the 5.0 ports to no avail.

Yes, I know this is crossposted. I'm not subscribed to ports@
I'll look at the archived ports@ every day for a week or three.

I searched everywhere I could get to for a reason why the previously
apparently working port and package were removed before the new one
was available. If there is a reason why the 5.0 version is unusable
could someone please inform me. Otherwise, if anyone has a working
python3 amd64 install package for 5.0, would you
please let me know and put it someplace I can download it?

Thanks!





Re: Update: samba-3.6.2

2012-01-25 Thread Ian McWilliam

On 26/01/2012, at 10:43 AM, Nigel Taylor wrote:

> On 01/25/12 22:13, Ian McWilliam wrote:
>> General bug fix update for Samba.
>> 
>> http://www.samba.org/samba/history/samba-3.6.2.html
>> 
>> Ian McWilliam
>> 
>> 
> Hi,
> 
> The patch failed to apply to the Makefile, there was a change to the rc
> scripts nmbd.rc, smbd.rc, winbindd.rc, so the Makefile REVISION had been
> set.
> 
> Nigel
> 
> 


Try the attached. thanx.


Ian McWilliam




samba-3.6.2.diff
Description: Binary data


Lua 5.2

2012-01-25 Thread James Turner
Attached is a diff that updates Lua to 5.2. I've been sitting on it
since 5.2 was released a little over a month ago. You will want to apply
with -E.

I attempted to split Lua into 2 separate packages much like Python, Ruby
and PHP but gave up. A number of other ports rely on Lua 5.1 so I'm not
asking to have this committed. I just wanted to put it out there for
those who may not rely on other libraries and just want to see whats new
in 5.2

-- 
James Turner
ja...@calminferno.net
Index: Makefile
===
RCS file: /cvs/ports/lang/lua/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile4 Dec 2011 21:12:19 -   1.43
+++ Makefile17 Dec 2011 18:03:29 -
@@ -2,18 +2,13 @@
 
 COMMENT=   powerful, light-weight programming language
 
-DISTNAME=  lua-5.1.4
-REVISION=  3
+DISTNAME=  lua-5.2.0
 CATEGORIES=lang
 
 MASTER_SITES=  http://www.lua.org/ftp/ \
http://www.tecgraf.puc-rio.br/lua/ftp/ \
http://ftp.gwdg.de/pub/languages/lua/ \
-   http://ftp.ntua.gr/pub/lang/lua/ \
-   http://ftp.chg.ru/pub/lang/lua/
-
-PATCHFILES=patch-${DISTNAME}-4
-PATCH_DIST_ARGS=-z .bak.orig -d ${WRKSRC}/src
+   http://ftp.ntua.gr/pub/lang/lua/
 
 HOMEPAGE=  http://www.lua.org/
 
@@ -24,17 +19,10 @@ PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 SHARED_ONLY=   Yes
-SHARED_LIBS=   lua 5.1
+SHARED_LIBS=   lua 5.2
 MAKE_FLAGS+=   LIBlua_VERSION="${LIBlua_VERSION}" CC="${CC}"
 WANTLIB=   c m edit curses
 USE_GROFF =Yes
 NO_REGRESS=Yes
-
-pre-configure:
-   ${SUBST_CMD} ${WRKSRC}/etc/lua.pc
-
-post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
-   ${INSTALL_DATA} ${WRKSRC}/etc/lua.pc ${PREFIX}/lib/pkgconfig
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/lang/lua/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo4 Dec 2011 14:16:44 -   1.14
+++ distinfo17 Dec 2011 18:03:29 -
@@ -1,10 +1,5 @@
-MD5 (lua-5.1.4.tar.gz) = 0IcPLeVdWcHIQZ826PrBUA==
-MD5 (patch-lua-5.1.4-4) = Mp2GlePm8SZxkOIgVZ97bA==
-RMD160 (lua-5.1.4.tar.gz) = yGfINkKV0+T7Tk2Ouyf6KyMSze8=
-RMD160 (patch-lua-5.1.4-4) = zOmtB+jhmrnjppyV1p/fnARhR6Y=
-SHA1 (lua-5.1.4.tar.gz) = KxHI5gMG77fwc0t0dYj1eZVJPbc=
-SHA1 (patch-lua-5.1.4-4) = 3bIUJe4KfYiC78P7axBRMryfYiQ=
-SHA256 (lua-5.1.4.tar.gz) = sDjiJerypbV8m8w1zROqjGyCiO9JPVKXDJVFB0CYrzo=
-SHA256 (patch-lua-5.1.4-4) = FLVDZt0evTaqBq5+y07yNlYYVvjOf1dEA6Qh+Fl42GM=
-SIZE (lua-5.1.4.tar.gz) = 216679
-SIZE (patch-lua-5.1.4-4) = 6314
+MD5 (lua-5.2.0.tar.gz) = 8eqDHzlyFLroomWZWrGpPg==
+RMD160 (lua-5.2.0.tar.gz) = YVO93VdJNJC3LnAMyZE1Qyv2U/A=
+SHA1 (lua-5.2.0.tar.gz) = CPhMNVzdZG9hfwnOvqSL2DJBWCk=
+SHA256 (lua-5.2.0.tar.gz) = yr43lGWqjjiJiAc9WbaedroAJUKdLB2oCCGiUs32vg0=
+SIZE (lua-5.2.0.tar.gz) = 246377
Index: lua.port.mk
===
RCS file: /cvs/ports/lang/lua/lua.port.mk,v
retrieving revision 1.7
diff -u -p -r1.7 lua.port.mk
--- lua.port.mk 17 Nov 2011 23:48:13 -  1.7
+++ lua.port.mk 17 Dec 2011 18:03:29 -
@@ -3,7 +3,7 @@
 CATEGORIES+=   lang/lua
 
 # Major.Minor of current lua version provided by lang/lua
-MODLUA_VERSION=5.1
+MODLUA_VERSION=5.2
 
 # Where the lua libraries will be installed to
 MODLUA_LIBDIR= ${PREFIX}/lib/lua/${MODLUA_VERSION}/
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/lang/lua/patches/patch-Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile
--- patches/patch-Makefile  7 Nov 2008 12:23:12 -   1.7
+++ patches/patch-Makefile  17 Dec 2011 18:03:29 -
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile,v 1.7 2008/11/07 12:23:12 jsg Exp $
 Makefile.orig  Thu Nov  6 21:44:23 2008
-+++ Makefile   Thu Nov  6 21:46:04 2008
-@@ -5,11 +5,11 @@
+$OpenBSD$
+--- Makefile.orig  Fri Dec 16 22:00:10 2011
 Makefile   Fri Dec 16 22:04:06 2011
+@@ -4,13 +4,13 @@
  # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT 
===
  
  # Your platform. See PLATS for possible values.
@@ -9,16 +9,18 @@ $OpenBSD: patch-Makefile,v 1.7 2008/11/0
 +PLAT= bsd
  
  # Where to install. The installation starts in the src and doc directories,
- # so take care if INSTALL_TOP is not an absolute path.
+ # so take care if INSTALL_TOP is not an absolute path. See the local target.
+ # You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
+ # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
 -INSTALL_TOP= /usr/local
-+INSTALL_TOP= $(PREFIX)
++INSTALL_TOP= ${PREFIX}
  INSTALL_BIN= $(INSTALL_TOP)/bin
  INSTALL_INC= $(INSTALL_TOP)/include
  INSTALL_LIB= $(INSTALL_TOP)/lib
-@@ -43,7 +43,7 @@ PLATS= aix ansi bsd freebsd generic linux macosx mingw
+@@ -41,7 +41,7 @@ PLATS= aix ansi bsd freebsd

Re: Update: samba-3.6.2

2012-01-25 Thread Stuart Henderson
On 2012/01/26 09:13, Ian McWilliam wrote:
> General bug fix update for Samba.
> 
> http://www.samba.org/samba/history/samba-3.6.2.html

building it now. anyone fancy looking at tracking down te double free
they fixed in talloc (or indeed updating talloc, though that will be
more fiddly as they switched to waf and it gets the shared lib stuff
wrong)m



Re: Update: samba-3.6.2

2012-01-25 Thread Nigel Taylor
On 01/25/12 22:13, Ian McWilliam wrote:
> General bug fix update for Samba.
> 
> http://www.samba.org/samba/history/samba-3.6.2.html
> 
> Ian McWilliam
> 
>
Hi,

The patch failed to apply to the Makefile, there was a change to the rc
scripts nmbd.rc, smbd.rc, winbindd.rc, so the Makefile REVISION had been
set.

Nigel



Update: samba-3.6.2

2012-01-25 Thread Ian McWilliam
General bug fix update for Samba.

http://www.samba.org/samba/history/samba-3.6.2.html

Ian McWilliam




samba-3.6.2.diff
Description: Binary data





Lifting istantaneo

2012-01-25 Thread Sandra Simionato

15 anni piu giovane con il nuovo Lifting Istantaneo!
Elimina tutte le rughe.Risultato visibile gia dopo 60 secondi.

http://istantaneo.lowestprices.at


Unico,innovativo e imperdibile.Non perdere questa occasione;quantita' limitata!

DB s.r.l.,Milano





Re: doxygen fails to compile on lemote yeeloong

2012-01-25 Thread Bryan Irvine
On Tue, Jan 17, 2012 at 7:36 PM, Bryan Irvine  wrote:
> I"m trying to compile gpsd and doxygen fails to compile (I think gimp
> needs this one too).

update.

I added --english-only to the configure args for doxygen and it
compiled and installed just fine.  I did attempt to adjust ulimits to
insane values first with no change.  Any ideas on a better fix?

-Bryan



Re: x11/gnome-mplayer

2012-01-25 Thread David Coppa
On Wed, Jan 25, 2012 at 9:00 PM, Christian Weisgerber
 wrote:
> Marc Espie  wrote:
>
>> The way to do things properly would be to auto-detect xv and use it, and
>> fall back to x11 otherwise.
>
> Actually, mplayer allows you to specify a comma-separated list of
> video output drivers that will be tried one after the other, e.g.
>
> $ mplayer -vo xv,x11 foo.mp4
>
> So "xv,x11" would be a sensible default setting for gnome-mplayer.

I'm going to try this...

thanks,
David



Re: x11/gnome-mplayer

2012-01-25 Thread Christian Weisgerber
Marc Espie  wrote:

> The way to do things properly would be to auto-detect xv and use it, and
> fall back to x11 otherwise.

Actually, mplayer allows you to specify a comma-separated list of
video output drivers that will be tried one after the other, e.g.

$ mplayer -vo xv,x11 foo.mp4

So "xv,x11" would be a sensible default setting for gnome-mplayer.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: mplayer: fix and complete sndio backend

2012-01-25 Thread David Coppa
On Tue, Jan 24, 2012 at 11:32 PM, Alexandre Ratchov  wrote:
> Below is an update of mplayer sndio backend:
>  - use sndiod volume knob if available, rather than
>    chaining two soft volume knobs (consumes less CPU)
>  - stop audio during pause, consumes less CPU
>  - remove unnecessary checks
>  - honour AOPLAY_FINAL_CHUNK flag, fixes playback of
>    very short files
>
> comments? ok?

Ok for me.

Thanks,
David



Re: mplayer: fix and complete sndio backend

2012-01-25 Thread Christian Weisgerber
Antti Harri  wrote:

> There is still the (non audio) issue with stream playlists. It should be 
> fixed 
> in upstream already so the best way probably is to update the whole package 
> at some point. For test urls go to digitally imported radio and use the url 
> on the command line, it works when the playlist is fetched to a local file.

Oh, I wasn't even aware of that bug.
Yes, it is fixed upstream.  FreeBSD uses a snapshot from 20111218
(SVN-r34449-snapshot-4.2.2), and it works there.  Ogg streaming
also mostly works with that newer version.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



[NEW] astro/gpredict

2012-01-25 Thread rustyBSD
Hi,
I ported Gpredict. Here is the port, but I'm not really sure for the
dependencies. Can someone verify ? Tested on two OpenBSD-current amd64.

Thanks,
Maxime


gpredict.tar.gz
Description: application/compressed-tar


Re: [UPDATE]: sysutils/autossh

2012-01-25 Thread Anders Langworthy
On Thu, Jan 19, 2012 at 01:17:26AM +0100, Ingo Schwarze wrote:
> Hi Anders,
> 
> Anders Langworthy wrote on Wed, Jan 18, 2012 at 01:18:28PM -0500:
> > On Sun, Jan 15, 2012 at 06:06:57PM -0500, Anders Langworthy wrote:
> 
> >> Hi.  First attempt at a port update, observations requested.  Works for
> >> me on i386.  The license is actually BSD without the clauses (see
> >> autossh.c); the new version uses autoconf.  I wasn't sure how to make it
> >> compile with SEPARATE_BUILD, and the manpage won't display without
> >> groff.
> 
> > Here is a new one incorporating Kristaps Dzonsons' manpage diff.
> > 
> > I assume the manpage diff goes upstream?
> 
> Yes, please send that to Carson Harding.
> Actually, you can as well send the full diff appended below,
> including some more non-critical cleanup.
> 
> Of course, only the fix for the fatal error should go into the
> ports tree.
> 
> > I left the cvs id ($OpenBSD$) on the new patch untouched.  Is that right?
> 
> Yes, the cvs server will update that automatically when it's committed.
> 
> > Not knowing a better way to submit a diff when adding directories and
> > files, I did this (from an old thread) but it feels awkward:
> > $ cvs diff -u > mypatch.patch
> > $ diff -u /dev/null newdir/newfile >> mypatch.patch
> 
> There is nothing wrong with that.
> Your diff applies, and it builds and runs for me on i386.
> I have not done real testing, though.
> 
> Yours,
>   Ingo

Thank you Ingo for the answers and comments.  The manpage diffs were
sent upstream.

Anybody had a chance to test this yet?



Re: NEW: games/beret

2012-01-25 Thread Brian Callahan

Sorry, I missed this writing the first response.

On 1/25/2012 8:03 AM, Edd Barrett wrote:

  * Can I play in windowed mode?


Pressing Alt+Enter once the game has started will change to Windowed 
mode. It's at the bottom of the list under the Game Controls menu. I 
don't know if you can start the game in Windowed mode, however.


Thanks,

~Brian



Re: NEW: games/beret

2012-01-25 Thread Brian Callahan

On 1/25/2012 10:25 AM, Edd Barrett wrote:

On Wed, Jan 25, 2012 at 01:03:49PM +, Edd Barrett wrote:

As you are the developer,


Or not. I guess you are mirroring because the official site hosts the
code as a .zip?

I'm not the developer. I'm mirroring the code, with his permission, 
because currently the only way to get it is through a git checkout.


I am, however, more than happy to pass any suggestions on to him.

Thanks,

~Brian



UPDATE: cntlm-0.92.1 (plus rc.d script)

2012-01-25 Thread David Coppa

Hi!

This diff updates cntlm to the latest version.

Does the rc script look good?

ciao,
david

Index: Makefile
===
RCS file: /cvs/ports/www/cntlm/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile22 Nov 2010 08:36:47 -  1.5
+++ Makefile25 Jan 2012 15:57:16 -
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:47 espie Exp $
 
 COMMENT =  fast NTLM/NTLMv2 authenticating HTTP proxy
-DISTNAME = cntlm-0.35.1
-REVISION = 0
+DISTNAME = cntlm-0.92.1
 CATEGORIES =   www
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cntlm/}
-HOMEPAGE = http://cntlm.sourceforge.net/
+HOMEPAGE = http://awk.cz/cntlm/
 MAINTAINER =   David Coppa 
 
 # GPLv2+
@@ -15,6 +14,11 @@ PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes
 
 WANTLIB =  c pthread
+
+FAKE_FLAGS =   INSTALL_DATA="${INSTALL_DATA}" \
+   INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" \
+   INSTALL_MAN="${INSTALL_MAN}" \
+   INSTALL_PROGRAM="${INSTALL_PROGRAM}"
 
 CONFIGURE_STYLE =  simple
 ALL_TARGET =   cntlm
Index: distinfo
===
RCS file: /cvs/ports/www/cntlm/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo8 Oct 2009 19:13:09 -   1.1.1.1
+++ distinfo25 Jan 2012 15:57:16 -
@@ -1,5 +1,5 @@
-MD5 (cntlm-0.35.1.tar.gz) = JUfHOhFZBi/aoYd8wDoi9g==
-RMD160 (cntlm-0.35.1.tar.gz) = ZaK5em7INAtBrL0PKdwQlhSKAqw=
-SHA1 (cntlm-0.35.1.tar.gz) = S/n3Ww9f20RptegQE8QKwWbJ0jU=
-SHA256 (cntlm-0.35.1.tar.gz) = ez+3GE5yzD8XQ7uOUDpTBelkWLxjCn4ev8nzwH/6bF4=
-SIZE (cntlm-0.35.1.tar.gz) = 74188
+MD5 (cntlm-0.92.1.tar.gz) = Fr6KIo19ugqwaVikf5Y2Fw==
+RMD160 (cntlm-0.92.1.tar.gz) = vKR4bkvlJXvf7aP2a+eeIVfE4bc=
+SHA1 (cntlm-0.92.1.tar.gz) = OQuTE5dj9zE49PdLvrG5WEA3s4Y=
+SHA256 (cntlm-0.92.1.tar.gz) = bUra0zcMn0uj9uGiMvEtt7ZtLUawMogn58akL8YwcbU=
+SIZE (cntlm-0.92.1.tar.gz) = 94229
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/www/cntlm/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile  8 Oct 2009 19:13:09 -   1.1.1.1
+++ patches/patch-Makefile  25 Jan 2012 15:57:16 -
@@ -1,46 +1,67 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2009/10/08 19:13:09 sthen Exp $
 Makefile.orig  Tue Nov 20 17:18:24 2007
-+++ Makefile   Thu Oct  8 05:03:34 2009
-@@ -2,9 +2,9 @@
+--- Makefile.orig  Tue Nov 29 23:18:41 2011
 Makefile   Wed Jan 25 15:59:32 2012
+@@ -2,10 +2,10 @@
  # You can tweak these three variables to make things install where you
  # like, but do not touch more unless you know what you are doing. ;)
  #
--SYSCONFDIR=/usr/local/etc
--BINDIR=/usr/local/bin
--MANDIR=/usr/local/man
-+SYSCONFDIR=${DESTDIR}/etc/${NAME}
-+BINDIR=${PREFIX}/bin
+-DESTDIR=
+-SYSCONFDIR=$(DESTDIR)/etc
+-BINDIR=$(DESTDIR)/usr/sbin
+-MANDIR=$(DESTDIR)/usr/share/man
++DESTDIR?=
++SYSCONFDIR=$(DESTDIR)/etc/${NAME}
++BINDIR=${PREFIX}/sbin
 +MANDIR=${PREFIX}/man
  
  #
  # Careful now...
-@@ -13,8 +13,8 @@ MANDIR=/usr/local/man
- #
+@@ -16,26 +16,23 @@ NAME=cntlm
  CC=gcc
- OBJS=utils.o ntlm.o xcrypt.o config.o socket.o acl.o auth.o http.o proxy.o 
--CFLAGS=$(FLAGS) -std=c99 -Wall -pedantic -O3 -D__BSD_VISIBLE -D_ALL_SOURCE 
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT 
-DVERSION=\"`cat VERSION`\"
--LDFLAGS=-lpthread
-+CFLAGS=$(FLAGS) -std=c99 -Wall -pedantic -D__BSD_VISIBLE -D_ALL_SOURCE 
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT 
-DVERSION=\"`cat VERSION`\"
-+LDFLAGS=-pthread
- NAME=cntlm
  VER=`cat VERSION`
- DIR=`pwd`
-@@ -42,12 +42,13 @@ install: $(NAME)
-   install -O root -G system -M 644 -f $(MANDIR)/man1 
doc/$(NAME).1; \
-   install -O root -G system -M 600 -c $(SYSCONFDIR) 
doc/$(NAME).conf; \
+ OBJS=utils.o ntlm.o xcrypt.o config.o socket.o acl.o auth.o http.o forward.o 
direct.o scanner.o pages.o main.o
+-CFLAGS+=$(FLAGS) -std=c99 -Wall -pedantic -O3 -D__BSD_VISIBLE -D_ALL_SOURCE 
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT 
-D_BSD_SOURCE -DVERSION=\"`cat VERSION`\"
++CFLAGS+=$(FLAGS) -std=c99 -Wall -pedantic -D__BSD_VISIBLE -D_ALL_SOURCE 
-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT 
-D_BSD_SOURCE -DVERSION=\"`cat VERSION`\"
+ OS=$(shell uname -s)
+ OSLDFLAGS=$(shell [ $(OS) = "SunOS" ] && echo "-lrt -lsocket -lnsl")
+-LDFLAGS:=-lpthread $(OSLDFLAGS)
++LDFLAGS:=-pthread $(OSLDFLAGS)
+ 
+ $(NAME): configure-stamp $(OBJS)
+-  @echo "Linking $@"
+-  @$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
++  $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
+ 
+ main.o: main.c
+-  @echo "Compiling $<"
+- 

Re: NEW: games/beret

2012-01-25 Thread Stuart Henderson
Because the file has no version number in the name.


On 2012/01/25 15:25, Edd Barrett wrote:
> On Wed, Jan 25, 2012 at 01:03:49PM +, Edd Barrett wrote:
> > As you are the developer,
> 
> Or not. I guess you are mirroring because the official site hosts the
> code as a .zip?
> 
> -- 
> Best Regards
> Edd Barrett
> 
> http://www.theunixzoo.co.uk



Re: NEW: games/beret

2012-01-25 Thread Edd Barrett
On Wed, Jan 25, 2012 at 01:03:49PM +, Edd Barrett wrote:
> As you are the developer,

Or not. I guess you are mirroring because the official site hosts the
code as a .zip?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Tenha seu site de Compra Coletiva de Graça ou pagando muito pouco!

2012-01-25 Thread Liga Ofertas - Brasil
A compra coletiva � uma das maiores sensa��es da internet dos �ltimos
anos, come�ou nos Estados Unidos em 2008 e j� ganhou o Brasil e o mundo.

O conceito do neg�cio � fazer um grande desconto para gerar a compra por
impulso.

E se engana quem pensa que � muito dif�cil ter seu pr�prio site, ao
contr�rio, um dos motivos dessa r�pida expans�o do setor � a facilidade
de iniciar o empreendimento. Uma das grandes dificuldades � encontrar
suporte t�cnico especializado, ou � caro, ou n�o � de qualidade, pensando
nisso o http://www.LigaOfertas.com.br lan�ou o LigaVoc� 
(http://www.LigaOfertas.com.br/voce),
um criador m�gico de sites de compra coletiva, ela permite os pr�prios
donos de site a criarem seu site de compra coletiva, sem a necessidade de
saber programa��o.

No Liga Ofertas, voc� faz um cadastro bem r�pido, menos de um minuto e j�
tem seu site dispon�vel, os recursos s�o todos os principais necess�rios
para um site de compra coletiva, como integra��o com meios de pagamento,
retorno autom�tico, dom�nio personalizado, redes sociais e etc, e tudo
isso pode sair de gra�a, ou com planos menores que muitas hospedagens.


[IMAGE]

Não desejo mais receber estes e-mails.


Re: NEW: games/beret

2012-01-25 Thread Edd Barrett
On Tue, Jan 24, 2012 at 10:05:54AM -0500, Brian Callahan wrote:
> On 1/14/2012 9:39 PM, Brian Callahan wrote:
> >Hi,
> >Attached is a new port.
> >
> >pkg/DESCR:
> >Beret is a 2D puzzle-platformer game about a scientist, astonishingly
> >named Beret, who has gained telekinetic abilities through his research
> >at the Evil Corporation. He decides that the Evil Corporation is a tad
> >too evil for his liking, and begins his solitary quest to overthrow the
> >corporation and punish the evil deeds of his employers.
> >
> >Tested and works on a variety of platforms, notably i386 and amd64.
> >I am also volunteering to be the port maintainer.
> >
> >OK?
> >
> >Thanks.
> >
> >~Brian
> Resubmit, with tweaks.

Looks good to me.

As you are the developer, I'll share some comments (very minor issues
mind):

 * Does not restore one of my monitor's resolutions properly upon exit.

 * Can I play in windowed mode?

 * I see you added -Wall, so you might be interested in:
   ===>  Building for beret-1.2.1
   clang -O2 -pipe  -I/usr/local/include  -I/usr/local/include/SDL -Wall
   -c game.c
   game.c:1619:41: warning: use of '%n' in format string discouraged
   (potentially insecure) [-Wformat-security]
   if (deflt > -1) sprintf(inputstr, "%d%n", deflt, &inputpos);

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Hoje tem Sushi Mania com Combinado de 36 Peças Grelhado / Progressiva da Agimax na Vittrine / Peeling Diamante+Limp. Pe =?utf-8?B?bGUgUHJvZnVuZGEgLyBNaW5pIERhe

2012-01-25 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com

[IMAGE] Del�cia! Combinado 36 pe�as, com 10 Niguiri Skin, 12 Uramaki Skin
e 12 Uramaki Grelhado no Sushi Mania, Aproveite esta Super Novidade em
Campo Grande

de R$ 53,70 por R$ R$ 26,85


[IMAGE] Aproveite esta! 1 Escova Progressiva da Agimax na Vittrine! De R$
200,00 Por R$ 69.90

de R$ 200,00 por R$ R$ 69,90


[IMAGE] Limpeza de Pele Profunda + Peeling de Diamante na Vittrine ( De
R$ 120 Por R$ 29,90 )

de R$ 120,00 por R$ R$ 29,90


[IMAGE] 85% DE DESCONTO EM MINI DAY SPA COM MASSAGEM RELAXANTE + BANHO DE
SEDA + DUCHA AROMATICA + PILLING DE SAIS AROM�TICOS + ESFOLIA��O CORPORAL
+ LIMPEZA FACIAL + MASCARA DE ARGILA + DRENAGEM FACIAL + ESCALDA P�S

de R$ 320,00 por R$ R$ 55,00


[IMAGE] Apostila Concurso INSS T�cnico do Seguro Social 2012 - Digital

de R$ 40,00 por R$ R$ 20,00


[IMAGE] Chegou a vez dos homens! Depila��o Masculina Virilha + Peito +
Abdom�m + Costas ( De R$ 70,00 Por R$ 35,00 )

de R$ 70,00 por R$ R$ 35,00


[IMAGE] Recarga de Cartuchos da Linha HP Preto ou Colorido de R$ 15,00
por apenas R$ 3,90 na Campus G Info Games.(74% OFF) CUPOM V�LIDO POR 6
MESES.

de R$ 15,00 por R$ R$ 3,90


[IMAGE] Comece 2012 com as unhas bem feitas! Casadinho de P� + M�o +
Esfolia��o + Hidrata��o para os p�s de R$ 30,00 por R$ 9,90 no Mara's
Beleza e Est�tica. 67% OFF.

de R$ 30,00 por R$ R$ 9,90


[IMAGE] Cabelos bem Tratados com �leo de Argan ( o Ouro de Marrocos) !
Lavagem + Hidrata��o com MOROCCANOIL (�leo de ARGAN) + Escova de R$ 90,00
por R$ 21,90. (76% OFF).

de R$ 90,00 por R$ R$ 21,90


[IMAGE] Apostila Concurso UFMS Assistente em Administra��o - Digital com
60% de desconto!

de R$ 25,00 por R$ R$ 10,00


[IMAGE] Precisando Relaxar e Fica Linda! Massagem Corporal Relaxante +
Corte + M�o + Sobrancelhas de R$ 89,00 por R$ 25,00. (72% OFF)

de R$ 89,00 por R$ R$ 25,00



[IMAGE]

Não desejo mais receber estes e-mails.


Re: [UPDATE] net/prosody 0.7.0 -> 0.8.2

2012-01-25 Thread viq
Ping?
-- 
viq


pgpmOMmaxIUIi.pgp
Description: PGP signature