Re: update textproc/py-docutils

2011-08-16 Thread Benoit Lecocq
> Hello,
>
> I seen a new version of docutils has been released, this is the diff to
> update.
>
> Are you ok ?
>
> Maintainer timed out.
>
> make regress works fine here.
>
> Cheers,
> Remi.
>

Hi,

Ok for me, works fine for me too.

Cheers,
benoit




Re: minitube 1.5

2011-08-16 Thread Paul Irofti
On Tue, Aug 16, 2011 at 07:31:53AM -0600, David Coppa wrote:
> 
> Hi,
> 
> Resubmitting now that the tree is unlocked.
> 
> The following diff updates minitube to its latest version (1.5).
> I've also added a patch to remove the check for new versions, 
> which is useless in a package.

I like that (checking for updates), specially as the lazy maintainer that I am.

So please leave that in.

> OK?

I had an update for this as well. I think some of the patches didn't
apply cleanly for me. I'll have to retest it tommorow.

> 
> ciao,
> David
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/minitube/Makefile,v
> retrieving revision 1.12
> diff -u -p -r1.12 Makefile
> --- Makefile  17 May 2011 11:33:46 -  1.12
> +++ Makefile  16 Aug 2011 13:14:45 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =standalone YouTube.com video browser/player
>  
> -DISTNAME =   minitube-1.4.3
> +DISTNAME =   minitube-1.5
>  CATEGORIES = www multimedia
>  
>  HOMEPAGE =   http://flavio.tordini.org/minitube
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/minitube/distinfo,v
> retrieving revision 1.8
> diff -u -p -r1.8 distinfo
> --- distinfo  17 May 2011 11:33:46 -  1.8
> +++ distinfo  16 Aug 2011 13:14:45 -
> @@ -1,5 +1,5 @@
> -MD5 (minitube-1.4.3.tar.gz) = lREqiEl8awD7E/qpmAhqMg==
> -RMD160 (minitube-1.4.3.tar.gz) = lrvXCLdjajJlf84SPDxhnv7yjl8=
> -SHA1 (minitube-1.4.3.tar.gz) = DGg47XKCpK5985XrzcpQeuvjfiA=
> -SHA256 (minitube-1.4.3.tar.gz) = 8j1y1MZ107ttfZhgB+3ume/2NnBYDjx6ZEQhkZmJqgk=
> -SIZE (minitube-1.4.3.tar.gz) = 498652
> +MD5 (minitube-1.5.tar.gz) = J5Ke3q9oxQYqjC+3t0AwFg==
> +RMD160 (minitube-1.5.tar.gz) = NnLZ4rU8zzhqE54aXWpRM6HZzLw=
> +SHA1 (minitube-1.5.tar.gz) = zyroXvS2DOZ0lu6+QSv/4BDrHVQ=
> +SHA256 (minitube-1.5.tar.gz) = 3ZgwG4eM1AgTD2d7fGnEm5aWKfFc3+EOATIZd0E6Osk=
> +SIZE (minitube-1.5.tar.gz) = 516313
> Index: patches/patch-src_MainWindow_cpp
> ===
> RCS file: /cvs/ports/www/minitube/patches/patch-src_MainWindow_cpp,v
> retrieving revision 1.5
> diff -u -p -r1.5 patch-src_MainWindow_cpp
> --- patches/patch-src_MainWindow_cpp  19 Mar 2011 14:38:44 -  1.5
> +++ patches/patch-src_MainWindow_cpp  16 Aug 2011 13:14:45 -
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-src_MainWindow_cpp,v 1.5 2011/03/19 14:38:44 rpointel Exp $
>  src/MainWindow.cpp.orig  Thu Mar 17 00:07:11 2011
> -+++ src/MainWindow.cpp   Thu Mar 17 18:31:39 2011
> -@@ -594,7 +594,9 @@ void MainWindow::visitSite() {
> +--- src/MainWindow.cpp.orig  Fri Aug  5 21:26:28 2011
>  src/MainWindow.cpp   Sat Aug  6 15:22:41 2011
> +@@ -606,7 +606,9 @@ void MainWindow::visitSite() {
>   }
>   
>   void MainWindow::donate() {
> Index: patches/patch-src_SearchView_cpp
> ===
> RCS file: patches/patch-src_SearchView_cpp
> diff -N patches/patch-src_SearchView_cpp
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-src_SearchView_cpp  16 Aug 2011 13:14:45 -
> @@ -0,0 +1,17 @@
> +$OpenBSD$
> +
> +Disable checking for new versions at startup
> +
> +--- src/SearchView.cpp.orig  Sat Aug  6 15:25:30 2011
>  src/SearchView.cpp   Sat Aug  6 15:25:56 2011
> +@@ -180,10 +180,6 @@ SearchView::SearchView(QWidget *parent) : QWidget(pare
> + 
> + updateChecker = 0;
> + 
> +-#ifndef APP_MAC_STORE
> +-checkForUpdate();
> +-#endif
> +-
> + }
> + 
> + void SearchView::updateRecentKeywords() {
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/minitube/pkg/PLIST,v
> retrieving revision 1.7
> diff -u -p -r1.7 PLIST
> --- pkg/PLIST 17 May 2011 11:33:46 -  1.7
> +++ pkg/PLIST 16 Aug 2011 13:14:45 -
> @@ -36,6 +36,7 @@ share/minitube/locale/bg.qm
>  share/minitube/locale/bg_BG.qm
>  share/minitube/locale/ca_ES.qm
>  share/minitube/locale/cs_CZ.qm
> +share/minitube/locale/da.qm
>  share/minitube/locale/de_DE.qm
>  share/minitube/locale/el.qm
>  share/minitube/locale/el_GR.qm
> @@ -43,6 +44,7 @@ share/minitube/locale/en_US.qm
>  share/minitube/locale/es.qm
>  share/minitube/locale/es_AR.qm
>  share/minitube/locale/es_ES.qm
> +share/minitube/locale/fa.qm
>  share/minitube/locale/fi.qm
>  share/minitube/locale/fi_FI.qm
>  share/minitube/locale/fr_FR.qm
> @@ -50,12 +52,15 @@ share/minitube/locale/gl.qm
>  share/minitube/locale/he_IL.qm
>  share/minitube/locale/hr.qm
>  share/minitube/locale/hr_HR.qm
> +share/minitube/locale/hu.qm
>  share/minitube/locale/hu_HU.qm
> +share/minitube/locale/ia.qm
>  share/minitube/locale/id.qm
>  share/minitube/locale/id_ID.qm
>  share/minitube/locale/it_IT.qm
>  share/minitube/locale/ja_JP.qm
>  share/minitube/locale/jv.qm
> +share/minitube/locale/km.qm
>  share/minitube/locale/lv.qm
>  share/minitube/locale/nb_NO.qm
>  share/minitube/locale/nl.qm
> @@ -66,9 +71,11 @@

Bitcoind port for OpenBSD 4.9 Sparc64

2011-08-16 Thread D Robson
Feel free to skip to the good stuff. First, I want to thank Pascal Stumpf, Ted 
Unangst, and Remi Pointel for replying to my last message.

P. Stumpf included a port of bitcoind to OpenBSD, but it did not compile on my 
Sparc64 machine because it included Intel's SSE2 ( -DFOURWAYSSE2 ). 


T. Unangst and R. Pointel both pointed out obvious and helpful facts.

Ld was unable to find  boost_system-mt or any other boost lib because they had 
a different name. So boost_system-mt became boost_system-gcc42-mt for all the 
boost libs.

Now i have a problem with Boost's code 

---THE GOOD STUFF---

# gmake -f Makefile2 bitcoind
g++ -c -O2 -fstack-protector -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ 
-D__WXGTK__ -DNOPCH -DUSE_SSL -D__BSD__ -I"/home/root2/bitcoind/deps/include" 
-I"/home/root2/bitcoind/deps/include/boost-1_37" 
-L"/home/root2/bitcoind/deps/lib"  -o obj/nogui/rpc.o rpc.cpp
In file included from 
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/context_service.hpp:30,
 from 
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/context.hpp:22,
 from 
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl.hpp:19,
 from rpc.cpp:12:
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:
 In member function 'void 
boost::asio::ssl::detail::openssl_context_service::create(SSL_CTX*&, 
boost::asio::ssl::context_base::method)':
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:74:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:77:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:80:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:83:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:86:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:89:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:92:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:95:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:98:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:101:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:104:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
/home/root2/bitcoind/deps/include/boost-1_37/boost/asio/ssl/detail/openssl_context_service.hpp:107:
 error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
gmake: *** [obj/nogui/rpc.o] Error 1


Here is a snip-it from the offending file:74:

  void create(impl_type& impl, context_base::method m)
  {
    ::SSL_METHOD* ssl_method = 0;
    switch (m)
    {
    case context_base::sslv2:
  ssl_method = ::SSLv2_method();
  break;
    case context_base::sslv2_client:
  ssl_method = ::SSLv2_client_method();
  break;
    case context_base::sslv2_server:
  ssl_method = ::SSLv2_server_method();
  break;




Again, any help is appreciated!




#
 


Re: strange X problem after Aug11 snapshot

2011-08-16 Thread David Coppa
On Tue, Aug 16, 2011 at 4:54 PM, Thomas Pfaff  wrote:

> dsp told me he had rebuilt devel/sdl with three patches removed and
> this made the problem go away.  I did what he did and it solved the
> problem for me too (amd64 Aug 7 snapshot -- dmesg in previous post).
>
> The patches removed are patch-src_video_x11_SDL_x11{sym_h,video_[ch]}
> They're the latest patches in the port dated 2011/05/13 and deal with
> XRandR and VidMode.

Yes, it's a patch that was added to have working brightness regulation
with openarena.

I confirm the buggy behaviour with 'mplayer -vo sdl' on amd64 and that
removing those patches fixes the issue.

> Thinking back a few snapshots I believe it was around this time that
> I first saw ffplay fail in this way, but I made no real notice about
> it since I rarely use it and xine and mplayer worked fine anyway.
>
> Thanks to dsp for sharing.  Now I can play with qemu again ;-)

Thanks.
I think that commit should be reverted...

Ciao,
David



Re: UPDATE apcupsd-3.14.8->3.14.9

2011-08-16 Thread Kirill Bychkov
Hi. This is an update to latest version with the fix of -cgi MESSAGE, patch
from Ingo Schwarze, which fixes apcupsd.conf manual and removes groff
dependency, addition of rc script, enabled test driver and removed broken snmp
flavor.

Tested on amd64. OK?

Index: Makefile
=== RCS file:
/cvs/ports/sysutils/apcupsd/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile14 May 2011 21:29:03 -  1.11
+++ Makefile25 Jul 2011 06:16:02 -
@@ -4,12 +4,10 @@ COMMENT-main =daemon for controlling A
 COMMENT-cgi =  CGI scripts for web monitoring
 COMMENT-x11 =  gapcmon - GUI for apcupsd

-DISTNAME = apcupsd-3.14.8
+DISTNAME = apcupsd-3.14.9
 PKGNAME-main = ${DISTNAME}
-REVISION-main =2
 PKGNAME-cgi =  ${DISTNAME:S/-/-cgi-/}
 PKGNAME-x11 =  ${DISTNAME:S/-/-x11-/}
-REVISION-x11 = 2

 CATEGORIES =   sysutils

@@ -31,7 +29,6 @@ MASTER_SITES =${MASTER_SITE_SOURCEFORG

 CONFIGURE_STYLE =  gnu old # old prevents overriding sysconfdir
 USE_GMAKE =Yes
-USE_GROFF =Yes
 MAKE_FLAGS =   VERBOSE=2

 WEB_ROOT = /var/www
@@ -44,10 +41,10 @@ CONFIGURE_ARGS =--mandir=${PREFIX}/man
--with-cgi-bin=${WEB_ROOT}/cgi-bin/apcupsd \
--with-lock-dir=/var/run \
--with-nisip=127.0.0.1 \
+   --enable-test \
--enable-usb

 PSEUDO_FLAVORS =   no_x11
-FLAVORS =  snmp
 FLAVOR ?=

 MULTI_PACKAGES =   -main
@@ -75,12 +72,6 @@ WANTLIB-x11 += gmodule-2.0 gobject-2.0 g
 WANTLIB-x11 += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB-x11 += pthread-stubs xcb-render xcb z ${WANTLIB} c pthread
WANTLIB-x11 += GL X11-xcb Xxf86vm drm xcb-shm
-.endif
-
-.if ${FLAVOR:L:Msnmp}
-CONFIGURE_ARGS +=  --enable-net-snmp
-LIB_DEPENDS-main +=net/net-snmp
-WANTLIB-main = ${WANTLIB} crypto netsnmp
 .endif

 FAKE_FLAGS =   sysconfdir=${TRUEPREFIX}/share/examples/apcupsd/etc
Index: distinfo
=== RCS file:
/cvs/ports/sysutils/apcupsd/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo25 May 2010 21:56:33 -  1.1.1.1
+++ distinfo25 Jul 2011 06:16:02 -
@@ -1,5 +1,5 @@
-MD5 (apcupsd-3.14.8.tar.gz) = zRfwqQPcIiDlXtVOJCNZ0g==
-RMD160 (apcupsd-3.14.8.tar.gz) = 9kJYLgFQbruYbBbfAUKea7CMfos=
-SHA1 (apcupsd-3.14.8.tar.gz) = y3p7QBeX4SnJKmuNwr97GTsdbHI=
-SHA256 (apcupsd-3.14.8.tar.gz) = jn8ldNOrr2Y32j55CGDD+bpk+rHsflC7CA3kQ5RBxac=
-SIZE (apcupsd-3.14.8.tar.gz) = 1317601
+MD5 (apcupsd-3.14.9.tar.gz) = ql4sKVSoHC8H4KNW44/oUw==
+RMD160 (apcupsd-3.14.9.tar.gz) = vhozuFx5D8O8YrqzcKYtAU2/Clc=
+SHA1 (apcupsd-3.14.9.tar.gz) = Hp6KBU8XxVTAR+wdezY9NVUwWLw=
+SHA256 (apcupsd-3.14.9.tar.gz) = AEHwCy5igFbmaNtymNCvCtUB/hJ+DFw0TuyYc6CYipI=
+SIZE (apcupsd-3.14.9.tar.gz) = 1334762
Index: patches/patch-doc_apcupsd_conf_5
=== RCS file:
patches/patch-doc_apcupsd_conf_5
diff -N patches/patch-doc_apcupsd_conf_5
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-doc_apcupsd_conf_525 Jul 2011 06:16:02 -
@@ -0,0 +1,17 @@
+$OpenBSD$
+--- doc/apcupsd.conf.5.origWed May  6 01:51:26 2009
 doc/apcupsd.conf.5 Mon Jul 25 10:10:31 2011
+@@ -1,5 +1,4 @@
+ .\" manual page [] for apcupsd.conf version 3.14.6
+-.Pp
+ .Dd January 10, 2009
+ .Dt APCUPSD.CONF 5
+ .Os apcupsd.conf v3.14.6
+@@ -82,7 +81,6 @@ for most situations.
+ apcupsd creates a lockfile for the serial or USB port in the specified +
directory.  It must be changed when running more than one copy of apcupsd + on
the same computer to control multiple UPSes.
+-
+ .It SCRIPTDIR 
+ .Pp
+ Directory in which apccontrol and event scripts are located.
Index: patches/patch-src_apcupsd_c
=== RCS file:
patches/patch-src_apcupsd_c
diff -N patches/patch-src_apcupsd_c
--- patches/patch-src_apcupsd_c 25 May 2010 21:56:33 -  1.1.1.1 +++
/dev/null   1 Jan 1970 00:00:00 -
@@ -1,83 +0,0 @@
-$OpenBSD: patch-src_apcupsd_c,v 1.1.1.1 2010/05/25 21:56:33 sthen Exp $ 
src/apcupsd.c.orig  Tue May 18 02:07:50 2010
-+++ src/apcupsd.c  Tue May 18 02:20:02 2010
-@@ -68,9 +68,10 @@ UPSINFO *core_ups = NULL;
-
- static void daemon_start(void);
-
--int shm_OK = 0;
-+int pidcreated = 0;
- extern int kill_on_powerfail;
- extern FILE *trace_fd;
-+extern char *pidfile;
-
- /*
-  * The terminate function and trapping signals allows apcupsd
-@@ -91,11 +92,10 @@ void apcupsd_terminate(int sig)
-   log_event(ups, LOG_WARNING, _("apcupsd exiting, signal %u\n"), sig); -
-clear_files();
--
-device_close(ups);
--
-delete_lockfile(ups);
--
-+   if (pidcreated)
-

Firefox/Thunderbird 6.0 + Seamonkey 2.3

2011-08-16 Thread Landry Breuil
Hi,

firefox 6.0, thunderbird 6.0 and seamonkey 2.3 were releases today,
so here are the corresponding updates to the portstree.

grab the ports at the usual location :
cd /usr/ports/mystuff/www
git clone -b ffx-6 http://rhaalovely.net/git/mozilla-firefox
git clone -b sm-2.3 http://rhaalovely.net/git/seamonkey
cd /usr/ports/mystuff/mail
git clone -b tb-6 http://rhaalovely.net/git/mozilla-thunderbird

That requires the nss/nspr updates i posted earlier (or at least
nss 3.12.10/nspr 4.8.8)

And as usual, find somewhat -current packages in the repos :
http://rhaalovely.net/stuff/amd64 & http://rhaalovely.net/stuff/i386 &
http://rhaalovely.net/stuff/powerpc

Feedback welcomed. The corresponding -i18n parts are being worked on,
along fennec 6.0.

Landry



Re: Bitcoind port for OpenBSD 4.9 Sparc64

2011-08-16 Thread Remi Pointel
On Tue, 16 Aug 2011 09:58:06 -0700 (PDT)
D Robson  wrote:
> Hi all,
> I have managed compiling bitcoind with gmake, but it is failing at the 
> linking stage. Any assistance is greatly appreciated. 
> # gmake -f Makefile2 bitcoind
> g++ -O2 -fstack-protector -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ 
> -D__WXGTK__ -DNOPCH -DUSE_SSL -D__BSD__ -I"/home/root2/bitcoind/deps/include" 
> -I"/usr/local/lib/wx/include/gtk2-unicode-release-2.9" 
> -I"/usr/local/include/db47" -I"/usr/local/include" -L"/usr/local/lib/db47" 
> -L"/home/root2/bitcoind/deps/lib" -L"/usr/lib" -o bitcoind obj/nogui/util.o 
> obj/nogui/script.o obj/nogui/db.o obj/nogui/net.o obj/nogui/irc.o 
> obj/nogui/main.o obj/nogui/rpc.o obj/nogui/init.o cryptopp/obj/sha.o 
> cryptopp/obj/cpu.o obj/sha256.o -dead-strip -l boost_system-mt -l 
> boost_filesystem-mt -l boost_program_options-mt -l boost_thread-mt -l db_cxx 
> -l ssl -l crypto -Wl,-Bdynamic -l z -l pthread
> /usr/bin/ld: cannot find -lboost_system-mt
> collect2: ld returned 1 exit status
> gmake: *** [bitcoind] Error 1
> #

Hello,

It seems that -L/usr/local/lib is missing.

Cheers,

Remi.



Re: Bitcoind port for OpenBSD 4.9 Sparc64

2011-08-16 Thread Ted Unangst
On Tue, Aug 16, 2011, D Robson wrote:
> Hi all,
> I have managed compiling bitcoind with gmake, but it is failing at the
> linking stage. Any assistance is greatly appreciated.
> # gmake -f Makefile2 bitcoind
> g++ -O2 -fstack-protector -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__
> -D__WXGTK__ -DNOPCH -DUSE_SSL -D__BSD__
> -I"/home/root2/bitcoind/deps/include"
> -I"/usr/local/lib/wx/include/gtk2-unicode-release-2.9"
> -I"/usr/local/include/db47" -I"/usr/local/include" -L"/usr/local/lib/db47"
> -L"/home/root2/bitcoind/deps/lib" -L"/usr/lib" -o bitcoind
> obj/nogui/util.o obj/nogui/script.o obj/nogui/db.o obj/nogui/net.o
> obj/nogui/irc.o obj/nogui/main.o obj/nogui/rpc.o obj/nogui/init.o
> cryptopp/obj/sha.o cryptopp/obj/cpu.o obj/sha256.o -dead-strip -l
> boost_system-mt -l boost_filesystem-mt -l boost_program_options-mt -l
> boost_thread-mt -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l pthread
> /usr/bin/ld: cannot find -lboost_system-mt
> collect2: ld returned 1 exit status
> gmake: *** [bitcoind] Error 1
> #
> 
> 
> See this thread for more details:
> 
> https://bitcointalk.org/index.php?topic=35246.0
> 
> Even if you don't know exactly whats going wrong, could you tell me how to
> get more info from ld?

You don't really need any more info.  It's trying to link with a library
and didn't find it.  It looks like you're missing -L/usr/local/lib, but
that will only work if you have the boost libraries installed there.



Re: Bitcoind port for OpenBSD 4.9 Sparc64

2011-08-16 Thread Pascal Stumpf
On Tue, Aug 16, 2011 at 09:58:06AM -0700, D Robson wrote:
> Hi all,
> I have managed compiling bitcoind with gmake, but it is failing at the 
> linking stage. Any assistance is greatly appreciated. 
> # gmake -f Makefile2 bitcoind
> g++ -O2 -fstack-protector -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ 
> -D__WXGTK__ -DNOPCH -DUSE_SSL -D__BSD__ -I"/home/root2/bitcoind/deps/include" 
> -I"/usr/local/lib/wx/include/gtk2-unicode-release-2.9" 
> -I"/usr/local/include/db47" -I"/usr/local/include" -L"/usr/local/lib/db47" 
> -L"/home/root2/bitcoind/deps/lib" -L"/usr/lib" -o bitcoind obj/nogui/util.o 
> obj/nogui/script.o obj/nogui/db.o obj/nogui/net.o obj/nogui/irc.o 
> obj/nogui/main.o obj/nogui/rpc.o obj/nogui/init.o cryptopp/obj/sha.o 
> cryptopp/obj/cpu.o obj/sha256.o -dead-strip -l boost_system-mt -l 
> boost_filesystem-mt -l boost_program_options-mt -l boost_thread-mt -l db_cxx 
> -l ssl -l crypto -Wl,-Bdynamic -l z -l pthread
> /usr/bin/ld: cannot find -lboost_system-mt
> collect2: ld returned 1 exit status
> gmake: *** [bitcoind] Error 1
> #
> 
> 
> See this thread for more details:
> 
> https://bitcointalk.org/index.php?topic=35246.0
> 
> Even if you don't know exactly whats going wrong, could you tell me how to 
> get more info from ld?
> 
> Thanks
> 
> 

I've made a port for bitcoin some time ago (but didn't submit it because
it seems rather pointless without OpenCL). The Makefile needs some
patching to make linking succeed on OpenBSD. Feel free to start off from
my port and update to a newer version.

Currently, only the CLI is functional because the GUI requires wxWidgets
2.9.

Oh, and here's also a port of miniupnpc to allow for use of UPnP for
peer discovery.


bitcoin.tgz
Description: application/tar-gz


miniupnpc.tgz
Description: application/tar-gz


update enlightenment 1.0.7 ==> 1.0.9

2011-08-16 Thread Amit Kulkarni
Hi,
I can take maintainer of this package, if current maintainer agrees or 
time-out.

thanks

Index: Makefile
===
RCS file: /cvs/ports/x11/enlightenment/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile27 Apr 2011 11:57:02 -  1.54
+++ Makefile16 Aug 2011 18:03:25 -
@@ -2,8 +2,8 @@
 
 COMMENT=   themed window manager
 
-DISTNAME=  e16-1.0.7
-PKGNAME=   enlightenment-1.0.7
+DISTNAME=  e16-1.0.9
+PKGNAME=   enlightenment-1.0.9
 DOCS=  e16-docs-0.16.8.0.2
 THEMES=e16-themes-1.0.1
 
Index: distinfo
===
RCS file: /cvs/ports/x11/enlightenment/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo27 Apr 2011 11:57:02 -  1.8
+++ distinfo16 Aug 2011 18:03:25 -
@@ -1,15 +1,15 @@
-MD5 (e16-1.0.7.tar.gz) = wFlOms5pSX9atrg42sjtbw==
+MD5 (e16-1.0.9.tar.gz) = rYUEQ2bv5ky2f0qOSaN/hA==
 MD5 (e16-docs-0.16.8.0.2.tar.gz) = Rrzcxc2tdhWZI2cc/OqT+Q==
 MD5 (e16-themes-1.0.1.tar.gz) = u9nP2WlhDCnHYnwroc4wlA==
-RMD160 (e16-1.0.7.tar.gz) = fenRPR0ODYMTUBvdNVuuhVlU8No=
+RMD160 (e16-1.0.9.tar.gz) = fArKZHFdlTH+nEqn5mOjxGR0a3M=
 RMD160 (e16-docs-0.16.8.0.2.tar.gz) = JG+fxW/WnNFItRj2sxdlVC5ig6c=
 RMD160 (e16-themes-1.0.1.tar.gz) = GcWaZ5wFt4+8/zQllnIOSWV+Puo=
-SHA1 (e16-1.0.7.tar.gz) = aaOMaPaAd4w2iaQ2m/y9uQfPyKY=
+SHA1 (e16-1.0.9.tar.gz) = l5KQkLXWb6KAZ7IbF/SM7eofgbs=
 SHA1 (e16-docs-0.16.8.0.2.tar.gz) = dznXT6yb88j1/jhYyJdFBImSCi4=
 SHA1 (e16-themes-1.0.1.tar.gz) = rjTi3xKUGYeVc2v5U79pWrqTtxA=
-SHA256 (e16-1.0.7.tar.gz) = 02z1fkElsXNgim9Mv6U9kfWfBHV5/mpAk5h0KTz+cbw=
+SHA256 (e16-1.0.9.tar.gz) = 1DWECkpCnLIvJB14iegoJwYfbvXM2bvIcgr1He4FPSc=
 SHA256 (e16-docs-0.16.8.0.2.tar.gz) = 
uNjgyvRZMc5nL6UIipY2hVM6Zamoz+7hUjnZbzuRWT8=
 SHA256 (e16-themes-1.0.1.tar.gz) = M85IxdVlGuOl1WdD9od1zLdj661wMG669+FiWHlAyGU=
-SIZE (e16-1.0.7.tar.gz) = 2223518
+SIZE (e16-1.0.9.tar.gz) = 2256543
 SIZE (e16-docs-0.16.8.0.2.tar.gz) = 1655229
 SIZE (e16-themes-1.0.1.tar.gz) = 8249438
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/enlightenment/pkg/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- pkg/PLIST   27 Apr 2011 11:57:02 -  1.13
+++ pkg/PLIST   16 Aug 2011 18:03:26 -
@@ -7,7 +7,6 @@
 bin/starte16
 lib/e16/
 @man man/man1/e16.1
-share/applications/
 share/applications/e16.desktop
 share/doc/e16/
 share/doc/e16/e16.html
@@ -100,10 +99,6 @@
 share/e16/misc/Xclients.e16-kde.sh
 share/e16/misc/Xclients.e16.sh
 share/e16/misc/e16-dbus-cmd
-share/e16/misc/e16-gnome.desktop
-share/e16/misc/e16-kde.desktop
-share/e16/misc/e16.desktop
-share/e16/misc/e16.desktop-app
 share/e16/misc/starte16
 share/e16/misc/starte16-gnome
 share/e16/misc/starte16-kde
@@ -2770,6 +2765,9 @@
 share/e16/themes/winter/tooltips/images/clear.png
 share/e16/themes/winter/tooltips/images/tooltipbg.png
 share/e16/themes/winter/tooltips/tooltips.cfg
+share/gnome-session/
+share/gnome-session/sessions/
+share/gnome-session/sessions/e16-gnome.session
 share/locale/ar/
 share/locale/ar/LC_MESSAGES/
 share/locale/ar/LC_MESSAGES/e16.mo
@@ -2808,9 +2806,13 @@
 share/locale/tr/LC_MESSAGES/e16.mo
 share/locale/uk/LC_MESSAGES/e16.mo
 share/locale/zh_CN/LC_MESSAGES/e16.mo
-@comment share/xsessions/
 @comment share/xsessions/e16-gnome.desktop
 @comment share/xsessions/e16-kde.desktop
 @comment share/xsessions/e16.desktop
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@comment share/xsessions/
+share/xsessions/e16-gnome2-session.desktop
+share/xsessions/e16-gnome3-session.desktop
+share/xsessions/e16-kde-session.desktop
+share/xsessions/e16-session.desktop



Bitcoind port for OpenBSD 4.9 Sparc64

2011-08-16 Thread D Robson
Hi all,
I have managed compiling bitcoind with gmake, but it is failing at the linking 
stage. Any assistance is greatly appreciated. 
# gmake -f Makefile2 bitcoind
g++ -O2 -fstack-protector -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ 
-D__WXGTK__ -DNOPCH -DUSE_SSL -D__BSD__ -I"/home/root2/bitcoind/deps/include" 
-I"/usr/local/lib/wx/include/gtk2-unicode-release-2.9" 
-I"/usr/local/include/db47" -I"/usr/local/include" -L"/usr/local/lib/db47" 
-L"/home/root2/bitcoind/deps/lib" -L"/usr/lib" -o bitcoind obj/nogui/util.o 
obj/nogui/script.o obj/nogui/db.o obj/nogui/net.o obj/nogui/irc.o 
obj/nogui/main.o obj/nogui/rpc.o obj/nogui/init.o cryptopp/obj/sha.o 
cryptopp/obj/cpu.o obj/sha256.o -dead-strip -l boost_system-mt -l 
boost_filesystem-mt -l boost_program_options-mt -l boost_thread-mt -l db_cxx -l 
ssl -l crypto -Wl,-Bdynamic -l z -l pthread
/usr/bin/ld: cannot find -lboost_system-mt
collect2: ld returned 1 exit status
gmake: *** [bitcoind] Error 1
#


See this thread for more details:

https://bitcointalk.org/index.php?topic=35246.0

Even if you don't know exactly whats going wrong, could you tell me how to get 
more info from ld?

Thanks


swi-prolog fails to package if bash is installed (?)

2011-08-16 Thread Edd Barrett
Hi,

Thanks to naddy for sending me a build log so I could figure this out.
My window manager (awesome) was updated to include bash as a RUN_DEPEND.
When I updated my system, swi-prolog failed to package.

If bash is installed swi-prolog seems to fail like this, naddy is saying he
cannot reproduce this, so I would be interested to know if anyone else
can reproduce this:

===>  Building package for swi-prolog-5.10.4p2
Create /usr/ports/packages/amd64/all/swi-prolog-5.10.4p2.tgz
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/man/index.obj
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/contrib/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/contrib/rubik/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/dialog/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/doc/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/draw/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/http/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/plot/README
 does not exist
Error: 
/usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/lib/swipl-5.10.4/xpce-6.6.66/prolog/lib/trace/README
 does not exist
checksumming|**|100%Can't
 read /usr/obj/swi-prolog-5.10.4/fake-amd64/usr/local/man/man1/xpce-client.1 at 
/usr/libdata/perl5/OpenBSD/PackingElement.pm line 570.
*** Error code 1

I'm using the 11th Aug snapshot on amd64.

Cheers

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



update textproc/py-docutils

2011-08-16 Thread Remi Pointel
Hello,

I seen a new version of docutils has been released, this is the diff to update.

Are you ok ?

Maintainer timed out.

make regress works fine here.

Cheers,
Remi.
Index: Makefile
===
RCS file: /cvs/ports/textproc/py-docutils/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile8 Jun 2011 18:09:58 -   1.11
+++ Makefile25 Jul 2011 12:40:05 -
@@ -2,10 +2,9 @@
 
 COMMENT =  process plaintext documentation into other formats
 
-MODPY_EGG_VERSION = 0.7
+MODPY_EGG_VERSION = 0.8
 DISTNAME = docutils-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION=  0
 CATEGORIES =   textproc
 
 MAINTAINER =   Ben Lovett 
@@ -23,7 +22,7 @@ MASTER_SITES =${MASTER_SITE_SOURCEFORGE
 MODULES =  lang/python
 
 pre-build:
-.for file in 2html 2s5 2latex 2newlatex 2man 2xml 2pseudoxml pep2html 2odt 
2odt_prepstyles
+.for file in 2html 2s5 2latex 2xetex 2man 2xml 2pseudoxml 2odt 2odt_prepstyles 
pep2html
@mv ${WRKSRC}/tools/rst${file}{.py,}
 .endfor
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/py-docutils/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo24 Oct 2010 10:45:31 -  1.5
+++ distinfo25 Jul 2011 12:40:05 -
@@ -1,5 +1,5 @@
-MD5 (docutils-0.7.tar.gz) = muxxa68V0GtapXz41VkcFQ==
-RMD160 (docutils-0.7.tar.gz) = c8gyhgQFw8umVckqrMzKFYLI+QU=
-SHA1 (docutils-0.7.tar.gz) = 6CmI+CaETvjYvyj6KGoZ3iETSc0=
-SHA256 (docutils-0.7.tar.gz) = zY3I4TGBOvn08ZY/cZYRzM8jdJ3PcD+US7SsQ0OT6gM=
-SIZE (docutils-0.7.tar.gz) = 1404131
+MD5 (docutils-0.8.tar.gz) = 9XR0tpv78OtghwahBPkt2g==
+RMD160 (docutils-0.8.tar.gz) = 3S2IH4jD/XlgwKaJGNYv93J80IY=
+SHA1 (docutils-0.8.tar.gz) = /3vbg06Yp2AQi57rhOhsk7hY2U4=
+SHA256 (docutils-0.8.tar.gz) = SuyT1cPgDFaSN1HrlA3dSULBkTZ+Rm9cd8/dSanKy/Q=
+SIZE (docutils-0.8.tar.gz) = 1498546
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/textproc/py-docutils/patches/patch-setup_py,v
retrieving revision 1.4
diff -u -p -r1.4 patch-setup_py
--- patches/patch-setup_py  24 Oct 2010 10:45:31 -  1.4
+++ patches/patch-setup_py  25 Jul 2011 12:40:05 -
@@ -1,24 +1,25 @@
 $OpenBSD: patch-setup_py,v 1.4 2010/10/24 10:45:31 robert Exp $
 setup.py.orig  Sun Oct 24 12:32:19 2010
-+++ setup.py   Sun Oct 24 12:34:03 2010
-@@ -162,16 +162,16 @@ what-you-see-is-what-you-get plaintext markup syntax."
+--- setup.py.orig  Mon Jun 27 13:38:56 2011
 setup.py   Mon Jul 25 14:30:41 2011
+@@ -166,17 +166,17 @@
   ['docutils/writers/odf_odt/styles.odt']),
   ]
 + s5_theme_files),
 -'scripts' : ['tools/rst2html.py',
 - 'tools/rst2s5.py',
 - 'tools/rst2latex.py',
-- 'tools/rst2newlatex.py',
++'scripts' : ['tools/rst2html',
++ 'tools/rst2s5',
++ 'tools/rst2latex',
+  # 'tools/rst2newlatex.py',
+- 'tools/rst2xetex.py',
 - 'tools/rst2man.py',
 - 'tools/rst2xml.py',
 - 'tools/rst2pseudoxml.py',
 - 'tools/rstpep2html.py',
 - 'tools/rst2odt.py',
 - 'tools/rst2odt_prepstyles.py',
-+'scripts' : ['tools/rst2html',
-+ 'tools/rst2s5',
-+ 'tools/rst2latex',
-+ 'tools/rst2newlatex',
++ 'tools/rst2xetex',
 + 'tools/rst2man',
 + 'tools/rst2xml',
 + 'tools/rst2pseudoxml',
@@ -28,7 +29,7 @@ $OpenBSD: patch-setup_py,v 1.4 2010/10/2
   ],}
  """Distutils setup parameters."""
  
-@@ -212,6 +212,8 @@ List of (module name, minimum __version__ string, [att
+@@ -217,6 +217,8 @@
  def get_extras():
  extras = []
  for module_name, version, attributes in extra_modules:
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/py-docutils/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   24 Oct 2010 10:45:31 -  1.4
+++ pkg/PLIST   25 Jul 2011 12:40:05 -
@@ -2,11 +2,11 @@
 bin/rst2html
 bin/rst2latex
 bin/rst2man
-bin/rst2newlatex
 bin/rst2odt
 bin/rst2odt_prepstyles
 bin/rst2pseudoxml
 bin/rst2s5
+bin/rst2xetex
 bin/rst2xml
 bin/rstpep2html
 lib/python${MODPY_VERSION}/site-packages/docutils/
@@ -19,6 +19,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/docutils/_string_template_compat.pyc
 lib/python${MODPY_VERSION}/site-packages/docutils/core.py
 lib/python${MODPY_VERSION}/site-packages/docutils/core.pyc
+lib/python${MODPY_VERSION}/site-packages/docutils/error_reporting.py
+lib/python${MODPY_VERSION}/site-packages/docutils/error_reporting.pyc
 lib/python${MODPY_VERSION}/site-

Update cad/openscad to 2011.06

2011-08-16 Thread Matthew Dempsky
Fixes a few minor Makefile issues I noticed while looking at this
again:

  - Doesn't need cmake to build.

  - Pass VERSION=${V} to qmake so that the embedded version strings
will be consistent rather than varying by build date.

  - No need to run ${SUBST_CMD} on openscad.pro; there are no
substitutions to be made.

  - Eliminate trailing white space.

ok?

Index: Makefile
===
RCS file: /home/mdempsky/anoncvs/cvs/ports/cad/openscad/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile29 Apr 2011 18:55:37 -  1.1.1.1
+++ Makefile16 Aug 2011 16:21:49 -
@@ -2,7 +2,7 @@
 
 COMMENT =  the programmer's solid 3D CAD modeller
 
-V =2011.04
+V =2011.06
 DISTNAME = openscad-${V}
 
 CATEGORIES =   cad
@@ -26,7 +26,6 @@ DISTFILES =   openscad-${V}.src.tar.gz
 
 MODULES =  x11/qt4
 BUILD_DEPENDS =devel/bison \
-   devel/cmake \
devel/flex \
math/eigen2
 LIB_DEPENDS =  devel/boost \
@@ -35,16 +34,17 @@ LIB_DEPENDS =   devel/boost \
graphics/glew \
graphics/opencsg \
math/cgal
-   
-CONFIGURE_ENV =EIGEN2DIR=${LOCALBASE}/include/eigen2
+
+QMAKE_ENV =EIGEN2DIR=${LOCALBASE}/include/eigen2
+QMAKE_FLAGS =  VERSION=${V}
 MAKE_ENV = INSTALL_ROOT=${DESTDIR}
 
 pre-configure:
-   ${SUBST_CMD} ${WRKSRC}/openscad.pro
ln -sf ${LOCALBASE}/bin/gflex ${WRKDIR}/bin/flex
ln -sf ${LOCALBASE}/bin/bison ${WRKDIR}/bin/yacc
 
 do-configure:
-   cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} qmake4 openscad.pro
+   cd ${WRKSRC} && \
+   ${SETENV} ${QMAKE_ENV} qmake4 ${QMAKE_FLAGS} openscad.pro
 
 .include 
Index: distinfo
===
RCS file: /home/mdempsky/anoncvs/cvs/ports/cad/openscad/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo29 Apr 2011 18:55:37 -  1.1.1.1
+++ distinfo16 Aug 2011 16:21:59 -
@@ -1,5 +1,5 @@
-MD5 (openscad-2011.04.src.tar.gz) = 8fNqSmkCinD5F71nz45hyA==
-RMD160 (openscad-2011.04.src.tar.gz) = JGStMhXnSpVuek59AEghww481NI=
-SHA1 (openscad-2011.04.src.tar.gz) = AicvVzoRmbBLlizm93pWNio9hP0=
-SHA256 (openscad-2011.04.src.tar.gz) = 
BmOK6MeK62wVsVQDs09yIpiUcz6vV9SpiLZQPfU1wDY=
-SIZE (openscad-2011.04.src.tar.gz) = 918915
+MD5 (openscad-2011.06.src.tar.gz) = uEAkPPGi910BEPlskmZZXA==
+RMD160 (openscad-2011.06.src.tar.gz) = 1dS1JT81GS/GrQNmQfy/F/22zS0=
+SHA1 (openscad-2011.06.src.tar.gz) = MPHXJmHvVTWdlbaxb9oAW7gXfks=
+SHA256 (openscad-2011.06.src.tar.gz) = 
aTwMoDNjnFLD0tEfTVN5Y9w6O8DS46LmPaRg9omMMNs=
+SIZE (openscad-2011.06.src.tar.gz) = 920506



Taseron ve Tedarikci Sirketler Sempozyumu

2011-08-16 Thread Asli Celik
ports@openbsd.org

TASERON  ve  TEDARIKCISIRKETLER   SEMPOZYUMU
“Y0O0N0E0T0S0E0L  Y0E0T0K0I0N0L0I0K  ve  T0E0K0N0I0K D0U0Z0E0N0L0E0M0E0L0E0R”
S0U0B0C0O0N0T0R0A0C0T0O0RA0N0DS0U0P0P0L0I0E0RC0O0M0P0A0N0I0E0S   
S0Y0M0P0O0S0I0U0M :

M0A0N0A0G0E0M0E0N0T C0O0M0P0E0T0E0N0C0E
 A0N0DT0E0C0H0N0I0C0A0LA0R0R0A0N0G0E0M0E0N0T0S

24 Agustos 2011
Elite World Hotel - Istanbul / 325 TL+KDV

  Bir cok Taseron ve Tedarikci hizmet verdigi veya urun tedarik ettigi
  isletme yada kurulus ile zaman zaman anlasmazliklar ve cozumsellikle
  ilgili sikintilar yasamakta ve bunlarin bir cogu sozlesmeler ile
  baglayicilik icermekte yada icermemekte, sozlesme kaynakli olsun yada
  olmasin bunlarin nasil muzakere edilecegi sozlesme hukumlerine gore
  nasil sekillenecegi standartlara uymayan taseron ve tedarikcilerini
  gelistirme yoluna gitmek yada hizmet yada urun alimini bitirmek
  olarak ilerleyen bir surec olarak devam ediyor.

  Bir cok Taseron hizmet ya da urun saglarken kendi proseslerini
  hizmetin aksamamasi icin goz ardi etmektedir. Sempozyumda bir
  sirketten ya da kurumdan alinan “Yilin En Iyi Tedarikcisi Odulu” yada
  siralamadaki yerinin en ustte olmasi gibi bir prestij kazanimlari ile
  kalitenin ispatlanmasi ile tedarikci icin gercekten paha bicilemez
  bir deger ve ticari itibar kazandirmak olan surecler islenecektir.
  Sektorel olarak bir cok alanda gelisen taseronlar kalitesi ve hizmet
  kulturleri ile isletmelere deger katmaya devam etmekteler. Gelecekte
  hangi alanlarda ve sektorlerde yer alacaklari konusundaki ongoruler
  hangi sirketler ve kurumlar hangi bolumlerini taseronlar ile
  yurutecek ve bu konudaki stratejiler nelerdir konulari konusunda
  uzman akademisyenler ile sektorde yer alan degerli firma yoneticileri
  tarafindan paylasilacagi sempozyum platformu ile fayda saglanmasi
  amac edinilmistir. 5857 sayili kanunda tanimlamalar ve bu kanun ile
  kararnameler, yonergeler ile standartlar neleri ongormekte alt is
  veren tanimi ve taseronluk konusunda uygulamalar ile yasal haklar
  nelerdir konulari taseron firmalar tarafindan titizlikle
  irdelenmelidir. Uluslararasi Sirket/Kurumlarda ve kurumsallasma
  yolunda diger sirketlerde artik E-commarce kavrami gelismekte ve buna
  gore tedarikcileri belirleme ve tedarik etme kriterleri
  degismektedir. Taseron ve Tedarikci Firmalar Sempozyumunda en iyi ve
  uzun soluklu taseron olma yolunda tum surecler interaktif olarak
  islenecektir.

09.00-09.30

KAYIT ve SEMPOZYUM ACILISI

09.30-10.15


  Taseron ve Tedarikci hizmet ve is sozlesmeleri ve anlasmazliklarin
  muzakeresi
  Av. Ceyda Cimilli Akaydin // Hukuk Danismani

10.15-11.30


  Holdinglerin / Kurumlarin Taseron ve Tedarikci secme kriterleri ve
  standart beklentileri
  Abdullah Yazici // Dumankaya Insaat Is Gelistirme ve Planlama
  Direktoru

11.30-11.45

KAHVE ARASI

11:45-12:30


  Taseron Karlilik Arttirma Yollari ve Uygulamalari
  Hakan Guner // Yonetim Danismani

12.30-13.30

YEMEK ARASI

13.30-14.45


  Tedarik Zincirinde Yer Alma , Tedarikci Kalite Siniflandirmasi ve En
  Iyi Tedarikci ( Yilin Tedarikcisi ) Olma Kriterleri
  Yard. Doc. Dr. Umut Inan

14.45-15.30


  Gelecekte Taseron ve Tedarikci uygulamalari ve taseronlasacak
  bolumler ve sektorler
  Murat Kulak // NETAS Tedarik Zinciri Muduru

15.30-15.45

KAHVE ARASI

15.45-16.30


  Alt Isveren ( Taseron) Yasal Hak ve Yukumlulukleri
  Prof. Dr. Tekin Akgeyik // Istanbul Universitesi Ogretim Uyesi

16.30-17.15


  Isletme ve Kurumlarda E-Commerce ( Elektronik Ticaret ) ve E-Supply (
  Elektronik Tedarik ) Uygulamalari ve sirket intranet ve portallari
  Huseyin Kahraman // Satin Alma Yoneticisi,BRISA Bridgestone Sabanci
  Lastik San.ve Tic.A.S

17.15-17.30

KONFERANS KAPANIS


Kayit ve Detayli Bilgi icin lutfen tiklayiniz

w0w0w000b0o0s0p0h0o0r0u0s0c0o0n0f0e0r0e0n0c0e0s000c0o0m

00201060004020200090500905

.Katilim icin Kayit Formu doldurulmasi ve tarafimiza gonderilmesi
gerekmektedir.
• Ogle yemegi, cay-kahve, egitim kitap veya dokumanlari ucrete dahildir.
Tum programlar sonunda katilimcilara katilim sertifikasi verilmektedir.
• Tum programlar, talep edilmesi halinde sirketinize ozel olarak
dilediginiz yerde yapilabilmektedir.

Duyurular ile ilgili e-mail almak istemiyorsaniz, email ile bildirmeniz
yeterlidir.


Re: Request for an account on a >4Gb RAM account

2011-08-16 Thread Laurence Tratt
On Sun, Aug 07, 2011 at 05:22:05PM +0100, Laurence Tratt wrote:

> Does any kind soul have a >4Gb RAM (preferably amd64) OpenBSD machine that
> they can temporarily offer me a non-root account on? It needs a few
> dependencies installed (all in ports -current), but little more. You're
> looking at a few hours of CPU time while I get PyPy up and running and a
> process that takes ~4.5Gb RAM.

The patches for basic OpenBSD support are now in PyPy and, I hope, PyPy 1.6,
when released, will compile straight out of the box on OpenBSD (on amd64
almost certainly; on i386 probably; and on other platforms probably not).
Once that's released I will create a proper port and submit to the list.

Thanks to: Mattieu Baptiste, Dorian Büttner, and Kirill Bychkov for offering
accounts on their machines, without which this wouldn't have been possible.
My reply to Kirill bounced, so I hope he didn't think I was being rude in
not replying!


Laurie
-- 
http://tratt.net/laurie/ -- Personal
http://fetegeo.org/  -- Free text geocoding
http://convergepl.org/   -- The Converge programming language



Re: [update] nss 3.12.11 & nspr 4.8.9

2011-08-16 Thread Amit Kulkarni
> here's an update to latest nss/nspr, required for mozilla 6 updates. No
> new regress test failing on amd64, dtoa was failing previously in nspr,
> and nss has more passing tests :
>
> 3.12.11:
> Tests summary:
> --
> Passed: 2397
> Failed: 39
>
> 3.12.9:
> Tests summary:
> --
> Passed: 2394
> Failed: 42
>
> see for bugs fixed in that release (that doesnt include the list of bugs
> fixed in nss 3.12.10 and nspr 4.8.8, which will be included in mozilla 6):
> https://bugzilla.mozilla.org/buglist.cgi?list_id=1105376&resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.12.11&product=NSS
> https://bugzilla.mozilla.org/buglist.cgi?list_id=1105376&resolution=FIXED&classification=Components&query_format=advanced&target_milestone=4.8.9&product=NSPR
>
> ok ?

I have been running firefox6-b3/b5 for the last 1-2 weeks without
problems (amd64).

thanks



Re: minitube 1.5

2011-08-16 Thread Marc Espie
On Tue, Aug 16, 2011 at 07:31:53AM -0600, David Coppa wrote:
> 
> Hi,
> 
> Resubmitting now that the tree is unlocked.
> 
> The following diff updates minitube to its latest version (1.5).
> I've also added a patch to remove the check for new versions, 
> which is useless in a package.

I wouldn't say "useless", but it would need at least a check for a new
package on our side, for instance.

Okay from me, especially since minitube is non-functional without it.



pkg_merge ?

2011-08-16 Thread Marc Espie
wrote that a long time ago, we don't use it for the official release, I
guess that nobody actually uses it, and that makes for more code to maintain,
and that's in a somewhat tricky part of the pkg_add code.

Does anyone have a problem if I rip apart the fat packages support and
corresponding pkg_merge ?



minitube 1.5

2011-08-16 Thread David Coppa

Hi,

Resubmitting now that the tree is unlocked.

The following diff updates minitube to its latest version (1.5).
I've also added a patch to remove the check for new versions, 
which is useless in a package.

OK?

ciao,
David

Index: Makefile
===
RCS file: /cvs/ports/www/minitube/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile17 May 2011 11:33:46 -  1.12
+++ Makefile16 Aug 2011 13:14:45 -
@@ -2,7 +2,7 @@
 
 COMMENT =  standalone YouTube.com video browser/player
 
-DISTNAME = minitube-1.4.3
+DISTNAME = minitube-1.5
 CATEGORIES =   www multimedia
 
 HOMEPAGE = http://flavio.tordini.org/minitube
Index: distinfo
===
RCS file: /cvs/ports/www/minitube/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo17 May 2011 11:33:46 -  1.8
+++ distinfo16 Aug 2011 13:14:45 -
@@ -1,5 +1,5 @@
-MD5 (minitube-1.4.3.tar.gz) = lREqiEl8awD7E/qpmAhqMg==
-RMD160 (minitube-1.4.3.tar.gz) = lrvXCLdjajJlf84SPDxhnv7yjl8=
-SHA1 (minitube-1.4.3.tar.gz) = DGg47XKCpK5985XrzcpQeuvjfiA=
-SHA256 (minitube-1.4.3.tar.gz) = 8j1y1MZ107ttfZhgB+3ume/2NnBYDjx6ZEQhkZmJqgk=
-SIZE (minitube-1.4.3.tar.gz) = 498652
+MD5 (minitube-1.5.tar.gz) = J5Ke3q9oxQYqjC+3t0AwFg==
+RMD160 (minitube-1.5.tar.gz) = NnLZ4rU8zzhqE54aXWpRM6HZzLw=
+SHA1 (minitube-1.5.tar.gz) = zyroXvS2DOZ0lu6+QSv/4BDrHVQ=
+SHA256 (minitube-1.5.tar.gz) = 3ZgwG4eM1AgTD2d7fGnEm5aWKfFc3+EOATIZd0E6Osk=
+SIZE (minitube-1.5.tar.gz) = 516313
Index: patches/patch-src_MainWindow_cpp
===
RCS file: /cvs/ports/www/minitube/patches/patch-src_MainWindow_cpp,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_MainWindow_cpp
--- patches/patch-src_MainWindow_cpp19 Mar 2011 14:38:44 -  1.5
+++ patches/patch-src_MainWindow_cpp16 Aug 2011 13:14:45 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_MainWindow_cpp,v 1.5 2011/03/19 14:38:44 rpointel Exp $
 src/MainWindow.cpp.origThu Mar 17 00:07:11 2011
-+++ src/MainWindow.cpp Thu Mar 17 18:31:39 2011
-@@ -594,7 +594,9 @@ void MainWindow::visitSite() {
+--- src/MainWindow.cpp.origFri Aug  5 21:26:28 2011
 src/MainWindow.cpp Sat Aug  6 15:22:41 2011
+@@ -606,7 +606,9 @@ void MainWindow::visitSite() {
  }
  
  void MainWindow::donate() {
Index: patches/patch-src_SearchView_cpp
===
RCS file: patches/patch-src_SearchView_cpp
diff -N patches/patch-src_SearchView_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_SearchView_cpp16 Aug 2011 13:14:45 -
@@ -0,0 +1,17 @@
+$OpenBSD$
+
+Disable checking for new versions at startup
+
+--- src/SearchView.cpp.origSat Aug  6 15:25:30 2011
 src/SearchView.cpp Sat Aug  6 15:25:56 2011
+@@ -180,10 +180,6 @@ SearchView::SearchView(QWidget *parent) : QWidget(pare
+ 
+ updateChecker = 0;
+ 
+-#ifndef APP_MAC_STORE
+-checkForUpdate();
+-#endif
+-
+ }
+ 
+ void SearchView::updateRecentKeywords() {
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/minitube/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   17 May 2011 11:33:46 -  1.7
+++ pkg/PLIST   16 Aug 2011 13:14:45 -
@@ -36,6 +36,7 @@ share/minitube/locale/bg.qm
 share/minitube/locale/bg_BG.qm
 share/minitube/locale/ca_ES.qm
 share/minitube/locale/cs_CZ.qm
+share/minitube/locale/da.qm
 share/minitube/locale/de_DE.qm
 share/minitube/locale/el.qm
 share/minitube/locale/el_GR.qm
@@ -43,6 +44,7 @@ share/minitube/locale/en_US.qm
 share/minitube/locale/es.qm
 share/minitube/locale/es_AR.qm
 share/minitube/locale/es_ES.qm
+share/minitube/locale/fa.qm
 share/minitube/locale/fi.qm
 share/minitube/locale/fi_FI.qm
 share/minitube/locale/fr_FR.qm
@@ -50,12 +52,15 @@ share/minitube/locale/gl.qm
 share/minitube/locale/he_IL.qm
 share/minitube/locale/hr.qm
 share/minitube/locale/hr_HR.qm
+share/minitube/locale/hu.qm
 share/minitube/locale/hu_HU.qm
+share/minitube/locale/ia.qm
 share/minitube/locale/id.qm
 share/minitube/locale/id_ID.qm
 share/minitube/locale/it_IT.qm
 share/minitube/locale/ja_JP.qm
 share/minitube/locale/jv.qm
+share/minitube/locale/km.qm
 share/minitube/locale/lv.qm
 share/minitube/locale/nb_NO.qm
 share/minitube/locale/nl.qm
@@ -66,9 +71,11 @@ share/minitube/locale/pt_PT.qm
 share/minitube/locale/ro.qm
 share/minitube/locale/ro_RO.qm
 share/minitube/locale/ru_RU.qm
+share/minitube/locale/sl.qm
 share/minitube/locale/sq.qm
 share/minitube/locale/sr.qm
 share/minitube/locale/sv_SE.qm
+share/minitube/locale/th.qm
 share/minitube/locale/tr_TR.qm
 share/minitube/locale/uk.qm
 share/minitube/locale/uk_UA.qm



[update] nss 3.12.11 & nspr 4.8.9

2011-08-16 Thread Landry Breuil
Hi,

here's an update to latest nss/nspr, required for mozilla 6 updates. No
new regress test failing on amd64, dtoa was failing previously in nspr,
and nss has more passing tests :

3.12.11:
Tests summary:
--
Passed: 2397
Failed: 39

3.12.9:
Tests summary:
--
Passed: 2394
Failed: 42

see for bugs fixed in that release (that doesnt include the list of bugs
fixed in nss 3.12.10 and nspr 4.8.8, which will be included in mozilla 6):
https://bugzilla.mozilla.org/buglist.cgi?list_id=1105376&resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.12.11&product=NSS
https://bugzilla.mozilla.org/buglist.cgi?list_id=1105376&resolution=FIXED&classification=Components&query_format=advanced&target_milestone=4.8.9&product=NSPR

ok ?

Landry