Re: Facing issue after upgrading Firefox version in Free BSD 9.2 RELEASE not able to launch firefox

2017-02-27 Thread Herbert J. Skuhra
Uma Somasundaram skrev: > > Hi , > I have upgraded FF version from firefox-esr: 24.3.0_2,1 -> 45.6.0_3,1 in > Free BSD 9.2 version using below command in my BSD , > > "pkg install firefox-esr". > > After the upgrade I am not able to launch the firefox . When I type firefox > below error message

Re: Facing issue after upgrading Firefox version in Free BSD 9.2 RELEASE not able to launch firefox

2017-02-27 Thread mokhi
Hi, However your FreeBSD is on EOL (consider migrating to a newer version, at least for the sake of security updates), but I had similar problem on 10.3, I guess the problem is Firefox is updated but some libs that it depends on is not being updated (mine was libdbus, which Firefox needed

Re: seamonkey port compiling error

2017-02-27 Thread Erdos New via freebsd-ports
thanks! I end up just installing the package through 'pkg' instead of building through port. afterwards it works fine. -Original Message- From: Dimitry Andric To: Erdos New Cc: freebsd-ports Sent: Sun,

FreeBSD ports you maintain which are out of date

2017-02-27 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Adam Weinberger
> On 27 Feb, 2017, at 9:07, Andrew Hotlab wrote: > >> From: Andrew Hotlab >> Sent: Monday, February 27, 2017 3:37 PM >> To: freebsd-ports@freebsd.org >> Subject: How to create a port only for specific FreeBSD releases > >> Hi to all,

How to create a port only for specific FreeBSD releases

2017-02-27 Thread Andrew Hotlab
Hi to all, I'm trying to make a port which installs only a couple of simple scripts (thus NO_BUILD, NO_ARCH, and void MASTER_SITES and DISTFILES...). Since these scripts are designed to run on FreeBSD 10.0 and newer, I'd like to know if there is a way to prevent the port from installing on

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Ernie Luzar
Adam Weinberger wrote: On 27 Feb, 2017, at 9:07, Andrew Hotlab wrote: From: Andrew Hotlab Sent: Monday, February 27, 2017 3:37 PM To: freebsd-ports@freebsd.org Subject: How to create a port only for specific FreeBSD releases Hi to

Change system configuration files with port install

2017-02-27 Thread Andrew Hotlab
Hi to all, I'm working to build a simple port which, after copying a couple of scripts under ${PREFIX}, leaves to the user the task to set a few variables in /boot/loader.conf and /etc/rc.conf. I was wondering if there is a method and (first and foremost) if it's a sane idea, to make the port

Re: Kodi build fails /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required

2017-02-27 Thread Dave
On Monday 27 February 2017 18:54:56 you wrote: > Hi Dave, > > You must deinstall misc/compat9x before install multimedia/kodi. > > When the kodi installation is complete, you can install compat9x port again. Yes, that fixed it. Thanks! I was almost at the solution myself when your email

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Chris H
On Mon, 27 Feb 2017 10:05:01 -0700 Adam Weinberger wrote > > On 27 Feb, 2017, at 10:00, Andrew Hotlab wrote: > > > >> From: Ernie Luzar > >> Sent: Monday, February 27, 2017 5:43 PM > >> To: Adam Weinberger > >> Cc: Andrew Hotlab;

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Adam Weinberger
> On 27 Feb, 2017, at 10:00, Andrew Hotlab wrote: > >> From: Ernie Luzar >> Sent: Monday, February 27, 2017 5:43 PM >> To: Adam Weinberger >> Cc: Andrew Hotlab; freebsd-ports@freebsd.org >> Subject: Re: [SOLVED] How to create a port only for

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Andrew Hotlab
> From: Adam Weinberger > Sent: Monday, February 27, 2017 6:05 PM > To: Andrew Hotlab > Cc: Ernie Luzar; freebsd-ports@freebsd.org > Subject: Re: [SOLVED] How to create a port only for specific FreeBSD releases > >> On 27 Feb, 2017, at 10:00, Andrew Hotlab

Kodi build fails /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required

2017-02-27 Thread Dave
It seems Kodi requires GLIBCXX_3.4.11 /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/ports/multimedia/kodi/work/xbmc-c327c53/tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder not found I can't find anything in ports or packages which might install

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Ernie Luzar
Andrew Hotlab wrote: From: Andrew Hotlab Sent: Monday, February 27, 2017 3:37 PM To: freebsd-ports@freebsd.org Subject: How to create a port only for specific FreeBSD releases Hi to all, I'm trying to make a port which installs only a couple of simple scripts

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Andrew Hotlab
> From: Ernie Luzar > Sent: Monday, February 27, 2017 5:43 PM > To: Adam Weinberger > Cc: Andrew Hotlab; freebsd-ports@freebsd.org > Subject: Re: [SOLVED] How to create a port only for specific FreeBSD releases > Since these scripts are designed to run on FreeBSD 10.0

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Andrew Hotlab
> From: Adam Weinberger > > Sent: Monday, February 27, 2017 5:30 PM > To: Andrew Hotlab > Cc: freebsd-ports@freebsd.org > Subject: Re: [SOLVED] How to create a port only for specific FreeBSD releases >   >> On 27 Feb, 2017, at 9:07, Andrew Hotlab

Re: How to create a port only for specific FreeBSD releases

2017-02-27 Thread Matthew Seaman
On 2017/02/27 14:37, Andrew Hotlab wrote: > Hi to all, I'm trying to make a port which installs only a couple of > simple scripts (thus NO_BUILD, NO_ARCH, and void MASTER_SITES and > DISTFILES...). > > Since these scripts are designed to run on FreeBSD 10.0 and newer, > I'd like to know if there

[SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Andrew Hotlab
> From: Andrew Hotlab > Sent: Monday, February 27, 2017 3:37 PM > To: freebsd-ports@freebsd.org > Subject: How to create a port only for specific FreeBSD releases   > Hi to all, I'm trying to make a port which installs only a couple of simple > scripts > (thus

Re: latest rust fails to install

2017-02-27 Thread Jean-Sébastien Pédron
On 25.02.2017 08:19, Kevin Oberman wrote: > On Fri, Feb 24, 2017 at 8:33 AM, tech-lists wrote: >> rust compiles but fails to install. Here's the last couple of pages of >> output, from a machine at FreeBSD 11.0-STABLE #0 r313940 and ports >> r434693. It's like the number

Re: Kodi build fails /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required

2017-02-27 Thread Dave
On Monday 27 February 2017 21:25:08 you wrote: > > Enviar: lunes 27 de febrero de 2017 a las 21:12 > > De: Dave > > Para: freebsd-ports@freebsd.org > > CC: "Carlos Jacobo Puga Medina" > > Asunto: Re: Kodi build fails /usr/local/lib/compat/libstdc++.so.6: version

Re: Change system configuration files with port install

2017-02-27 Thread Chris H
On Mon, 27 Feb 2017 19:44:05 + Andrew Hotlab wrote > Hi to all, I'm working to build a simple port which, after copying a couple > of scripts under ${PREFIX}, leaves to the user the task to set a few > variables in /boot/loader.conf and /etc/rc.conf. > > > I was

FreeBSD ports you maintain which are out of date

2017-02-27 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Facing issue after upgrading Firefox version in Free BSD 9.2 RELEASE not able to launch firefox

2017-02-27 Thread Uma Somasundaram
Hi , I have upgraded FF version from firefox-esr: 24.3.0_2,1 -> 45.6.0_3,1 in Free BSD 9.2 version using below command in my BSD , "pkg install firefox-esr". After the upgrade I am not able to launch the firefox . When I type firefox below error message is displayed in my terminal ,

Re: New port gitsome

2017-02-27 Thread Danilo G. Baio (dbaio)
On Sat, Feb 25, 2017 at 09:42:38PM +0100, Olivier Duchateau wrote: > On Sat, 25 Feb 2017 16:48:17 -0300 > "Danilo G. Baio (dbaio)" wrote: > > > On Sat, Feb 25, 2017 at 07:48:05PM +0100, Olivier Duchateau wrote: > > > For py3-* ports, you can look at how audio/py-mutagen and >