centro medico revitalizare | 2 Jul 2011 16:24
Picon

Primavera 2031

F e l i z PRIMAVERA 2 0 3 1
drweschenfeller <at> gmail.com ( mailto:drweschenfeller <at> gmail.com )
rositapilotti02 <at> gmail.com ( mailto:rositapilotti02 <at> gmail.com )

CENTRO MEDICO REVITALIZARE®
Resistencia Chaco Argentina 

Hola: queremos invitarte a la fiesta de PRIMAVERA del 2031 y a la de
AÑO NUEVO 2032.
Te sorprenderá, falta mucho todavía pero lo queremos hacer ahora para que sepas que vas a hacer con los 20
años que te quedan por delante y bien. 

Que tal, que te parece tener esas dos décadas y bien,con buen estado de salud y buen estado mental la de cosas
que se pueden hacer, todo lo que se
puede conocer o producir.
Es como tener un plus y una nueva vida.
Usamos técnicas antiage orthomelculares,quelación para limpieza arterial ,ozonoterapia , limpieza
intersticial .Vacuna antiage 2011®
Al mismo tiempo realizamos TERAPIAS METABOLICAS REPOLARIZANTES. Magnetoterapia pulsante y
medicación con óxido nítrico.
Implantes de factores de crecimientos y células madres autólogas por via endovenos.

Si te interesa contacta con nosotros a los mails siguientes e vamos a decir como con
gusto,drweschenfeller <at> gmail.com o rositapilotti02 <at> gmail.com (
mailto:rositapilotti02 <at> gmail.com ) y entrando a nuestra página de de revitalizare com podés
suscribirte a nuestros fascículos de información y
actualización. Queremos buscar entre todos como vivir nuestros primeros 100 años o los que sean pero muy
bien!!! .Obvio si ya cumpliste los 100 esto
todavía no es para vos.
(Continue reading)

FreeBSD bugmaster | 4 Jul 2011 13:07
Picon
Favicon

Current problem reports assigned to freebsd-python <at> FreeBSD.org

Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.

S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o ports/156811 python     lang/python32 has lower priority then lang/python31
o ports/156759 python     [patch] lang/python: kevent does not accept KQ_NOTE_EX
o ports/156425 python     lang/python26: Needs to include -L/usr/local/lib/pth i
o ports/156076 python     [patch] databases/py-sqlite3: Undefined symbol "sqlite
o ports/155970 python     [PATCH] lang/python: speed up upgrade-site-packages
o ports/155936 python     lang/python27 Pthread: previous declaration of ...
o ports/155526 python     [PATCH] devel/py-elementtree: ignore if python >= 2.5
o ports/155099 python     lang/python*: Not handled "nis_failed.so" file by pyth
o ports/154795 python     [PATCH] Mk/bsd.python.mk: style changes
o ports/154209 python     [PATCH] lang/python: Install symlink for ptags
o ports/153952 python     lang/python26 + pth fails to reconfigure cflags to inc
o ports/153167 python     Problem with signals, threads, and subprocesses in lan
o ports/152886 python     databases/py-bsddb fails to build with databases/db51
o ports/152224 python     [patch] fix installed permissions for lang/python27
o ports/151534 python     lang/python26 + WITH_PTH doesn't install correctly
f ports/150184 python     cannot install ports/math/py-numpy
o ports/149167 python     lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/148406 python     [PATCH] lang/python26: fix build backage without threa
o ports/147291 python     lang/python* doesn't compile nis.so when WITHOUT_NIS s
o ports/146957 python     Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break
o ports/146823 python     [patch] lang/python26: knob to build _ctypes module ag
(Continue reading)

sunpoet | 5 Jul 2011 14:37
Picon
Favicon

Re: ports/154795: [PATCH] Mk/bsd.python.mk: style changes

Synopsis: [PATCH] Mk/bsd.python.mk: style changes

State-Changed-From-To: open->closed
State-Changed-By: sunpoet
State-Changed-When: Tue Jul 5 12:37:26 UTC 2011
State-Changed-Why: 
Superseded by ports/158662.

http://www.freebsd.org/cgi/query-pr.cgi?pr=154795
sunpoet | 7 Jul 2011 14:41
Picon
Favicon

Re: ports/158662: [PATCH] Mk/bsd.python.mk: multiple changes

Synopsis: [PATCH] Mk/bsd.python.mk: multiple changes

Responsible-Changed-From-To: freebsd-python-≥portmgr
Responsible-Changed-By: sunpoet
Responsible-Changed-When: Thu Jul 7 12:41:21 UTC 2011
Responsible-Changed-Why: 
Request for an -exp run. The patch is also available at
http://people.freebsd.org/~sunpoet/bsd.python.mk.patch

http://www.freebsd.org/cgi/query-pr.cgi?pr=158662
Juergen Lock | 9 Jul 2011 19:42
Picon

Re: ports/153167: Problem with signals, threads, and subprocesses in lang/python

Hi!  (please Cc me with followups, I'm not subscribed)

 Has anyone looked at this problem again yet?  I found the PR after
debugging the same issue in the emulators/gns3 port, I'm not that
good at python but maybe the workaround I came up with (patch to
gns3's qemuwrapper.py, this is for an updated version of the port
that Olivier is working on) still is useful as a starting point,
maybe something like it could be added to subprocess.py, or
the more portable C equivalent at the appropriate place?  (or even
generally in exec*()?)

--- qemuwrapper/qemuwrapper.py.orig
+++ qemuwrapper/qemuwrapper.py
 <at>  <at>  -45,6 +45,7  <at>  <at>  import SocketServer
 import time
 import random
 import pemubin
+import ctypes

 
 __author__ = 'Thomas Pani and Jeremy Grossmann'
 <at>  <at>  -118,6 +119,33  <at>  <at>  class xEMUInstance(object):
     def unbase_disk(self):
         pass

+    def preexec(self):
+        # FreeBSD preexec_fn hack to unblock signals in child processes
+        # to work around the bug in this PR:
+        #        http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153167
+        # inspired by:
(Continue reading)

FreeBSD bugmaster | 11 Jul 2011 13:07
Picon
Favicon

Current problem reports assigned to freebsd-python <at> FreeBSD.org

Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.

S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o ports/156811 python     lang/python32 has lower priority then lang/python31
o ports/156759 python     [patch] lang/python: kevent does not accept KQ_NOTE_EX
o ports/156425 python     lang/python26: Needs to include -L/usr/local/lib/pth i
o ports/156076 python     [patch] databases/py-sqlite3: Undefined symbol "sqlite
o ports/155970 python     [PATCH] lang/python: speed up upgrade-site-packages
o ports/155936 python     lang/python27 Pthread: previous declaration of ...
o ports/155526 python     [PATCH] devel/py-elementtree: ignore if python >= 2.5
o ports/155099 python     lang/python*: Not handled "nis_failed.so" file by pyth
o ports/154209 python     [PATCH] lang/python: Install symlink for ptags
o ports/153952 python     lang/python26 + pth fails to reconfigure cflags to inc
o ports/153167 python     Problem with signals, threads, and subprocesses in lan
o ports/152886 python     databases/py-bsddb fails to build with databases/db51
o ports/152224 python     [patch] fix installed permissions for lang/python27
o ports/151534 python     lang/python26 + WITH_PTH doesn't install correctly
f ports/150184 python     cannot install ports/math/py-numpy
o ports/149167 python     lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/148406 python     [PATCH] lang/python26: fix build backage without threa
o ports/147291 python     lang/python* doesn't compile nis.so when WITHOUT_NIS s
o ports/146957 python     Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break
o ports/146823 python     [patch] lang/python26: knob to build _ctypes module ag
o ports/146644 python     lang/python26: WITH_PTH option breaks most ports depen
(Continue reading)

edwin | 11 Jul 2011 20:20
Picon
Favicon

Re: ports/158812: [patch] lang/python27: elaborate on "does not build" message

Synopsis: [patch] lang/python27: elaborate on "does not build" message

Responsible-Changed-From-To: freebsd-ports-bugs-≥freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Jul 11 18:20:15 UTC 2011
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=158812
Li-Wen Hsu | 13 Jul 2011 05:50
Picon
Favicon

Re: ports/158850: [Update]lang/python32: update to 3.2.1

The following reply was made to PR ports/158850; it has been noted by GNATS.

From: Li-Wen Hsu <lwhsu <at> FreeBSD.org>
To: bug-followup <at> FreeBSD.org
Cc: wenheping <at> gmail.com
Subject: Re: ports/158850: [Update]lang/python32: update to 3.2.1
Date: Wed, 13 Jul 2011 11:25:32 +0800

 --TB36FDmn/VVEgNH/
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable

 I made a very minor change: using %%PYVER_WITHPAT%% in pkg-plist, and prepa=
 red diff for bsd.python.mk (I'm sure wen <at>  also has that, just put it to the=
  public for testing :-)

 Patches are available from here:

     http://people.freebsd.org/~lwhsu/python321/bsd.python.mk-python321.diff
     http://people.freebsd.org/~lwhsu/python321/python32-python321.diff

 By the way, hope this would not affect portmgr conducting exp-run sunpoet <at> '=
 s changes in ports/158662, maybe we should prepare a new patch and notify p=
 ortmgr after committing bsd.python.mk change.

 --=20
 Li-Wen Hsu <lwhsu AT FreeBSD.org>
 http://lwhsu.org

(Continue reading)

wen heping | 13 Jul 2011 05:56
Picon

Re: ports/158850: [Update]lang/python32: update to 3.2.1

2011/7/13 Li-Wen Hsu <lwhsu <at> freebsd.org>:
> The following reply was made to PR ports/158850; it has been noted by GNATS.
>
> From: Li-Wen Hsu <lwhsu <at> FreeBSD.org>
> To: bug-followup <at> FreeBSD.org
> Cc: wenheping <at> gmail.com
> Subject: Re: ports/158850: [Update]lang/python32: update to 3.2.1
> Date: Wed, 13 Jul 2011 11:25:32 +0800
>
>  --TB36FDmn/VVEgNH/
>  Content-Type: text/plain; charset=us-ascii
>  Content-Disposition: inline
>  Content-Transfer-Encoding: quoted-printable
>
>  I made a very minor change: using %%PYVER_WITHPAT%% in pkg-plist, and prepa=
>  red diff for bsd.python.mk (I'm sure wen <at>  also has that, just put it to the=
>  public for testing :-)
>
>  Patches are available from here:
>
>     http://people.freebsd.org/~lwhsu/python321/bsd.python.mk-python321.diff
>     http://people.freebsd.org/~lwhsu/python321/python32-python321.diff

I agree with you.
Please commit it if test OK.

wen

>
>  By the way, hope this would not affect portmgr conducting exp-run sunpoet <at> '=
(Continue reading)

Volodymyr Kostyrko | 13 Jul 2011 06:55
Picon
Gravatar

Re: ports/158850: [Update]lang/python32: update to 3.2.1

13.07.2011 06:50, Li-Wen Hsu wrote:

>   I made a very minor change: using %%PYVER_WITHPAT%% in pkg-plist, and prepa=
>   red diff for bsd.python.mk (I'm sure wen <at>  also has that, just put it to the=
>    public for testing :-)
>
>   Patches are available from here:
>
>       http://people.freebsd.org/~lwhsu/python321/bsd.python.mk-python321.diff
>       http://people.freebsd.org/~lwhsu/python321/python32-python321.diff
>
>   By the way, hope this would not affect portmgr conducting exp-run sunpoet <at> '=
>   s changes in ports/158662, maybe we should prepare a new patch and notify p=
>   ortmgr after committing bsd.python.mk change.

And what about ports/156811?

--

-- 
Sphinx of black quartz judge my vow.

Gmane