INDEX now builds successfully on 8.x

2013-05-13 Thread Ports Index build
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2013-05-13 Thread Константин Гончарик
Hi I found this page http://lists.freebsd.org/pipermail/freebsd-ports/2012-July/076542.htmlwhile i searching fix clang compile problem http://developer.berlios.de/patch/download.php?id=3460 this patch is fix ( Work at least for me :) ) ___

Current unassigned ports problem reports

2013-05-13 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Build fails for php5-snmp

2013-05-13 Thread MP Netsai
Can someone help me on here. I cant figure out why this fails. I am running FreeBSD 8.2. And have been trying to install cacti-0.8.8a1. == === Building for php5-snmp-5.4.14 /bin/sh /usr/ports/net-mgmt/php5-snmp/work/php-5.4.14/ext/snmp/libtool --mode=compile cc -I.

qt3 - qt4 question

2013-05-13 Thread Robert Huff
1) I have x11-toolkits/qt-copy (part of qt33) installed, and at least a dozen ports that depend on it. 2) Attempts to upgrade devel/qt4-corelibs fail on complaints the two conflict. 3) I cannot find a qt4-copy, and there is no mention of this in UPDATING going back three

FreeBSD ports you maintain which are out of date

2013-05-13 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: qt3 - qt4 question

2013-05-13 Thread RW
On Mon, 13 May 2013 08:42:29 -0400 Robert Huff wrote: 1) I have x11-toolkits/qt-copy (part of qt33) installed, and at least a dozen ports that depend on it. IIRC qt-copy is an alternate version of qt33 with some extra patches 2) Attempts to upgrade devel/qt4-corelibs fail on

Re: qt3 - qt4 question

2013-05-13 Thread Robert Huff
RW writes: 1) I have x11-toolkits/qt-copy (part of qt33) installed, and at least a dozen ports that depend on it. IIRC qt-copy is an alternate version of qt33 with some extra patches 2) Attempts to upgrade devel/qt4-corelibs fail on complaints the two conflict.

[Call for Test] [NEW PORT] x11/bumblebe

2013-05-13 Thread nemysis
Hello Please test and review Bumblebee Bumblebee daemon is a rewrite of the original Bumblebee service, providing an elegant and stable means of managing Optimus hybrid graphics chipsets. A primary goal of this project is to not only enable use of the discrete GPU for rendering, but also to

Re: qt3 - qt4 question

2013-05-13 Thread Jerry
On Mon, 13 May 2013 15:22:51 +0100 RW articulated: I'm not really sure what you are trying to do, but you can't simply replace qt33 with qt4, there may be some exceptions, but generally things depend on one or the other. AFAIK qt4 and qt33 only conflict through their build dependencies so

Re: qt3 - qt4 question

2013-05-13 Thread Robert Huff
Jerry writes: The continued use of x11-toolkits/qt33 is about to end. DEPRECATED= No upstream activity since 2008; unmaintained EXPIRATION_DATE=2013-07-01 I removed x11-toolkits/qt33 from my system and then rebuilt the ports that were dependent on it with qt-4.

Adding a C++11 based port

2013-05-13 Thread David Demelier
Hello dear, I plan to release an application I wrote very soon. If possible I want to add a port for it. One problem is that I've used C++11 and this is part of system only if users have compiled world with the new C++ stack. Should I wait until 9.2-RELEASE before requesting that new port? Or is

Re: qt3 - qt4 question

2013-05-13 Thread Dimitry Andric
On 2013-05-13 16:43, Robert Huff wrote: ... === qt4-corelib-4.8.4_2 conflicts with installed package(s): qt-copy-3.3.8_14 They will not build together. Please remove them first with pkg delete. Yes, this is unfortunately the case. Qt3 headers break the Qt4 build, so Qt3

cups-base-1.5.4_1 fails to print (Network Printers)

2013-05-13 Thread Beeblebrox
I have 2 HP printers on my network. I have print/cups print/hplip installed. Before a recent cups update (or re-compile by poudriere) I was printing to both f my HP printers without problem. After the update (2-3 days ago) I cannot print to either. After I give the print command (from a simple

Re: qt3 - qt4 question

2013-05-13 Thread Jerry
On Mon, 13 May 2013 17:29:55 +0200 Dimitry Andric articulated: Note, after Qt4 has been installed, you can reinstall Qt3, but there is still a risk that any Qt4-dependent port might pick up the Qt3 headers by accident. Not a risk, it is virtually guaranteed. If any port re-installs qt3, any

FreeBSD Port: collectd-4.10.4_7

2013-05-13 Thread Peter Mueller
Hello, I like to use the modbus plugin. But it is not listed in the config options. How can I enable this plugin to compile it. Thanks, Peter ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

ANSWERED: qt3 - qt4 question

2013-05-13 Thread Robert Huff
Deleted qt-copy. Re-compiled everything that depended on it. So far, everything works. Thanks for the help, Robert Huff ___ freebsd-ports@freebsd.org mailing list

Re: Adding a C++11 based port

2013-05-13 Thread Chris Rees
On 13 May 2013 16:14, David Demelier demelier.da...@gmail.com wrote: Hello dear, I plan to release an application I wrote very soon. If possible I want to add a port for it. One problem is that I've used C++11 and this is part of system only if users have compiled world with the new C++

Re: cups-base-1.5.4_1 fails to print (Network Printers)

2013-05-13 Thread Boris Samorodov
13.05.2013 20:01, Beeblebrox пишет: I have 2 HP printers on my network. I have print/cups print/hplip [1] installed. Before a recent cups update (or re-compile by poudriere) I was printing to both f my HP printers without problem. After the update (2-3 days ago) I cannot print to either.

Re: Adding a C++11 based port

2013-05-13 Thread Michael Gmelin
On Mon, 13 May 2013 17:14:38 +0200 David Demelier demelier.da...@gmail.com wrote: Hello dear, I plan to release an application I wrote very soon. If possible I want to add a port for it. One problem is that I've used C++11 and this is part of system only if users have compiled world with

Re: error on fvwm startup on 9.1-RELEASE

2013-05-13 Thread Julian H. Stacey
Hi po...@freebsd.org I asked din...@freebsd.org (cc'd) the following a month back, but seen no reply, (maybe he's busy or away, or a spam filter ate it), so does anyone else have ideas ? Thanks. The 2 .png I removed from MIME in previous mail put here for ports@ list:

[QAT] r318004: 3x leftovers, 1x depend (depend_package in x11/libxcb)

2013-05-13 Thread Ports-QAT
- fix pkg-plist and bump PORTREVISION because of that while here: - trim Makefile header - remove leading indefinite article from COMMENT Reported by:pointyhat (miwi) - Build ID: 20130513082000-48120 Job owner:

[QAT] r318099: 3x leftovers, 1x arch

2013-05-13 Thread Ports-QAT
- Update to 1.7.39 Changes: * Small changes to return types in FXIO (and subclasses) for flush(), eof(). * FXSemaphore implemented in terms of mutex and condition on MacOSX and Minix. * FXMat4d and FXMat2d AVX accelerated when compiled for AVX. * ADA programming language patterns

[QAT] r318068: 4x leftovers

2013-05-13 Thread Ports-QAT
Fix all shebang lines Submitted by: John Marino (via irc) Obtained from: DPorts - Build ID: 2013051311-45488 Job owner: b...@freebsd.org Buildtime: 10 hours Enddate: Mon, 13 May

Re: FreeBSD Port: collectd-4.10.4_7

2013-05-13 Thread Boris Samorodov
13.05.2013 20:20, Peter Mueller пишет: I like to use the modbus plugin. But it is not listed in the config options. How can I enable this plugin to compile it. I've just added comms/libmodbus upon your request. And here is attached (an untested) patch to net-mgmt/collectd. Test and feedback

cups-base-1.5.4_1 fails to print (Network Printers)

2013-05-13 Thread Beeblebrox
Printer1: Officejet_4500_G510n-z. This connects to network with wireless and I use hplip for this printer. Printer2: HP_LaserJet_2100. This uses jetdirect wired connection and setup is directly through cups (does not use hplip). The log output I posted is for Printer2 (no hplip). Also all updates

Re: Fwd: qt-mysql-plugin-3.3.8_10 failed on amd64 8

2013-05-13 Thread Raphael Kubo da Costa
John Marino freebs...@marino.st writes: I have attached a patch that fixes the problem. It was related to the extraction cleanup. Can somebody commit it? Committed in r318134, thanks. ___ freebsd-ports@freebsd.org mailing list

Re: FreeBSD Port: JasperServer 5.0.0

2013-05-13 Thread Jason Helfman
On Sun, May 12, 2013 at 04:14:54PM -0700, Jason Helfman thus spake: Hello All, I have been battling fixing build issues with the latest JasperServer, but now have it working. The only bit I've been unable to do is to connect locally to a mysql instance through the jdbc driver, however I don't

Re: WANTED: Tool to verify installed package/port consistancy

2013-05-13 Thread Ronald F. Guilmette
So, as I have now learned (and just as the post by CyberLeo Kitsana had suggested) if one wishes to write a script to do the rough equivalent of what pkg_info -g does, then one has to be mindful of the fact that for those specific MD5 checksums contained in the various +CONTENTS files within the

Re: WANTED: Tool to verify installed package/port consistancy

2013-05-13 Thread Ronald F. Guilmette
Well, I have looked a bit more at some of the files that posted about just a short while ago. It turns out that pretty much all of the remaining anomolies (i.e. MD5 mismatches) in package-related or port- related files on my system can be attributed to either (a) some person or else (b) some