Re: lang/racket-minimal: update to v8.3

2021-12-16 Thread Juan Francisco Cantero Hurtado
(man-dir . "/usr/local/man") > > (absolute-installation? . #t) > > (compiled-file-roots . (same "/usr/local/lib/racket/compiled")) > > (build-stamp . "") > > (doc-search-url . > > "https://download.racket-lang.org

Re: lang/racket-minimal: update to v8.3

2021-12-15 Thread Juan Francisco Cantero Hurtado
On Wed, Dec 15, 2021 at 04:49:06AM +, James Cook wrote: > On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Tue, 14 Dec 2021 14:18:39 + > > James Cook wrote: > > > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, De

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread Juan Francisco Cantero Hurtado
On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, 14 Dec 2021 14:18:39 + > James Cook wrote: > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > > Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread Juan Francisco Cantero Hurtado
the defaults). Our racket-minimal doesn't install files in ~/.local/share/racket. My suggestion: $ doas pkg_delete racket-minimal $ doas rm -rf /etc/racket /usr/local/lib/racket /usr/local/share/racket $ rm -rf $HOME/.racketrc $HOME/.racket $ doas pkg_add racket-minimal And then follow the instr

Re: a batch of py2+3 to py3 switches

2021-10-22 Thread Juan Francisco Cantero Hurtado
t; www/py-cookies > www/py-feedgenerator > www/py-formencode > www/py-httplib2 > www/py-jinja2 > www/py-mako > www/py-repoze-lru > www/py-repoze-profile > www/py-repoze-who > www/py-requests-futures > www/py-requests-mock > www/py-requests-toolbelt > www/py-selenium > www/py-soupsieve > www/py-tempita > www/py-uritemplate > www/py-waitress > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [PATCH] lang/racket-minimal: add -E flag for raco exe

2021-03-08 Thread Juan Francisco Cantero Hurtado
On Sun, Mar 07, 2021 at 01:57:24PM -0500, John Murphy wrote: > This patch adds the `-E` flag to racket version 7.9. This change > has been added upstream[1] as a restult of github issue 3717[2]. > > [1]: > https://github.com/racket/racket/commit/fac84630825fdb3780fcd7891fb50e637eb3f910 > [2]: htt

Re: turn off cython tests under python2

2020-11-07 Thread Juan Francisco Cantero Hurtado
n2 so numpy can be updated. > +# (numpy>=1.17.0 is python3-only) > +.if ${FLAVOR:Mpython3} > +TEST_DEPENDS += math/py-numpy${MODPY_FLAVOR} > +.else > +NO_TEST =Yes > +.endif > > PORTHOME = ${WRKDIR} > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Remove net/py-ftpdlib?

2020-09-19 Thread Juan Francisco Cantero Hurtado
uan Francisco Cantero Hurtado http://juanfra.info

Re: NEW: devel/py-patiencediff

2020-05-31 Thread Juan Francisco Cantero Hurtado
On Sun, 31 May 2020 20:25:30 +0100 Stuart Henderson wrote: > On 2020/05/31 00:33, Juan Francisco Cantero Hurtado wrote: > > This package is a dependency of another new package. OK? > > > > > > Information for inst:py3-patiencediff-0.1.0 > > > > Co

NEW: devel/py-patiencediff

2020-05-30 Thread Juan Francisco Cantero Hurtado
This package is a dependency of another new package. OK? Information for inst:py3-patiencediff-0.1.0 Comment: python implementation of the patiencediff algorithm Description: This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen. Like Pyth

Re: Compiling ninja on alpha

2020-05-13 Thread Juan Francisco Cantero Hurtado
INE_ARCH} != "alpha" COMPILER = base-clang ports-gcc base-gcc .endif If alpha is using ports-gcc by default, then add an else to the conditional. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-16 Thread Juan Francisco Cantero Hurtado
On Sat, Mar 14, 2020 at 10:16:42PM -0400, George Koehler wrote: > On Sat, 14 Mar 2020 21:32:36 +0100 > Juan Francisco Cantero Hurtado wrote: > > > Since a few mercurial releases ago, they're not releasing new versions. > > Tortoise uses the internal API of mercurial, s

I'd like to remove tortoisehg. Anyone using it?.

2020-03-14 Thread Juan Francisco Cantero Hurtado
before of 6.7. Any objection?. Is anyone yelling at me?. I can't hear you. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: PATCH: move tortoisehg to qt5, remove qt4 from py-qscintilla

2020-02-17 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 17, 2020 at 10:50:10PM +0100, Juan Francisco Cantero Hurtado wrote: > On Mon, Feb 17, 2020 at 12:12:37AM +0100, Juan Francisco Cantero Hurtado > wrote: > > tortoisehg is the last consumer of py-qt4. With this patch, we can > > remove py-qt4 from ports. > >

Re: PATCH: move tortoisehg to qt5, remove qt4 from py-qscintilla

2020-02-17 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 17, 2020 at 12:12:37AM +0100, Juan Francisco Cantero Hurtado wrote: > tortoisehg is the last consumer of py-qt4. With this patch, we can > remove py-qt4 from ports. > > I need a python2+qt5 version of qscintilla for the change in tortoise > and qgis is the only consumer

PATCH: move tortoisehg to qt5, remove qt4 from py-qscintilla

2020-02-16 Thread Juan Francisco Cantero Hurtado
tortoisehg is the last consumer of py-qt4. With this patch, we can remove py-qt4 from ports. I need a python2+qt5 version of qscintilla for the change in tortoise and qgis is the only consumer of the python3+qt5 flavor. Instead of adding more complexity to the py-qscintilla port, I made the port q

Re: RUN_DEPENDS=${BUILD_DEPENDS}

2020-02-13 Thread Juan Francisco Cantero Hurtado
1.4 +++ sysutils/slant/Makefile 11 Feb 2020 > > 13:22:12 - @@ -3,7 +3,7 @@ > > COMMENT = minimal remote system monitor > > > > DISTNAME = slant-0.0.21 > > -REVISION = 1 > > +REVISION = 2 > > > > CATEGORIES = sysutils > > > > @@ -17,9 +17,9 @@ PERMIT_PACKAGE = Yes > > # uses pledge() > > WANTLIB += c curses sqlite3 tls z > > > > -BUILD_DEPENDS =databases/ksql \ > > +BUILD_DEPENDS =${RUN_DEPENDS} > > +RUN_DEPENDS = databases/ksql \ > > www/openradtool>=0.7.4 > > -RUN_DEPENDS = ${BUILD_DEPENDS} > > > > LIB_DEPENDS = databases/sqlite3 > > > > -- > > jasper -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-02-03 Thread Juan Francisco Cantero Hurtado
27;m unable to explain why this is happening. It would be great if > someone looks into this. Here is a simple workaround: # cd /etc/fonts/conf.d # cat 71-no-ghostscript.conf /usr/local/share/fonts/ghostscript/* # Create that file and your program should work again. Thanks for your patience!. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread Juan Francisco Cantero Hurtado
On Tue, 14 Jan 2020 22:34:38 + Stuart Henderson wrote: > On 2020/01/12 23:59, Juan Francisco Cantero Hurtado wrote: > > In the video, I see font rendering problems in the DrRacket REPL, > > which is quite weird because the code editor and the menu work > > fine. So, you

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-12 Thread Juan Francisco Cantero Hurtado
On Sun, Jan 12, 2020 at 07:24:52PM +0100, Juan Francisco Cantero Hurtado wrote: > On Sat, Jan 11, 2020 at 08:59:32PM -0500, rsiddharth wrote: > > Hi, > > > > Racket's 2htdp/image's `text`[1] function is having troubling rendering > > text: > > >

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-12 Thread Juan Francisco Cantero Hurtado
text.rkt file -> hit Ctrl+R or click "Run" button in > the top right. > > In the REPL that opens at the bottom, do: > > (hello) > > It would be great if this issue can be fixed in OpenBSD. > > Let me know if more information is needed from my end. Thanks for the report. I will take a look. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: NEW: devel/64tass

2020-01-11 Thread Juan Francisco Cantero Hurtado
uot; with section support. > - Various memory models, binary targets and text output formats > (also Hex/S-record). > - Assembly and label listings available for debugging or exporting. > - Conditional compilation, macros, structures, unions, scopes. > > *** > > OK? > > Marcus -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: UPDATE: lang/cython 0.29.14

2020-01-08 Thread Juan Francisco Cantero Hurtado
.py > -lib/python${MODPY_VERSION}/site-packages/Cython/Tempita/_tempita.so > +@so lib/python${MODPY_VERSION}/site-packages/Cython/Tempita/_tempita.so > lib/python${MODPY_VERSION}/site-packages/Cython/Tempita/compat3.py > lib/python${MODPY_VERSION}/site-packages/Cython/TestUtils.py > lib/python${MODPY_VERSION}/site-packages/Cython/Tests/ > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: quirks reason - dropping py2

2019-08-25 Thread Juan Francisco Cantero Hurtado
has a dependency on obsolete software", #13 > + "upstream no longer maintaining python2 support", #14 > ); > > # ->is_base_system($handle, $state): > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: mercurial python3 flavor

2019-08-10 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 25, 2019 at 06:45:42PM +0200, Juan Francisco Cantero Hurtado wrote: > On Thu, Jul 25, 2019 at 08:56:19AM +0200, Sebastien Marie wrote: > > On Thu, Jul 25, 2019 at 12:31:53AM +0200, Juan Francisco Cantero Hurtado > > wrote: > > > This is a patch for mercurial us

Re: lang/gerbil build failures on i386

2019-08-09 Thread Juan Francisco Cantero Hurtado
On Thu, Aug 08, 2019 at 11:41:36PM +0100, Stuart Henderson wrote: > On 2019/08/05 19:49, Juan Francisco Cantero Hurtado wrote: > > On Mon, Aug 05, 2019 at 06:23:00PM +0100, Stuart Henderson wrote: > > > On 2019/08/05 18:58, Jeremie Courreges-Anglas wrote: > > > &g

Re: [maintainer update] chicken-5.1.0

2019-08-05 Thread Juan Francisco Cantero Hurtado
ile: /cvs/ports/lang/chicken/core/pkg/README,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 README > --- core/pkg/README 17 Nov 2018 13:29:18 - 1.3 > +++ core/pkg/README 4 Aug 2019 06:02:24 - > @@ -1,3 +1,4 @@ > +$OpenBSD$ > +--- > | Running ${PKGSTEM} on OpenBSD > +--- > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: lang/gerbil build failures on i386

2019-08-05 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 05, 2019 at 06:23:00PM +0100, Stuart Henderson wrote: > On 2019/08/05 18:58, Jeremie Courreges-Anglas wrote: > > On Mon, Aug 05 2019, Stuart Henderson wrote: > > > On 2019/08/05 17:25, Timo Myyrä wrote: > > >> Juan Francisco Cantero Hurtado writes: >

Re: lang/gerbil build failures on i386

2019-08-05 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 05, 2019 at 04:04:37PM +0100, Stuart Henderson wrote: > On 2019/08/05 17:25, Timo Myyrä wrote: > > Juan Francisco Cantero Hurtado writes: > > > > > On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: > > > > > >> On 2019/08

Re: lang/gerbil build failures on i386

2019-08-04 Thread Juan Francisco Cantero Hurtado
On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: > On 2019/08/04 22:00, Antoine Jacoutot wrote: > > I don't want to hijack this thread, but I just wanted to say that there are > > many > > wolves hiding. > > That gerbil port has *never* built successfully for me on exopi (amd64)

Re: sqlports info available as a json in the CDN/mirrors, yay or nay?

2019-08-01 Thread Juan Francisco Cantero Hurtado
On Mon, Jul 15, 2019 at 09:00:46PM -0400, Daniel Jakots wrote: > On Tue, 2 Jul 2019 17:42:07 +0200, Juan Francisco Cantero Hurtado > wrote: > > > I've the python script but I've not started yet with the port. The > > question for the porters (and in special people

Re: mercurial python3 flavor

2019-07-25 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 25, 2019 at 08:56:19AM +0200, Sebastien Marie wrote: > On Thu, Jul 25, 2019 at 12:31:53AM +0200, Juan Francisco Cantero Hurtado > wrote: > > This is a patch for mercurial users. > > > > If you want to test mercurial running with python3 instead of python2.7,

Re: mercurial python3 flavor

2019-07-25 Thread Juan Francisco Cantero Hurtado
On Wed, Jul 24, 2019 at 08:46:12PM -0400, Daniel Jakots wrote: > On Thu, 25 Jul 2019 00:31:53 +0200, Juan Francisco Cantero Hurtado > wrote: > > > This is a patch for mercurial users. > > > > If you want to test mercurial running with python3 instead of > > pyth

mercurial python3 flavor

2019-07-24 Thread Juan Francisco Cantero Hurtado
This is a patch for mercurial users. If you want to test mercurial running with python3 instead of python2.7, uninstall mercurial, apply the patch and run: env FLAVOR=python3 make install If something is broken in the python3 version, please report the problem to the mercurial bugzilla and CC my

Re: NEW: devel/py-misaka

2019-07-17 Thread Juan Francisco Cantero Hurtado
a .so, I guess it means you will need a WANTLIB line. > make lib-depends-check will confirm if you need it. > > [1] https://www.openbsd.org/faq/ports/guide.html point 16 Also, you're mixing variables with and without space before of the equal sign. *_DEPENDS are using spaces for indentation. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [NEW] security/xxhash

2019-07-10 Thread Juan Francisco Cantero Hurtado
test for now as it irreproducible errors out, and I'm > > unable to fix it. Run tested in combination with HEAD of borgbackup. > > it's better if failing tests are visible so I wouldn't disable it. > (Though that test seems to pass reliably for me anyway..) > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: sqlports info available as a json in the CDN/mirrors, yay or nay?

2019-07-02 Thread Juan Francisco Cantero Hurtado
e.pub/tmp-ports/take2/packages-versions.json > On Tue, 2 Jul 2019 17:42:07 +0200, Juan Francisco Cantero Hurtado > wrote: > > > More than a year ago I talked with espie@ about making the sqlports > > info available as a json file in the CDNs/mirrors. My idea was to > >

Re: Weird behaviour of updating flavored package via pkg_add -u

2019-07-02 Thread Juan Francisco Cantero Hurtado
that kind of question in the future, run pkg_add -Iu. -- Juan Francisco Cantero Hurtado http://juanfra.info

sqlports info available as a json in the CDN/mirrors, yay or nay?

2019-07-02 Thread Juan Francisco Cantero Hurtado
er/showvictims.py 2. https://juanfra.keybase.pub/tmp-ports/sqlports-everything.json -- Juan Francisco Cantero Hurtado http://juanfra.info

UPDATE: keybase + kbfsfuse

2019-06-29 Thread Juan Francisco Cantero Hurtado
The patch is at the end of the email. kbfsfuse doesn't compile on OpenBSD because the golang fuse library is not compatible with OpenBSD but we can use kbfsfuse without the FUSE support. I just added a little hack to make the code build. The FUSE part is still broken but we can use the kbfsfuse dae

UPDATE: security/keybase 4.1.0 + git-remote-keybase

2019-06-16 Thread Juan Francisco Cantero Hurtado
Works for me. I've added git-remote-keybase to the port, so you can now work with git repos hosted on keybase. There are some remaining bugs with the git repos, but I can reproduce the same problems on Linux. If you know something about OpenBSD syscalls, please check my patches and tell me if I'm

Re: enable Theora in ffmpeg (again)

2019-06-01 Thread Juan Francisco Cantero Hurtado
considered: > > 23.2M ffmpeg-4.1.3p2v0-theora.tgz > 23.2M ffmpeg-4.1.3p2v0.tgz > > So, my question is if this diff could be considered, or clarification > if not. > > [1] https://marc.info/?l=openbsd-ports-cvs&m=143020279411648&w=2 > [2] https:

Re: UPDATE: lang/nim

2019-04-18 Thread Juan Francisco Cantero Hurtado
/strutils.nim > lib/nim/pure/subexes.nim > +lib/nim/pure/sugar.nim > lib/nim/pure/terminal.nim > lib/nim/pure/times.nim > lib/nim/pure/typetraits.nim > @@ -187,10 +212,14 @@ lib/nim/pure/unidecode/unidecode.dat > lib/nim/pure/unidecode/unidecode.nim > lib/nim/pure/

Re: More ports that break without /usr/bin/gcc

2019-04-17 Thread Juan Francisco Cantero Hurtado
with no maintainer and nobody has fixed the gcc problem in the last two years. > math/fftw3 > misc/rocrail -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: NEW: benchmarks/libmicro

2019-02-22 Thread Juan Francisco Cantero Hurtado
Sorry, the tarball is attached. On Fri, Feb 22, 2019 at 07:52:11PM +0100, Juan Francisco Cantero Hurtado wrote: > OK?. > > Comment: > set of utilities to benchmark system calls > > Description: > Set of utilities to benchmark system calls. > > libmicro was an Open

NEW: benchmarks/libmicro

2019-02-22 Thread Juan Francisco Cantero Hurtado
most recent copy of libmicro which we could find) plus some patches from pkgsrc. Maintainer: The OpenBSD ports mailing-list -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: rm www/hiawatha

2019-02-19 Thread Juan Francisco Cantero Hurtado
ded for a webserver in general." > > > > On Mon, 18 Feb 2019 at 22:52:00 +0100, Juan Francisco Cantero Hurtado wrote: > > On Mon, Feb 18, 2019 at 04:34:24PM -0500, Brad Smith wrote: > > > That's not a reason to remove the port. > > > > aja@, jca@ and

Re: rm www/hiawatha

2019-02-18 Thread Juan Francisco Cantero Hurtado
st want to maintain the project as someting only for him and doesn't want to receive any kind of contact about the project. The package is a server exposed to the wild, so I don't see the point to maintain a package without upstream. > > On 2/18/2019 3:12 PM, Juan Francisco Ca

rm www/hiawatha

2019-02-18 Thread Juan Francisco Cantero Hurtado
If I don't see objections, I will delete hiawatha tomorrow. https://www.hiawatha-webserver.org/weblog/132 -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Update: tarlz 0.9 -> 0.10a

2019-02-02 Thread Juan Francisco Cantero Hurtado
stinfo 2 Feb 2019 19:06:16 - > @@ -1,2 +1,2 @@ > -SHA256 (lzip/tarlz-0.9.tar.lz) = ibFBwpqVDPA52NpdMUNmsSL+72mee6SBtrTIFt0plOw= > -SIZE (lzip/tarlz-0.9.tar.lz) = 75268 > +SHA256 (lzip/tarlz-0.10a.tar.lz) = > tNNE9VfaPwb3G2wvQYgUijuB9Yv2sVnZno5pUd3BfdQ= > +SIZE (lzip/tarlz-0.10a.tar.lz) = 76995 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: unbreak amule with wxgtk3

2019-01-19 Thread Juan Francisco Cantero Hurtado
On Sat, Jan 19, 2019 at 01:51:51AM +0100, Jeremie Courreges-Anglas wrote: > On Fri, Jan 18 2019, Juan Francisco Cantero Hurtado wrote: > > The patch fixes a couple of crashes on i386. OK? > > I had noticed a crash due to stack exhaustion using ratpoison, but amule > was fine

unbreak amule with wxgtk3

2019-01-17 Thread Juan Francisco Cantero Hurtado
The patch fixes a couple of crashes on i386. OK? Index: Makefile === --- Makefile(revision 134716) +++ Makefile(working copy) @@ -6,7 +6,7 @@ V =2.3.2 DISTNAME = aMule-$V -REVISION = 11 +REVISION =

Re: UPDATE: bsd.port.mk - Add GitLab support

2019-01-02 Thread Juan Francisco Cantero Hurtado
iative. > Maybe we could reach out to the Debian mailing list about this - they > surely have the same problem and have either solved it, or are working > on solving it. Debian doesn't fetch from external sources. The developer generates a tarball from the program source and upload it to t

Re: rclone / go problem (was Re: your mail)

2019-01-02 Thread Juan Francisco Cantero Hurtado
On Wed, Jan 02, 2019 at 06:47:22AM +0100, Sebastien Marie wrote: > On Wed, Jan 02, 2019 at 01:21:51AM +0100, antoniomurd...@gmail.com wrote: > > >Synopsis: rclone Illegal instruction (core dumped) > > >Category: sysutils > > >Environment: > > System : OpenBSD 6.4 > > Details : Op

Re: Update claws-mail and libetpan

2019-01-01 Thread Juan Francisco Cantero Hurtado
On Tue, Jan 01, 2019 at 11:43:04AM -0500, Daniel Jakots wrote: > On Tue, 1 Jan 2019 17:09:13 +0100, Juan Francisco Cantero Hurtado > wrote: > > > please update libetpan > > I thought about doing it after, but sure. > check_sym says > libetpan-1.9.1/fake-amd64/usr

Re: Update to claws-mail-3.17.2

2019-01-01 Thread Juan Francisco Cantero Hurtado
gt; include/claws-mail/gtk/description_window.h > include/claws-mail/gtk/filesel.h > include/claws-mail/gtk/foldersort.h > -include/claws-mail/gtk/gdkkeysyms-new.h > include/claws-mail/gtk/gtkaspell.h > include/claws-mail/gtk/gtkcmclist.h > include/claws-mail/gtk/gtkcmctree.h > @@ -243,7 +244,6 @@ include/claws-mail/summaryview.h > include/claws-mail/textview.h > include/claws-mail/toolbar.h > include/claws-mail/undo.h > -include/claws-mail/unmime.h > include/claws-mail/uri_opener.h > include/claws-mail/vcard.h > include/claws-mail/viewtypes.h > @@ -361,6 +361,9 @@ share/locale/nb/LC_MESSAGES/claws-mail.m > share/locale/nl/LC_MESSAGES/claws-mail.mo > share/locale/pl/LC_MESSAGES/claws-mail.mo > share/locale/pt_BR/LC_MESSAGES/claws-mail.mo > +share/locale/pt_PT/ > +share/locale/pt_PT/LC_MESSAGES/ > +share/locale/pt_PT/LC_MESSAGES/claws-mail.mo > share/locale/ro/LC_MESSAGES/claws-mail.mo > share/locale/ru/LC_MESSAGES/claws-mail.mo > share/locale/sk/LC_MESSAGES/claws-mail.mo > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: emulators/gr-lida: migration to qt5

2018-12-21 Thread Juan Francisco Cantero Hurtado
On Fri, Dec 21, 2018 at 10:43:32PM +0100, Rafael Sadowski wrote: > On Fri Dec 21, 2018 at 09:55:49PM +0100, Juan Francisco Cantero Hurtado wrote: > > I'm moving grlida to qt5, so kili@ can remove poppler-qt4. > > > > The update works for me but I would like the confirma

emulators/gr-lida: migration to qt5

2018-12-21 Thread Juan Francisco Cantero Hurtado
I'm moving grlida to qt5, so kili@ can remove poppler-qt4. The update works for me but I would like the confirmation from someone else. Any volunteer?. Index: Makefile === --- Makefile(revision 134032) +++ Makefile(working c

Re: update: devel/subversion 1.11.0

2018-12-18 Thread Juan Francisco Cantero Hurtado
' does not > > > suppor > > > t the HTTP/DAV protocol > > > > > > > They're working on it: https://svn.haxx.se/users/archive-2018-11/0067.shtml > > This update has now been committed. > > If anyone still has problems with GitHub'

Re: mpv: small assorted port changes

2018-12-10 Thread Juan Francisco Cantero Hurtado
pv \ > --confdir=${LOCALBASE}/share/examples/mpv \ > --mandir=${LOCALBASE}/man \ > @@ -95,8 +97,6 @@ MAKE_ENV += CPPFLAGS="-I${LOCALBASE}/in > MAKE_FLAGS = -o "${WRKBUILD}" -t "${WRKSRC}" --destdir="${DESTDIR}" > > NO_TEST =Yes > - > -WRKBUILD = ${WRKSRC}/${MACHINE_ARCH} > > .if ${MACHINE_ARCH} == "i386" > CFLAGS +=-march=i586 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: hg on sparc64

2018-12-07 Thread Juan Francisco Cantero Hurtado
? some patch? i didn't see anything. > > The update to 4.8 or 4.8.1, I guess. In hg-4.5.3, __builtin_swap32/64 > are used as long as __GNUC__ is defined; hg-4.8.1 only tries to use said > functions with gcc >= 4.3. I commited a fix for 6.4. Thanks for the report and help. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [new] gerbil-0.14

2018-11-26 Thread Juan Francisco Cantero Hurtado
Anyone?. -- Juan Francisco Cantero Hurtado http://juanfra.info

devel/fasm, update and unbreak with lld

2018-11-25 Thread Juan Francisco Cantero Hurtado
I tested the update with the default linker and with -fuse-ld=lld. Both build and the assembler generates working executables and objects. fasm can generate directly OpenBSD ELF executables but the source code provided by upstream requires the compiler to link with libc. OK?. Index: Makefile ==

Re: UPDATE: lang/chicken

2018-11-17 Thread Juan Francisco Cantero Hurtado
> > 0 (0.00%) tests failed > > -- ports -- > > > > > > TOTALS: > > 36 tests completed in 7.128 seconds > > 36 (100.00%) tests passed > > 0 (0.00%) tests failed > > Hmm, odd. For me it always get stuck on port tests after printing the fast: > port tests ... > == ports == > (PASS) Initially, output string is empty > (PASS) output can be extracted from output string > (PASS) closing a string output port has no effect on the returned data > (PASS) writing to a closed string output port is an error > slow... > 0.12s CPU time, 15924/2656 mutations (total/tracked), 1/999 GCs > (major/minor), maximum live heap: 544.04 KiB > fast... > 0s CPU time, 56/13 mutations (total/tracked), 0/1 GCs (major/minor), maximum > live heap: 543.87 KiB > > I don't have a clue yet what could cause this. Could it be hardware thing as > ryzen laptops aren't that well supported yet. > The test worked without the name change on this laptop in any case. Committed, thanks. abieber@ tested the update on a Ryzen laptop and the tests were not stuck. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: UPDATE: lang/chicken

2018-11-15 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 15, 2018 at 08:56:29AM +0200, Timo Myyrä wrote: > Juan Francisco Cantero Hurtado writes: > > > On Sat, Nov 10, 2018 at 03:01:43PM +0200, Timo Myyrä wrote: > >> Seems the changing the chicken binary is pretty trivial so let's go with > >> it. New &g

Re: UPDATE: lang/chicken

2018-11-14 Thread Juan Francisco Cantero Hurtado
k?. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update: devel/subversion 1.11.0

2018-11-11 Thread Juan Francisco Cantero Hurtado
On Sun, Nov 11, 2018 at 11:52:04AM +0100, Stefan Sperling wrote: > On Sat, Nov 10, 2018 at 09:28:48PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Sat, Nov 10, 2018 at 12:47:59PM +0100, Stefan Sperling wrote: > > > For release notes, see: > > > https://subv

Re: Nim/Nimble/Sugar

2018-11-10 Thread Juan Francisco Cantero Hurtado
The Nim port needs an update but nobody want to take the maintainership of the package. One of the tricky part is to deal with the use of gcc on architectures where clang is the default compiler. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update: devel/subversion 1.11.0

2018-11-10 Thread Juan Francisco Cantero Hurtado
vel/kdevelop > devel/p5-SVN-Notify > devel/p5-SVN-Simple > devel/p5-SVN-Web > devel/pysvn > devel/rapidsvn > graphics/netpbm > sysutils/ncal > sysutils/salt > www/trac > x11/kde4/sdk-kioslaves > x11/xfce4/thunar-vcs > x11/xfce4/xfce4-dev-tools > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: New policy for mercurial extensions

2018-11-01 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 01, 2018 at 06:44:19AM +0100, Sebastien Marie wrote: > On Wed, Oct 31, 2018 at 11:42:35PM +0100, Juan Francisco Cantero Hurtado > wrote: > > For the last 6 months I've not updated the mercurial package to the > > recent major versions because py-hg-git

New policy for mercurial extensions

2018-10-31 Thread Juan Francisco Cantero Hurtado
ions with a new version available but I will not try too hard. Cheers. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Porting puNES emulator on OpenBSD

2018-08-18 Thread Juan Francisco Cantero Hurtado
e never used this OS) > > Thanks for looking at OpenBSD! > > Our audio stack is libsndio, which you can test on Linux: > > http://www.sndio.org/ > > Not sure about gamepads; most everything I've seen just uses SDL. Also, you can use SDL for the audio part. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Python script using /proc

2018-08-17 Thread Juan Francisco Cantero Hurtado
anything about /proc handling and python. The loop will never work because the file doesn't exists. You could change the while loop to parse the output of "ps". -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: py-numpy broken on macppc ?

2018-08-01 Thread Juan Francisco Cantero Hurtado
"Os"))) in the generated code. I have to > double check this but it looks like removing this attribute from > mtrand.c might fix things. > > The Cython commit that introduced that change is this one: > https://github.com/cython/cython/commit/969765b6b9f22d5bae6206ff1ce0055f116bce94 > > So if my assumptions are correct, then I'm not sure if: > 1) other things using Cython on OpenBSD/macppc could be broken too > (therefore cc'ing Cython MAINTAINER as fyi) > 2) gcc on macppc could benefit from any changes or not. Thanks for tracking down the issue. I will commit a patch disabling that part this afternoon. They have been playing with ModuleSetupCode.c recently. -- Juan Francisco Cantero Hurtado http://juanfra.info

NEW: net/kurly

2018-07-29 Thread Juan Francisco Cantero Hurtado
I need a http client with support for uploads and without external dependencies (libressl included) because reasons. OK? Comment: alternative curl written in go Description: kurly is an alternative to the widely popular curl program. kurly is designed to operate in a similar manner to curl, wit

PATCH: archivers/{zip,unzip} add bzip2 support

2018-07-25 Thread Juan Francisco Cantero Hurtado
The zip format supports bzip2 as compression algorithm in addition to deflate and store. This patch adds support for bzip2 to zip and unzip. You can test the bzip2 compression with: $ zip -Zb -9 -r test.zip mydirectory $ unzip test.zip OK? diff -r 688ecbc90e36 unzip/Makefile --- unzip/Makefile

NEW: www/ap2-modsecurity

2018-07-21 Thread Juan Francisco Cantero Hurtado
OK? Comment: apache 2 modsecurity module Description: ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of at

Re: NEW: security/libmodsecurity

2018-07-20 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 19, 2018 at 11:11:55PM +0200, Klemens Nanni wrote: > On Thu, Jul 19, 2018 at 07:23:22PM +0200, Juan Francisco Cantero Hurtado > wrote: > > On Thu, Jul 19, 2018 at 06:01:41PM +0200, Juan Francisco Cantero Hurtado > > wrote: > > > On Thu, Jul 19, 2018 at 05:2

Re: NEW: security/libmodsecurity

2018-07-20 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 19, 2018 at 11:11:55PM +0200, Klemens Nanni wrote: > On Thu, Jul 19, 2018 at 07:23:22PM +0200, Juan Francisco Cantero Hurtado > wrote: > > On Thu, Jul 19, 2018 at 06:01:41PM +0200, Juan Francisco Cantero Hurtado > > wrote: > > > On Thu, Jul 19, 2018 at 05:2

Re: NEW: security/libmodsecurity

2018-07-20 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 19, 2018 at 08:55:51PM -, Christian Weisgerber wrote: > On 2018-07-19, Juan Francisco Cantero Hurtado wrote: > > > I saw that but our flags are passed at the end and have priority over > > O3. I just want to avoid the extra patches. > > That's insuf

Re: NEW: security/libmodsecurity

2018-07-19 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 19, 2018 at 06:01:41PM +0200, Juan Francisco Cantero Hurtado wrote: > On Thu, Jul 19, 2018 at 05:28:17PM +0200, Klemens Nanni wrote: > > On Thu, Jul 19, 2018 at 04:43:30PM +0200, Juan Francisco Cantero Hurtado > > wrote: > > > I need the library for the up

Re: NEW: security/libmodsecurity

2018-07-19 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 19, 2018 at 05:28:17PM +0200, Klemens Nanni wrote: > On Thu, Jul 19, 2018 at 04:43:30PM +0200, Juan Francisco Cantero Hurtado > wrote: > > I need the library for the upcoming nginx-modsecurity package. > > C patches by robert@. Thanks for the review. > sparc6

PATCH: www/nginx, new modsecurity package

2018-07-19 Thread Juan Francisco Cantero Hurtado
Builds fine and the debug log says that the module is working. The port requires libmodsecurity which I sent a few minutes ago. OK? Index: Makefile === --- Makefile(revision 130669) +++ Makefile(working copy) @@ -13,8 +13,10

NEW: security/libmodsecurity

2018-07-19 Thread Juan Francisco Cantero Hurtado
I need the library for the upcoming nginx-modsecurity package. C patches by robert@. OK? Comment: library used by the modsecurity modules Description: ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache and Nginx that is developed by Trustwave's SpiderL

UPDATE net/tor: new bridge authority, patch for -current and -stable

2018-07-16 Thread Juan Francisco Cantero Hurtado
The new versions add a new bridge authority. https://github.com/torproject/tor/blob/master/ReleaseNotes Both pass the tests. OK? Current: Index: Makefile === --- Makefile(revision 130631) +++ Makefile(working copy) @@ -2,10

Re: NEW: textproc/py-black

2018-07-06 Thread Juan Francisco Cantero Hurtado
On Sun, Jul 01, 2018 at 10:40:28PM +0100, Stuart Henderson wrote: > On 2018/07/01 17:31, Brian Callahan wrote: > > > > On 07/01/18 11:34, Juan Francisco Cantero Hurtado wrote: > > > The formatter works with python 2 or 3 code but requires python 3.6 to > > > work

Re: NEW: textproc/py-black

2018-07-02 Thread Juan Francisco Cantero Hurtado
. The ports framework defaults to ports@ when MAINTAINER is not used. -- Juan Francisco Cantero Hurtado http://juanfra.info

NEW: textproc/py-black

2018-07-01 Thread Juan Francisco Cantero Hurtado
The formatter works with python 2 or 3 code but requires python 3.6 to work. OK? Comment: python code formatter Description: Black is a python code formatter which follows a PEP8 subset. Maintainer: The OpenBSD ports mailing-list WWW: https://github.com/ambv/black py-black.tar.gz Descriptio

Re: UPDATE: devel/lazarus

2018-06-19 Thread Juan Francisco Cantero Hurtado
On Tue, Jun 19, 2018 at 07:28:47PM +0200, Jeremie Courreges-Anglas wrote: > On Mon, Jun 18 2018, Juan Francisco Cantero Hurtado wrote: > > The port builds for me. Can we give lazarus another chance?. > > Well, I've just built lazarus-1.6.4 132 times in a row on amd64. > B

Re: NEW: archivers/lzip/tarlz

2018-05-19 Thread Juan Francisco Cantero Hurtado
Anyone? I've a positive report from a user. On Sun, May 13, 2018 at 06:00:02PM +0200, Juan Francisco Cantero Hurtado wrote: > OK? > > Comment: > archiver based on tar and lzip multimembers > > Description: > Tarlz is a small and simple implementation of the tar ar

NEW: archivers/lzip/tarlz

2018-05-13 Thread Juan Francisco Cantero Hurtado
tar.lz archive. Tarlz can create tar archives with four levels of compression granularity; per file, per directory, appendable solid, and solid. Maintainer: Juan Francisco Cantero Hurtado WWW: http://lzip.nongnu.org/tarlz.html tarlz.tar.gz Description: application/gzip

WIP: lang/racket-minimal with W^X support

2018-04-21 Thread Juan Francisco Cantero Hurtado
ing Racket code on OpenBSD, please test it with this version and report any bug to the Racket developers in their github (feel free to /cc @juanfra684 in the github bug report if you want). Cheers. -- Juan Francisco Cantero Hurtado http://juanfra.info racket-minimal.tar.gz Description: application/gzip

rm devel/hgview?

2018-03-03 Thread Juan Francisco Cantero Hurtado
If there is not objections in the next days, I will remove the hgview port. Upstream has not released a new version for years and the code will be broken with almost every new mercurial release. tortoisehg is a well maintained alternative and works with mercurial 4.5. -- Juan Francisco Cantero

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
On Sat, Jan 20, 2018 at 11:07:46PM +, Stuart Henderson wrote: > On 2018/01/20 12:53, Juan Francisco Cantero Hurtado wrote: > > On Sat, Jan 20, 2018 at 09:05:28AM +, Stuart Henderson wrote: > > > On 2018/01/20 16:28, Jonathan Gray wrote: > > > > With armv7

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
> > > > On 20 January 2018 23:58:08 Juan Francisco Cantero Hurtado > wrote: > > > On Sat, Jan 20, 2018 at 11:07:46PM +0000, Stuart Henderson wrote: > > > On 2018/01/20 12:53, Juan Francisco Cantero Hurtado wrote: > > > > On Sat, Jan 20, 2018 at 09:0

Re: adjustments for arm clang switch

2018-01-20 Thread Juan Francisco Cantero Hurtado
ra, do you know > what's going on here? I remember vaguely someone changing a bunch of ports to lang/gcc because the base gcc didn't have support for something on arm. Sorry, I don't remember the details. I will update the makefile later today. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: NEW: textproc/py-colored

2017-12-29 Thread Juan Francisco Cantero Hurtado
On Fri, Dec 29, 2017 at 10:59:56PM +0100, Klemens Nanni wrote: > ... this should obviously go into textproc not devel, sorry for the > noise. OK juanfra@ -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: OpenBSD 6.2/Qt 5/GC: crash: W^X violation despite wxallowed

2017-12-04 Thread Juan Francisco Cantero Hurtado
/usr/local/ca/bin/GoldenCheetah > > > Are additional steps required to get this QT application working? > If that program is outside of the ports tree, add "-Wl,-z,wxneeded" to the CFLAGS/CXXFLAGS. -- Juan Francisco Cantero Hurtado http://juanfra.info

PATCH: devel/py-hg-git compatibility with mercurial 4.4

2017-10-31 Thread Juan Francisco Cantero Hurtado
devel/py-hg-git needs this patch to work with the next version of mercurial. Tested also with mercurial 4.3. OK? diff --git Makefile Makefile --- Makefile +++ Makefile @@ -3,6 +3,7 @@ COMMENT = mercurial extension to work with git repositories MODPY_EGG_VERSION =0.8.9 +REVIS

Re: update and unbreak devel/hgview

2017-10-30 Thread Juan Francisco Cantero Hurtado
On Mon, Oct 30, 2017 at 06:53:59PM +0100, Juan Francisco Cantero Hurtado wrote: > Looks like hgview is another package with no users :P . It has been > broken since August. > > Reported by landry@: > for l in (self.repo.sjoin('lock'), self.repo.join('wlock')):

  1   2   3   4   5   6   >