Re: Update MariaDB to 10.2.23

2019-05-12 Thread frantisek holop
frantisek holop - Sun, 12 May 2019 at 14:13:37 > Giovanni Bechis - Sat, 11 May 2019 at 09:55:46 > > You should run mysql_upgrade after every major update, other than that > > it's best practice to update your slave mysql server before the > > master. > > and minor

Re: Update MariaDB to 10.2.23

2019-05-12 Thread frantisek holop
Giovanni Bechis - Sat, 11 May 2019 at 09:55:46 > You should run mysql_upgrade after every major update, other than that > it's best practice to update your slave mysql server before the > master. and minor as well, from the man page: You should execute mysql_upgrade each time you upgrade

Re: iridium can't disable or delete extensions

2018-12-04 Thread frantisek holop
Solene Rapenne, 04 Dec 2018 18:47: > SpikeHeron on freenode told me about the iridium FAQ: > https://iridiumbrowser.de/faq > > [..] This is also the reason why the extensions panel at chrome://extensions > does not fully work — dis/enabling (check box) and removing (trash can) will > not work.

Re: [new] sysutils/restic

2018-03-02 Thread frantisek holop
Aaron Bieber, 28 Feb 2018 17:14: > > Here is a nifty backup tool written in Go and BSD licensed. It supports > > a grip of backends: yes please, it is 3-5x faster than borgbackup and very similar in features. -f --

Re: selenium

2018-03-01 Thread frantisek holop
Remi Pointel, 27 Feb 2018 21:36: > I thougt we had selenium in our ports tree, but not. I searched in the > previous mail on ports@ and seen a port from frantisek holop, I updated it. i think there is already a newer version... 3.9.0 could you please update to port? -f --

Re: update www/py-jinja2 [hass: #4]

2018-02-18 Thread frantisek holop
Joerg Jung, 17 Jan 2018 23:44: > Better diff below which works with python2.7 and conditional byte- > compiles and install asyncfilter.py and asyncsupport.py, as not imported > in python<3.6 (see: https://github.com/pallets/jinja/issues/653) sorry for the delay and thanks for the update. i don't

Re: UPDATE: www/py-beautifulsoup4 4.6.0

2017-05-14 Thread frantisek holop
parser that supports invalid markup > > -MODPY_EGG_VERSION = 4.5.3 > +MODPY_EGG_VERSION = 4.6.0 > DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > @@ -14,7 +14,7 @@ MAINTAINER =frantisek holop <minusf@obi > # MIT >

firefox 52 and whatsapp web client

2017-03-12 Thread frantisek holop
it seems that i can 100% crash firefox by trying to use the web.whatsapp.com client for varying lengths of time. this seems to be a regression, is anyone else seeing this? -f --

UPDATE: gkrellm

2017-02-01 Thread frantisek holop
there are some minor signs of life around the gkrellm project. the memory meter has been showing nonsense for quite some time, and before trying to fix it, i thought i'd try to bring the port up to date. please test and commit. -f -- Index: Makefile

Re: NEW: mcomix: replacement for comix

2017-02-01 Thread frantisek holop
Stuart Henderson, 01 Feb 2017 21:17: > On 2017/02/01 20:43, frantisek holop wrote: > > ping ping? > > The port looks sound. thanks for having a look. considering the size of the user base i think the replacement is unnecessary... what do you think? --

Re: NEW: mcomix: replacement for comix

2017-02-01 Thread frantisek holop
ping ping? nobody reads comixes on openbsd? :] frantisek holop, 28 Jan 2017 16:19: > ping? > > frantisek holop, 22 Jan 2017 23:54: > > graphics/comix is dead. since 2009. > > it has now decayed to the state that thumbnails dont > > show and god knows what else. plea

Re: UPDATE: vim

2017-01-30 Thread frantisek holop
update to a more recent patchlevel please test and commit. -f -- Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.157 diff -u -p -r1.157 Makefile --- Makefile3 Jan 2017 19:22:09 -

Re: NEW: mcomix: replacement for comix

2017-01-28 Thread frantisek holop
ping? frantisek holop, 22 Jan 2017 23:54: > graphics/comix is dead. since 2009. > it has now decayed to the state that thumbnails dont > show and god knows what else. please remove it. > > find attached mcomix, a fork of comix under > active development. please test and commit. > > -f > -- --

UPDATE: vim

2017-01-24 Thread frantisek holop
bit closer to the moving target again. please test and commit. -f -- Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.157 diff -u -p -r1.157 Makefile --- Makefile3 Jan 2017 19:22:09 -

NEW: mcomix: replacement for comix

2017-01-22 Thread frantisek holop
graphics/comix is dead. since 2009. it has now decayed to the state that thumbnails dont show and god knows what else. please remove it. find attached mcomix, a fork of comix under active development. please test and commit. -f -- mcomix.tgz Description: application/tar-gz

nginx: enable ngx_http_gunzip_module

2017-01-07 Thread frantisek holop
hello, here is a patch to enable ngx_http_gunzip_module in nginx (the rest is end of line whitespace removal) all modern browsers accept gzip content. for static content i can just store gzipped files and save nginx the work to compress for every request. with the gunzip module i dont need to

Re: UPDATE: devel/pyflakes 1.4.0

2017-01-06 Thread frantisek holop
OK Alexandr Shadchin, 04 Jan 2017 22:30: > Hi, > > This diff updates pyflakes to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file:

japanese fonts not showing in firefox, iridium

2016-12-11 Thread frantisek holop
i think i remember i had no problems with japanese fonts on pages like wikipedia before. do i need to install some extra fonts, or utf-8 takes care of this (noto font)? -- "fishing, stranger?" "no, just drowning worms."

UPDATE: py-unidecode + python3 flavor

2016-11-06 Thread frantisek holop
2 tests fail because while running the tests locale.getpreferredencoding() returns 'US-ASCII', while both python 2.7 and 3.5 return 'UTF-8': Python 3.5.2 (default, Sep 23 2016, 22:47:58) [GCC 4.2.1 20070719 ] on openbsd6 Type "help", "copyright", "credits" or "license" for more information. >>>

Re: UPDATE: textproc/py-sphinx 1.4.8

2016-11-05 Thread frantisek holop
ok Alexandr Shadchin, 05 Nov 2016 19:02: > Hi, > > This diff updates py-sphinx to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file:

Re: UPDATE: www/py-beautifulsoup4 4.5.1

2016-11-05 Thread frantisek holop
at supports invalid markup > > -MODPY_EGG_VERSION = 4.4.1 > +MODPY_EGG_VERSION = 4.5.1 > DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > @@ -14,9 +14,8 @@ MAINTAINER =frantisek holop <minusf@obi > # MIT > PERMIT_PACKAGE_

Re: NEW: sass

2016-11-05 Thread frantisek holop
frantisek holop, 05 Nov 2016 17:08: > ping? sorry for the noise, was behind a bit. -f -- computers run on smoke. if it leaks out they won't work.

Re: NEW: sass

2016-11-05 Thread frantisek holop
ping? -- there are 3 kinds of people: those who can count & those who can't.

Re: UPDATE: vim

2016-10-31 Thread frantisek holop
on a related note i am doubtful that what Stuart described about the automatic upgrade process[1] will work with the current port without additional changes... but i am getting out of my depth quickly... [1] http://marc.info/?l=openbsd-ports=147492812506914=2 -f -- 43.3% of all statistics are

UPDATE: vim

2016-10-31 Thread frantisek holop
this is an update to the latest patchlevel, that does also 2 things: - let ruby 1.8 die, move up to 2.3 lightly tested (:ruby print RUBY_VERSION) so ruby users please step up - include lua in the monster package lightly tested (:lua print("Hello, Vim!")) so lua users please step up if i

NEW: sass

2016-10-29 Thread frantisek holop
it's that time of (another) year again: i am submitting sass again :] please test and commit. let's have at least one style extension language processor that doesn't need a billion node js packages. -f -- show me a sane man and i will cure him for you. -- c. jung sass.tgz Description:

UPDATE: flake8, pep8 -> pycodestyle

2016-10-19 Thread frantisek holop
with the latest py-mccabe update, the current flake8 stops working. in other news pep8 has been renamed to pycodestyle and newer flake8 uses that instead. so here's: - a port for pycodestyle (sorry, i can't do the quirks song and dance) - flake8 update to the latest. 8 tests fail but they

iridium

2016-10-16 Thread frantisek holop
hello fellow iridium users, if any. recently iridium starts for me only every second time, dumping core on the first one. i removed the old profile data and still that's the case. any ideas? OpenBSD 6.0-current (obj) #0: Sat Oct 15 08:45:10 MDT 2016 iridium-51.1p2 Iridium browser -f --

Re: UPDATE py-setuptools

2016-10-06 Thread frantisek holop
Daniel Jakots, 30 Sep 2016 08:52: > Which ports did you test, and how did you test them? well.. i tested _a_ setuptools inside pyvenv-3.5 pip (8.1.1) setuptools (20.10.1) then another one inside virtualenv: pip (8.1.2) setuptools (28.2.0) and as py-virtualenv-15.0.3 is supposed to come with

Re: UPDATE: devel/pyflakes 1.3.0

2016-09-30 Thread frantisek holop
looks good to me. thanks. -f -- perfection is the road, not the destination.

UPDATE py-setuptools

2016-09-29 Thread frantisek holop
please test and commit. -f -- no generalization is wholly true, not even this one. Index: Makefile === RCS file: /cvs/ports/devel/py-setuptools/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile29 Sep

Re: UPDATE: vim

2016-09-26 Thread frantisek holop
Laurence Tratt, 26 Sep 2016 22:08: > Of course, vim has enough FLAVORs that no reasonable number of combinations > will keep everyone happy. But given the increasing number of languages that > extensions are written in (I use extensions in Lua and Python myself, so I > can no longer use a binary

Re: UPDATE: vim

2016-09-25 Thread frantisek holop
resubmitting 8.0 with latest patchlevel. no real changes from last time. please test and commit -f -- does the name "pavlov" ring a bell? Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.151

Re: UPDATE: vim

2016-09-18 Thread frantisek holop
next try. moved icons no-no_x11, added gtk+3,-guic RDEP, decided to drop the vim.desktop file, gvim is already there. portcheck seems to have problems with this port, probably because its mandatory FLAVOR selection? /usr/ports/editors/vim$ /usr/ports/infrastructure/bin/portcheck 1 line(s)

Re: UPDATE: vim

2016-09-15 Thread frantisek holop
Stuart Henderson, 15 Sep 2016 10:11: > On 2016/09/15 01:09, frantisek holop wrote: > > is it a rocket? is it an aeroplane? is it the emacs > > killer? > > --- pkg/PLIST-main 10 Aug 2016 15:54:29 - 1.15 > > +++ pkg/PLIST-main 14 Sep 2016 23:06:30 - > >

UPDATE: vim

2016-09-14 Thread frantisek holop
is it a rocket? is it an aeroplane? is it the emacs killer? it is all that and much more, the new and shiny vim 8. many new features but it compiles so please test and commit :} -f -- when you come to a fork in the road, take it! Index: Makefile

Re: update to py-sphinx-1.4.6

2016-08-31 Thread frantisek holop
yes please. thank you. -f Daniel Jakots, 31 Aug 2016 20:06: > Hi, > > Here's a diff to update to py-sphinx to its latest release. It went > through a bulk (thanks aja) without any fallout. > > Comments? OK? > > Index: Makefile >

Re: UPDATE: databases/py-sqlalchemy

2016-08-31 Thread frantisek holop
sqlalchemy-migrate is dead-ish, IIRC alembic is the "official" sqlalchemy migration tool (by the author of sqlalchemy) thanks for the port update, it was really old -f -- the 4th world war will be fought with sticks and rocks.

UPDATE: py-meld3

2016-08-30 Thread frantisek holop
-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 CATEGORIES = www textproc HOMEPAGE = https://github.com/supervisor/meld3 -MAINTAINER = frantisek holop <min...@obiit.org> - # MIT PERMIT_PACKAGE_CDROM = Yes -MODPY_PI =

Re: py-peewee-2.8.3

2016-08-30 Thread frantisek holop
Daniel Jakots, 30 Aug 2016 17:28: > On Mon, 29 Aug 2016 22:42:38 +0200, frantisek holop <min...@obiit.org> > wrote: > > > Daniel Jakots, 28 Aug 2016 10:26: > > > If cython is installed, it's used. I don't know if we want to use > > > it or not, hence tw

Re: UPDATE: devel/pyflakes 1.2.3

2016-08-29 Thread frantisek holop
yes please. -f -- atheism is a non-prophet organization.

Re: py-peewee-2.8.3

2016-08-29 Thread frantisek holop
Daniel Jakots, 28 Aug 2016 10:26: > If cython is installed, it's used. I don't know if we want to use it or > not, hence two patches, one to use cython, the other to do without > cython. I'm rather for adding cython as a build depend and use it but > no strong opinion. why not have a cython

Re: UPDATE: vim

2016-08-21 Thread frantisek holop
Stuart Henderson, 10 Aug 2016 10:22: > On 2016/08/09 23:49, frantisek holop wrote: > > yeah, i guess this is not a very good strategy > > so here is a simple update without the gtk3 efforts :] > > > > please test and commit. > > Looks good, I will confirm/commit

Re: UPDATE: vim

2016-08-09 Thread frantisek holop
and come to think of it, i don't even like gtk3. the new firefox is no improvement in any way for me. there are way fewer themes, and it feels slow as well. i had a nice semi-personal gtk2 theme and i'll have to waste a lot of time to get gtk3 there again. gotta love evolution. -f -- lsd will

Re: UPDATE: vim

2016-08-09 Thread frantisek holop
yeah, i guess this is not a very good strategy so here is a simple update without the gtk3 efforts :] please test and commit. -f -- so you think you can tell heaven from hell. Index: Makefile === RCS file:

Re: python 3 only with django

2016-06-09 Thread frantisek holop
Remi Pointel, 09 Jun 2016 21:51: > Hi, > > I would like to have python 3 only with django (lts and "stable" version). why? python2 django is going nowhere for a looong time. not all of the django ecosystem is python3 ready by far, what are you trying to accomplish? not to be a dick, but

Re: update to py-flask-0.11.1

2016-06-08 Thread frantisek holop
Stuart Henderson, 08 Jun 2016 21:53: > For a port with a maintainer, this sort of thing is usually up > to them, somebody familiar with the particular software is likely > to have a better idea of whether it's a good idea to update > quickly, or hold off for a while. i agree that it is up to the

Re: update to py-flask-0.11.1

2016-06-08 Thread frantisek holop
Daniel Jakots, 08 Jun 2016 21:01: > Previously, last stable flask release was published on 14 Jun 2013 and > then 10 days ago they finally released a new one. Yesterday they > released a bug fix release, here's a diff to update to this one. it is nice to see a port update so fast, but flask being

Re: urxvt font issue

2016-05-16 Thread frantisek holop
David Coppa, 16 May 2016 22:10: > This probably has to do with locale being set in your shell's profile, > but not in your ~/.xinitrc. spot on. i use XDM, so .xsession not .xinitrc, and while i have: $ head -3 .xsession #!/bin/sh . $HOME/.profile just yesterday night i removed export

urxvt font issue

2016-05-16 Thread frantisek holop
i am trying to use Fira Mono Medium for Powerline with urxvt in -current: $ urxvt -h rxvt-unicode (urxvt) v9.22 - released: 2016-01-23 options:

Re: UPDATE: powerline-fonts

2016-05-15 Thread frantisek holop
and now with a PLIST that can actually make a package. sorry about that. -f -- i have nothing to say, but i can say it loudly. Index: Makefile === RCS file: /cvs/ports/fonts/powerline-fonts/Makefile,v retrieving revision 1.4 diff -u

Re: UPDATE: powerline-fonts

2016-05-15 Thread frantisek holop
Daniel Jakots, 15 May 2016 16:19: > On Sun, 15 May 2016 15:57:17 +0200, frantisek holop <min...@obiit.org> > wrote: > > > GH_ACCOUNT=Lokaltog > > GH_PROJECT=powerline-fonts > > It looks like it's now https://github.com/powerline/fonts yes,

UPDATE: powerline-fonts

2016-05-15 Thread frantisek holop
the powerline fonts family has grown considerably. here is an update to catch up. - version is date of GH_COMMIT - InputMono is just a placeholder directory with instructions, so no @fontdir please test and commit. -f -- of course i can cook, but i never do it on the first date. Index:

Re: UPDATE: devel/py-dateutil 2.5.2

2016-04-11 Thread frantisek holop
Alexandr Shadchin, 10 Apr 2016 22:40: > This diff updates py-dateutil to the latest release. > Tested on amd64. ok, and if you feel like could you please remove the whitespace in the CATEGORIES line... -f -- nothing is fool-proof to a sufficiently talented fool.

Re: vim configure fgrep errors

2016-04-07 Thread frantisek holop
Christian Weisgerber, 07 Apr 2016 15:41: > As ksh(1) explains under "POSIX mode": > > o Occurrences of \" inside double quoted `..` command substitutions. > In POSIX mode, the \" is interpreted when the command is interpreted; > in non-POSIX mode, the backslash is stripped before the

vim configure fgrep errors

2016-04-06 Thread frantisek holop
i am trying to track down some fgrep errors that show up in vim's configure run. despite the error, the result happens to be the expected one, but still... /usr/ports/editors/vim$ FLAVOR="gtk2 perl python ruby" make configure ... checking for perl... /usr/bin/perl checking Perl version... OK

Re: adding ambiguous packages non-interactively

2016-04-05 Thread frantisek holop
Bryan C. Everly, 04 Apr 2016 19:28: > The actual way to figure that out, if you have the ports tree on your > machine, is to go to the directory and do: > > make show=flavors > > which yields: > > 2.7 > 3.4 > 3.5 /usr/ports/lang/python$ make show=FLAVORS ===> lang/python/2.7 ===>

Re: adding ambiguous packages non-interactively

2016-04-04 Thread frantisek holop
Bryan C. Everly, 04 Apr 2016 17:47: > You can specify a particular flavor using a double dash syntax: > > doas pkg_add python--flavor what are python's flavors? :] -f -- burn the heretic, kill the mutant, purge the unclean

Re: adding ambiguous packages non-interactively

2016-04-04 Thread frantisek holop
Stuart Henderson, 04 Apr 2016 22:52: > On 2016/04/04 23:44, frantisek holop wrote: > > > > more precisely, how could i add python-2.* > > non-interactively using provisioning tools? > > IIRC something like "pkg_add -z python-2.7.0" works for python this work

adding ambiguous packages non-interactively

2016-04-04 Thread frantisek holop
more precisely, how could i add python-2.* non-interactively using provisioning tools? -f -- man is the only animal that blushes. or needs to.

Re: (py-)selenium continues...

2016-02-14 Thread frantisek holop
Jiri B, 13 Feb 2016 16:50: > $ pkg_info -L py-selenium | grep .so$ > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so > > These are Linux libs. > > I used to try

gio-querymodules core dumps during update

2015-08-02 Thread frantisek holop
i guess it's harmless, but saw it while upgrading today. /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_192r1) size mismatch, relink your program /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0:

Re: UPDATE: py-werkzeug

2015-07-24 Thread frantisek holop
Jérémie Courrèges-Anglas, 19 Jul 2015 17:27: frantisek holop min...@obiit.org writes: Stuart Henderson, 18 Jul 2015 21:26: On 2015/07/18 21:39, frantisek holop wrote: python3 flavor, examples, change to github, disable tests. why disable tests? dependencies. they have

UPDATE: py-virtualenv

2015-07-18 Thread frantisek holop
please test and commit. -f -- don't eat yellow snow. diff -x CVS -urNP /usr/ports/devel/py-virtualenv/Makefile /home/f/src/mystuff/devel/py-virtualenv/Makefile --- /usr/ports/devel/py-virtualenv/Makefile Wed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-virtualenv/MakefileSat

UPDATE: py-pip

2015-07-18 Thread frantisek holop
straightforward update for pip please test and commit. -f -- number of vulcans to replace a bulb? precisely 1.00. diff -x CVS -urNP /usr/ports/devel/py-pip/Makefile /home/f/src/mystuff/devel/py-pip/Makefile --- /usr/ports/devel/py-pip/MakefileWed Jun 10 23:21:36 2015 +++

Re: UPDATE: py-werkzeug

2015-07-18 Thread frantisek holop
Stuart Henderson, 18 Jul 2015 21:26: On 2015/07/18 21:39, frantisek holop wrote: python3 flavor, examples, change to github, disable tests. why disable tests? dependencies. they have changed considerably since the previous port version and would need too many new ports to import. i

Re: NEW: sass

2015-07-12 Thread frantisek holop
Jeremy Evans, 05 Feb 2015 16:15: On Thu, Feb 5, 2015 at 1:45 PM, frantisek holop min...@obiit.org wrote: another go at this port, version 3.4.11 this is a port for http://sass-lang.com/ a program to process scss files. $ cat pkg/DESCR Sass makes CSS fun again. Sass is an extension

UPDATE: py-peewee

2015-07-12 Thread frantisek holop
a straightforward update to py-peewee. please test and commit. -f -- he who knows all the answers never gets asked the question. Index: Makefile === RCS file: /cvs/ports/databases/py-peewee/Makefile,v retrieving revision 1.5 diff -u

Re: py-selenium + selenium

2015-06-24 Thread frantisek holop
Stuart Henderson, 22 Jun 2015 22:10: On 2015/06/22 22:51, frantisek holop wrote: the standalone server port is really really basic. did not even include a user and/or rc script: i don't see the point. use cases and startup methods vary wildly, but i think mostly everyone just runs

UPDATE: py-tz

2015-06-23 Thread frantisek holop
a straightforward update to py-tz please test and commit. -f -- last week i couldn't even spell engineer, now i are one. Index: Makefile === RCS file: /cvs/ports/devel/py-tz/Makefile,v retrieving revision 1.35 diff -u -p -r1.35

py-selenium + selenium

2015-06-22 Thread frantisek holop
lady and gentlemen, after 6 month, finally the patch that makes py-selenium usable on openbsd+firefox made its debut in v2.46.0 thus i submit the py-selenium and selenium ports for your consideration. py-selenium should be straightforward. the standalone server port is really really basic. did

Re: deleting /usr/local/share/pkgconfig

2015-06-04 Thread frantisek holop
Jan Stary, 04 Jun 2015 19:54: --- -graphite2-1.2.4 --- Error deleting directory /usr/local/share/pkgconfig: Directory not empty PS: The '--- -' is realy there. the --- part is just a leader the -graphite2-1.2.4 part is a diff-like notation that you removed a package.

UPDATE: py-pip

2015-06-02 Thread frantisek holop
please test and commit. -f -- i left my body to science but i'm afraid they turned it down. Index: Makefile === RCS file: /cvs/ports/devel/py-pip/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile12 May

UPDATE: py-virtualenv

2015-06-02 Thread frantisek holop
please test and commit. -f -- a martyr is a hero who didn't make it. Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile12 May 2015 11:20:33

Re: UPDATE: py-virtualenv

2015-05-09 Thread frantisek holop
ping? -f frantisek holop, 27 Apr 2015 22:16: a minor change to doc handling. please test this one and commit. -f -- dyslexics of the world: untie! Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v

UPDATE: py-virtualenv

2015-04-27 Thread frantisek holop
update to virtualenv 12.1.1 basically 1.12.1.1, but they dropped the leading 1. from version numbers. lightly tested. please test and commit. -f -- i'm not religious. god willing, i never will be. Index: Makefile === RCS file:

Re: UPDATE: py-virtualenv

2015-04-27 Thread frantisek holop
a minor change to doc handling. please test this one and commit. -f -- dyslexics of the world: untie! Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile ---

Re: powerline fonts

2015-04-05 Thread frantisek holop
Matthieu Herrb, 05 Apr 2015 15:22: On Sun, Apr 05, 2015 at 12:59:40PM +0100, Stuart Henderson wrote: On 2015/04/05 13:24, frantisek holop wrote: there seems to be a problem with the powerline fonts after the update to use the new fonts directory: $ xset +fp /usr/local/share

Re: nginx woes

2015-03-31 Thread frantisek holop
Stuart Henderson, 30 Mar 2015 23:10: A no_chroot flavour does seem reasonable, do you fancy sending a diff? i think it would be logical to add patch-man_nginx_8 to the nginx_chroot* external patch... then i can remove PATCH_LIST here is a wip patch, but i am getting stuck on the upgrade path

Re: nginx woes

2015-03-31 Thread frantisek holop
Theo de Raadt, 30 Mar 2015 18:12: The most important question of the conversation was: Why did nginx not accept a diff to add chroot to mainline? All of you, feel free to ask their developers. Yeah, I know this will come off as political. But this is a significant and intentional oversight

Re: nginx woes

2015-03-30 Thread frantisek holop
Stuart Henderson, 30 Mar 2015 09:58: when nginx was part of base, it was expected that it would receive all kinds of local patches. but just as openbsd apache is not apache anymore, this nginx is also not nginx anymore. It's quite a different situation, the old OpenBSD httpd was

Re: nginx woes

2015-03-29 Thread frantisek holop
Bryan Steele, 29 Mar 2015 11:18: sometimes i just want a vanilla nginx, just like upstream, so i am not going to be bitten by this when i deploy stuff to linux servers... actually, i think it should be the other way around, nginx-chroot being a flavor, and not vice versa -f

nginx woes

2015-03-28 Thread frantisek holop
so i have just been bitten by the implicitly included openbsd chroot patch for nginx. the issue is, that i _remembered_ there is a parameter to turn it off, but upon doing man nginx, i could not find it. then i proceeded to read the pkg-readme as well, and not a word about it. yes, it is in

php-fpm-5.6 startup error

2015-03-26 Thread frantisek holop
looks like the transition from the older version syntax: ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. user = www group = www to the new php-fpm-5.6: ; Unix user/group of processes ; Note: The user is

Re: chromium-40.0.2214.115p0

2015-02-26 Thread frantisek holop
FWIW, here is one trace: (gdb) where #0 0x1b6a980e in std::set_differencestd::_Rb_tree_const_iteratorint, std::_Rb_tree_const_iteratorint, std::insert_iteratorstd::vectorint, std::allocatorint() from /usr/local/chrome/chrome #1 0x1b6a9708 in

Re: firefox-35.0.1p0 (i386) - Segmentation fault

2015-02-26 Thread frantisek holop
Adam Wolk, 26 Feb 2015 12:36: I just experienced a crash in firefox while editing a google doc. I did expect a crash since my login.conf is set to default values but that normally doesn't trigger a core dump from firefox. i was just wondering if i should send the same :} (gdb) bt #0  

Re: chromium-40.0.2214.115p0

2015-02-25 Thread frantisek holop
frantisek holop, 24 Feb 2015 17:45: however with or without, after exiting there is always a core dump. i suspect well, not always always, but quite often. so far, i cannot find a pattern. starting from shell (with/without backgrounding) and starting from openbox menu. is it even possible

Re: *.googlecode.com/files/* = 404

2015-02-25 Thread frantisek holop
Anthony J. Bentley, 24 Feb 2015 16:32: frantisek holop writes: looking at some ports (py-gdata, gtest, leveldb), it seems like that the *.googlecode.com/files/* links stopped working. Huh? I tried all of those and they still work. yes, sorry about that. i drew the wrong conclusion from

bitcoin/primecoin

2015-02-24 Thread frantisek holop
has anybody tried to make bitcoind work on openbsd? or any of its clones (e.g. primecoin) -f -- frogs are smart... they eat what bugs them.

Re: [WIP] update to SoX 14.4.2

2015-02-24 Thread frantisek holop
Jan Stary, 24 Feb 2015 20:39: One more thing: === Configuring for sox-14.4.2^M Using /usr/ports/pobj/sox-14.4.2/config.site (generated)^M configure: WARNING: unrecognized options: --disable-gtk-doc^M How did this get there? The source tarball does not contain 'gtk' anywhere (says

Re: php core dump

2015-02-24 Thread frantisek holop
frantisek holop, 08 Feb 2015 23:19: i am trying to track down a core dump with php: for the moment, i am not able to reproduce with a full debug build of php... i tried to trigger it with a script that runs composer forever, but github slapped me very quickly. -f -- jury: a group chosen

chromium-40.0.2214.115p0

2015-02-24 Thread frantisek holop
with the Mesa rollback it is now possible to run chromium again without --disable-gpu. however with or without, after exiting there is always a core dump. i suspect this has been the case for some versions now. anybody else is seeing this? -f -- i'm weird, but i'm saving up to be eccentric.

*.googlecode.com/files/* = 404

2015-02-24 Thread frantisek holop
looking at some ports (py-gdata, gtest, leveldb), it seems like that the *.googlecode.com/files/* links stopped working. some projects moved/are moving to github with more or less success.. i think it would make sense to remind all the maintainers to revise their ports post-lock to update the

UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
a simple patch to py-numpydoc. please test and commit. -f -- if you stand up to be counted someone will take your seat. Index: Makefile === RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v retrieving revision 1.1.1.1 diff -u -p

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
the archive extracts files with only owner and group permissions and 'make package' complains about 'weird mode'. what is the easiest/most elegant way of fixing this? post-extract: chmod -R a+r ${WRKSRC} find ${WRKSRC} -type d -exec chmod a+r {} \; -f -- to refuse to decide is

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
hold on, something wrong :[ disregard for the moment please -f frantisek holop, 11 Feb 2015 22:10: a simple patch to py-numpydoc. please test and commit. -f -- if you stand up to be counted someone will take your seat. Index: Makefile

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
let's try again with a ugly hack to fix the file permissions. will raise an issue with the project. please test and commit. -f -- everyone has a photographic memory, some don't have film. Index: Makefile === RCS file:

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
Stuart Henderson, 11 Feb 2015 22:43: On 2015/02/11 22:28, frantisek holop wrote: + chmod -R a+r ${WRKSRC} + find ${WRKSRC} -type d -exec chmod a+x {} \; allow me to introduce you to chmod a+rX ai iai iai. perfect. at least i wasn't the only one in the ports tree. new patch attached

php core dump

2015-02-08 Thread frantisek holop
i am trying to track down a core dump with php: $ curl -sS https://getcomposer.org/installer | php-5.6 $ php-5.6 composer.phar require laravel/installer=~1.1 ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) -

Re: php core dump

2015-02-08 Thread frantisek holop
frantisek holop, 08 Feb 2015 23:19: seems like a bug in php? i forgot to add, this works on release 5.6, php-5.5. -f -- history repeats itself because nobody listens.

  1   2   3   4   5   6   7   8   >