Web Position

2013-10-22 Thread Thomas Wills
Hello,

 

Does your site rank at Top 10 on search engines? 

Are you looking more traffic  visitors for your site?

 

We can provide the complete solutions for your online business need and site
promotion.

 

We bring traffic/visitors to your site and rank you top on search engines.
Few of our steps and the activities to rank you smartly are:

 

1.Keywords Research

2.Competition Analysis

3.Optimized Content Creation

4.Keywords Optimization

5.Submission to Search Engines and Directories

6.Submission to Article Directories/blogs/forums and so on.

7.Social Media Optimization (SMO) 

 

Please reply for the best quote with your website link and we shall rank you
at the top pages of the Search Engine (Google, Yahoo, Bing, AOL etc.) within
limited time period.

 

Best Regards,

Thomas



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com
___
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


[SOLVED] Re: graphics/opencv: on CURRENT (r255472): c++ issue resulting in: error: use of undeclared identifier 'usleep' usleep(1000); ^ 1 error

2013-10-22 Thread Rainer Hurling
Just for the record. r331209 solved this issue for me.

Thanks for the work,
Rainer Hurling


Am 07.10.2013 15:04 (UTC+1) schrieb Rainer Hurling:
 Maintainer CC'ed
 
 Am 11.09.2013 17:41 (UTC+1) schrieb O. Hartmann:
 Recompiling everything installed due to the iconv-issue and the
 extraction of the GNUish libstdc++ in favor of the new libc++, I run
 permanently into the problem of a compiler (c++) stopp at
 graphics/opencv due to the error shown below.

 I'm getting crazy here, since I have successfully compiled opencv on
 two other boxes running the most recent CURRENT with no libstdc++ and
 no converters/libiconv any more.

 Doing 

 portmaster -f graphics/opencv

 results in getting everything built, except graphics/opencv!

 graphics/opencv seems to be a prerequisite for the build of
 devel/kdevelop-kde4, which also is a stopgap at the moment and is very
 resiliant in getting compiled.

 Can someone shed light and hints onto this?

 Thanks in advance,
 Oliver


 [...]
 /usr/local/include/libavformat/avformat.h:1578:26: note:
 'av_write_header' declared here attribute_deprecated int
 av_write_header(AVFormatContext *s); ^
 12 warnings generated.
 [  2%] Building CXX object
 modules/highgui/CMakeFiles/opencv_highgui.dir/src/loadsave.o [  2%]
 Building CXX object
 modules/highgui/CMakeFiles/opencv_highgui.dir/src/precomp.o [  2%]
 Building CXX object
 modules/highgui/CMakeFiles/opencv_highgui.dir/src/utils.o [  3%]
 Building CXX object
 modules/highgui/CMakeFiles/opencv_highgui.dir/src/window.o [  3%]
 Building CXX object
 modules/highgui/CMakeFiles/opencv_highgui.dir/src/window_QT.o 
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/highgui/src/window_QT.cpp:316:5:
 error: use of undeclared identifier 'usleep' usleep(1000); ^ 1 error
 generated. *** Error code 1

 
 This error can be avoided by using the patch of PR 182443,
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182443 .
 
 After that, another error occured at least on my very recent
 10.0-CURRENT clang boxes:
 
 [..SNIP..]
 Scanning dependencies of target opencv_python
 [ 53%] Building CXX object
 modules/python/CMakeFiles/opencv_python.dir/src2/cv2.o
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:9:
 In file included from
 /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
 In file included from
 /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
 /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2:
 warning:
   Using deprecated NumPy API, disable it by #defining
 NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
   [-W#warnings]
 #warning Using deprecated NumPy API, disable it by #defining
 NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
  ^
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:900:
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:2172:12:
 error: C-style cast
   from 'nullptr_t' to 'CvNextEdgeType' is not allowed
 *dst = (CvNextEdgeType)NULL;
^~~~
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:900:
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:3871:
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/generated0.i:2387:1:
 warning: cast to
   '_object *' from smaller integer type 'int' [-Wint-to-pointer-cast]
 CVPY_VALIDATE_DrawChessboardCorners();
 ^
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:3832:12:
 note: expanded from
   macro 'CVPY_VALIDATE_DrawChessboardCorners'
 return (PyObject*)failmsg(Size is %dx%d, but corner list is length
 %d, patternSize.width, ...
^
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:900:
 In file included from
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:3871:
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/generated0.i:6440:11:
 warning: cast to
   '_object *' from smaller integer type 'int' [-Wint-to-pointer-cast]
   ERRWRAP(cvSnakeImage(image, points.p,points.count, alpha.f, beta.f,
 gamma.f, win, criteria, ca...
   ^
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:3851:14:
 note: expanded from
   macro 'cvSnakeImage'
   return (PyObject*)failmsg(SnakeImage weights invalid); \
  ^
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:158:29:
 note: expanded from
   macro 'ERRWRAP'
 #define ERRWRAP(F) ERRWRAPN(F, NULL) // for most functions, exception -
 NULL return
 ^
 /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:149:13:
 note: expanded from
   macro 'ERRWRAPN'
 F; \
 ^
 3 warnings and 1 error generated.

[QAT] r331172: 3x leftovers, 1x install_error

2013-10-22 Thread Ports-QAT
Update to the 20131020 snapshot of GCC 4.9.0.

STAGEify.
-

  Build ID:  20131021182801-5361
  Job owner: ger...@freebsd.org
  Buildtime: 13 hours
  Enddate:   Tue, 22 Oct 2013 07:23:12 GMT

  Revision:  r331172
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331172

-

Port:lang/gcc49 4.9.0.20131020

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ger...@freebsd.org/20131021182801-5361-211000/gcc-4.9.0.20131020.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ger...@freebsd.org/20131021182801-5361-211001/gcc-4.9.0.20131020.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   INSTALL_ERROR
  Log: 
https://qat.redports.org//~ger...@freebsd.org/20131021182801-5361-211002/gcc-4.9.0.20131020.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ger...@freebsd.org/20131021182801-5361-211003/gcc-4.9.0.20131020.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131021182801-5361
redports https://qat.redports.org/
___
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


Re: www/w3m broken after update

2013-10-22 Thread Boris Samorodov
22.10.2013 05:40, Kenta Suzumoto пишет:
 Maintainer has ignored emails. Any ideas what's causing this to fail?
 
 config.status: creating config.h
 config.status: executing po-directories commands
 config.status: creating po/POTFILES
 config.status: creating po/Makefile
 ===  Building for w3m-0.5.3_2
 (echo '#define DEFUN(x,y,z) x y'; sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' 
 ./main.c ./menu.c) | clang-cpp - |  awk '$1 ~ /^[_A-Za-z]/ {  for 
 (i=2;i=NF;i++) { print $i, $1}  }'  funcname.tab.tmp
 funcname.tab updated
 sort funcname.tab | /usr/bin/awk -f ./funcname1.awk  funcname1.h
 clang  -I. -I. -O2 -pipe -Qunused-parameter -Qunused-arguments 
 -fno-strict-aliasing -I./libwc  -I/usr/include/openssl -I/usr/local/include 
 -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\/usr/local/libexec/w3m\  
 -DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
 -DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
 -DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
 -DLOCALEDIR=\/usr/local/share/locale\ -c main.c
 main.c:836:23: error: assigning to 'GC_warn_proc' (aka 'void (*)(char *, 
 GC_word)') from incompatible type 'void'
 orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
   ^ ~~~
 main.c:2264:37: warning: incompatible pointer types passing 'char **' to 
 parameter of type 'wc_uchar **' (aka 'unsigned char **') 
 [-Wincompatible-pointer-types]
 return wc_any_to_ucs(wtf_parse1(p));
 ^~
 ./libwc/wtf.h:71:41: note: passing argument to parameter 'p' here
 extern wc_wchar_t wtf_parse1(wc_uchar **p);
 ^
 1 warning and 1 error generated.
 *** [main.o] Error code 1

http://lists.freebsd.org/pipermail/svn-ports-head/2013-October/032845.html

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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

Re: CURRENT 10.0/11.0 amd64: gcc46 compiled ports tend to coredump (SIGNAL 11 (SIGSEGV))

2013-10-22 Thread Boris Samorodov
20.10.2013 18:55, O. Hartmann пишет:

 I realise that several ports which get compiled with gcc (no matter
 whether 4.6.3, 4.7 or 4.8) do not work anymore and segfaulting
 immediately after start.
 
 In particular, I use port math/fityk, which segfaults on ALL CURRENT
 and 10.-ALPHA boxes I run fityk on (or better: ran). This doesn't occur
 on FreebSD 9.2-STABLE.
 
 Another port indicating this behaviour is games/warzone2100 (but not so
 important, just for adding it up).
 
 Is there something I miss? 

I've seen similar behaviuor if a binary is compiled against both libc++
and libstdc++. So I had to rebuild those ports with clang.

PS. Yep, that fight is not an easy one. ;-)
-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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

[QAT] r331182: 2x ignored: requires freebsd 9.0 or later, 2x leftovers

2013-10-22 Thread Ports-QAT
 - Update to 1382384181
-

  Build ID:  20131021200600-43766
  Job owner: kmo...@freebsd.org
  Buildtime: 13 hours
  Enddate:   Tue, 22 Oct 2013 08:57:02 GMT

  Revision:  r331182
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331182

-

Port:sysutils/pcbsd-utils 1382384181

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   IGNORED: REQUIRES FREEBSD 9.0 OR LATER

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   IGNORED: REQUIRES FREEBSD 9.0 OR LATER

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~kmo...@freebsd.org/20131021200600-43766-211058/pcbsd-utils-1382384181.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~kmo...@freebsd.org/20131021200600-43766-211059/pcbsd-utils-1382384181.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131021200600-43766
redports https://qat.redports.org/
___
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


[QAT] r331160: 4x leftovers

2013-10-22 Thread Ports-QAT
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
- Enhance COMMENT entry and description (pkg-descr)
- Fix NLS support, when it's unset
- Standardize 'startup-notification' description
-

  Build ID:  20131021172600-49262
  Job owner: olivi...@freebsd.org
  Buildtime: 16 hours
  Enddate:   Tue, 22 Oct 2013 09:12:19 GMT

  Revision:  r331160
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331160

-

Port:x11-toolkits/libxfce4gui 4.10.0_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131021172600-49262-210948/libxfce4gui-4.10.0_2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131021172600-49262-210949/libxfce4gui-4.10.0_2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131021172600-49262-210950/libxfce4gui-4.10.0_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131021172600-49262-210951/libxfce4gui-4.10.0_2.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131021172600-49262
redports https://qat.redports.org/
___
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


Re: Should /usr/bin/perl be a link to /usr/local/bin/perl ?

2013-10-22 Thread Erik Trulsson

Quoting Yuri y...@rawbw.com:

I found that many ports specify /usr/bin/perl as an interpreter.  
This comes from Linux. Examples: valgrind-snapshot, windowmaker,  
enscript-a4, a2ps, svgalib


Just for the record, it does not come from Linux.
Specifying /usr/bin/perl as the interpreter is a Perl convention which  
was established before Linux (or FreeBSD for that matter) even existed.



___
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


Re: ports/editors/libreoffice does not build on 10-CURRENT

2013-10-22 Thread Matthias Apitz
El día Monday, October 21, 2013 a las 04:49:54PM +0200, Matthias Apitz escribió:

 [build CXX] bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
 /usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx:
 62:53: error: no member named 'dummy_can_throw_anything' in namespace
 'gcc3'
 if (! pAdjustedThisPtr)
 CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything(xxx); // address
 something
 ^

The offending code there was:

#if defined __clang__ || __GNUC__ == 4  __GNUC_MINOR__ = 6
 if (! pAdjustedThisPtr) 
CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything(xxx); // address something
#endif

and after commenting it out, libreoffice built fine;

but it dumps core on start; gdb bt is attached;

matthias

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-marcel-freebsd...(no debugging symbols 
found)...
Core was generated by `soffice.bin'.
Program terminated with signal 6, Aborted.
Reading symbols from 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_sal.so.3...(no 
debugging symbols found)...done.
Loaded symbols for 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_sal.so.3
Reading symbols from /usr/local/lib/libreoffice/program/libsofficeapp.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libsofficeapp.so
Reading symbols from /usr/lib/libc++.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc++.so.1
Reading symbols from /lib/libcxxrt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libcxxrt.so.1
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from 
/usr/local/lib/libreoffice/program/libcomphelpgcc3.so...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libcomphelpgcc3.so
Reading symbols from 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_cppu.so.3...(no 
debugging symbols found)...done.
Loaded symbols for 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_cppu.so.3
Reading symbols from 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3...(no
 debugging symbols found)...done.
Loaded symbols for 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
Reading symbols from 
/usr/local/lib/libreoffice/program/libdeploymentmisclo.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libdeploymentmisclo.so
Reading symbols from 
/usr/local/lib/libreoffice/program/libi18nisolang1gcc3.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libi18nisolang1gcc3.so
Reading symbols from 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_salhelpergcc3.so.3...(no
 debugging symbols found)...done.
Loaded symbols for 
/usr/local/lib/libreoffice/program/../ure-link/lib/libuno_salhelpergcc3.so.3
Reading symbols from /usr/local/lib/libreoffice/program/libsfxlo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libsfxlo.so
Reading symbols from /usr/local/lib/libreoffice/program/libsvllo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libsvllo.so
Reading symbols from /usr/local/lib/libreoffice/program/libsvtlo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libsvtlo.so
Reading symbols from /usr/local/lib/libreoffice/program/libtklo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libtklo.so
Reading symbols from /usr/local/lib/libreoffice/program/libtllo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libtllo.so
Reading symbols from 
/usr/local/lib/libreoffice/program/libucbhelper4gcc3.so...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libucbhelper4gcc3.so
Reading symbols from /usr/local/lib/libreoffice/program/libutllo.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libreoffice/program/libutllo.so
Reading symbols from 

FreeBSD ports you maintain which are out of date

2013-10-22 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, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/libdatrie | 0.2.6   | 0.2.7.1
+-+
devel/oniguruma5| 5.9.4   | 5.9.5
+-+
net-p2p/libtorrent-rasterbar-15 | 0.15.9  | 0.16.12
+-+
net-p2p/libtorrent-rasterbar-15-python  | 0.15.9  | 0.16.12
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

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


[QAT] r331221: 4x leftovers

2013-10-22 Thread Ports-QAT
- Update from 2.19.6 to 2.19.7 [1]
- Add stage support [1]
- Convert LIB_DEPENDS to new syntax

PR: ports/183128
Submitted by:   Kurt Jaeger fbsd-po...@opsec.eu (maintainer) [1]
-

  Build ID:  20131022050601-63948
  Job owner: dan...@freebsd.org
  Buildtime: 7 hours
  Enddate:   Tue, 22 Oct 2013 11:39:46 GMT

  Revision:  r331221
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331221

-

Port:databases/cego 2.19.7

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~dan...@freebsd.org/20131022050601-63948-211204/cego-2.19.7.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~dan...@freebsd.org/20131022050601-63948-211205/cego-2.19.7.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~dan...@freebsd.org/20131022050601-63948-211206/cego-2.19.7.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~dan...@freebsd.org/20131022050601-63948-211207/cego-2.19.7.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131022050601-63948
redports https://qat.redports.org/
___
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


[QAT] r331165: 4x leftovers

2013-10-22 Thread Ports-QAT
multimedia/miro: link against ffmpeg-2

- Link against ffmpeg-2
- Remove leading article from COMMENT
- Convert lib depends to new format

Approved by:portmgr (bapt, implicit)
-

  Build ID:  20131021175200-22872
  Job owner: w...@freebsd.org
  Buildtime: 18 hours
  Enddate:   Tue, 22 Oct 2013 12:08:17 GMT

  Revision:  r331165
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331165

-

Port:multimedia/miro 6.0_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~w...@freebsd.org/20131021175200-22872-210972/miro-6.0_1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~w...@freebsd.org/20131021175200-22872-210973/miro-6.0_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~w...@freebsd.org/20131021175200-22872-210974/miro-6.0_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~w...@freebsd.org/20131021175200-22872-210975/miro-6.0_1.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131021175200-22872
redports https://qat.redports.org/
___
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


[QAT] r331183: 2x leftovers, 2x depend (ignored: requires freebsd 9.0 or later in sysutils/pcbsd-utils)

2013-10-22 Thread Ports-QAT
 - Update to 1382384181
-

  Build ID:  20131021200600-16475
  Job owner: kmo...@freebsd.org
  Buildtime: 17 hours
  Enddate:   Tue, 22 Oct 2013 12:43:12 GMT

  Revision:  r331183
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331183

-

Port:sysutils/pcbsd-utils-qt4 1382384181

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   DEPEND (IGNORED: REQUIRES FREEBSD 9.0 OR LATER IN 
SYSUTILS/PCBSD-UTILS)

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   DEPEND (IGNORED: REQUIRES FREEBSD 9.0 OR LATER IN 
SYSUTILS/PCBSD-UTILS)

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~kmo...@freebsd.org/20131021200600-16475-211062/pcbsd-utils-qt4-1382384181.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~kmo...@freebsd.org/20131021200600-16475-211063/pcbsd-utils-qt4-1382384181.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131021200600-16475
redports https://qat.redports.org/
___
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


Re: Fwd: take a look at ports/182540 (vulnerabilities)

2013-10-22 Thread Steve Wills
Went ahead and committed, build tests are still running for me. If someone
could work on a VuXML entry, that would be great, I have to run for a while
right now.

Steve

On Tue, Oct 22, 2013 at 06:01:13AM -0500, Bryan Drewery wrote:
 
 PR is assigned to you.
 
  Original Message 
 Subject: take a look at ports/182540 (vulnerabilities)
 Date: Tue, 22 Oct 2013 04:38:39 +0900
 From: Koichiro IWAO m...@vmeta.jp
 To: po...@freebsd.org
 
 Hello,
 
 Would anyone please take a look at ports/182540?
 This update fixes buffer overruns and other vulnerabilities [1].
 
 [1] https://github.com/FreeRDP/xrdp/commits/v0.6
 
 Regards,
 
 -- 
 `whois vmeta.jp | nkf -w`
 meta m...@vmeta.jp
 ___
 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
 
 
 


___
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


xfce4-wmdock-plugin

2013-10-22 Thread Ajtim

OS: FreeBSD 10.0-BETA1 - AMD64

= xfce4-wmdock-plugin-0.6.0.tar.bz2 doesn't seem to exist in 
/usr/ports/distfiles//xfce4.
= Attempting to fetch 
http://www.ibh.de/~ellguth/develop/xfce4-wmdock-plugin-0.6.0.tar.bz2
fetch: http://www.ibh.de/~ellguth/develop/xfce4-wmdock-plugin-0.6.0.tar.bz2: 
size mismatch: expected 340325, actual 344743
= Attempting to fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2:
 File unavailable (e.g., file not found, no access)
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles//xfce4 and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/xfce4-wmdock-plugin

=== make failed for x11/xfce4-wmdock-plugin
=== Aborting update

=== Update for x11/xfce4-wmdock-plugin failed
=== Aborting update

Thank you.

Mitja
---
http://www.redbubble.com/people/lumiwa
___
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


conkeror broken after upgrade

2013-10-22 Thread Zoran Kolic
Upgraded to 9.2 release. Using pkg, I go up for
conkeror to 20090821_5. Dependency was libxul-24.0.
Error message is that libxul version was wrong, when
I tried to start the browser.
Packages have libxul 17.0.8 on the server. Should
I go after that version?
Amd64. I will provide with moredata if needed.
Best regards

 Zoran

___
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


telepathy-glib-0.18.2 update to 0.20.2 failing with new compile error

2013-10-22 Thread Sindrome
Trying to upgrade and running into this error.  Any ideas?



sed -e 's/gpointer self/TpProxy *self/'  proxy.h 
_gen/proxy-introspectable.h
/usr/local/bin/g-ir-scanner   --namespace=TelepathyGLib --nsversion=0.12
--libtool=/bin/sh /usr/ports/net-im/telepathy-glib/work/gnome-libtool
--pkg=gio-2.0 --pkg=dbus-glib-1 --include=GLib-2.0 --include=Gio-2.0
--pkg-export=telepathy-glib  --library=libtelepathy-glib.la
--identifier-prefix=Tp -I.. -I..
--c-include=telepathy-glib/telepathy-glib.h --warn-all   --cflags-begin
-D_TP_COMPILATION --cflags-end  proxy.c _gen/proxy-introspectable.h
account.c account.h account-channel-request.c account-channel-request.h
account-manager.c account-manager.h automatic-client-factory.c
automatic-client-factory.h automatic-proxy-factory.c
automatic-proxy-factory.h basic-proxy-factory.c basic-proxy-factory.h
client-channel-factory.c client-channel-factory.h connection.c connection.h
connection-contact-list.c connection-contact-list.h connection-handles.c
connection-contact-info.c connection-avatars.c protocol.c protocol.h
connection-manager.c connection-manager.h channel.c channel.h
channel-group.c channel-contacts.c handle.c handle.h
handle-channels-context.c handle-channels-context.h dbus-daemon.c
dbus-daemon.h interfaces.c intset.c intset.h dbus.c dbus.h capabilities.c
capabilities.h contact.c contact.h contact-operations.c contact-operations.h
contact-search.c contact-search.h contact-search-result.c
contact-search-result.h defs.h debug.c debug.h base-client.c base-client.h
simple-approver.c simple-approver.h simple-client-factory.c
simple-client-factory.h simple-handler.c simple-handler.h simple-observer.c
simple-observer.h dbus-properties-mixin.c dbus-properties-mixin.h
contacts-mixin.c contacts-mixin.h group-mixin.c group-mixin.h
presence-mixin.c presence-mixin.h channel-dispatch-operation.c
channel-dispatch-operation.h channel-request.c channel-request.h
observe-channels-context.c observe-channels-context.h
add-dispatch-operation-context.c add-dispatch-operation-context.h
base-connection.c base-connection.h handle-repo.c handle-repo.h handle-set.c
stream-tube-channel.c stream-tube-channel.h dbus-tube-channel.c
dbus-tube-channel.h stream-tube-connection.c stream-tube-connection.h
text-channel.c text-channel.h file-transfer-channel.c
file-transfer-channel.h call-channel.c call-channel.h call-content.c
call-content.h call-stream.c call-stream.h client-message.c client-message.h
message.c message.h signalled-message.c signalled-message.h
channel-dispatcher.c channel-dispatcher.h debug-client.c debug-client.h
debug-message.c debug-message.h tls-certificate.c tls-certificate.h
tls-certificate-rejection.c tls-certificate-rejection.h errors.c errors.h
room-list.c room-list.h room-info.c room-info.h account-request.c
account-request.h util.c util.h _gen/telepathy-enums.h
_gen/telepathy-enums-gtk-doc.h _gen/telepathy-interfaces.h
libtelepathy-glib.la --output TelepathyGLib-0.12.gir
g-ir-scanner: compile: cc -std=gnu99 -Wno-deprecated-declarations -pthread
-I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include
-I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe
-fno-strict-aliasing -I.. -I.. -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include -I/usr/local/include/gio-unix-2.0/
-I/usr/local/include/glib-2.0 -I/usr/local/include -c -o
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/TelepathyGLib-0.12.o
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/TelepathyGLib-0.12.c
g-ir-scanner: link: /bin/sh
/usr/ports/net-im/telepathy-glib/work/gnome-libtool --mode=link --tag=CC cc
-std=gnu99 -o
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/TelepathyGLib-0.12 -export-dynamic -O2 -pipe
-fno-strict-aliasing -Wl,-O1
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/TelepathyGLib-0.12.o -L. libtelepathy-glib.la
-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -ldbus-glib-1 -ldbus-1
-lgobject-2.0 -L/usr/local/lib -lglib-2.0 -lintl
gnome-libtool: link: cc -std=gnu99 -o
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/.libs/TelepathyGLib-0.12 -O2 -pipe -fno-strict-aliasing
-Wl,-O1
/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.20.2/telepathy-glib/t
mp-introspectXeUlvl/TelepathyGLib-0.12.o -Wl,--export-dynamic -pthread
-Wl,--export-dynamic  -L. ./.libs/libtelepathy-glib.so -L/usr/local/lib
/usr/local/lib/libdbus-glib-1.so /usr/local/lib/libgio-2.0.so
/usr/local/lib/libgmodule-2.0.so -lz /usr/local/lib/libgthread-2.0.so
/usr/local/lib/libdbus-1.so /usr/local/lib/libgobject-2.0.so
/usr/local/lib/libffi.so /usr/local/lib/libglib-2.0.so
/usr/local/lib/libpcre.so /usr/local/lib/libintl.so
/usr/local/lib/libiconv.so -pthread -Wl,-rpath -Wl,/usr/local/lib
/usr/local/bin/g-ir-compiler  --includedir=. TelepathyGLib-0.12.gir 

Re: xfce4-wmdock-plugin

2013-10-22 Thread Olivier Duchateau
2013/10/22 Ajtim lum...@gmail.com:

 OS: FreeBSD 10.0-BETA1 - AMD64

 = xfce4-wmdock-plugin-0.6.0.tar.bz2 doesn't seem to exist in 
 /usr/ports/distfiles//xfce4.
 = Attempting to fetch 
 http://www.ibh.de/~ellguth/develop/xfce4-wmdock-plugin-0.6.0.tar.bz2
 fetch: http://www.ibh.de/~ellguth/develop/xfce4-wmdock-plugin-0.6.0.tar.bz2: 
 size mismatch: expected 340325, actual 344743
 = Attempting to fetch 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2
 fetch: 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xfce4/xfce4-wmdock-plugin-0.6.0.tar.bz2:
  File unavailable (e.g., file not found, no access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles//xfce4 and try again.
 *** Error code 1

 Stop.
 make: stopped in /usr/ports/x11/xfce4-wmdock-plugin

 === make failed for x11/xfce4-wmdock-plugin
 === Aborting update

 === Update for x11/xfce4-wmdock-plugin failed
 === Aborting update

 Thank you.

Update your ports tree, fix has been committed.


 Mitja
 ---
 http://www.redbubble.com/people/lumiwa
 ___
 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



-- 
olivier
___
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


Error when looking for port updates

2013-10-22 Thread Leslie Jensen


I have a script that does the following via cron


portsnap -I cron update
 /usr/local/sbin/portmaster -y --clean-distfiles
 /usr/local/sbin/portmaster -aF
 pkg version -vIL=




Today the result was very different from what I'm used to.

Is it my script that need to be fixed or are there some problems with ports?

/Leslie


=== Gathering distinfo list for installed ports

grep: /usr/ports/MOVED: No such file or directory
grep: /usr/ports/MOVED: No such file or directory
grep: /usr/ports/MOVED: No such file or directory
grep: /usr/ports/MOVED: No such file or directory
grep: /usr/ports/MOVED: No such file or directory
grep: /usr/ports/MOVED: No such file or directory
Makefile, line 8: Could not find 
/usr/ports/graphics/opencv-core/../opencv/Makefile

make: fatal errors encountered -- cannot continue

=== No DISTINFO_FILE in /usr/ports/graphics/opencv-core
=== Aborting update

=== Killing background jobs
Terminated


=== Exiting
]0;portmaster: All=== Starting check of installed ports for 
available updates
/usr/ports/Mk/bsd.port.mk, line 1454: Could not find 
/usr/ports/Mk/bsd.qt.mk
/usr/ports/Mk/bsd.port.mk, line 1976: Could not find 
/usr/ports/Mk/bsd.qt.mk

make: fatal errors encountered -- cannot continue

=== Is /usr/ports/devel/qmake4/Makefile missing?
=== Aborting update

=== Killing background jobs
Terminated


___
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


Re: iconv in base breaks multiple ports

2013-10-22 Thread Tijl Coosemans
On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Spörlein wrote:
 On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote:
 * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]:
 ever since that iconv thing replaced the ports version, I run into
 trouble with several ports that I have installed on a -CURRENT (now
 stable/10 system).
 
 These are not compile-time errors, but crashes or limited functionality
 where I blame iconv :)
 
 1. www/newsbeuter crashes during startup, somewhere in the stfl code
 that deals with wide char functions.
 
 Is my system hexed? I've rebuilt the ports/packages a dozen times now.
 Am I seeing ghosts?
 
 I don't run Current, but according to the pkg-fallout mails i am
 receiving, newsbeuter shouldn't even compile on CURRENT. Maybe there are
 some stale files on your system?
 
 There is also an update in the PR system, you might want to try,
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182896
 
 Right, I had to set USE_GCC=any and muck with -liconv flags of course to
 get it to build.

Hmm, does this mean you still have libiconv installed?  Because then
your crashes may be because some libraries use libc iconv and others
libiconv iconv.
___
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


Re: iconv in base breaks multiple ports

2013-10-22 Thread Ulrich Spörlein
2013/10/22 Tijl Coosemans t...@coosemans.org:
 On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Spörlein wrote:
 On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote:
 * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]:
 ever since that iconv thing replaced the ports version, I run into
 trouble with several ports that I have installed on a -CURRENT (now
 stable/10 system).

 These are not compile-time errors, but crashes or limited functionality
 where I blame iconv :)

 1. www/newsbeuter crashes during startup, somewhere in the stfl code
 that deals with wide char functions.

 Is my system hexed? I've rebuilt the ports/packages a dozen times now.
 Am I seeing ghosts?

 I don't run Current, but according to the pkg-fallout mails i am
 receiving, newsbeuter shouldn't even compile on CURRENT. Maybe there are
 some stale files on your system?

 There is also an update in the PR system, you might want to try,
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182896

 Right, I had to set USE_GCC=any and muck with -liconv flags of course to
 get it to build.

 Hmm, does this mean you still have libiconv installed?  Because then
 your crashes may be because some libraries use libc iconv and others
 libiconv iconv.

No no, the port just blindly links against libiconv and I had to patch
that, obviously. My system is clean of any libiconv-from-ports.

But as a next step, I shall now build base w/o iconv and bring back
libiconv from ports to see if that fixes my issues.

ttyl
Uli
___
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

Re: Port for latest skype skype-4.2.0.11

2013-10-22 Thread Carlos Jacobo Puga Medina
I think you should take a look to Leidinger's weblog [1]

Regards,

--CJPM

[1] http://www.leidinger.net/blog/category/freebsd/linuxolator/
___
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


[QAT] r331289: 4x leftovers

2013-10-22 Thread Ports-QAT
- Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake desktop-file-utils shared-mime-info.
- Options helpers.
-

  Build ID:  20131022160801-46647
  Job owner: t...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Tue, 22 Oct 2013 18:46:22 GMT

  Revision:  r331289
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331289

-

Port:comms/tilp2 1.17_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20131022160801-46647-211456/tilp2-1.17_1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20131022160801-46647-211457/tilp2-1.17_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20131022160801-46647-211458/tilp2-1.17_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20131022160801-46647-211459/tilp2-1.17_1.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131022160801-46647
redports https://qat.redports.org/
___
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


[QAT] r331299: 4x leftovers

2013-10-22 Thread Ports-QAT
Fix checksum

Reported by:Ajtim
-

  Build ID:  20131022165000-60006
  Job owner: olivi...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Tue, 22 Oct 2013 19:38:33 GMT

  Revision:  r331299
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331299

-

Port:x11/xfce4-wmdock-plugin 0.6.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131022165000-60006-211500/xfce4-wmdock-plugin-0.6.0.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131022165000-60006-211501/xfce4-wmdock-plugin-0.6.0.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131022165000-60006-211502/xfce4-wmdock-plugin-0.6.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20131022165000-60006-211503/xfce4-wmdock-plugin-0.6.0.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131022165000-60006
redports https://qat.redports.org/
___
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


[QAT] r331288: 4x leftovers, 8x success

2013-10-22 Thread Ports-QAT
Be less silent when installing things.
-

  Build ID:  20131022160801-17724
  Job owner: m...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Tue, 22 Oct 2013 19:59:26 GMT

  Revision:  r331288
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331288

-

Port:databases/p5-Bucardo 4.5.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211444/p5-Bucardo-4.5.0.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211445/p5-Bucardo-4.5.0.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211446/p5-Bucardo-4.5.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211447/p5-Bucardo-4.5.0.log

-

Port:deskutils/mirall 1.4.1_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211448/mirall-1.4.1_1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211449/mirall-1.4.1_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211450/mirall-1.4.1_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211451/mirall-1.4.1_1.log

-

Port:mail/bulk_mailer 1.13

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211452/bulk_mailer-1.13.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211453/bulk_mailer-1.13.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211454/bulk_mailer-1.13.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20131022160801-17724-211455/bulk_mailer-1.13.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131022160801-17724
redports https://qat.redports.org/
___
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


Re: iconv in base breaks multiple ports

2013-10-22 Thread Ulrich Spörlein
2013/10/22 Ulrich Spörlein u...@freebsd.org:
 2013/10/22 Tijl Coosemans t...@coosemans.org:
 On Mon, 21 Oct 2013 22:34:45 +0200 Ulrich Spörlein wrote:
 On Mon, 2013-10-21 at 13:18:55 +0200, Tilman Keskinöz wrote:
 * Ulrich Spörlein [Sun, 20 Oct 2013 20:27:23 +0200]:
 ever since that iconv thing replaced the ports version, I run into
 trouble with several ports that I have installed on a -CURRENT (now
 stable/10 system).

 These are not compile-time errors, but crashes or limited functionality
 where I blame iconv :)

 1. www/newsbeuter crashes during startup, somewhere in the stfl code
 that deals with wide char functions.

 Is my system hexed? I've rebuilt the ports/packages a dozen times now.
 Am I seeing ghosts?

 I don't run Current, but according to the pkg-fallout mails i am
 receiving, newsbeuter shouldn't even compile on CURRENT. Maybe there are
 some stale files on your system?

 There is also an update in the PR system, you might want to try,
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182896

 Right, I had to set USE_GCC=any and muck with -liconv flags of course to
 get it to build.

 Hmm, does this mean you still have libiconv installed?  Because then
 your crashes may be because some libraries use libc iconv and others
 libiconv iconv.

 No no, the port just blindly links against libiconv and I had to patch
 that, obviously. My system is clean of any libiconv-from-ports.

 But as a next step, I shall now build base w/o iconv and bring back
 libiconv from ports to see if that fixes my issues.


... and the verdict is in. Building src w/o iconv, then re-installing
converters/libiconv and rebuilding the ports fixes at least
newsbeuter, I'll now let multimedia/xbmc (and requirements) rebuild
over night and then prepare a patch to allow -CURRENT + libiconv for
those people that like a working system.

I'm also looping re@ in, as they might want to hear about showstoppers
for the 10.0 release.

Cheers,
Uli
___
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

[QAT] r331317: 4x leftovers

2013-10-22 Thread Ports-QAT
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR

Approved by:pawel / wg (mentors, implicit)
-

  Build ID:  20131022204001-28656
  Job owner: nemy...@freebsd.org
  Buildtime: 73 minutes
  Enddate:   Tue, 22 Oct 2013 21:52:49 GMT

  Revision:  r331317
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331317

-

Port:games/abuse_sdl 0.8_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~nemy...@freebsd.org/20131022204001-28656-211564/abuse_sdl-0.8_3.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~nemy...@freebsd.org/20131022204001-28656-211565/abuse_sdl-0.8_3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~nemy...@freebsd.org/20131022204001-28656-211566/abuse_sdl-0.8_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~nemy...@freebsd.org/20131022204001-28656-211567/abuse_sdl-0.8_3.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131022204001-28656
redports https://qat.redports.org/
___
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


Error building editors/openoffice-4/openoffice-3/openoffice-devel/libreoffice

2013-10-22 Thread Bernt Hansson

When trying to build openoffice-4/openoffice-devel

build stops at:

checking for GNU make... gmake
checking the GNU make version... gmake 3.82
3+:
checking for dmake... checking for dmake... /usr/local/bin/dmake
using system dmake
checking whether the found dmake is the right dmake... yes
checking the dmake version... OK, = 4.11
checking for GNU or compatible BSD tar... gtar
checking for --hash-style=both linker support ... found
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... configure: error:
The missing Perl modules are:  LWP::UserAgent
Install them as superuser/administrator with cpan -i  LWP::UserAgent
===  Script configure failed unexpectedly.
Please report the problem to off...@freebsd.org [maintainer] and attach the
/usbdisk/ports/editors/openoffice-4/work/aoo-4.0.1/main/config.log 
including
the output of the failure of your make command. Also, it might be a good 
idea

to provide an overview of all packages installed on your system (e.g. a
/usr/sbin/pkg_info -Ea).
*** [do-configure] Error code 1

Stop in /usbdisk/ports/editors/openoffice-4.
*** [build] Error code 1

Stop in /usbdisk/ports/editors/openoffice-4.


root@kw:/usr/ports/editors/openoffice-4 # cpan -i  LWP::UserAgent
CPAN: Storable loaded ok (v2.27)
Going to read '/root/.cpan/Metadata'
  Database was generated on Tue, 22 Oct 2013 17:29:02 GMT
CPAN: Module::CoreList loaded ok (v2.49_07)
LWP::UserAgent is up to date (6.05).

Same error with openoffice-devel.
___
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


Re: [math/scilab] configuration failure by error in version check of hdf5

2013-10-22 Thread Don Lewis
On  9 Oct, Mamoru Iwaki wrote:
 Hi,
 
 Re: math/scilab (Revision 327746)
 
 I have failed to configure this port in compilation stage these days.
 It is caused by an error in version check code for hdf5.  Because the
 code writen in Java uses String.compareTo() for numeric comparision,
 1.8.10 is not recognized as a newer one than 1.8.4.
 Could somebody correct this easy bug?

Scilab 5.4.1 is out now, so the port should probably be updated.  This
version of scilab removed the version check for hdf5.

This is the patch that I'm using with the current port.  Just drop it in
the files directory, run make clean, and then rebuild.

--- configure.orig  2013-10-09 00:04:19.0 -0700
+++ configure   2013-10-09 10:41:39.0 -0700
@@ -12226,14 +12226,15 @@
 
 public class conftest {
 public static void main(String[] argv) {
-String minVersion=1.8.4;
+int minVersion=10804;
 int[] vers = new int[3];
 try { H5.H5get_libversion(vers); }
 catch (Throwable ex) {System.exit(-1);}
 String ver = vers[0] + .+ vers[1] +.+vers[2];
+int Version = 1*vers[0] + 100*vers[1] + vers[2];
 
 System.out.println(ver);
-  if (minVersion.compareTo(ver)  0) {
+  if (minVersion  Version) {
System.exit(-1);
 }
 

___
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


Staging and INFO (was: [QAT] r331172: 3x leftovers, 1x install_error)

2013-10-22 Thread Gerald Pfeifer
On Tue, 22 Oct 2013, Ports-QAT wrote:
 STAGEify.
 -
 
   Build ID:  20131021182801-5361
   Job owner: ger...@freebsd.org
   Buildtime: 13 hours
   Enddate:   Tue, 22 Oct 2013 07:23:12 GMT
 
   Revision:  r331172
   Repository:
 https://svnweb.freebsd.org/ports?view=revisionrevision=331172
 
 -
 
 Port:lang/gcc49 4.9.0.20131020
 
   Buildgroup: 8.4-QAT/amd64
   Buildstatus:   LEFTOVERS
   Log: 
 https://qat.redports.org//~ger...@freebsd.org/20131021182801-5361-211000/gcc-4.9.0.20131020.log

This is an extra directory usr/local/info/gcc49 left.

Looks like a bug in the staging code to me that should also affect
a number of other ports, not the lang/gcc49 port.

I tried the patch below, alas that didn't do the trick.  Perhaps it 
inspires someone, though?

Gerald


Index: bsd.stage.mk
===
--- bsd.stage.mk(revision 331331)
+++ bsd.stage.mk(working copy)
@@ -70,6 +70,7 @@
 ${TMPPLIST}
 .else
@${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e 
s:${STAGEDIR}${PREFIX}/:@info\ :g  ${TMPPLIST}
+   @${ECHO_CMD} @dirrmtry %D/${INFO_PATH}  ${TMPPLIST}
 .endif
 .endfor
 .endif
___
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


Re: FreeBSD Port: py27-httplib2-0.8

2013-10-22 Thread Kubilay Kocak
On 21/10/2013 12:07 PM, Douglas Thrift wrote:
 Hello,
 
 This seems to be affecting the httplib2 package on FreeBSD as well:
 
 https://code.google.com/p/httplib2/issues/detail?id=251
 

Hi Douglas,

Can you submit a PR for www/py-httplib2 so it can be tracked and resolved

Thanks for the report :)

Koobs
___
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


Re: [math/scilab] configuration failure by error in version check of hdf5

2013-10-22 Thread Mamoru Iwaki

Thank you for your investigation.
The patch you proposed solved the problem, at least for me.
Now, the patch should be included until newer version appears in the 
port, I think.


Cheers

(2013/10/23 8:19), Don Lewis wrote:

On  9 Oct, Mamoru Iwaki wrote:

Hi,

Re: math/scilab (Revision 327746)

I have failed to configure this port in compilation stage these days.
It is caused by an error in version check code for hdf5.  Because the
code writen in Java uses String.compareTo() for numeric comparision,
1.8.10 is not recognized as a newer one than 1.8.4.
Could somebody correct this easy bug?


Scilab 5.4.1 is out now, so the port should probably be updated.  This
version of scilab removed the version check for hdf5.

This is the patch that I'm using with the current port.  Just drop it in
the files directory, run make clean, and then rebuild.

--- configure.orig  2013-10-09 00:04:19.0 -0700
+++ configure   2013-10-09 10:41:39.0 -0700
@@ -12226,14 +12226,15 @@

  public class conftest {
  public static void main(String[] argv) {
-String minVersion=1.8.4;
+int minVersion=10804;
  int[] vers = new int[3];
  try { H5.H5get_libversion(vers); }
  catch (Throwable ex) {System.exit(-1);}
  String ver = vers[0] + .+ vers[1] +.+vers[2];
+int Version = 1*vers[0] + 100*vers[1] + vers[2];

  System.out.println(ver);
-  if (minVersion.compareTo(ver)  0) {
+  if (minVersion  Version) {
 System.exit(-1);
  }




--
-
Mamoru Iwaki
Japan
___
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