/ports/math/blas does not build

2010-08-13 Thread astar
I have not figured out how to cut and paste from xterm and I expect  
that attachments are not the thing to do.  Thus no nice build outputs.  
My -current is say two days old.  There are four patches and none of  
the patches cleanly apply.


I note it seems to be almost 20 year old code, fortran, and  
openoffice3 build is dependent on it.




Καλό Καλοκαίρι με 20% bonus σε όλες τις συνδρομές!!

2010-08-13 Thread Emailer.gr | Email Marketing Services

Το πρόγραμμα που χρησιμοποιείται δεν
μπορεί να εμφανίσει σωστά αυτό το email.

Δείτε το μέσω browser στην διεύθυνση:
http://www.emailer.gr/users/display.php?M=3680468&C=9872d54dcc70a7f4280451bd90408737&S=2115&L=283&N=1660



Holyland Conference

2010-08-13 Thread jerusalem conference
This Announcement is intended for Physicians, Nurses and Therapists . 

An International Conference on Integrative Medicine will be held in October 
2010 in Jerusalem . 

The Conference will deal with ways to unite the scientific principles of modern 
medicine with the holistic principles of alternative medicine, 

hosting a dialogue between professionals and participants from around the world.

In order to give all those interested the possibility to participate we hereby 
announce that the registration has started. 

Details and registration forms are available in the Conference site : 
www.jerconvention.com  


Always at your service,
Avraham Fried
Director
The Jerusalem International Conference on Integrative Medicine 

If you don't belong to the medical field, please excuse us and Unsubscribe 
to remove your address.

New: emulators/fceux

2010-08-13 Thread Ryan Freeman
Hello ports@

i am very excited to finally be able to submit this port, we have been
lacking a real NES emulator in our ports tree :) I have been playing
with FCEUX for the past week and it runs great; this is the first time
i can properly play NES games on OpenBSD without requiring a linux binary!
iNES doesn't count, it does not include nearly as much accuracy or 
compatibility, and doesn't even have a good timing configuration (have
to manually add parmeters just to try and play with things at normal speed)

FCEUX runs 100% on my system, using the opengl renderer i am able to set
fullscreen resultion to my thinkpad's native 1400x1050, with working
audio via SDL, and working joystick support (!) (this the first time i've
ever been able to use any of my usb adapters for gamepads in openbsd, 
very cool!) I am using a ps2->usb adapter with one of my ps2 controllers
and it works fantastic! Finally this port was made with slight study from
the FreeBSD port, but nothing taken directly. Comments?

tested on i386

-ryan


fceux.tgz
Description: GNU Unix tar archive


NEW: games/deng-beta

2010-08-13 Thread Ryan Freeman
Hello ports@

Attached is a port of the newest release of the Doomsday Engine,
which has support to play all the original Doom games and also
Heretic/Hexen support. I originally ported the 'old' stable release
(1.8.6) and submitted to ports@ in 2008, however it seemed not enough
people were really able to test it. it also lacked true unix support,
with me having to provide a 'launch script' of sorts just to keep
it from spraying its output files all over the directory it was
launched from. Additionally, at least since the gcc change on OpenBSD,
my deng 1.8.6 port no-longer builds for me, excellent excuse to try
newer :)

The latest version runs much smoother, and was the first cmake port
I have wrestled with to complete. It properly creates a ~/.deng/
directory for cfgs, savegames, demo files and the like, and also
runs VERY smooth with working sound and midi via timidity (if
installed).

I know this is a 'beta' version but the doomsday team hasn been
making releases under this beta tag for years so it seems like
the logical step. Comments?

tested on i386

-ryan


deng-beta.tgz
Description: GNU Unix tar archive


UPDATE: games/chocolate-doom

2010-08-13 Thread Ryan Freeman
Hello ports@

Here is a patch updating my chocolate-doom port from 1.2.1 to the
latest version, 1.4.0. Daniel Dickman previously submitted a patch
to me updating to 1.3.0, however Edd Barrett informed me that the
1.4.0 version would not build on sparc64.

To summarize changes, the 1.4.0 and 1.5.0 release logs are here:
1.3.0 to 1.4.0: 
http://chocolate-doom.svn.sourceforge.net/viewvc/chocolate-doom/trunk/chocolate-doom/ChangeLog?r1=1869&r2=1941
1.2.1 to 1.3.0: 
http://chocolate-doom.svn.sourceforge.net/viewvc/chocolate-doom/trunk/chocolate-doom/ChangeLog?r1=1421&r2=1869

One thing to note is fraggle's efforts to add support for openbsd's
OPL device driver, and a software OPL emulator to play back doom's
music as closely as possible to the way it would have originally
sounded back in 1993 with the appropriate audio card :)

Please test, and Edd if you could let me know if this now builds
on sparc64, i would appreciate it :D Also if it doesn't, did you
ever get a chance to check and see if chocolate-doom 1.2.1 built
on sparc64? 

Comments?

tests/builds/runs good on i386

-ryan


? chocolate-doom.patch
Index: Makefile
===
RCS file: /cvs/ports/games/chocolate-doom/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile5 Jun 2009 22:38:04 -   1.3
+++ Makefile5 Aug 2010 01:14:40 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.3 2009/06/05 22:38:04 jasper Exp $
 
 COMMENT =  portable version of iD Software's Doom
-DISTNAME = chocolate-doom-1.2.1
-PKGNAME =  ${DISTNAME}p0
+DISTNAME = chocolate-doom-1.4.0
+PKGNAME =  ${DISTNAME}
 CATEGORIES =   games x11
 
 HOMEPAGE = http://www.chocolate-doom.org/
@@ -17,9 +17,9 @@ PERMIT_DISTFILES_FTP =Yes
 
 WANTLIB =  SDL c m pthread
 
-LIB_DEPENDS =  SDL_mixer.>=3::devel/sdl-mixer \
+LIB_DEPENDS =  SDL_mixer.>=4::devel/sdl-mixer \
SDL_net.>=1::devel/sdl-net \
-   samplerate.>=1::audio/libsamplerate
+   samplerate.>=2::audio/libsamplerate
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chocolate-doom/}
 
Index: distinfo
===
RCS file: /cvs/ports/games/chocolate-doom/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo5 Jun 2009 21:58:43 -   1.1.1.1
+++ distinfo5 Aug 2010 01:14:40 -
@@ -1,5 +1,5 @@
-MD5 (chocolate-doom-1.2.1.tar.gz) = 3wTDgANO/3iea57hwBZJdw==
-RMD160 (chocolate-doom-1.2.1.tar.gz) = JACmlVqKRSlHJXB5Mo5ESAHD0vc=
-SHA1 (chocolate-doom-1.2.1.tar.gz) = OygCwPiosCvJxCXt4KE6qf0TFNc=
-SHA256 (chocolate-doom-1.2.1.tar.gz) = 
/61QqEf3B+pch4RNvZwTOebS0YK7XPbm9infQg9mKcE=
-SIZE (chocolate-doom-1.2.1.tar.gz) = 664600
+MD5 (chocolate-doom-1.4.0.tar.gz) = xrC7z3/aDmnYaFighgCjug==
+RMD160 (chocolate-doom-1.4.0.tar.gz) = vlVgh5rxgz3B+qHTUX/dYgAE4do=
+SHA1 (chocolate-doom-1.4.0.tar.gz) = 8gVn5VsfRVNBXEpK3UXz5dB8Gqw=
+SHA256 (chocolate-doom-1.4.0.tar.gz) = 
wOb5H991rDYT3vrhCw7vZqkpz3A1eTBqObgGZEZhqNM=
+SIZE (chocolate-doom-1.4.0.tar.gz) = 966186
Index: patches/patch-setup_Makefile_in
===
RCS file: /cvs/ports/games/chocolate-doom/patches/patch-setup_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-setup_Makefile_in
--- patches/patch-setup_Makefile_in 5 Jun 2009 22:27:29 -   1.2
+++ patches/patch-setup_Makefile_in 5 Aug 2010 01:14:40 -
@@ -1,12 +1,12 @@
-$OpenBSD: patch-setup_Makefile_in,v 1.2 2009/06/05 22:27:29 jasper Exp $
 setup/Makefile.in.orig Wed Dec 10 21:29:26 2008
-+++ setup/Makefile.in  Wed Dec 10 21:28:32 2008
-@@ -170,7 +170,7 @@ sysconfdir = @sysconfdir@
+$OpenBSD$
+--- setup/Makefile.in.orig Wed Aug  4 10:25:08 2010
 setup/Makefile.in  Wed Aug  4 10:25:48 2010
+@@ -177,7 +177,7 @@ sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
 -gamesdir = $(prefix)/games
 +gamesdir = $(prefix)/bin
- AM_CFLAGS = -I../textscreen -I../src -DINSTALL_DIR="\"$(gamesdir)\""
+ AM_CFLAGS = -I../textscreen -I../src @SDLMIXER_CFLAGS@
  SOURCE_FILES = \
  compatibility.c   compatibility.h   \
Index: patches/patch-src_Makefile_in
===
RCS file: /cvs/ports/games/chocolate-doom/patches/patch-src_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_Makefile_in
--- patches/patch-src_Makefile_in   5 Jun 2009 22:27:29 -   1.2
+++ patches/patch-src_Makefile_in   5 Aug 2010 01:14:40 -
@@ -1,12 +1,12 @@
-$OpenBSD: patch-src_Makefile_in,v 1.2 2009/06/05 22:27:29 jasper Exp $
 src/Makefile.in.orig   Wed Dec 10 21:27:14 2008
-+++ src/Makefile.inWed Dec 10 21:27:39 2008
-@@ -239,7 +239,7 @@ sysconfdir = @sysconfdir@
+$OpenBSD$
+--- src/Makefile.in.orig   Wed Aug  4 10:26:17 2010
 src/Makefile.inWed Aug  4 10:26:31 

Re: [patch] textproc/docbook port fix by removing examples.zip

2010-08-13 Thread Thomas de Grivel

On 08/13/10 15:10, Thomas de Grivel wrote:

Docbook port is broken by not finding a distfile.

This patch removes the examples.zip file from the docbook port, which is
missing from upstream.

Just removing it from DISTFILES fixed building. It does not seem to
break anything, please report any problem.


and here is the patch. Sorry...

--
Thomas de Grivel
http://www.lowh.net/
Index: Makefile
===
RCS file: /cvs/ports/textproc/docbook/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile20 Mar 2010 17:06:45 -  1.23
+++ Makefile13 Aug 2010 13:02:37 -
@@ -22,8 +22,7 @@ DISTFILES=sgml/2.4.1/docbk241.zip \
xml/4.1.2/docbkx412.zip \
xml/4.2/docbook-xml-4.2.zip \
xml/4.3/docbook-xml-4.3.zip \
-   xml/4.4/docbook-xml-4.4.zip \
-   examples.zip
+   xml/4.4/docbook-xml-4.4.zip
 
 # permission granted in dtd copyright notice
 PERMIT_PACKAGE_CDROM=  Yes


Re: broken hellanzb in current

2010-08-13 Thread Giovanni Bechis
On 08/13/10 13:30, Didier Wiroth wrote:
> Hello,
> I'm not a developer ... so sorry for simply informing rather than submitting 
> a patch ;-(.
> 
> /usr/ports/news/hellanzb is not working anymore in CURRENT since a few weeks 
> now.
> 
> Hellanzb gets compiled and can be installed but it doesn't run.
This patch (from Debian) should fix the problem.
 Cheers
  Giovanni
Index: Makefile
===
RCS file: /cvs/ports/news/hellanzb/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile24 Jul 2010 17:43:17 -  1.5
+++ Makefile13 Aug 2010 15:23:40 -
@@ -3,7 +3,7 @@
 COMMENT=   retrieve and process nzb-files
 
 DISTNAME=  hellanzb-0.13
-REVISION=  2
+REVISION=  3
 CATEGORIES=news
 
 HOMEPAGE=  http://www.hellanzb.com/trac/
Index: patches/patch-Hellanzb_HellaReactor_py
===
RCS file: patches/patch-Hellanzb_HellaReactor_py
diff -N patches/patch-Hellanzb_HellaReactor_py
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Hellanzb_HellaReactor_py  13 Aug 2010 15:23:40 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- Hellanzb/HellaReactor.py.orig  Fri Aug 13 17:17:25 2010
 Hellanzb/HellaReactor.py   Fri Aug 13 17:17:38 2010
+@@ -9,7 +9,7 @@ reactor system so it can catch signals, and shutdown h
+ import Hellanzb, sys, time
+ 
+ import twisted.copyright
+-if twisted.copyright.version >= '2.0.0':
++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= 
'10.0.0':
+ from twisted.internet.selectreactor import SelectReactor
+ from twisted.internet.selectreactor import _NO_FILENO
+ from twisted.internet.selectreactor import _NO_FILEDESC
Index: patches/patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py
===
RCS file: patches/patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py
diff -N patches/patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py  13 Aug 2010 15:23:40 
-
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- Hellanzb/HellaXMLRPC/HtPasswdAuth.py.orig  Fri Aug 13 17:16:54 2010
 Hellanzb/HellaXMLRPC/HtPasswdAuth.py   Fri Aug 13 17:17:06 2010
+@@ -13,7 +13,7 @@ from twisted.web import static
+ from twisted.web.resource import Resource
+ 
+ import twisted.copyright
+-if twisted.copyright.version >= '2.0.0':
++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= 
'10.0.0':
+ from twisted.web import http
+ else:
+ from twisted.protocols import http
Index: patches/patch-Hellanzb_HellaXMLRPC_xmlrpc_py
===
RCS file: patches/patch-Hellanzb_HellaXMLRPC_xmlrpc_py
diff -N patches/patch-Hellanzb_HellaXMLRPC_xmlrpc_py
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Hellanzb_HellaXMLRPC_xmlrpc_py13 Aug 2010 15:23:40 
-
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- Hellanzb/HellaXMLRPC/xmlrpc.py.origFri Aug 13 17:15:52 2010
 Hellanzb/HellaXMLRPC/xmlrpc.py Fri Aug 13 17:16:49 2010
+@@ -31,7 +31,7 @@ from twisted.internet import defer, protocol, reactor
+ from twisted.python import log, reflect
+ 
+ import twisted.copyright
+-if twisted.copyright.version >= '2.0.0':
++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= 
'10.0.0':
+ from twisted.web import http
+ else:
+ from twisted.protocols import http


Re: xxxterm 1.97

2010-08-13 Thread Marco Peereboom
It was pointed out to me I missed a file.  So here is the real 103.

One day I'll figure out the ports system...

Index: Makefile
===
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile25 Mar 2010 09:40:11 -  1.1
+++ Makefile13 Aug 2010 13:19:54 -
@@ -2,7 +2,7 @@
 
 COMMENT =  vi-like minimalists web browser
 
-DISTNAME = xxxterm-1.79
+DISTNAME = xxxterm-1.103
 
 CATEGORIES =   www
 
@@ -24,14 +24,15 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixb
 WANTLIB += glitz gmodule-2.0 gnutls gobject-2.0 gthread-2.0 gtk-x11-2.0
 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
 WANTLIB += pthread pthread-stubs soup-2.4 util xcb xml2 z
+WANTLIB += xcb-render xcb-render-util
 
 LIB_DEPENDS =  webkit-1.0::www/webkit

 MASTER_SITES = http://www.peereboom.us/xxxterm/snapshot/
 
 EXTRACT_SUFX = .tgz
-USE_X11 =  Yes
 
+USE_X11 =  Yes
 
 NO_REGRESS=Yes
 
Index: distinfo
===
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo25 Mar 2010 09:40:11 -  1.1
+++ distinfo13 Aug 2010 13:30:18 -
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.79.tgz) = 7e9JxAruIQwtOCQJEXmosA==
-RMD160 (xxxterm-1.79.tgz) = MT7RbKpmDKFAEyhXf0/1+JS75MQ=
-SHA1 (xxxterm-1.79.tgz) = R7+a9cVM+IU5ZkCOwyQLI0tpgKE=
-SHA256 (xxxterm-1.79.tgz) = fnEAB3O9me03wbJFzRZye0rgcsBwiA16cmzd/dDmXus=
-SIZE (xxxterm-1.79.tgz) = 19321
+MD5 (xxxterm-1.103.tgz) = N6WFv5XqnBQH1RrNJuzJPA==
+RMD160 (xxxterm-1.103.tgz) = yNjwA1+0U1t76N7shA814pLjBxk=
+SHA1 (xxxterm-1.103.tgz) = uLPLlltAFCv48rI46JCsLdLtbDU=
+SHA256 (xxxterm-1.103.tgz) = jpE4BAuzaXcbW0zDwxvmSi7xDMHJG9nZbiVP88EI7x0=
+SIZE (xxxterm-1.103.tgz) = 27854
Index: patches/patch-Makefile
===
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- patches/patch-Makefile  25 Mar 2010 09:40:11 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.1 2010/03/25 09:40:11 jasper Exp $
 Makefile.orig  Fri Mar  5 09:40:32 2010
-+++ Makefile   Fri Mar  5 09:41:07 2010
-@@ -10,8 +10,9 @@ LDADD= -l util
- LIBS+= gtk+-2.0
- LIBS+= webkit-1.0
- LIBS+= libsoup-2.4
--GTK!=pkg-config --cflags --libs $(LIBS)
--CFLAGS+=$(GTK) -Wall -pthread
--LDFLAGS+=$(GTK) -pthread
-+GTK_CF!=pkg-config --cflags $(LIBS)
-+GTK_LD!=pkg-config --cflags --libs $(LIBS)
-+CFLAGS+=$(GTK_CF) -Wall -pthread
-+LDFLAGS+=$(GTK_LD) -pthread
- 
- .include 



[patch] textproc/docbook port fix by removing examples.zip

2010-08-13 Thread Thomas de Grivel

Docbook port is broken by not finding a distfile.

This patch removes the examples.zip file from the docbook port, which is 
missing from upstream.


Just removing it from DISTFILES fixed building. It does not seem to 
break anything, please report any problem.


--
Thomas de Grivel
http://www.lowh.net/



broken hellanzb in current

2010-08-13 Thread Didier Wiroth
Hello,
I'm not a developer ... so sorry for simply informing rather than submitting a 
patch ;-(.

/usr/ports/news/hellanzb is not working anymore in CURRENT since a few weeks 
now.

Hellanzb gets compiled and can be installed but it doesn't run.
Here is the error message when running hellanzb:
$ hellanzb.py
/usr/local/lib/python2.5/site-packages/twisted/internet/default.py:15: 
DeprecationWarning: twisted.internet.default is deprecated. Use posixbase or 
selectreactor instead.
  warnings.warn("twisted.internet.default is deprecated. Use posixbase or 
selectreactor instead.", category=DeprecationWarning)
Traceback (most recent call last):
  File "/usr/local/bin/hellanzb.py", line 14, in 
from Hellanzb.Core import main
  File "/usr/local/lib/python2.5/site-packages/Hellanzb/Core.py", line 9, in 

from Hellanzb.HellaReactor import HellaReactor
  File "/usr/local/lib/python2.5/site-packages/Hellanzb/HellaReactor.py", line 
18, in 
from twisted.internet.default import _NO_FILENO
ImportError: cannot import name _NO_FILENO