Re: Browser regression: chromium, firefox, iridium

2018-06-22 Thread Daniel Bolgheroni
On Fri, Jun 22, 2018 at 03:49:20PM +, Martijn Rijkeboer wrote: > Hi, > > I have two desktops that run current. After I updated the first desktop > to the latest snapshot I can no longer access ProtonMail > (mail.protonmail.com). When I try, I get the following results: > - Chromium: "Aw, Snap!

Re: font names

2017-05-03 Thread Daniel Bolgheroni
On Sun, Apr 16, 2017 at 06:55:33PM +0100, Stuart Henderson wrote: > >From what I understand fontconfig 2.7.1 changed something to add the > foundry to the name in some places which would change it to "xos4 > Terminus" instead of just "Terminus". (There was no change in the > font itself). But what

Re: Too many open files with graphics/shotwell

2016-09-06 Thread Daniel Bolgheroni
On Tue, Sep 06, 2016 at 12:36:54PM +0100, Stuart Henderson wrote: > I don't know shotwell but based on the messages I guess it is using some > kqueue-based monitoring to look for file changes, which uses a file > descriptor for each file monitored. If so, you will need a whole stack > of FDs availa

Too many open files with graphics/shotwell

2016-09-04 Thread Daniel Bolgheroni
Running shotwell, it closes with whatever action tried inside the program with: $ shotwell (shotwell:25255): Gtk-WARNING **: Theme parsing error: :2:38: The style property GtkPaned:handle-size is deprecated and shouldn't be used anymore. It will be removed in a future version (shotwell:25255):

Re: update gcc-linaro to 4.9-2016.02

2016-07-31 Thread Daniel Bolgheroni
On Sun, Jul 31, 2016 at 04:04:14PM +1000, Jonathan Gray wrote: > Index: Makefile Hi, Are there any interest in adding support to build libstdc++v3? I had a discussion some months ago. The thread is here: http://marc.info/?l=openbsd-ports&m=145159436010168&w=2 The changes are in openbsd-wip too

Re: Proposed change to build libstdc++-v3 as part of devel/arm-none-eabi

2016-01-21 Thread Daniel Bolgheroni
On Thu, Jan 14, 2016 at 11:15:14AM -0200, Daniel Bolgheroni wrote: > Anyway, here is an updated diff for review, with the hope I didn't > forget any of the inputs received. Any more inputs on this diff? BTW, thank you for the feedbacks received so far. -- db

Re: Proposed change to build libstdc++-v3 as part of devel/arm-none-eabi

2016-01-13 Thread Daniel Bolgheroni
On Wed, Jan 13, 2016 at 03:15:32PM -0500, Dave Vandervies wrote: > Would making gcc-linaro-bootstrap a FLAVOR of gcc-linaro, and therefore > keeping the patches and the configuration for the bootstrap compiler in > the same place as for the main one, be feasible? > (The build process would then nee

Re: Proposed change to build libstdc++-v3 as part of devel/arm-none-eabi

2016-01-13 Thread Daniel Bolgheroni
On Tue, Jan 12, 2016 at 03:05:05PM +, Brandon Mercer wrote: > I'm somehow missing the initial email that Daniel wrote that proposes > building libstdc++ as part of arm-none-eabi, however, that bit me while > working on some stuff last week. I think the toolchain is not very useful > without it.

Re: [UPDATE] devel/openocd-0.9.0

2016-01-03 Thread Daniel Bolgheroni
On Sun, Jan 03, 2016 at 05:09:35PM +0900, SASANO Takayoshi wrote: > Hi, > > here is a diff for openocd-0.6.1 -> openocd-0.9.0 > ok? > > + --enable-stlink \ Nice to see stlink. It's a popular and cheap debugger. I have e-mailed a patch to the maintainer to include it a few days ago. -

Proposed change to build libstdc++-v3 as part of devel/arm-none-eabi

2015-12-31 Thread Daniel Bolgheroni
Here I propose the build of libstdc++-v3 as part of devel/arm-none-eabi. Some ports do build it (e.g. devel/avr32), while others don't (e.g. devel/arm-elf). The reason for this is to be able to build binaries for boards like Leaflabs Maple Mini (and many others), based on ARM Cortex-M3/M4, using l

[patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Daniel Bolgheroni
Hi, lang/gcc/4.2 got removed from ports. Alternative: suggest x11/gnome/gvfs? ok? Index: bsd.port.mk.5 === RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v retrieving revision 1.428 diff -u -p -r1.428 bsd.port.mk.5 --- bsd.port.mk

Best approach for cyclic dependencies

2015-01-06 Thread Daniel Bolgheroni
I have a question about the best approach to make a port of an arm-none-eabi toolchain. I'm able to build this toolchain standalone in OpenBSD -current and it generates code which works OK. I used pretty much the same configure args as the arm-elf port, compiling the same targets, libgcc and newli

UPDATE: devel/arm-elf/newlib (and remove BROKEN)

2014-11-06 Thread Daniel Bolgheroni
Remove broken for amd64 and update to 2.1.0. Include patches related to: https://sourceware.org/ml/newlib/2013/msg01130.html OK? Thank you. Index: Makefile === RCS file: /cvs/ports/devel/arm-elf/newlib/Makefile,v retrieving revision

devel/arm-elf-gcc without devel/arm-elf-binutils

2014-11-04 Thread Daniel Bolgheroni
Hi ports@, I'm putting some effort to use a Maple Mini board with OpenBSD using libmaple. So I installed devel/arm-elf-gcc. I noticed devel/arm-elf-binutils doesn't get installed as a dependency. However, looking at devel/msp430-gcc I noticed this: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPE

Re: diff to BSDmakefile in devel/arduino

2014-06-19 Thread Daniel Bolgheroni
On Thu, Jun 19, 2014 at 03:06:10PM +0100, Stuart Henderson wrote: > > Say the port is updated to 1.5.x, these -D lines will need to be > updated, right? Until now, we are fine using ARDUINO=100 even if we update to 1.5.x. This macro is being used, as of today, only to control the renaming scheme f

Re: diff to BSDmakefile in devel/arduino

2014-06-18 Thread Daniel Bolgheroni
On Wed, Jun 18, 2014 at 10:10:24AM +0100, Stuart Henderson wrote: > > This file is somewhat hidden in the port. What are the consequences of > it not being updated if the port is updated? I think the main issue here is that if we don't define ARDUINO >= 100, even libraries already in the current

diff to BSDmakefile in devel/arduino

2014-06-17 Thread Daniel Bolgheroni
Hi, In the revisions.txt file from Arduino source code, in the section related to changes from version 0022 to 1.0, there is this statement: * The WProgram.h file, which provides declarations for the Arduino API, has been renamed to Arduino.h. To create a library that will work in both Arduin

KiCAD update?

2014-05-20 Thread Daniel Bolgheroni
Hi ports@, Anyone with a wip diff to update KiCAD? If not, as time permits, I'm willing to put some effort on it. Anything I must be aware of? Thank you.

graphics/gphoto2 and atexit()

2014-03-06 Thread Daniel Bolgheroni
Hi ports@, Today I run into the following: # gphoto2 -l gphoto2:/usr/local/lib/libusb.so.10.0: undefined symbol 'atexit' lazy binding failed! Segmentation fault (core dumped) # Isn't the case to bump the revision as it was done with graphics/freeglut? http://marc.info/?l=openbsd-ports&m=1391340

multimedia/coherence typo

2012-11-12 Thread Daniel Bolgheroni
Based on what is on other UPnP ports and on the casing as show in Wikipedia: Index: Makefile === RCS file: /cvs/ports/multimedia/coherence/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile16 Sep 2011 10:31:23

emulators/fedora/base not 4 anymore

2012-11-12 Thread Daniel Bolgheroni
Reflect the new version: Index: Makefile === RCS file: /cvs/ports/emulators/fedora/base/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile11 Oct 2012 12:16:18 - 1.20 +++ Makefile12 Nov 2012 13:32

Re: sysutils/xbattbar patch to add time & date display

2012-04-04 Thread Daniel Bolgheroni
On Tue, Apr 03, 2012 at 07:28:28PM -0400, Brynet wrote: > > If anyone has a laptop, you might want to check out xbattbar, it isn't > nearly as invasive as some other battery monitoring utilities. Alex's > addition doesn't change that. BTW, it "breaks" xlock if used with -a option.

Re: sysutils/xbattbar patch to add time & date display

2012-04-04 Thread Daniel Bolgheroni
On Tue, Apr 03, 2012 at 07:28:28PM -0400, Brynet wrote: > > If anyone has a laptop, you might want to check out xbattbar, it isn't > nearly as invasive as some other battery monitoring utilities. Alex's > addition doesn't change that. Didn't know about it. Using. Thank you.

Re: dmenu: update to 4.5

2012-04-04 Thread Daniel Bolgheroni
On Tue, Apr 03, 2012 at 05:16:22PM -0300, Gleydson Soares wrote: > > works for me, i am running it daily +spectrwm > looking for comments,tests and OKs, Works for me on amd64 too.

Re: magnet links

2012-03-28 Thread Daniel Bolgheroni
On Wed, Mar 28, 2012 at 04:21:17PM +0200, Jan Stary wrote: > Now that ThePirateBay has switched from torrent files to magnet links, > what do people use instead of btpd? rtorrent.

Re: Webkit-1.6.3 and loongson patches and help needed

2012-03-14 Thread Daniel Bolgheroni
On Tue, Mar 13, 2012 at 08:41:26AM +0100, Landry Breuil wrote: > > crashes quite often on macppc too Made a quick test and can't load non-static websites.

Re: Firefox 9.0.1 crashing when printing

2012-02-16 Thread Daniel Bolgheroni
On Thu, Feb 16, 2012 at 02:41:23PM +0100, Antoine Jacoutot wrote: > Can you post versions of the gtk+2 and gtk+2-cups packages your are > using please. Sorry for the noise. gtk+2-2.24.9 gtk+2-cups-2.24.9p0 <--- p0!!! Was running gtk+2-cups-2.24.9. Just upgraded and it's working fine. Thank you

Firefox 9.0.1 crashing when printing

2012-02-16 Thread Daniel Bolgheroni
Hi ports@, as part of the test process that takes place before each release, Firefox 9.0.1 closes with no messages when trying to print to a printer connected remotely. $ firefox $ echo $? 11 $ Firefox crashing when printing is not a new problem, but didn't find anything related to 9.0.1 in arch

Re: [wip] Firefox/Thunderbird 10.0 / Seamonkey 2.7

2012-02-02 Thread Daniel Bolgheroni
On Wed, Feb 01, 2012 at 05:39:02PM +0100, Landry Breuil wrote: > Hi, > > packages against somewhat -current (ie gettext w/ libintl.6) in my repos > : http://rhaalovely.net/stuff/amd64/ http://rhaalovely.net/stuff/i386/ Runs fine on i386 -current.

Re: I really, really hate CUPS

2012-01-27 Thread Daniel Bolgheroni
On Fri, Jan 27, 2012 at 08:48:58AM -0800, John Doe wrote: > > Any thoughts/opinions? Coincidence or not, I read it today: http://marc.info/?l=openbsd-misc&m=132681812631596&w=2 Or to the point: http://catb.org/~esr/writings/cups-horror.html Enjoy.

Re: [UPDATE] Scrotwm-0.10.0

2012-01-12 Thread Daniel Bolgheroni
On Wed, Jan 11, 2012 at 05:53:47PM -0300, Gonzalo L. R. wrote: > Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard > mapping option. > > Ok? Nice. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: building JDK1.7?

2011-12-30 Thread Daniel Bolgheroni
On Fri, Dec 30, 2011 at 01:00:07AM -0800, James Hartley wrote: > I had downloaded src, ports, & xenocara on 26 Dec, checking > ports-changes@& source-changes@to ensure that I was not grabbing the > trees in the middle of an update. > Rebuilding the system & >600 packages went successfully until I s

Re: Makefile LOCALBASE & PREFIX

2011-12-15 Thread Daniel Bolgheroni
On Thu, Dec 15, 2011 at 03:41:59PM +, Julien Crapovich wrote: > > Hello. > I would like to make a package for a ksh script. > I use the ports system with my own branch /usr/ports/mystuff/script > I build my pkg with the classical method, make fake, plist, package... > > I would like my packag

Re: NEW: openmodeller

2011-12-01 Thread Daniel Bolgheroni
On Wed, Nov 30, 2011 at 09:16:24AM +0100, David Coppa wrote: > On Tue, Nov 29, 2011 at 7:14 PM, Daniel Bolgheroni > wrote: > > > OK, compiling fine on a fresh installation on /i386 and /amd64. Didn't > > test on /macppc yet, but will do soon when I upgrade to -cu

Re: NEW: openmodeller

2011-12-01 Thread Daniel Bolgheroni
On Wed, Nov 30, 2011 at 09:16:24AM +0100, David Coppa wrote: > On Tue, Nov 29, 2011 at 7:14 PM, Daniel Bolgheroni > wrote: > > > OK, compiling fine on a fresh installation on /i386 and /amd64. Didn't > > test on /macppc yet, but will do soon when I upgrade to -cu

Re: NEW: openmodeller

2011-11-30 Thread Daniel Bolgheroni
On Wed, Nov 30, 2011 at 09:16:24AM +0100, David Coppa wrote: > On Tue, Nov 29, 2011 at 7:14 PM, Daniel Bolgheroni > wrote: > > > OK, compiling fine on a fresh installation on /i386 and /amd64. Didn't > > test on /macppc yet, but will do soon when I upgrade to -cu

Re: NEW: openmodeller

2011-11-29 Thread Daniel Bolgheroni
On Mon, Nov 28, 2011 at 05:12:50PM +0100, David Coppa wrote: > > Some comments: > > I think you should set SHARED_ONLY=Yes and merge PFRAG.shared into PLIST. > > You can remove CONFIGURE_STYLE=cmake cause it's superfluous > > You can remove all the cmake modules that conflict with system ones,

NEW: openmodeller

2011-11-28 Thread Daniel Bolgheroni
Hi ports@, can someone please review this port for some feedback? DESCR: "openModeller aims to provide a flexible, user friendly, cross-platform environment where the entire process of conducting a fundamental niche modeling experiment can be carried out. The software includes facilities for read

Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote: > > I think it's using a local FindGDAL.cmake, since the system one from > /usr/local/share/cmake/Modules/FindGDAL.cmake is working fine: Just another question: the port I'm working has a local cmake directory with some FindWhateverLib.c

Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote: > On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni > wrote: > > Hi ports@, > > > > does anyone have some experience in cmake to help me with it? I'm > > working on a port, however I'm having

cmake reports wrong lib filename

2011-11-22 Thread Daniel Bolgheroni
Hi ports@, does anyone have some experience in cmake to help me with it? I'm working on a port, however I'm having the following problem. I have a CMakeLists.txt which looks for GDAL library with the line FIND_PACKAGE(GDAL REQUIRED) OK, cmake finds the GDAL library, as the port geo/gdal is inst

openModeller

2011-11-22 Thread Daniel Bolgheroni
Hi ports@, If anybody is working on a openModeller port, please let me know, so we can talk. http://openmodeller.sourceforge.net Thank you.

Re: update blows up

2009-10-08 Thread Daniel Bolgheroni
e thread. Funny. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: update blows up

2009-10-07 Thread Daniel Bolgheroni
. If you need this kind of certaity when updating, you can use -stable. Afterall, you're using -current. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: NetBSD ports

2009-10-06 Thread Daniel Bolgheroni
table FreeBSD -> fast Make people think these qualities are mutually exclusive and in consequence make assumptions like you made. Teers, -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

x11/wmii manpage problem

2009-05-13 Thread Daniel Bolgheroni
Is this some kind of groff problem or am I completely missing the point? It seems the manpage can't be formatted correctly. Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \

Re: ngspice port

2009-04-22 Thread Daniel Bolgheroni
On Fri, 17 Apr 2009, Andreas Bihlmaier wrote: > Hi > > On Thu, Apr 16, 2009 at 12:45:58AM -0300, Daniel Bolgheroni wrote: > > Hi, > > > > are there any efforts going on to produce a ng-spice-rework-18 port? > > I am/was working at it, but there was a huge pile

ngspice port

2009-04-15 Thread Daniel Bolgheroni
Hi, are there any efforts going on to produce a ng-spice-rework-18 port? Thank you. -- Daniel Bolgheroni FEI - Faculdade de Engenharia Industrial http://www.dbolgheroni.eng.br/mykey ASCII ribbon campaign ( ) against HTML e-mail X / \ -BEGIN PGP PUBLIC KEY BLOCK

Re: Not installing subpackage

2007-07-03 Thread Daniel Bolgheroni
On Tue, 3 Jul 2007, Marc Espie wrote: I'll admit that the current situation might be a bit confusing, I should probably get around to rewrite ports(7) at some point. The current situation is as follows: +--> package one port -|--> package +--> package ... So

Not installing subpackage

2007-07-02 Thread Daniel Bolgheroni
Hi, after compiling audio/bmp with no FLAVOR, I've got the package in /usr/ports/package/${ARCH}/ as always and two subpackages (bmp-mp3-* and bmp-vorbis-*), which were not installed. I can install manually for sure, but is this expected? Thank you.

Re: glitz conflict

2007-06-26 Thread Daniel Bolgheroni
Oopz, thank you. It really is. On Wed, 27 Jun 2007, Jacob Meuser wrote: On Wed, Jun 27, 2007 at 01:13:17AM -0300, Daniel Bolgheroni wrote: Anyway, what are these .libs-* packages? Didn't find this on documentation. sure it's documented (at least in -current) ... this _is_ OpenB

Re: glitz conflict

2007-06-26 Thread Daniel Bolgheroni
Anyway, what are these .libs-* packages? Didn't find this on documentation. Thank you. On Wed, 27 Jun 2007, Markus Lude wrote: On Tue, Jun 26, 2007 at 10:55:44PM -0300, Daniel Bolgheroni wrote: Hi, OK, just removed all packages some minutes ago, updated ports from CVS and started comp

glitz conflict

2007-06-26 Thread Daniel Bolgheroni
Hi, OK, just removed all packages some minutes ago, updated ports from CVS and started compiling everything. But I'm having problem installling glitz. I do not have any version 0.4.4 installed. Maybe something that went uninstalled? Any hints? Thank you. -- # make install (...) ===> cair

Removing all packages

2007-06-26 Thread Daniel Bolgheroni
Hi, are there an easy way to remove all packages? Can I just remove /usr/local and /var/db/pkg or am I looking for trouble doing this? Thank you.

checksum mismatch for audio/easytag

2007-06-04 Thread Daniel Bolgheroni
Hi, Are there any errors with distinfo in audio/easytag in -current ports? Just tried on 3 different boxes and the error is the same. $ sudo make install ===> Checking files for easytag-2.1 easytag-2.1.tar.bz2 doesn't seem to exist on this system. Fetch http://easynews.dl.sourceforge.net/s

audio/easytag version

2006-12-28 Thread Daniel Bolgheroni
Hi, a version of easytag-1.99.13 (unstable). I know the OpenBSD politics to not use development or unstable versions in ports tree. I've been using this version for a long time and is quite stable. The version in ports today is too obsolete (0.30) and the last stable version (1.1) still uses G