Re: more problems after last upgrade(s) pkg

2014-08-02 Thread Melvyn Sopacua
Hi Adam, On Fri, 1 Aug 2014, Adam McDougall wrote: -rw-r--r-- 1 mcdouga9 wheel 2923996 Aug 1 12:36 rt-3.8.17_1.txz I deleted it in poudriere, updated my ports tree to include pkg 1.3.4, let poudriere compile both of those but I still have the issue. # pkg rquery %sb rt-3.8.17_1 20164010

Re: Yet another pkg bug?

2014-08-02 Thread Andrea Venturoli
On 08/02/14 02:27, Bryan Drewery wrote: Agreed it is not a pkg problem, nor a portupgrade problem. libreoffice is not directly depending on libgcrypt so it was not rebuilt. Only direct dependencies are rebuilt. But this is not really the problem. The problem is that Libreoffice seems to be

Re: more problems after last upgrade(s) pkg

2014-08-02 Thread Melvyn Sopacua
I've added some extra debugging in the release-1.3 branch and am looking to reproduce it now. Reported: https://github.com/freebsd/pkg/issues/906 -- Melvyn ___ freebsd-ports@freebsd.org mailing list

Re: print/cups-base web interface broken unable to print

2014-08-02 Thread Beeblebrox
I may have some clues why my cups-printing is broken. I have two real printers and two virtual (PS/PDF) printers defined but none of them work. The main printer used in diagnostic: Printer: HP_LaserJet_2100tn with ps-level2 Driver: HP LaserJet 2100M Foomatic/Postscript (grayscale, 2-sided

Re: Trying to build a QT5 application

2014-08-02 Thread Marco Bröder
On Fri, 01 Aug 2014 08:41:04 -0400 Daniel Morante dan...@morante.net wrote: I am trying to create a port for an application that supports both Qt4 and Qt5. Qt4 builds fine and I am using the following in the port's Makefile: QT4_CONFIGURE_WITH=gui=qt4 QT4_USE=

FreeBSD ports you maintain which are out of date

2014-08-02 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,

devel/stlink

2014-08-02 Thread Maxim V FIlimonov
The mentioned port in the ports collection is probably outdated; also, sometimes it misbehaves. The stlink itself is in active development, so sometimes you might need the newest version with better board support. Based on the port from my ports tree, I made a port for the recent version. How

Re: devel/stlink

2014-08-02 Thread Kurt Jaeger
Hello, The mentioned port in the ports collection is probably outdated; also, sometimes it misbehaves. The stlink itself is in active development, so sometimes you might need the newest version with better board support. Based on the port from my ports tree, I made a port for the recent

Re: pkg meta.txz: Not found

2014-08-02 Thread Carlos Jacobo Puga Medina
I updated to pkg-1.3.3 and am getting these annoying messages: pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/meta.txz: Not Found pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/new_xorg/meta.txz: Not Found They appear to be harmless, but is there a way to turn them off or can the

pkg-static: sqlite error while executing INSERT OR REPLACE INTO packages

2014-08-02 Thread O. Hartmann
Update of port windowmaker fails during registration with pkg: === Installing for windowmaker-0.95.5_4 === Registering installation for windowmaker-0.95.5_4 pkg-static: sqlite error while executing INSERT OR REPLACE INTO packages( origin, name, version, comment, desc, message, arch,

Re: devel/stlink

2014-08-02 Thread Kurt Jaeger
Hi! The mentioned port in the ports collection is probably outdated; also, sometimes it misbehaves. The stlink itself is in active development, so sometimes you might need the newest version with better board support. Based on the port from my ports tree, I made a port for the recent

Re: pkg-static: sqlite error while executing INSERT OR REPLACE INTO packages

2014-08-02 Thread Michael Gmelin
On 02 Aug 2014, at 15:17, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Update of port windowmaker fails during registration with pkg: === Installing for windowmaker-0.95.5_4 === Registering installation for windowmaker-0.95.5_4 pkg-static: sqlite error while executing INSERT

Re: devel/stlink

2014-08-02 Thread Maxim V FIlimonov
On Saturday 02 August 2014 15:31:53 Kurt Jaeger wrote: Hi! But the script that does this is helpful to understand the basic process. Thank you. Can you tell me where I get urllib2 for python on an 10.0-amd64 ? f10$ ./latest.sh Traceback (most recent call last): File getlatest.py,

Re: devel/stlink

2014-08-02 Thread Maxim V FIlimonov
On Saturday 02 August 2014 15:31:53 Kurt Jaeger wrote: Hi! The mentioned port in the ports collection is probably outdated; also, sometimes it misbehaves. The stlink itself is in active development, so sometimes you might need the newest version with better board support. Based on the

Re: devel/stlink

2014-08-02 Thread Olivier Duchateau
2014-08-02 15:31 GMT+02:00 Kurt Jaeger p...@opsec.eu: Hi! Hi, The mentioned port in the ports collection is probably outdated; also, sometimes it misbehaves. The stlink itself is in active development, so sometimes you might need the newest version with better board support. Based on the

Re: pkg-static: sqlite error while executing INSERT OR REPLACE INTO packages

2014-08-02 Thread O. Hartmann
Am Sat, 2 Aug 2014 15:30:36 +0200 Michael Gmelin gre...@freebsd.org schrieb: On 02 Aug 2014, at 15:17, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Update of port windowmaker fails during registration with pkg: === Installing for windowmaker-0.95.5_4 ===

[TeX] Migrating from teTeX to TeX Live

2014-08-02 Thread A.J. 'Fonz' van Werven
Howdy, As we all know the old teTeX ports are now pretty much obsolete and TeX Live should be used instead. Yesterday we received a question on the FreeBSD Forums about exactly how to migrate from teTeX to TeX Live. First things first: is there an easy path using e.g. Portupgrade or Portmaster,

Re: devel/stlink

2014-08-02 Thread Kurt Jaeger
Can you tell me where I get urllib2 for python on an 10.0-amd64 ? f10$ ./latest.sh Traceback (most recent call last): File getlatest.py, line 1, in module import urllib2 ImportError: No module named 'urllib2' Ah, I see, in my case it was installed with python27: $ pkg

Re: devel/stlink

2014-08-02 Thread Maxim V FIlimonov
On Saturday 02 August 2014 16:18:19 Kurt Jaeger wrote: Can you tell me where I get urllib2 for python on an 10.0-amd64 ? f10$ ./latest.sh Traceback (most recent call last): File getlatest.py, line 1, in module import urllib2 ImportError: No module named

Re: math/lapack broken

2014-08-02 Thread William Grzybowski
On Sat, Aug 2, 2014 at 1:54 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Aug 01, 2014 at 10:14:43PM -0300, William Grzybowski wrote: I can't help but notice how unrespectful you have been. Its not the first message ranting about something broken. I can't help but notice

Re: math/lapack broken

2014-08-02 Thread Steve Kargl
On Sat, Aug 02, 2014 at 12:49:03PM -0300, William Grzybowski wrote: On Sat, Aug 2, 2014 at 1:54 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Aug 01, 2014 at 10:14:43PM -0300, William Grzybowski wrote: I can't help but notice how unrespectful you have been. Its not the

Re: devel/stlink

2014-08-02 Thread Dreamcat4
On Sat, Aug 2, 2014 at 3:18 PM, Kurt Jaeger li...@opsec.eu wrote: Can you tell me where I get urllib2 for python on an 10.0-amd64 ? f10$ ./latest.sh Traceback (most recent call last): File getlatest.py, line 1, in module import urllib2 ImportError: No module named

Re: math/lapack broken

2014-08-02 Thread William Grzybowski
On Sat, Aug 2, 2014 at 1:21 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Sat, Aug 02, 2014 at 12:49:03PM -0300, William Grzybowski wrote: On Sat, Aug 2, 2014 at 1:54 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Aug 01, 2014 at 10:14:43PM -0300, William

Re: devel/stlink

2014-08-02 Thread Maxim V FIlimonov
On Saturday 02 August 2014 17:45:51 Dreamcat4 wrote: It is always possible to download HEAD using this distfiles URL: https://github.com/${PORTNAME}/${PORTNAME}/archive/master.tar.gz Didn't know about that, thank you for the info. The problem with doing that is then you must disable the

Re: math/lapack broken

2014-08-02 Thread Steve Kargl
On Sat, Aug 02, 2014 at 01:50:55PM -0300, William Grzybowski wrote: On Sat, Aug 2, 2014 at 1:21 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Sat, Aug 02, 2014 at 12:49:03PM -0300, William Grzybowski wrote: On Sat, Aug 2, 2014 at 1:54 AM, Steve Kargl

WANT_PHP_WEB is just a synonym for WANT_PHP_CGI in automated build environments

2014-08-02 Thread Matthew Pounsett
It looks to me like the rules that WANT_PHP_WEB uses to decide whether to build the CGI or module version of PHP will always choose the CGI version unless the module is already installed. If this is true, it means that in automated build environments (e.g. tinderbox) – where *only* the direct

[QAT] 363837: 4x leftovers, 4x success

2014-08-02 Thread Ports-QAT
Update Stellarium to version 0.13.0. It's a new major release, and is based on Qt version 5 now; for those who are not comfortable with upgrading to the new version of Qt, `astro/stellarium-qt4' port is available, serving version 0.12.4. Add an UPDATING entry to alert users about this. While