[solved] Re: avahi daemon not found

2012-03-28 Thread Sha'ul

in /etc/rc.conf.local I changed

pkg_scripts="dbus_daemon" "avahi_daemon"

to now read without quotations between daemons

pkg_scripts="dbus_daemon avahi_daemon"

so now when the system boots it correctly starts package daemons



[new] puzzles game collection

2012-03-28 Thread Landry Breuil
Hi,

here's a port of a totally addictive collection of puzzle games, perfect
to kill some time during a build.. they're from the putty author, see
http://www.chiark.greenend.org.uk/~sgtatham/puzzles/


ok's to import ?

Landry


puzzles.tgz
Description: application/tar-gz


Re: [new] puzzles game collection

2012-03-28 Thread Landry Breuil
On Wed, Mar 28, 2012 at 10:11:43AM +0200, Landry Breuil wrote:
> Hi,
> 
> here's a port of a totally addictive collection of puzzle games, perfect
> to kill some time during a build.. they're from the putty author, see
> http://www.chiark.greenend.org.uk/~sgtatham/puzzles/

 New version with tarball mirrored by sthen since it changes everyday on
$HOMEPAGE...

Landry


puzzles.tgz
Description: application/tar-gz


Re: [new] puzzles game collection

2012-03-28 Thread Landry Breuil
On Wed, Mar 28, 2012 at 11:16:45AM +0200, Landry Breuil wrote:
> On Wed, Mar 28, 2012 at 10:11:43AM +0200, Landry Breuil wrote:
> > Hi,
> > 
> > here's a port of a totally addictive collection of puzzle games, perfect
> > to kill some time during a build.. they're from the putty author, see
> > http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
> 
>  New version with tarball mirrored by sthen since it changes everyday on
> $HOMEPAGE...

And yet another with feedback from sthen, and also install icons and
generate desktop files for us slackers who use the mouse in friendly
desktop environments...

Landry


puzzles.tgz
Description: application/tar-gz


Re: Bugfix update to lua-5.1.5

2012-03-28 Thread David Coppa
On Tue, 27 Mar 2012, David Coppa wrote:
> 
> Hi, 
> 
> This should go in, since the patchfile is currently giving 404...
> 
> Nothing has changed, it's just 5.1.4 plus the patch.
> 
> ok?

Does silence mean consent?

Just pinging...
David

> Index: Makefile
> ===
> RCS file: /cvs/ports/lang/lua/Makefile,v
> retrieving revision 1.44
> diff -u -p -r1.44 Makefile
> --- Makefile  7 Mar 2012 13:14:26 -   1.44
> +++ Makefile  27 Mar 2012 10:53:46 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT= powerful, light-weight programming language
>  
> -DISTNAME=lua-5.1.4
> -REVISION=4
> +DISTNAME=lua-5.1.5
>  CATEGORIES=  lang
>  
>  MASTER_SITES=http://www.lua.org/ftp/ \
> @@ -11,9 +10,6 @@ MASTER_SITES=   http://www.lua.org/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
>  
>  HOMEPAGE=http://www.lua.org/
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/lang/lua/distinfo,v
> retrieving revision 1.14
> diff -u -p -r1.14 distinfo
> --- distinfo  4 Dec 2011 14:16:44 -   1.14
> +++ distinfo  27 Mar 2012 10:53:46 -
> @@ -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.1.5.tar.gz) = LhFf4m5DXjOw1cAi5EkFZw==
> +RMD160 (lua-5.1.5.tar.gz) = sMIjRnUzWovxWKEltneM+ADHVKA=
> +SHA1 (lua-5.1.5.tar.gz) = s4ghEa0C7Ma5cvjBJBZHkFyy4/w=
> +SHA256 (lua-5.1.5.tar.gz) = JkD8VqeV8p0o7xXhPDSkfiI5YLAkDoywqC2bBzhpUzM=
> +SIZE (lua-5.1.5.tar.gz) = 221213
> Index: patches/patch-etc_lua_pc
> ===
> RCS file: /cvs/ports/lang/lua/patches/patch-etc_lua_pc,v
> retrieving revision 1.6
> diff -u -p -r1.6 patch-etc_lua_pc
> --- patches/patch-etc_lua_pc  17 May 2010 08:18:59 -  1.6
> +++ patches/patch-etc_lua_pc  27 Mar 2012 10:53:46 -
> @@ -1,8 +1,8 @@
>  $OpenBSD: patch-etc_lua_pc,v 1.6 2010/05/17 08:18:59 dcoppa Exp $
>  etc/lua.pc.orig  Fri Aug  8 14:46:11 2008
> -+++ etc/lua.pc   Mon May 17 09:43:31 2010
> +--- etc/lua.pc.orig  Fri Feb 10 10:50:30 2012
>  etc/lua.pc   Tue Mar 27 12:49:48 2012
>  @@ -8,7 +8,7 @@ V= 5.1
> - R= 5.1.4
> + R= 5.1.5
>   
>   # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
>  -prefix= /usr/local
> Index: patches/patch-src_Makefile
> ===
> RCS file: /cvs/ports/lang/lua/patches/patch-src_Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 patch-src_Makefile
> --- patches/patch-src_Makefile19 Apr 2008 17:59:32 -  1.5
> +++ patches/patch-src_Makefile27 Mar 2012 10:53:46 -
> @@ -1,6 +1,6 @@
>  $OpenBSD: patch-src_Makefile,v 1.5 2008/04/19 17:59:32 okan Exp $
>  src/Makefile.origSat Jan 19 20:37:58 2008
> -+++ src/Makefile Mon Mar 24 14:17:33 2008
> +--- src/Makefile.origMon Feb 13 21:41:22 2012
>  src/Makefile Tue Mar 27 12:50:12 2012
>  @@ -7,8 +7,7 @@
>   # Your platform. See PLATS for possible values.
>   PLAT= none
> @@ -23,6 +23,15 @@ $OpenBSD: patch-src_Makefile,v 1.5 2008/
>   ALL_A= $(LUA_A)
>   
>   default: $(PLAT)
> +@@ -48,7 +48,7 @@ o: $(ALL_O)
> + a:  $(ALL_A)
> + 
> + $(LUA_A): $(CORE_O) $(LIB_O)
> +-$(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
> ++$(AR) $@ $(CORE_O) $(LIB_O)
> + $(RANLIB) $@
> + 
> + $(LUA_T): $(LUA_O) $(LUA_A)
>  @@ -57,6 +57,9 @@ $(LUA_T): $(LUA_O) $(LUA_A)
>   $(LUAC_T): $(LUAC_O) $(LUA_A)
>   $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
> 



Re: new: audio/ardour

2012-03-28 Thread Jan Stary
On Mar 17 12:03:27, Stefan Sperling wrote:
> I've ported the ardour digital audio workstation (http://ardour.org)
> to OpenBSD some time ago. The port includes some new glue code for
> sndio midi which I tested with a Mackie-style controller.
> 
> It builds and runs, with audio/jack as audio backend. But there are
> some stability problems. Sometimes sound isn't audible unless latency
> is tweaked in the JACK->Latency menu. What's worse is that it freezes
> up during playback occasionally. ratchov says these problems might be
> related to jack's sndio backend.
> 
> I'd like to import this anyway so that remaining issues can be fixed in-tree.
> 
> Patches in the ardour port have been shown to upstream.
> There won't be another ardour2 release so they won't take the patches.
> Upstream work is focused on ardour3.
> 
> The ardour port and ports for two new required dependencies are attached
> and also at http://stsp.name/openbsd/ports/ardour/

On current/amd64, the compilation fails with

g++ -o libs/pbd/basename.os -c -Woverloaded-virtual -DGTK_NEW_TOOLTIP_API 
-DPACKAGE=\"libpbd\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-DLIBSIGC_DISABLE_DEPRECATED -DHAVE_EXECINFO -O3 -fomit-frame-pointer 
-ffast-math -fstrength-reduce -pipe -DBUILD_SSE_OPTIMIZATIONS -DUSE_X86_64_ASM 
-Wall -DHAVE_LIBLO -DPROGRAM_NAME=\"Ardour\" -D_REENTRANT -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS -Ilibs 
-DENABLE_NLS -pthread -fPIC -I/usr/local/include/libxml2 -I/usr/local/include 
-Ilibs/sigc++2 -Ilibs/glibmm2 -Ilibs/pbd -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/glib-2.0 libs/pbd/basename.cc

In file included from libs/glibmm2/glibmm/containerhandle_shared.h:32,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gmem.h:28:2: error: #error "Only  can 
be included directly."

In file included from libs/glibmm2/glibmm/ustring.h:24,

 from libs/glibmm2/glibmm/containerhandle_shared.h:34,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only  
can be included directly."

In file included from libs/glibmm2/glibmm/ustring.h:25,

 from libs/glibmm2/glibmm/containerhandle_shared.h:34,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gunicode.h:23:2: error: #error "Only  
can be included directly."

In file included from libs/glibmm2/glibmm/unicode.h:27,

 from libs/glibmm2/glibmm/ustring.h:26,

 from libs/glibmm2/glibmm/containerhandle_shared.h:34,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only  
can be included directly."

In file included from libs/glibmm2/glibmm/unicode.h:28,

 from libs/glibmm2/glibmm/ustring.h:26,

 from libs/glibmm2/glibmm/containerhandle_shared.h:34,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gstrfuncs.h:28:2: error: #error "Only  
can be included directly."

In file included from libs/glibmm2/glibmm/unicode.h:29,

 from libs/glibmm2/glibmm/ustring.h:26,

 from libs/glibmm2/glibmm/containerhandle_shared.h:34,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gunicode.h:23:2: error: #error "Only  
can be included directly."

In file included from libs/glibmm2/glibmm/debug.h:24,

 from libs/glibmm2/glibmm/containerhandle_shared.h:36,

 from libs/glibmm2/glibmm/arrayhandle.h:24,

 from libs/glibmm2/glibmm/miscutils.h:24,

 from libs/pbd/basename.cc:21:

/usr/local/include/glib-2.0/glib/gmacros.h:32:2: error: #error "Only  
can be included directly."

scons: *** [libs/pbd/basename.os] Error 1

scons: building terminated because of errors.


Indeed, greping the ardour source, it seems
that files are including gunicode.h etc
resulting in the above.

Jan



Atualização de Mapas e Radares - Diversos Modelos e Marcas Destravados ( De até R$50,00 por R$19,90 )

2012-03-28 Thread Incriveis Ofertas - Campo Grande
[IMAGE]

Não desejo mais receber estes e-mails.


the Cerebrum

2012-03-28 Thread hak...@arabia.com
The Quran on the Cerebrum:
==

God has said in the Quran about one of the evil unbelievers who forbade
the Prophet Muhammad [IMAGE] from praying at the Kaaba:

[IMAGE] No!  If he does not stop, We will take him by the naseyah (front
of the head), a lying, sinful naseyah (front of the head)! [IMAGE]
(Quran, 96:15-16)

Why did the Quran describe the front of the head as being lying and
sinful?  Why didn’t the Quran say that the person was lying and sinful? 
What is the relationship between the front of the head and lying and
sinfulness?

If we look into the skull at the front of the head, we will find the
prefrontal area of the cerebrum (see figure 12).  What does physiology
tell us about the function of this area?  A book entitled Essentials of
Anatomy & Physiologysays about this area, “The motivation and the
foresight to plan and initiate movements occur in the anterior portion of
the frontal lobes, the prefrontal area. This is a region of association
cortex...”1 Also the book says, “In relation to its involvement in
motivation, the prefrontal area is also thought to be the functional
center for aggression”2

Figure 12 (Click here to enlarge)

Figure 12: Functional regions of the left hemisphere of the cerebral
cortex.  The prefrontal area is located at the front of the cerebral
cortex. (Essentials of Anatomy & Physiology, Seeley and others, p. 210.) 
(Click on the image to enlarge it.)

So, this area of the cerebrum is responsible for planning, motivating,
and initiating good and sinful behavior and is responsible for the
telling of lies and the speaking of truth.  Thus, it is proper to
describe the front of the head as lying and sinful when someone lies or
commits a sin, as the Quran has said, “...A lying, sinful naseyah (front
of the head)!”

Scientists have only discovered these functions of the prefrontal area in
the last sixty years, according to Professor Keith L. Moore.3


Re: UPDATE: games/xmoto

2012-03-28 Thread Kirill Bychkov
On Tue, March 20, 2012 18:02, Antti Harri wrote:
> Update to xmoto's newest release.
>
> Switch MAINTAINER, requested by previous maintainer.
>
You are killing my time, but I'm OK with it.



UPDATE games/naev

2012-03-28 Thread Kirill Bychkov
Hello.
Naev team released new update. It is mainly bugfix release, but have some
improvements:
Changes since 0.5.1:

* New events and missions
* New outfits
* House Soromid now has a logo
* More ways of mapping the universe
* Disabling damage leaks through shields
* conf.lua-tweakable font sizes for accessibility
* Bug fixes

Works fine on amd64. OK?

Index: Makefile.inc
===
RCS file: /cvs/ports/games/naev/Makefile.inc,v
retrieving revision 1.2
diff -u -r1.2 Makefile.inc
--- Makefile.inc14 Mar 2012 22:54:28 -  1.2
+++ Makefile.inc27 Mar 2012 19:06:37 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile.inc,v 1.2 2012/03/14 22:54:28 sthen Exp $

-VERSION =  0.5.1
+VERSION =  0.5.2

 CATEGORIES =   games x11

Index: base/Makefile
===
RCS file: /cvs/ports/games/naev/base/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- base/Makefile   25 Jan 2012 11:30:24 -  1.1.1.1
+++ base/Makefile   27 Mar 2012 19:06:37 -
@@ -10,7 +10,7 @@
 WANTLIB += vorbisfile xml2 z

 RUN_DEPENDS =  devel/desktop-file-utils \
-   games/naev/data
+   games/naev/data=${VERSION}
 LIB_DEPENDS =  devel/sdl-mixer \
graphics/png \
lang/lua \
Index: base/distinfo
===
RCS file: /cvs/ports/games/naev/base/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- base/distinfo   14 Mar 2012 22:54:28 -  1.2
+++ base/distinfo   27 Mar 2012 19:06:37 -
@@ -1,5 +1,5 @@
-MD5 (naev/naev-0.5.1.tar.bz2) = pf6i9OD+8j2JMhZ7Vo0YaA==
-RMD160 (naev/naev-0.5.1.tar.bz2) = 7/C2SdS53KldGkaK1cmrQNudOiU=
-SHA1 (naev/naev-0.5.1.tar.bz2) = QEnJxhNNgSObeL/GZ+R8YewFxt8=
-SHA256 (naev/naev-0.5.1.tar.bz2) = wUIj/0kueijaAauNxN+vj6eOLnaM6LhA96QHKeVvWb0=
-SIZE (naev/naev-0.5.1.tar.bz2) = 999618
+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
Index: data/distinfo
===
RCS file: /cvs/ports/games/naev/data/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- data/distinfo   14 Mar 2012 22:54:28 -  1.2
+++ data/distinfo   27 Mar 2012 19:06:37 -
@@ -1,5 +1,5 @@
-MD5 (naev/ndata-0.5.1) = nKsLznpNy3zchA/GDaXtHw==
-RMD160 (naev/ndata-0.5.1) = BD8jHLKn+aoK7DOCsGQnTpjXI6A=
-SHA1 (naev/ndata-0.5.1) = iTuQAiXtxHT0Jw4DTxB7uGOmHrE=
-SHA256 (naev/ndata-0.5.1) = MxItbhBwsAEwE3vaeITMcERqjnnD8SaxHNspYM1+mjE=
-SIZE (naev/ndata-0.5.1) = 244647456
+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



magnet links

2012-03-28 Thread Jan Stary
Now that ThePirateBay has switched from torrent files to magnet links,
what do people use instead of btpd?

Jan



Re: magnet links

2012-03-28 Thread Daniel Bolgheroni
On Wed, Mar 28, 2012 at 04:21:17PM +0200, Jan Stary wrote:
> Now that ThePirateBay has switched from torrent files to magnet links,
> what do people use instead of btpd?

rtorrent.



Re: magnet links

2012-03-28 Thread Sergey Bronnikov
chromium + transmission extension

On 16:21 Wed 28 Mar , Jan Stary wrote:
> Now that ThePirateBay has switched from torrent files to magnet links,
> what do people use instead of btpd?
> 
>   Jan
> 



Static forces analysis tool (for beams/frames)?

2012-03-28 Thread Antti Harri
Does anyone know a software that can calculate member forces of beams/frames 
in 2D? Doesn't have to be very sophisticated, something like Engilab's Beam2D 
(http://www.engilab.com/beam2d_ml.htm) would suffice.

I'm interested in porting such software, unless someone has done that already. 
I know there's JBeam that looks pretty close, but Java software gives me 
rash.

-- 
Antti Harri



Re: magnet links

2012-03-28 Thread Kevin Chadwick
On Wed, 28 Mar 2012 16:21:17 +0200
Jan Stary wrote:

> Now that ThePirateBay has switched from torrent files to magnet links,
> what do people use instead of btpd?
> 
>   Jan
> 

Ktorrent supports magnet and DHE. Has many features and so probably
bugs but I expect you don't expect this machine getting torrents to be
secure?



Re: magnet links

2012-03-28 Thread Antti Harri
On Wednesday 28 March 2012 18:45:45 Kevin Chadwick wrote:
> Ktorrent supports magnet and DHE. Has many features and so probably
> bugs but I expect you don't expect this machine getting torrents to be
> secure?

Are you talking about the ktorrent in ports? It didn't seem to support magnets 
last time I tried.

-- 
Antti Harri



Re: magnet links

2012-03-28 Thread Brad Smith

On 28/03/12 11:45 AM, Kevin Chadwick wrote:

On Wed, 28 Mar 2012 16:21:17 +0200
Jan Stary wrote:


Now that ThePirateBay has switched from torrent files to magnet links,
what do people use instead of btpd?

Jan



Ktorrent supports magnet and DHE. Has many features and so probably
bugs but I expect you don't expect this machine getting torrents to be
secure?


Not with what is in ports... you fail.. as usual.

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



i386 bulk build failures 2012-03-27

2012-03-28 Thread Christian Weisgerber
Between lingering thread issues, an X11 update, and the GNOME churn,
there are a few build errors:

These suffer an #error "only  can be included directly":
  x11/hs-gtk
  x11/mono-gtk2

These run afoul of a deprecation warning in Xlib.h:
  x11/icewm
  x11/sclock

For icewm, I'm not sure if some #include is missing or if the Xlib.h
construct doesn't work in C++.  For sclock, we could simply kill
the -Werror, but upstream has also disappeared, so I've asked the
maintainer what to do with the port.

No idea what's wrong with those as there are no error messages:
  sysutils/heartbeat
  devel/hs-MissingH
  devel/hs-regex-pcre-builtin

Then we have the ports that spuriously fail to build:
  lang/mono
  www/icedtea-web
  editors/xemacs21/stable

Mono is really bad.  I had to restart it several times before a
build finished.  Icedtea sometimes fails in configure...

checking if sun.security.x509.X500Name is available... no

... because java crashes.  XEmacs occasionally gets stuck in an
infinite loop during the build, but this has been happening for
years.

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



Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Antoine Jacoutot
On Wed, Mar 28, 2012 at 10:31:02PM +0200, Christian Weisgerber wrote:
> Between lingering thread issues, an X11 update, and the GNOME churn,
> there are a few build errors:
> 
> These suffer an #error "only  can be included directly":
>   x11/hs-gtk
>   x11/mono-gtk2

Known but I am not able to build either ghc nor mono

-- 
Antoine



Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Christian Weisgerber
Antoine Jacoutot:

> > These suffer an #error "only  can be included directly":
> >   x11/hs-gtk
> >   x11/mono-gtk2
> 
> Known but I am not able to build either ghc nor mono

The offending parts are

  #include 
  #include 

and

  #include 

respectively.  These should just be #include , right?
I mean, that's what the #error says.

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



Re: magnet links

2012-03-28 Thread Stuart Cassoff
On 03/28/12 10:21, Jan Stary wrote:
> Now that ThePirateBay has switched from torrent files to magnet links,
> what do people use instead of btpd?
> 
>   Jan
> 
> 
> 

transmission



Re: i386 bulk build failures 2012-03-27

2012-03-28 Thread Antoine Jacoutot
On Wed, Mar 28, 2012 at 10:48:31PM +0200, Christian Weisgerber wrote:
> Antoine Jacoutot:
> 
> > > These suffer an #error "only  can be included directly":
> > >   x11/hs-gtk
> > >   x11/mono-gtk2
> > 
> > Known but I am not able to build either ghc nor mono
> 
> The offending parts are
> 
>   #include 
>   #include 
> 
> and
> 
>   #include 
> 
> respectively.  These should just be #include , right?
> I mean, that's what the #error says.

Yup, that's all that is needed.
I didn't fix these because I wanted to be able to build them, but please go 
ahead.

-- 
Antoine



El viernes acaba el plazo

2012-03-28 Thread Videojuegos iPhone, iPad, Android, Pc y Mac
El viernes acaba el plazo


Boleto Cobranca, referente aos produtos entregues.

2012-03-28 Thread finance...@ascolcobranca.com.br
Segue abaixo o boleto de cobrança, referente
aos produtos que foram entregues.

Boleto_Cobranca.jpg

boleto_cobranca.pdf (78k kb)


Atenciosamente,

Ascol Assessoria de Cobranças Ltda

Fale Conosco - 11 5584-5201 FALE CONOSCO 11 5584-8202 / 5585-9091
Atendemos de 2ª a 6ª Feira, das 09:00 às 18:00 hs



E-mail verificado pelo Windows Live Anti-Spam


NEW: graphics/zxing

2012-03-28 Thread Anthony J. Bentley

Hi,

ZXing (pronounced "zebra crossing") is an open-source, multi-format
1D/2D barcode image processing library.


I use it to read QR codes (such as those generated by
graphics/libqrencode). Tested on i386/amd64.

ok?

--
Anthony J. Bentley


zxing.tar.gz
Description: Binary data


Re: NEW: graphics/zxing

2012-03-28 Thread Landry Breuil
On Wed, Mar 28, 2012 at 11:12:42PM -0600, Anthony J. Bentley wrote:
> 
> Hi,
> 
> ZXing (pronounced "zebra crossing") is an open-source, multi-format
> 1D/2D barcode image processing library.
> 
> 
> I use it to read QR codes (such as those generated by
> graphics/libqrencode). Tested on i386/amd64.
> 
> ok?

 In Sconscript patch, it should be LOCALBASE not PREFIX. I'm also not
sure you need to set both WRKSRC and WRKDIST in Makefile...

Landry