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: 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

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: 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

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. > >

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: 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

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: 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: 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:

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

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

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

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

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: [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: 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: 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: [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: [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-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: 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

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: 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

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

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: 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

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: 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: 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: 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-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: [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-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: 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: 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: Remove net/py-ftpdlib?

2020-09-19 Thread Juan Francisco Cantero Hurtado
uan 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: 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: 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

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: 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

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: 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-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: UPDATE: lang/chicken

2018-11-14 Thread Juan Francisco Cantero Hurtado
k?. -- 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-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

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: [new] gerbil-0.14

2018-11-26 Thread Juan Francisco Cantero Hurtado
Anyone?. -- 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: 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: 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: plan9port: enable fontsrv(4)

2015-06-11 Thread Juan Francisco Cantero Hurtado
verything (be patient)..." > > @@ -18,7 +35,7 @@ $OpenBSD: patch-INSTALL,v 1.2 2014/03/09 > > mk libs-nuke > > mk all || exit 1 > > if [ ! -x $PLAN9/src/cmd/o.cleanname -o ! -x $PLAN9/src/cmd/acme/o.acme > > ]; then > > -@@ -213,5 +212,

Re: OpenMP in GCC

2015-06-11 Thread Juan Francisco Cantero Hurtado
hon > x11/gtk-vnc > x11/spice-gtk And graphics/pdf2djvu, which has the openmp support disabled. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [update] samba-4.0.26

2015-06-11 Thread Juan Francisco Cantero Hurtado
amba4 > > (/usr/ports/infrastructure/mk/bsd.port.mk:2486 'package') > > This looks like a local problem. Had you already built/installed > samba-4.0.26 packages before? Please rebuild after "make clean=all", > with an up-to-date ports tree. > > -- > jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [update] samba-4.0.26

2015-06-12 Thread Juan Francisco Cantero Hurtado
19.00 > drwxr-xr-x 2 root wheel 512 Jun 11 12:01 tk-8.5.18 > drwxr-xr-x 2 root wheel 512 Jun 11 12:05 unzip-6.0p7 > drwxr-xr-x 2 root wheel 512 Apr 9 14:18 vmwh-1.1v0 > drwxr-xr-x 2 root wheel 512 Apr 9 14:25 xclip-0.12p0 > drwxr-xr-x 2 root wheel 512 Jun 11 12:5

Re: [update] samba-4.0.26

2015-06-16 Thread Juan Francisco Cantero Hurtado
figure... > > Ian McWilliam > > ____ > From: Juan Francisco Cantero Hurtado [i...@juanfra.info] > Sent: Saturday, 13 June 2015 1:26 AM > To: Ian Mcwilliam > Cc: Jérémie Courrèges-Anglas; Ian McWilliam; OpenBSD ports; d...@openbsd.org > S

Re: [update] net/icbirc 1.9

2015-08-21 Thread Juan Francisco Cantero Hurtado
21 Aug 2015 04:20:01 - > @@ -1,3 +1,3 @@ > @comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:17:40 espie Exp $ > -bin/icbirc > +@bin bin/icbirc > @man man/man8/icbirc.8 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: UPDATE: ECL-15.3.7

2015-08-22 Thread Juan Francisco Cantero Hurtado
ming I've made some mistake in some update along the > path which is causing these. Probably easiest to do reinstall and check if > that > will help. > > >> In any case, I think we should wait a bit. There's new release coming for > >> ECL and it would inclu

Re: update chicken-4.10.0

2015-08-26 Thread Juan Francisco Cantero Hurtado
ot;foo\x00A"))) > -+ > -+ > -+;; This used to fail because substring-index and co. used to search > -+;; beyond the end of the subject string when a start index > 0 was > -+;; provided. We use object-evict to ensure that the strings are placed > -+;; in adjacent memory ranges so we can detect this error. > -+(let* ((foo (object-evict (make-string 32 #\x))) > -+ (bar (object-evict "y"))) > -+ (assert (not (substring-index "y" foo 30 > -+ > -+(assert (string=? "bde" (string-translate* "abcd" > -+ '(("a" . "b") > -+ ("b" . "") > -+ ("c" . "d") > -+ ("d" . "e") > -+(assert (string=? "bc" (string-translate* "abc" > -+ '(("ab" . "b") > -+("bc" . "WRONG") > -+(assert (string=? "x" (string-translate* "ab" '(("ab" . "x") > -+(assert (string=? "xy" (string-translate* "xyz" '(("z" . "") > - > - ;; topological-sort > - > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update chicken-4.10.0

2015-08-26 Thread Juan Francisco Cantero Hurtado
Sorry for the double mail. Can you remove the patch bootstrap/patches/patch-Makefile_bsd and to modify C_COMPILER_OPTIONS within core/patches/patch-Makefile_bsd? The GCC version in base supports -fwrapv. On Wed, Aug 26, 2015 at 06:00:33PM +0200, Juan Francisco Cantero Hurtado wrote: > Can

Re: [patch] Test target PATH

2015-08-27 Thread Juan Francisco Cantero Hurtado
T_TARGET ?= test > TEST_FLAGS ?= > -TEST_ENV ?= > +TEST_ENV += > PATH=/usr/bin:/bin:/usr/sbin:/sbin:${DEPBASE}/bin:${LOCALBASE}/bin:${X11BASE}/bin > ALL_TEST_FLAGS = ${MAKE_FLAGS} ${TEST_FLAGS} > ALL_TEST_ENV = ${MAKE_ENV} ${TEST_ENV} > TEST_LOGFILE ?= ${WRKDIR}/test.log > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update chicken-4.10.0

2015-08-27 Thread Juan Francisco Cantero Hurtado
hy the ports behaves like this. chicken-core uses chicken-bootstrap from lang/chicken instead of mystuff/lang/chicken. The ports framework will pick always the dependencies from ${PORTSDIR} which is usually /usr/ports. Move your patches to lang/chicken and the port will work fine. Yesterday, I tested the update on sparc64 and it passed the tests. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [patch] Test target PATH

2015-08-27 Thread Juan Francisco Cantero Hurtado
ing something. On Thu, Aug 27, 2015 at 12:47:24PM -0500, Matthew Martin wrote: > On Thu, Aug 27, 2015 at 11:50:19AM +0200, Juan Francisco Cantero Hurtado > wrote: > > Can you try this in your port? > > > > TEST_ENV="PATH=${PATH}:YOURPATH" or TEST_ENV="PATH=Y

Re: [NEW] fonts/huertatipografica-fonts

2015-09-24 Thread Juan Francisco Cantero Hurtado
On 09/23/2015 04:14 AM, George Rosamond wrote: Four fonts from Huerta Tipografica. I used the same Makefile-style as fonts/league-fonts for dealing with four different DISTFILES with extraction, etc. DESCR: "A collection of fonts from Huerta Tipografica based in Madrid, Spain." They are fro

Re: Threading support in lang/sbcl

2015-10-12 Thread Juan Francisco Cantero Hurtado
!empty(REVISION) > @@ -61,7 +70,8 @@ pre-configure: > > do-build: > cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} /bin/sh make.sh \ > - --prefix=${PREFIX} --xc-host="${BOOTSTRAP_CMD}" > + --prefix=${PREFIX} --xc-host="${BOOTSTRAP_CMD}" \ > + ${BUILD_EXTRA} > cd ${WRKSRC}/doc/manual && touch sbcl.texinfo && \ > ${SETENV} ${MAKE_ENV} ${GMAKE} asdf.info sbcl.info > > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Qt 5 and C++11

2015-10-20 Thread Juan Francisco Cantero Hurtado
le to qtcreator with the info about QMAKE_CXX. Or modify the launcher of qtcreator with the variable. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: [update] lang/node 0.10.35 -> 4.2.1 (the freedom release)!

2015-10-21 Thread Juan Francisco Cantero Hurtado
On Tue, Oct 20, 2015 at 05:40:13PM -0600, Aaron Bieber wrote: [...] > > New version that includes an above fix and a fix for node-gyp, I > mistakenly thought it was fixed when I removed the patch. I made some changes to your diff. The port still linking against libressl but I don't have more time

Re: Clarification about out-of-date script

2015-11-02 Thread Juan Francisco Cantero Hurtado
> Also is it true that in my case I can ignore all this updates because > all ports from left column are dynamicaly linked with already updated > library from right column? No. Those ports use the outdated version of the library. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Clarification about out-of-date script

2015-11-03 Thread Juan Francisco Cantero Hurtado
On Tue, Nov 03, 2015 at 10:38:17AM +0500, Артур Истомин wrote: > On Tue, Nov 03, 2015 at 02:19:51AM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Sun, Nov 01, 2015 at 11:41:21PM +0500, Артур Истомин wrote: > > > Here is output on my system, OpenBSD 5.8, fr

Re: Clarification about out-of-date script

2015-11-06 Thread Juan Francisco Cantero Hurtado
On Fri, Nov 06, 2015 at 09:18:09AM +0500, Артур Истомин wrote: > On Wed, Nov 04, 2015 at 09:46:27AM +, Stuart Henderson wrote: > > On 2015/11/03 10:38, Артур Истомин wrote: > > > On Tue, Nov 03, 2015 at 02:19:51AM +0100, Juan Francisco Cantero Hurtado > > > wrote: &

Re: Clarification about out-of-date script

2015-11-07 Thread Juan Francisco Cantero Hurtado
On Fri, Nov 06, 2015 at 08:50:57PM +0100, Markus Lude wrote: > On Fri, Nov 06, 2015 at 05:53:51PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Fri, Nov 06, 2015 at 09:18:09AM +0500, ?? ?? wrote: > > > On Wed, Nov 04, 2015 at 09:46:27AM +, S

Re: NEW: www/tbb - Tor Browser Bundle

2015-11-16 Thread Juan Francisco Cantero Hurtado
m not a fan of browser-extension-as-packages. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Please add ICU as dependency to Boost (i.e. change the "--without-icu" to "--with-icu") - thoughts?

2015-12-16 Thread Juan Francisco Cantero Hurtado
; >>> We have one report here: > >>> > >>> http://marc.info/?l=openbsd-ports&m=144171504417490&w=2 > >>> > >>> jirib didn't confirm that ICU was the only thing needed to make his > >>> aegisub port work, and to my

Re: Firefox PDF rendering

2015-12-29 Thread Juan Francisco Cantero Hurtado
sirable side-effects of doing this. The problem are the Type1 fonts commonly used in the PDFs generated by pdflatex. Firefox tries to convert the Type1 fonts to OTF but the conversion is very buggy. Firefox extracts the fonts embedded within the PDF files and load them with @font-face. If you disable @font-face, Firefox will use (i guess) the PDF standard fonts which will break the metrics of the document. https://wiki.mozilla.org/PDF.js/fonts -- Juan Francisco Cantero Hurtado http://juanfra.info

Racket without JIT and with PowerPC support

2016-01-06 Thread Juan Francisco Cantero Hurtado
If nobody complaints, I would like to commit this patch in the next days. The no_jit flavor is useful for testing bugs in the c/jit code and for users of computers without SSE2 (like ALIX). My work in the powerpc support is not finished yet but I would like to enable it, so I have time to fix any

Re: quake2 update

2016-01-13 Thread Juan Francisco Cantero Hurtado
shared 13 Jan 2016 16:26:47 - > @@ -0,0 +1,2 @@ > +@comment $OpenBSD$ > +share/yquake2/baseq2/game.so > Index: yquake2/pkg/PLIST > === > RCS file: yquake2/pkg/PLIST > diff -N yquake2/pkg/PLIST > --- /dev/null 1 Jan 1970 00:00:00 - > +++ yquake2/pkg/PLIST 13 Jan 2016 16:26:47 - > @@ -0,0 +1,6 @@ > +@comment $OpenBSD$ > +%%SHARED%% > +share/yquake2/ > +share/yquake2/baseq2/ > +@bin share/yquake2/q2ded > +@bin share/yquake2/quake2 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update fonts/hack-fonts

2016-01-21 Thread Juan Francisco Cantero Hurtado
; --- distinfo 30 Nov 2015 14:09:33 - 1.2 > +++ distinfo 21 Jan 2016 20:14:15 - > @@ -1,2 +1,2 @@ > -SHA256 (Hack-v2_018-otf.zip) = Q99xiVy4tbDhTyiAqM4mFwZNzDbPIp5WgvHgZROkYEY= > -SIZE (Hack-v2_018-otf.zip) = 466060 > +SHA256 (Hack-v2_019-otf.tar.gz) = > /oOGKnFSijpLWVCzyRwqHxLrwZsujzGtl4J73o+4ckI= > +SIZE (Hack-v2_019-otf.tar.gz) = 464176 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: update fonts/hack-fonts

2016-01-21 Thread Juan Francisco Cantero Hurtado
On Thu, Jan 21, 2016 at 11:34:15PM +0100, Antoine Jacoutot wrote: > On Thu, Jan 21, 2016 at 11:00:15PM +0100, Juan Francisco Cantero Hurtado > wrote: > > OK juanfra@. > > > > If you're the MAINTAINER of a port and the update is so > > straightforward like this,

Re: LLVM update (again)

2016-01-23 Thread Juan Francisco Cantero Hurtado
t; > On 23 January 2016 22:16:16 GMT+00:00, Juan Francisco Cantero Hurtado > wrote: > >Can you modify the structure of devel/llvm/ to something like > >devel/llvm/version/? With lang/gcc works pretty well, we can work with > >the latest version while the ports tree uses the

Re: LLVM update (again)

2016-01-24 Thread Juan Francisco Cantero Hurtado
On Sun, Jan 24, 2016 at 01:28:34PM +0100, Pascal Stumpf wrote: > On Sun, 24 Jan 2016 04:13:47 +0100, Juan Francisco Cantero Hurtado wrote: > > On Sun, Jan 24, 2016 at 12:07:03AM +, Stuart Henderson wrote: > > > I wouldn't say that this works well with gcc. I

Re: NEW: py-Fabric

2016-01-28 Thread Juan Francisco Cantero Hurtado
port with changes from Pablo and me. The only missing part is one dependency for the tests (an outdated version of fudge). I would like to import the port before of the cvs lock. Comments? OK? -- Juan Francisco Cantero Hurtado http://juanfra.info py-fabric.tgz Description: GNU Unix tar archive

dpb weird behavior. Can anyone reproduce it?

2016-01-30 Thread Juan Francisco Cantero Hurtado
o the build running for a very long time. I tried with zsh and ksh. "fg" doesn't show processes running in the background. -- Juan Francisco Cantero Hurtado http://juanfra.info

Haskell on PowerPC (Was: Questions about PowerMac G5 (fan control, haskell) ?)

2016-01-31 Thread Juan Francisco Cantero Hurtado
version of ghc ? > > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: dpb weird behavior. Can anyone reproduce it?

2016-01-31 Thread Juan Francisco Cantero Hurtado
On Sun, Jan 31, 2016 at 08:22:02AM +0100, Marc Espie wrote: > On Sun, Jan 31, 2016 at 04:19:00AM +0100, Juan Francisco Cantero Hurtado > wrote: > > -current, amd64, base and ports tree updated. > > > > Probably some details are irrelevant but I don't know whe

graphics/djvulibre: fix a bug in documents with duplicate page titles

2016-02-02 Thread Juan Francisco Cantero Hurtado
The patch adds support for documents with duplicate page titles. I need this change to update pdf2djvu to the latest version. I've not tested any djvu viewer, just the conversion. So any test is welcome. OK? Index: Makefile === RCS

Re: Firefox 44 font change

2016-02-03 Thread Juan Francisco Cantero Hurtado
ot;Inspect Element". Click in "Inspector" and "Fonts". It will show which font is used to render that text. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: graphics/djvulibre: fix a bug in documents with duplicate page titles

2016-02-03 Thread Juan Francisco Cantero Hurtado
On Wed, Feb 03, 2016 at 03:08:53AM +0100, Juan Francisco Cantero Hurtado wrote: > The patch adds support for documents with duplicate page titles. I > need this change to update pdf2djvu to the latest version. > > I've not tested any djvu viewer, just the conversion. So any

textproc/zathura: missing RUN_DEPENDS

2016-02-03 Thread Juan Francisco Cantero Hurtado
When I install a zathura plugin because I only want a viewer for that format, pkg_add will not install also the main package. Without the core package, the plugin is useless. While here, change the COMMENT. The patch is very simple. OK? Index: core/Makefile ==

Re: textproc/zathura: missing RUN_DEPENDS

2016-02-04 Thread Juan Francisco Cantero Hurtado
On Thu, Feb 04, 2016 at 08:49:37AM +0100, Landry Breuil wrote: > On Thu, Feb 04, 2016 at 03:05:24AM +0100, Juan Francisco Cantero Hurtado > wrote: > > When I install a zathura plugin because I only want a viewer for that > > format, pkg_add will not install also the main pa

Re: lang/gcc on macppc

2016-02-04 Thread Juan Francisco Cantero Hurtado
ge2-gcc' failed > gmake[2]: *** [all-stage2-gcc] Error 2 > gmake[2]: Leaving directory '/home/build/build-powerpc' > Makefile:18532: recipe for target 'stage2-bubble' failed > gmake[1]: *** [stage2-bubble] Error 2 > gmake[1]: Leaving directory '/home/build/build-powerpc' > Makefile:18551: recipe for target 'bootstrap2' failed > gmake: *** [bootstrap2] Error 2 > -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: lang/gcc on macppc

2016-02-04 Thread Juan Francisco Cantero Hurtado
ulk build times. The packages are almost always outdated because a full bulk build takes weeks(?). A slow architecture without a weekly update to the packages is not going to attract a lot of desktop users :( -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: Firefox 44 font change

2016-02-07 Thread Juan Francisco Cantero Hurtado
On Sun, Feb 07, 2016 at 08:57:42PM +, Christian Weisgerber wrote: > On 2016-02-03, Juan Francisco Cantero Hurtado wrote: > > >> Firefox 44 appears to have snuck in a change in font handling: > >> > >> Bitmap fonts are no longer used. At least that's

Re: NEW: htop 2.0.0

2016-02-14 Thread Juan Francisco Cantero Hurtado
ble-free and use-after-free in htop. Please, run your tests with "MALLOC_OPTIONS=CFGJU htop" and fix the code yourself in the upstream github repo if you can. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: NEW: htop 2.0.0

2016-02-15 Thread Juan Francisco Cantero Hurtado
om/hishamhm/htop/pull/398 > https://github.com/hishamhm/htop/pull/376 I've attached an updated version of your port. You forgot to double-check some parts :) > > On Sun, Feb 14, 2016 at 10:08 PM, Juan Francisco Cantero Hurtado > wrote: > > On Thu, Feb 11, 2016 at 08:53:42PM

Re: [UPDATE] plan9/drawterm (switch to new source repository)

2016-02-20 Thread Juan Francisco Cantero Hurtado
d only on amd64. > > http://openbsd.stanleylieber.com/drawterm/drawterm-port-20160220.tgz > > It would be great if this could make it into 5.9. Most users of > drawterm on OpenBSD will want to take advantage of dp9ik and rcpu(1). Too late for 5.9. Sorry. -- Juan Francisco Cantero Hurtado http://juanfra.info

Re: pkg_add (_pfetch) - Permission denied for /root/.netrc

2016-02-22 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 22, 2016 at 10:22:12PM +0100, Marc Espie wrote: > On Mon, Feb 22, 2016 at 09:08:09PM +, Stuart Henderson wrote: > > On 2016/02/22 15:46, Jiri B wrote: > > > Hi, > > > > > > I did quick install and then I executed 'pkg_add -iv $packages' > > > under root user. > > > > > > The outpu

Re: pkg_add (_pfetch) - Permission denied for /root/.netrc

2016-02-22 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 22, 2016 at 10:30:08PM +0100, Juan Francisco Cantero Hurtado wrote: > On Mon, Feb 22, 2016 at 10:22:12PM +0100, Marc Espie wrote: > > On Mon, Feb 22, 2016 at 09:08:09PM +, Stuart Henderson wrote: > > > On 2016/02/22 15:46, Jiri B wrote: > > > > Hi

  1   2   3   4   5   6   >