https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197122
Kubilay Kocak changed:
What|Removed |Added
Keywords||needs-qa
--- Comment #10 from Kubi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
lightside changed:
What|Removed |Added
Attachment #151534|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
Kubilay Kocak changed:
What|Removed |Added
Attachment #152300||maintainer-approval?(rodper
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #30 from Kubilay Kocak ---
Rod,
Thanks for the quick response. Please:
- Set maintainer-approval on the latest patch by lightside, AND
- Obsolete your own patch
You can do so by clicking 'Details' for each attachment and sett
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
lightside changed:
What|Removed |Added
Attachment #152300|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
rodper...@rodperson.com changed:
What|Removed |Added
Attachment #139924||maintainer-approval-
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #32 from rodper...@rodperson.com ---
Hope I did this all correct, just let me know.
This bugzilla is all new to me...I'm used to the old ways :)
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #33 from lightside ---
(In reply to comment #32)
On "Details" for attachments there is "edit details" link on top, where you
could check on "obsolete" and then click on Submit to obsolete file. On the
same kind of page you coul
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
rodper...@rodperson.com changed:
What|Removed |Added
Attachment #139924|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #34 from lightside ---
(In reply to comment #33)
> On the same kind of page you could change Flags for requested maintainer
> approval, if I'm not wrong.
If it doesn't work, try to see "My Requests" page on top or read details
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188114
Kubilay Kocak changed:
What|Removed |Added
Summary|math/py-numpy is broken on |math/py-numpy: Broken on
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188114
Kubilay Kocak changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196862
Kubilay Kocak changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #35 from Kubilay Kocak ---
Rod, perfect!
Now you just need to approve attachment 152302 (set + on the
maintainer-approval flag)
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
lightside changed:
What|Removed |Added
Attachment #152302|maintainer-approval?(rodper |
Flags|s...@rodperson.com
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #37 from lightside ---
(In reply to comment #36)
> one patch attachment
one attachment in shar format, used for new ports.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #38 from rodper...@rodperson.com ---
Ok...was getting ready to post it will not let me change the flag!
--
You are receiving this mail because:
You are the assignee for the bug.
___
f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
Kubilay Kocak changed:
What|Removed |Added
Attachment #152302||maintainer-approval?(rodper
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #40 from Kubilay Kocak ---
(In reply to rodperson from comment #38)
Can you set the flag now?
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-p
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
--- Comment #41 from rodper...@rodperson.com ---
Still can not see it. Took screenshot
http://rodperson.com/pictures/approve.png
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
Kubilay Kocak changed:
What|Removed |Added
Keywords|needs-qa|patch-ready
--
You are receiving
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186316
Kubilay Kocak changed:
What|Removed |Added
Attachment #152302|maintainer-approval?(rodper |maintainer-approval+
I'm having a unicode problem on FreeBSD lang/python34 that does not
appear on MacOS X. I've condensed the problem to one single line to
enter in the interpreter:
FreeBSD:
Python 3.4.2 (default, Jan 28 2015, 22:23:57)
[GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final
208032)] on
On further inspection I've found the following:
FreeBSD
>>> import sys
>>> print(sys.getdefaultencoding())
utf-8
>>> print(sys.stdout.encoding)
US-ASCII
MacOS X:
>>> import sys
>>> print(sys.getdefaultencoding())
utf-8
>>> print(sys.stdout.encoding)
UTF-8
How do I modify stdout encoding to set i
On Thu, Jan 29, 2015 at 01:38:21AM -0500, Robert Simmons wrote:
> I'm having a unicode problem on FreeBSD lang/python34 that does not
> appear on MacOS X. I've condensed the problem to one single line to
> enter in the interpreter:
>
> FreeBSD:
> Python 3.4.2 (default, Jan 28 2015, 22:23:57)
> [GC
What is the output from print(sys.stdout.encoding) on your system?
And, can you explain how to change that on mine so that it is UTF-8?
Mine is a default fresh install, btw.
On Thu, Jan 29, 2015 at 2:29 AM, Roland Smith wrote:
> On Thu, Jan 29, 2015 at 01:38:21AM -0500, Robert Simmons wrote:
>> I
26 matches
Mail list logo