Re: Problem with chromium-40.0.2214.91p0

2015-01-28 Thread Edd Barrett
ail?id=370022#c45 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: prosody-0.9.7

2015-01-12 Thread Edd Barrett
prosody/prosody.cfg.lua -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: print/texlive: fix interpreter paths

2015-01-08 Thread Edd Barrett
On Sun, Jan 04, 2015 at 12:57:46PM +, Edd Barrett wrote: > Hey, > > Whilst preparing a texlive update, I noticed that the interpreter paths > are not being correctly substituted into scripts. Here is the fix > backported to the in-tree tex live 2013. Same again, but with the

print/texlive: fix interpreter paths

2015-01-04 Thread Edd Barrett
; +@@ -256,7 +256,7 @@ FINALFILE=${OUTPUT}; + if [ ! "${FINALFILE}" ]; then + FINALFILE="bibexport.bib"; + fi +-TMPFILE="bibexp.`date +%s`"; ++TMPFILE="`mktemp bibexp.`"; + if [ -z "${EXT}" ]; then ## we export all entries + if [ -z "${EXTRA}" ]; then ## we have no extra files + cat > ${TMPFILE}.aux < latexfileversion.tex + else +-if [ "$STYLE.sty" == "$FILE" ] ++if [ X"$STYLE.sty" = X"$FILE" ] + then + echo -n "Looking for style file '$STYLE.sty': " + # generate temporary LaTeX file +@@ -113,6 +113,6 @@ pdflatex -interaction=nonstopmode latexfileversion.tex + grep -e '^VERSION' latexfileversion.log | sed 's/VERSION //' + + # delete temporary directory +-rm -rf $TMPDIR ++rm -rf $MYTMPDIR + + #EOF -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: pypy-2.4.0

2014-12-07 Thread Edd Barrett
On Wed, Oct 22, 2014 at 11:43:20PM +0100, Edd Barrett wrote: > Hey, > > Here comes pypy-2.4.0. amd64 bootstrap attached. OK? Anyone? FWIW, I've been running this without problems since my original post. Thanks -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE+FIX: textproc/zathura

2014-11-29 Thread Edd Barrett
T 24 Nov 2014 12:14:31 - @@ -14,10 +14,13 @@ lib/pkgconfig/zathura.pc lib/zathura/ @man man/man1/zathura.1 @man man/man5/zathurarc.5 +share/appdata/ +share/appdata/zathura.appdata.xml share/applications/zathura.desktop share/dbus-1/ share/dbus-1/interfaces/ share/dbus-1/interfaces/org.pwmt.zathura.xml +share/doc/pkg-readmes/${FULLPKGNAME} share/locale/ca/LC_MESSAGES/zathura.mo share/locale/cs/LC_MESSAGES/zathura.mo share/locale/de/LC_MESSAGES/zathura.mo -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE+FIX: textproc/zathura

2014-11-25 Thread Edd Barrett
: https://gist.github.com/vext01/24c9c2a22a32119ef514 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE+FIX: textproc/zathura

2014-11-24 Thread Edd Barrett
1/interfaces/ share/dbus-1/interfaces/org.pwmt.zathura.xml +share/doc/pkg-readmes/${FULLPKGNAME} share/locale/ca/LC_MESSAGES/zathura.mo share/locale/cs/LC_MESSAGES/zathura.mo share/locale/de/LC_MESSAGES/zathura.mo -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: x11/girara-0.2.3

2014-11-24 Thread Edd Barrett
include/girara/macros.h -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: mail/offlineimap

2014-11-24 Thread Edd Barrett
N} +GH_COMMIT =7770b5ff73737d1269eb1ba7554b8d3486c7f5ec DISTNAME= offlineimap-${MODPY_EGG_VERSION} CATEGORIES=mail HOMEPAGE= http://offlineimap.org/ -MAINTAINER=Pierre-Emmanuel Andre +MAINTAINER= Edd Barrett # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= https://github.com/spaetz/offlinei

Re: UPDATE: mail/offlineimap

2014-11-23 Thread Edd Barrett
Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: icu4c 54.1p1 fails to build on arm

2014-11-01 Thread Edd Barrett
Are you up to date? There were commits to fix ICU on arm recently. On 1 Nov 2014 14:14, "Matthieu Herrb" wrote: > Hi, > > icu4c 54.1p1 fails to build on arm (I'm using an imx6 but it shouldn't > matter). > > ===> Checking files for icu4c-54.1p1 > `/share/OpenBSD/ports/distfiles/icu4c/icu4c-54_1-

UPDATE: mail/offlineimap

2014-10-30 Thread Edd Barrett
lineimap/utils/const.pyc +lib/python${MODPY_VERSION}/site-packages/offlineimap/utils/stacktrace.py +lib/python${MODPY_VERSION}/site-packages/offlineimap/utils/stacktrace.pyc @man man/man1/offlineimap.1 share/examples/offlineimap/ share/examples/offlineimap/offlineimap.conf -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: go ports.

2014-10-20 Thread Edd Barrett
On Sun, Oct 19, 2014 at 09:20:07PM +0100, Stuart Henderson wrote: > On 2014/10/19 18:32, Edd Barrett wrote: > > I guess what we would need to do is port each individual go dependency we > > need, then add a systrace policy that blocks the go build system from > > download

go ports.

2014-10-19 Thread Edd Barrett
/master/net/pulse If this turns out to be useful, and if I find some time, I may have a go at porting all the deps and making a go.port.mk to automate much of the path jiggery pokery the go build system expects. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: py-test

2014-10-13 Thread Edd Barrett
People don't always update all their packages at once. We really should keep the version constraint on py-py. On 12 Oct 2014 23:38, "frantisek holop" wrote: > Stuart Henderson, 04 Oct 2014 00:11: > > On 2014/09/20 19:50, frantisek holop wrote: > > > - i think the RUN_DEPENDS should be LIB_DEPENDS

Re: UPDATE: hgview

2014-09-16 Thread Edd Barrett
On Sat, Aug 30, 2014 at 04:52:26PM +0100, Edd Barrett wrote: > Update to hgview-1.8.2. > > Also put examples in the right place. > > Tested all 3 interfaces on a large hg repo (pypy). > > OK? Anyone? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: [UPDATE] editors/vim 7.4.430

2014-09-07 Thread Edd Barrett
nce editors/vim has the tags in it's packing list already. See the XXX in the Makefile for one possible workaround. --->8--- Cheers -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: py-virtualenv

2014-09-03 Thread Edd Barrett
afe-to-true-when-packaging-a-python-projec -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: NEW: www/uget

2014-08-30 Thread Edd Barrett
ave it in. What's funny is that no changes show in port-lib-depends-check. Anyway, I agree, leave it in to be safe. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: devel/py-py

2014-08-30 Thread Edd Barrett
On Sat, Aug 30, 2014 at 05:09:07PM +0100, Edd Barrett wrote: > OK to commit the following now? Then I will regenerate the update diff. So the updated diff is now: Index: Makefile === RCS file: /cvs/ports/devel/py-py/Makefil

Re: NEW: www/uget

2014-08-30 Thread Edd Barrett
rop a comment for the next person who is working on uget and who may be tempted to remove USE_GMAKE? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: devel/py-py

2014-08-30 Thread Edd Barrett
DPY_VERSION}/site-packages/py/_process/${MODPY_PYCACHE}forkedfunc.${MODPY_PYC_MAGIC_TAG}pyc -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: hgview

2014-08-30 Thread Edd Barrett
+MODPY_EGG_VERSION =1.8.2 DISTNAME = hgview-${MODPY_EGG_VERSION} CATEGORIES = devel @@ -12,8 +12,7 @@ MAINTAINER = Edd Barrett http://download.logilab.org/pub/hgview/ - +MASTER_SITES = ${MASTER_SITE_PYPI:=h/hgview/} MODULES = lang/python

Re: UPDATE: devel/py-py

2014-08-30 Thread Edd Barrett
DPY_PYCACHE}test.${MODPY_PYC_MAGIC_TAG}pyc -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: devel/py-test

2014-08-30 Thread Edd Barrett
ION}/site-packages/pytest-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/pytest.py +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pytest.${MODPY_PYC_MAGIC_TAG}pyc -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: devel/py-py

2014-08-30 Thread Edd Barrett
}_xmlgen.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/py/test.py +lib/python${MODPY_VERSION}/site-packages/py/${MODPY_PYCACHE}test.${MODPY_PYC_MAGIC_TAG}pyc -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE/FIX: net/flickcurl

2014-08-30 Thread Edd Barrett
- -4. Exchange the frob for an authentication token - -flickcurl -a - -flickcurl will save the token in your config file. +For step by step instructions on setting up flickcurl, (remove any +existing ~/.flickcurl.conf and) run `flickcurl` without any arguments. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

NEW: colordiff

2014-08-17 Thread Edd Barrett
Hey, A little tool to syntax highlight diffs from stdin. Useful for use with CVS. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk colordiff.tgz Description: application/tar-gz

fix: Performance of dunelegacy on OpenBSD.

2014-08-17 Thread Edd Barrett
} - } + } + } else { +@@ -516,6 +516,7 @@ void Game::drawScreen() + } + } + } ++ SDL_UnlockSurface(hiddenFogSurf[currentZoomlevel]); + } + + /draw placement position -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: HEADS UP: 5.6 ports lock approaching

2014-07-21 Thread Edd Barrett
g, but someone who knows some C++ should take a second look. Details in my recent post on ports@ -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: wxMaxima can't start maxima

2014-07-21 Thread Edd Barrett
On Sun, Jul 20, 2014 at 07:03:38PM +0100, Edd Barrett wrote: > Looks like wxMaxima uses a wx routine to start a server but encounters > an exception: I raised a bug upstream, but have not heard back... https://github.com/andrejv/wxmaxima/issues/339 -- Best Regards Edd Barrett

Re: wxMaxima can't start maxima

2014-07-20 Thread Edd Barrett
On Sun, Jul 20, 2014 at 04:17:50PM +0100, Edd Barrett wrote: > On Fri, Jul 18, 2014 at 01:38:17PM +0100, Zé Loff wrote: > > > > Hi > > > > I was trying to use wxMaxima (-current, amd64) and it fails to start > > (and connect to) maxima. Actually it fails to sta

Re: wxMaxima can't start maxima

2014-07-20 Thread Edd Barrett
it involves a lot of parenthesis)? Thanks for the report.I see the same here. Investigating... P.S. Have you tried ipython notebook? This is a similar kind of deal but using Python as the scripting language. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: WIP: editors/vim-command-t

2014-07-17 Thread Edd Barrett
Hi Stuart, Thanks for the input. All sounds reasonable to me. On Thu, Jul 17, 2014 at 12:04:21PM +0100, Stuart Henderson wrote: > On 2014/07/17 11:17, Edd Barrett wrote: > > On Sat, Jun 28, 2014 at 01:49:04PM +0100, Edd Barrett wrote: > I don't have the original mail with the at

Re: WIP: editors/vim-command-t

2014-07-17 Thread Edd Barrett
On Sat, Jun 28, 2014 at 01:49:04PM +0100, Edd Barrett wrote: > However, the port is quite unusual and whilst I have managed to mostly get > this into shape, there are still some outstanding issues which I am at a > loss on: > > * MODRUBY_REV needs to kept in sync with editors/

UPDATE: PyPy-2.3.1

2014-07-14 Thread Edd Barrett
,7 +27,7 @@ MAINTAINER = Edd Barrett https://bitbucket.org/pypy/pypy/downloads/ @@ -51,8 +51,11 @@ MODGCC4_ARCHS = * MODGCC4_LANGS =c USE_GMAKE =Yes -BUILD_DEPENDS =textproc/py-sphinx ${MODTK_BUILD_DEPENDS} -RUN

UPDATE: xournal-0.4.8

2014-07-13 Thread Edd Barrett
cale/zh_CN/LC_MESSAGES/xournal.mo +share/locale/zh_TW/LC_MESSAGES/xournal.mo share/mime/packages/xournal.xml share/mimelnk/ share/mimelnk/application/ -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

WIP: editors/vim-command-t

2014-06-28 Thread Edd Barrett
acking list already. See the XXX in the Makefile for one possible workaround. Comments welcomed. Cheers -- Best Regards Edd Barrett http://www.theunixzoo.co.uk vim-command-t.tgz Description: application/tar-gz

UPDATE: znc-1.4

2014-06-17 Thread Edd Barrett
include/znc/Template.h +include/znc/Threads.h include/znc/User.h include/znc/Utils.h include/znc/WebModules.h @@ -65,6 +66,7 @@ lib/znc/lastseen.so lib/znc/listsockets.so lib/znc/log.so lib/znc/missingmotd.so +lib/znc/modules_online.so lib/znc/nickserv.so lib/znc/notes.so lib/znc/notify_connect.so -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: elinks creates file whose name is the contents of elinks.conf

2014-06-01 Thread Edd Barrett
enSSL. > > [...] > > I agree that more lines should be "deleted". Is this clear enough? Anyone else knowing something about SSL can confirm this? If so, let's commit it and I'll communicate with upstream. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: NEW: uhexen2

2014-05-30 Thread Edd Barrett
Can you check it doesn't use nasm. If it does then it will need magic. On 30 May 2014 16:41, "Ryan Freeman" wrote: > On Thu, May 29, 2014 at 11:53:08AM +0100, Edd Barrett wrote: > > On Wed, May 28, 2014 at 10:21:29AM -0700, Ryan Freeman wrote: > > > > > &

Re: elinks creates file whose name is the contents of elinks.conf

2014-05-30 Thread Edd Barrett
nnot initialize the PRNG and so every attempt to use SSL fails. * It's actually an OpenSSL FAQ, and according to them, it's up to the * application coders to seed the RNG. -- William Yodlowsky */ ---8<--- -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: NEW: uhexen2

2014-05-29 Thread Edd Barrett
here i basically had a do-build > target call gmake ;) We can certainly add them at a later date. I'm going to commit what we have later. Thanks! -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: NEW games/dunelegacy

2014-05-26 Thread Edd Barrett
On Mon, May 26, 2014 at 09:57:10AM +0200, frantisek holop wrote: > no comment about the port, but strictly speaking > dune II was not the first-ever real-time strategy game :) https://github.com/jasperla/openbsd-wip/commit/60077d1638c6b1d575d1e293eb417fc3393a89b7 ;) -- Best Regards Edd B

Re: NEW: uhexen2

2014-05-25 Thread Edd Barrett
egards Edd Barrett http://www.theunixzoo.co.uk

NEW: uhexen2

2014-05-24 Thread Edd Barrett
Hexen II anyone? Single player works pretty well on my X230t. Have no figured out how to use the multiplayer server yet. I have only enabled the GL clients for now. Note, you need the pak files from the original game. CC'd possibly interested parties. Comments? OK? -- OpenBSD -- "The premier

Re: elinks creates file whose name is the contents of elinks.conf

2014-05-22 Thread Edd Barrett
Ouch, I'll look at that as soon as I find some time. On 22 May 2014 00:08, "Zé Loff" wrote: > > I know, that subject's line is too long, but I didn't manage to phrase > that in a shorter form. On the upside, it pretty much tells the whole > story: elinks is creating a file on ~ whose name is the

Re: [UPDATE] py-pip-1.5.6

2014-05-18 Thread Edd Barrett
in/pip-${MODPY_VERSION}. > +${PREFIX}/bin/pip${MODPY_VERSION}. Personally I welcome that change, as the naming convention matches MODPY_BIN. CCing a couple of people that may have an opinion. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: py-virtualenv-1.11.4

2014-05-04 Thread Edd Barrett
/virtualenv.html -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

NEW: hgview

2014-04-30 Thread Edd Barrett
A fast mercurial browser. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk hgview1.tgz Description: application/tar-gz

UPDATE: py-tornado-3.2

2014-04-27 Thread Edd Barrett
ado/test/web_test.py lib/python${MODPY_VERSION}/site-packages/tornado/test/web_test.pyc +lib/python${MODPY_VERSION}/site-packages/tornado/test/websocket_test.py +lib/python${MODPY_VERSION}/site-packages/tornado/test/websocket_test.pyc lib/python${MODPY_VERSION}/site-packages/tornado/test/wsgi

NEW: py-numpydoc

2014-04-27 Thread Edd Barrett
Another ipython2 dependency. See attached. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-numpydoc.tgz Description: application/tar-gz

NEW: py-backports-ssl-match-hostname

2014-04-27 Thread Edd Barrett
Hi, I am in the process of updating Ipython to version 2. IPython needs a newer py-tornado, which needs py-backports-ssl-match-hostname. Attached is a port. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-backports-ssl-match-hostname.tgz Description: application/tar-gz

Re: Some current breakage

2014-04-22 Thread Edd Barrett
On Sun, Apr 20, 2014 at 02:03:50PM +, Christian Weisgerber wrote: > lang/pypy I hope to get around to looking at this soon. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: WIP: Enable readline in PHP

2014-04-22 Thread Edd Barrett
On Mon, Apr 21, 2014 at 11:27:44AM +0100, Edd Barrett wrote: > I'll prep a new diff enabling readline on only 5.4/5.5. New diff below. I ran the test suite for both 5.4 and 5.5 before and after enabling readline to check I didn't break anything. Oddly enough, there is one new fai

Re: WIP: Enable readline in PHP

2014-04-21 Thread Edd Barrett
On Mon, Apr 21, 2014 at 11:16:43AM +0100, Stuart Henderson wrote: > On 2014/04/21 11:12, Edd Barrett wrote: > > > I will be doing some work in PHP soon, > > poor you Hehe, quite. Coming from Python it's going to be... interesting. > > Sadly, PHP-5.3 seems to have a

WIP: Enable readline in PHP

2014-04-21 Thread Edd Barrett
php-fpm-${V} -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: [NEW] security/keybase-node-client

2014-04-09 Thread Edd Barrett
On Thu, Apr 10, 2014 at 01:03:47AM +0100, Edd Barrett wrote: > Food for thought. Also, uninstall is not clean: wilfred:~> sudo pkg_delete keybase-node-client keybase-node-client-0.2.18: ok Read shared items: ok --- -keybase-node-client-0.2.18 --- Error deleting directory

Re: [NEW] security/keybase-node-client

2014-04-09 Thread Edd Barrett
l world, we would make a port for these and use system versions. (or would we?). * Probably want to disable 'keybase update' as it clearly won't work. Food for thought. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Video chat app

2014-03-30 Thread Edd Barrett
That would be truly awesome if someone ported tox. On 28 Mar 2014 13:22, "Anton Yabchinskiy" wrote: > On Fri, 28 Mar 2014 08:07:02 -0500, Amit Kulkarni wrote: > > Hi all, > > > > I want to do video chatting. Is there a app which works on OpenBSD? If > not, > > what needs to be ported to be able t

Re: UPDATE: Spectrwm 2.5.0

2014-03-19 Thread Edd Barrett
On Wed, Mar 19, 2014 at 11:20:10AM -0300, Gonzalo L. R. wrote: > You report this upstream or you make me do the hard work? ;) I mentioned it on IRC, but didn't get a reply. Can you repro? - Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: Spectrwm 2.5.0

2014-03-19 Thread Edd Barrett
On Tue, Mar 18, 2014 at 02:13:37PM -0300, Gonzalo L. R. wrote: > Comments? Ok? Sadly the xfce4-terminal bug is still with us. If you set your terminal app to xfce4-terminal, terminals will always spawn on the first desktop. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: devel/ipython

2014-03-17 Thread Edd Barrett
On Thu, Mar 13, 2014 at 12:10:12PM +, Edd Barrett wrote: > Fix duplicate TEST_DEPENDS, noticed by benoit@ > > OK? Anyone interested? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: fs-uae-2.4.0

2014-03-14 Thread Edd Barrett
On Thu, Mar 13, 2014 at 10:33:26PM +, Edd Barrett wrote: > Note that the launcher was moved out of the FS-UAE source tree. Attached > is a new port for that. New launcher tarball. Use MODPY_EGG_VERSION and regen PLIST. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: devel/ipython

2014-03-13 Thread Edd Barrett
On Wed, Mar 12, 2014 at 11:35:23AM +, Edd Barrett wrote: > Hi, > > The following diff updates ipython to the latest stable release. I have > been using this for work for a couple of weeks now without issue. Fix duplicate TEST_DEPENDS, noticed by benoit@ OK? Ind

UPDATE: devel/ipython

2014-03-12 Thread Edd Barrett
oc/ipython/html/whatsnew/pr/ +share/doc/ipython/html/whatsnew/pr/incompat-mpl-backend.html share/doc/ipython/html/whatsnew/version0.10.html share/doc/ipython/html/whatsnew/version0.11.html share/doc/ipython/html/whatsnew/version0.12.html -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Suspend/resume in Gnome

2014-03-04 Thread Edd Barrett
On Tue, Mar 04, 2014 at 09:35:01PM +, Edd Barrett wrote: > Come to think of it, I think I *did* have this issue with that Feb 13th snap. > > This would fall in line with stsp's theory. I don't see any messages > from the kernel about disabling acceleration however. As S

Re: Suspend/resume in Gnome

2014-03-04 Thread Edd Barrett
eported that one on x11@ a while ago: http://marc.info/?l=openbsd-x11&m=13835512828&w=2 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Suspend/resume in Gnome

2014-03-04 Thread Edd Barrett
On Tue, Mar 04, 2014 at 10:22:47AM +, Stuart Henderson wrote: > On 2014/03/04 09:40, Edd Barrett wrote: > > This is since my last snapshot upgrade, but there again, I have not been > > updating all that frequently, so it could be an older issue. > > This report could be

Re: Suspend/resume in Gnome

2014-03-04 Thread Edd Barrett
onfiguration 1 interface 0 "Tablet ISD-V4" rev 1.10/6.11 addr 3 uhidev0: iclass 3/1, 2 report ids ums0 at uhidev0 reportid 1: 2 buttons wsmouse1 at ums0 mux 0 ums1 at uhidev0 reportid 2: 3 buttons, tip, barrel, eraser wsmouse2 at ums1 mux 0 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (3791f5f360451fbc.a) swap on sd0b dump on sd0b -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

texlive update tweaks

2014-02-06 Thread Edd Barrett
tex/ share/texmf-var/web2c/xetex/cont-en.fmt share/texmf-var/web2c/xetex/xelatex.fmt share/texmf-var/web2c/xetex/xetex.fmt +@exec-update if [ -e "%D/bin/mktexlsr" ]; then %D/bin/mktexlsr > /dev/null 2>&1; fi -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Update: graphviz-2.36.0 (for CVEs)

2014-02-05 Thread Edd Barrett
On Wed, Feb 05, 2014 at 04:23:48PM +0100, Sebastian Trahm wrote: > On Tue, Feb 04, 2014 at 10:10:39PM +0000, Edd Barrett wrote: > > Hi, > > > > As pointed out by Sebastian Trahm, the version of graphviz in-tree has > > security issues: > > http://www.debian.org/s

Update: graphviz-2.36.0 (for CVEs)

2014-02-04 Thread Edd Barrett
cl.html share/examples/graphviz/demo/gcat.tcl share/examples/graphviz/demo/gcat.tcl.README share/examples/graphviz/demo/pathplan.tcl @@ -431,6 +465,7 @@ share/examples/graphviz/graphs/directed/ share/examples/graphviz/graphs/directed/alf.gv share/examples/graphviz/graphs/directed/arrows.gv share/examples/graphviz/graphs/directed/awilliams.gv +share/examples/graphviz/graphs/directed/biological.gv share/examples/graphviz/graphs/directed/clust.gv share/examples/graphviz/graphs/directed/clust1.gv share/examples/graphviz/graphs/directed/clust2.gv @@ -507,6 +542,36 @@ share/graphviz/doc/html/schema/ share/graphviz/doc/html/schema/arguments.xml share/graphviz/doc/html/schema/attributes.xml share/graphviz/doc/html/schema/attributes.xslt -share/graphviz/examples/ -share/graphviz/gvedit/ -share/graphviz/smyrna/ +share/graphviz/gvpr/ +share/graphviz/gvpr/addranks +share/graphviz/gvpr/addrings +share/graphviz/gvpr/anon +share/graphviz/gvpr/attr +share/graphviz/gvpr/bb +share/graphviz/gvpr/bbox +share/graphviz/gvpr/chkclusters +share/graphviz/gvpr/cliptree +share/graphviz/gvpr/col +share/graphviz/gvpr/collapse +share/graphviz/gvpr/color +share/graphviz/gvpr/cycle +share/graphviz/gvpr/dechain +share/graphviz/gvpr/deghist +share/graphviz/gvpr/deledges +share/graphviz/gvpr/delmulti +share/graphviz/gvpr/delnodes +share/graphviz/gvpr/depath +share/graphviz/gvpr/dijkstra +share/graphviz/gvpr/flatten +share/graphviz/gvpr/get-layers-list +share/graphviz/gvpr/group +share/graphviz/gvpr/indent +share/graphviz/gvpr/knbhd +share/graphviz/gvpr/maxdeg +share/graphviz/gvpr/path +share/graphviz/gvpr/rotate +share/graphviz/gvpr/scale +share/graphviz/gvpr/scalexy +share/graphviz/gvpr/span +share/graphviz/gvpr/topon +share/graphviz/gvpr/treetoclust -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: MPlayer 20140106

2014-01-10 Thread Edd Barrett
math is not a linker flag. It just defines > >__FAST_MATH__. Perhaps it is not needed? Yes, on second inspection of the manual, I missed the fact that it also sets a load of other options, so my bad. I have been able to play videos and audio fine using your update. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: MPlayer 20140106

2014-01-08 Thread Edd Barrett
disable-dart disable DART audio output [autodetect] > - --disable-win32waveout disable Windows waveout audio output [autodetect] Nice that the sndio backend is finally upstream. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: pythontex question

2013-12-29 Thread Edd Barrett
esting after the New Year). Yes, print/texlive in openbsd-wip is almost ready. I have been using this for the last week or so without issues. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: lang/ghc: drop ps and pdf docs

2013-12-13 Thread Edd Barrett
est that, I will wait for the results of espie's experiment. He was trying to remove dvips from the buildset. Cheers -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Libcompat cleanup

2013-12-06 Thread Edd Barrett
On Thu, Dec 05, 2013 at 12:46:24PM +, Christian Weisgerber wrote: > math/lpsolve/core sys/timeb.h Ack, on my list. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: .desktop file for editors/vim

2013-11-22 Thread Edd Barrett
On Tue, Nov 05, 2013 at 06:30:51PM +0100, Fabian Raetz wrote: > Hi, > > i've tried to port the .desktop file for editors/vim from Debian. What is the status of this? It would be nice to have a desktop file for vim. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: audio/milkytracker 0.90.85 => 0.90.86

2013-11-21 Thread Edd Barrett
rsalnetwork2_real.xm +share/icons/hicolor/128x128/apps/milkytracker.png +@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@exec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: net/flickcurl-1.25

2013-11-21 Thread Edd Barrett
= -SIZE (flickcurl-1.23.tar.gz) = 1847951 +SHA256 (flickcurl-1.25.tar.gz) = TOlbZZ2i6nkLckS6pEHVnu8dt5R3hJH21wm3hFF9Vgs= +SIZE (flickcurl-1.25.tar.gz) = 1856658 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

NEW: x11/arandr

2013-11-18 Thread Edd Barrett
Edd Barrett http://www.theunixzoo.co.uk arandr.tgz Description: application/tar-gz

Re: Chromium core dumps

2013-11-03 Thread Edd Barrett
>the breakage with pretty much any complex web pages on i386 (which has been > >>>like this since around April, from looking at ports@ archives). Seems to be fixed in -current by Robert's recent chromium update. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: UPDATE: ipython-1.1.0

2013-11-01 Thread Edd Barrett
On Mon, Oct 21, 2013 at 10:32:15PM +0100, Edd Barrett wrote: > Hi, > > This diff brings ipython to the latest version. Anyone for an OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: Chromium core dumps

2013-10-28 Thread Edd Barrett
crashing > it, complex web pages work fine. I was using firefox but chrome is so much > faster at this point, it's not even funny. Firefox is also constantly > crashing on my relatively low memory i386 laptop. > -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: FIX: inkscape extensions

2013-10-24 Thread Edd Barrett
te ruby +extensions, then please install Ruby ${MODRUBY_REV}. + +Icon Bug + + +Inkscape is not very resilient to missing icon sets and can crash (for +example when opening file->"document properties"). If you specify a custom +icon theme in your ~/.gtkrc-2.0, then make sure that this icon set is +actually installed. + +This bug has been reported: +https://bugs.launchpad.net/inkscape/+bug/1238142 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: FIX: inkscape extensions

2013-10-24 Thread Edd Barrett
l > > dep changes anytime, job done. > > py-libxml is a BDEP. There are no run-time dependencies on either > Python or Ruby in the inkscape core. It is currently marked as a RUN_DEPEND. Are you suggesting this is incorrect? I will try a build without py-lxml installed. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: FIX: inkscape extensions

2013-10-24 Thread Edd Barrett
On Thu, Oct 24, 2013 at 07:41:35PM +0100, Edd Barrett wrote: > +custom icon theme in your ~/.gtkrc-2.0, the make sure that this icon set is s/the/then/ as spotted by James Turner, thanks. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: FIX: inkscape extensions

2013-10-24 Thread Edd Barrett
On Wed, Oct 23, 2013 at 04:08:38AM +0400, Vadim Zhukov wrote: > 2013/10/22 Edd Barrett : > > Hi, > > > > Zhuk@ noticed that inkscape extensions only work if you have interpreter > > symlinks installed. The following diff fixes this. OK? > > Okay, and thanks for t

FIX: inkscape extensions

2013-10-22 Thread Edd Barrett
t;, "ruby" }, +-{"shell", "shell-interpreter", "sh" }, ++{"ruby", "ruby-interpreter", "${RUBY}" }, ++{"shell", "shell-interpreter", "/bin/sh" }, +

Re: NEW: devel/py-spyder

2013-10-21 Thread Edd Barrett
On Mon, Oct 14, 2013 at 05:10:35PM +0100, Edd Barrett wrote: > Hi, > > A lightweight IDE for Python 2 (3 support in future releases > apparently). On first glance, I quite like it. Anyone interested? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: WIP: inkscape update

2013-10-21 Thread Edd Barrett
On Thu, Oct 17, 2013 at 11:18:05PM +0100, Edd Barrett wrote: > On Wed, Oct 16, 2013 at 01:53:00AM +0200, Ingo Schwarze wrote: > > Including them in the package is just a waste of space. > > Besides, translated manuals are usually of abysmal quality, > > so it actually *helps*

Re: WIP: inkscape update

2013-10-17 Thread Edd Barrett
patch-src_sp-image_cpp --- patches/patch-src_sp-image_cpp 13 Jul 2012 15:10:47 - 1.2 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_sp-image_cpp,v 1.2 2012/07/13 15:10:47 kili Exp $ - -Fix build with png-1.5. - src/sp-image.cpp.orig Thu Jul 12 18:27:13 2012 -+++ src/sp-image.cpp Thu Jul 12 18:27:13 2012 -@@ -389,7 +389,7 @@ static bool readPngAndHeaders( PushPull &youme, gint & - { - char* name = 0; - int compression_type = 0; --char* profile = 0; -+png_byte* profile = 0; - png_uint_32 proflen = 0; - if ( png_get_iCCP(pngPtr, infoPtr, &name, &compression_type, &profile, &proflen) ) { - // g_message("Found an iCCP chunk named [%s] with %d bytes and comp %d", name, proflen, compression_type); Index: pkg/PLIST === RCS file: /home/edd/cvsync/cvs/ports/graphics/inkscape/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 20 Aug 2013 22:05:55 - 1.7 +++ pkg/PLIST 16 Oct 2013 18:49:09 - @@ -1,31 +1,14 @@ @comment $OpenBSD: PLIST,v 1.7 2013/08/20 22:05:55 zhuk Exp $ @bin bin/inkscape @bin bin/inkview -man/fr/ -man/fr/man1/ -@man man/fr/man1/inkscape.1 @man man/man1/inkscape.1 @man man/man1/inkview.1 share/applications/inkscape.desktop -share/icons/ -share/icons/hicolor/ -share/icons/hicolor/16x16/ -share/icons/hicolor/16x16/apps/ share/icons/hicolor/16x16/apps/inkscape.png -share/icons/hicolor/22x22/ -share/icons/hicolor/22x22/apps/ share/icons/hicolor/22x22/apps/inkscape.png -share/icons/hicolor/24x24/ -share/icons/hicolor/24x24/apps/ share/icons/hicolor/24x24/apps/inkscape.png -share/icons/hicolor/256x256/ -share/icons/hicolor/256x256/apps/ share/icons/hicolor/256x256/apps/inkscape.png -share/icons/hicolor/32x32/ -share/icons/hicolor/32x32/apps/ share/icons/hicolor/32x32/apps/inkscape.png -share/icons/hicolor/48x48/ -share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/inkscape.png share/inkscape/ share/inkscape/clipart/ @@ -442,6 +425,7 @@ share/inkscape/extensions/txt2svg.pl share/inkscape/extensions/uniconv-ext.py share/inkscape/extensions/uniconv_output.py share/inkscape/extensions/voronoi.py +share/inkscape/extensions/voronoi2svg.py share/inkscape/extensions/web-set-att.inx share/inkscape/extensions/web-set-att.py share/inkscape/extensions/web-transmit-att.inx -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

WIP: inkscape update

2013-10-15 Thread Edd Barrett
+389,7 @@ static bool readPngAndHeaders( PushPull &youme, gint & - { - char* name = 0; - int compression_type = 0; --char* profile = 0; -+ png_byte* profile = 0; - png_uint_32 proflen = 0; - if ( png_get_iCCP(pngPtr, infoPtr, &name, &compression_type, &profile, &proflen) ) { - // g_message("Found an iCCP chunk named [%s] with %d bytes and comp %d", name, proflen, compression_type); Index: pkg/PLIST === RCS file: /home/edd/cvsync/cvs/ports/graphics/inkscape/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 20 Aug 2013 22:05:55 - 1.7 +++ pkg/PLIST 15 Oct 2013 22:19:46 - @@ -1,31 +1,34 @@ @comment $OpenBSD: PLIST,v 1.7 2013/08/20 22:05:55 zhuk Exp $ @bin bin/inkscape @bin bin/inkview +man/el/ +man/el/man1/ +@man man/el/man1/inkscape.el.1 man/fr/ man/fr/man1/ -@man man/fr/man1/inkscape.1 +@man man/fr/man1/inkscape.fr.1 +man/ja/ +man/ja/man1/ +@man man/ja/man1/inkscape.ja.1 @man man/man1/inkscape.1 +@man man/man1/inkscape.el.1 +@man man/man1/inkscape.fr.1 +@man man/man1/inkscape.ja.1 +@man man/man1/inkscape.sk.1 +@man man/man1/inkscape.zh_TW.1 @man man/man1/inkview.1 +man/sk/ +man/sk/man1/ +@man man/sk/man1/inkscape.ja.1 +man/zh_TW/ +man/zh_TW/man1/ +@man man/zh_TW/man1/inkscape.zh_TW.1 share/applications/inkscape.desktop -share/icons/ -share/icons/hicolor/ -share/icons/hicolor/16x16/ -share/icons/hicolor/16x16/apps/ share/icons/hicolor/16x16/apps/inkscape.png -share/icons/hicolor/22x22/ -share/icons/hicolor/22x22/apps/ share/icons/hicolor/22x22/apps/inkscape.png -share/icons/hicolor/24x24/ -share/icons/hicolor/24x24/apps/ share/icons/hicolor/24x24/apps/inkscape.png -share/icons/hicolor/256x256/ -share/icons/hicolor/256x256/apps/ share/icons/hicolor/256x256/apps/inkscape.png -share/icons/hicolor/32x32/ -share/icons/hicolor/32x32/apps/ share/icons/hicolor/32x32/apps/inkscape.png -share/icons/hicolor/48x48/ -share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/inkscape.png share/inkscape/ share/inkscape/clipart/ @@ -442,6 +445,7 @@ share/inkscape/extensions/txt2svg.pl share/inkscape/extensions/uniconv-ext.py share/inkscape/extensions/uniconv_output.py share/inkscape/extensions/voronoi.py +share/inkscape/extensions/voronoi2svg.py share/inkscape/extensions/web-set-att.inx share/inkscape/extensions/web-set-att.py share/inkscape/extensions/web-transmit-att.inx -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

NEW: devel/py-spyder

2013-10-14 Thread Edd Barrett
ction features." Spyder has a bunch of optional runtime dependencies (ipython, rope, ...) which I have opted not to pull in by default (see the '?' menu on the GUI). Where should this go? devel/ or editors/? OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-sp

[FIX]: elinks and time64

2013-10-10 Thread Edd Barrett
imeval_T *timeval_from_seconds(timeval_T *t, long seconds); -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: [UPDATE] devel/py-test

2013-09-27 Thread Edd Barrett
On Thu, Sep 26, 2013 at 11:15:33AM +0200, Remi Pointel wrote: > this is the diff to update to latest release of py-test: 2.3.5. I posted an update last week sometime. Perhaps hace a look to see if there are any differences. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: py-setuptools

2013-09-19 Thread Edd Barrett
uptools/tests/test_upload_docs.pyc +lib/python${MODPY_VERSION}/site-packages/setuptools/version.py +lib/python${MODPY_VERSION}/site-packages/setuptools/version.pyc -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

UPDATE: py-test-2.3.5

2013-09-18 Thread Edd Barrett
KTtbyImzilvdyAFKoM0= -SHA256 (pytest-2.2.3.zip) = qfdroeoQq01A9Dgt8V7CzlgwUkllR6qea6sFnq/ZQG4= -SIZE (pytest-2.2.3.zip) = 307445 +SHA256 (pytest-2.3.5.tar.gz) = gEwovvQV/GpU3nk08FstZ6nMiiMN6YaF/KJ02fy+ixw= +SIZE (pytest-2.3.5.tar.gz) = 426328 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

<    3   4   5   6   7   8   9   10   11   12   >