Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2014-05-27 Thread Boris Samorodov
The following reply was made to PR ports/181212; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: bug-follo...@freebsd.org, b...@freebsd.org
Cc:  
Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency
Date: Tue, 27 May 2014 11:26:42 +0400

 Seems to be solved. Thanks.
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181210: [patch] textproc/rasqal: add ftp/curl dependency

2014-05-27 Thread Boris Samorodov
The following reply was made to PR ports/181210; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: bug-follo...@freebsd.org, b...@freebsd.org
Cc:  
Subject: Re: ports/181210: [patch] textproc/rasqal: add ftp/curl dependency
Date: Tue, 27 May 2014 11:24:15 +0400

 Seems to be solved. Thanks.
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread Boris Samorodov
08.09.2013 10:14, O. Hartmann пишет:

 I can assure that I didn't switch anything to build the ports but
 rebuilding world and then restarting building. Something must have
 changed since then in the logic of how libc++ slipped in instead of
 of libstdc++.
 
 What I did was a make delete-old-files, which deleted several GNU gcc
 stuff on all CURRENT boxes. I did not see that any lib got killed after
 I tried make delete-old-libs. And I did not check whether libstdc++
 is still being built.

Yes, recently gcc was switched off by default at CURRENT, so libc++
is used both for the system and ports.

 There are many other occasions where now c++ errors occur and I guess
 those ports need to be reported in one by one via PR?

Guess so. Preferrable with a patch. ;-)

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [patch] x11-toolkits/qt4-gui: configure error: Cups support cannot be enabled due to functionality tests!

2013-08-31 Thread Boris Samorodov
Hi All,

I've examined the following error (486 ports affected):
http://pb2.nyi.freebsd.org/bulk/nogcc-default/2013-08-30_22h26m46s/logs/errors/qt4-gui-4.8.4.log

... and it appeared to be a result of latest iconv changes at FreeBSD.

While configuring some tests to detect cups are run. Here is the cmake
project file which fails (WRKSRC/config.tests/unix/cups/cups.pro):
-
SOURCES = cups.cpp
CONFIG -= qt dylib
mac:CONFIG -= app_bundle
LIBS += -lcups
-

Changing the last line to LIBS += -lcups -liconv makes the test
proceed. And the whole build succeeds.

Since almost 500 ports depends upon this one I think that the patch
should be committed ASAP (maintainer CCed). Please keep in mind,
that only a _test_ case is changed, the whole build/install process
is untouched.

On a side note: this error appears only at poudriere's builds,
tinderbox does not catch it (redports tested at 10-amd64 built
today).

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-24 Thread Boris Samorodov
The following reply was made to PR ports/181212; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: Tijl Coosemans t...@coosemans.org
Cc: bug-follo...@freebsd.org, b...@freebsd.org, 
 Raphael Kubo da Costa rak...@freebsd.org
Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency
Date: Sat, 24 Aug 2013 12:27:23 +0400

 23.08.2013 23:01, Tijl Coosemans пишет:
 
  Using Requires.private does seem to fix librdf.so though.
  Executables like rdfproc still link with libcurl, but fixing the
  library is at least an improvement.
 
 The fix at raptor2.pc seems to has effect.
 
  To fix the executables you can add something like this to the redland
  Makefile:
  
  post-configure:
   @${REINPLACE_CMD} -e '/^link_all_deplibs=/s/=.*/=no/' \
   ${WRKSRC}/libtool
 
 But generated executables still have all dependencies. Seems that
 you patch the libtool file at the port directory but the port
 itself use libtool from LOCALBASE.
 
  But I wonder if this should perhaps be turned into a new USES such that
  other ports can use it as well.
 
 I think that it is not as simple as one sed command. :-(
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-24 Thread Boris Samorodov
The following reply was made to PR ports/181212; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: Tijl Coosemans t...@coosemans.org
Cc: bug-follo...@freebsd.org, b...@freebsd.org, 
 Raphael Kubo da Costa rak...@freebsd.org
Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency
Date: Sat, 24 Aug 2013 16:55:37 +0400

 24.08.2013 15:10, Tijl Coosemans пишет:
 
  Hmm, it does work over here
 
 Hm, pointyhat to me! It works here too.
 
 Sorry, I had patched and rebuilt right ports (textproc/redland
 and textproc/raptor2) but had tested binaries from textproc/rasqal!
 (It was one more port at my experiments and is a good candidate to
 be fixed too).
 
 Thanks!
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-24 Thread Boris Samorodov
The following reply was made to PR ports/181212; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: Tijl Coosemans t...@coosemans.org
Cc: bug-follo...@freebsd.org, b...@freebsd.org, 
 Raphael Kubo da Costa rak...@freebsd.org
Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency
Date: Fri, 23 Aug 2013 14:52:16 +0400

 23.08.2013 13:23, Tijl Coosemans пишет:
  
  I think the bug is in the raptor2.pc pkgconfig file. Where it says
 
 OK, are you saying that current situation is not tolerable and
 we should change something?
 
  Requires: libcurl = 7.12.0, libxml-2.0 = 2.6.8
  
  that should be Requires.private as recommended for instance by
  http://people.freedesktop.org/~dbn/pkg-config-guide.html
 
 After some reading I tend to agree with you.
 
 However the fix won't change anything at FreeBSD case,
 since the libtool is used to compile raptor2 and redland.
 And it is libtool which is linking with all recursive
 dependencies at FreeBSD.
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-23 Thread Boris Samorodov
The following reply was made to PR ports/181212; it has been noted by GNATS.

From: Boris Samorodov b...@passap.ru
To: Raphael Kubo da Costa rak...@freebsd.org
Cc: b...@freebsd.org, bug-follo...@freebsd.org
Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency
Date: Thu, 22 Aug 2013 15:04:15 +0400

 22.08.2013 14:41, Raphael Kubo da Costa ïèøåò:
  (This also applies to ports/181210)
  
  Does `objdump -p /usr/local/lib/librdf.so.0` list a direct dependency
  on libcurl.so? I would expect that librdf.so would depend only on
  libraptor2.so, and libraptor2.so depends on libcurl.so.
 
 You are right:
 -
 % objdump -p /usr/local/lib/librdf.so.0 | grep NEEDED
   NEEDED  librasqal.so.3
   NEEDED  libraptor2.so.0
   NEEDED  libdb-4.2.so.2
   NEEDED  libc.so.7
 -
 
 However a binary has an ftp/curl (indirect?) dependency:
 -
 % objdump -p /usr/local/bin/rdfproc | grep NEEDED
   NEEDED  librdf.so.0
   NEEDED  librasqal.so.3
   NEEDED  libraptor2.so.0
   NEEDED  libcurl.so.6
   NEEDED  libssl.so.7
   NEEDED  libcrypto.so.7
   NEEDED  libicuuc.so.50
   NEEDED  libxslt.so.2
   NEEDED  libxml2.so.5
   NEEDED  libz.so.6
   NEEDED  libiconv.so.3
   NEEDED  libm.so.5
   NEEDED  libyajl.so.2
   NEEDED  libdb-4.2.so.2
   NEEDED  libc.so.7
 -
 
 But ldd shows:
 -
 % ldd /usr/local/lib/librdf.so.0 | grep curl
 libcurl.so.7 = /usr/local/lib/libcurl.so.7 (0x802004000)
 -
 
 And this leads to:  [*]
 -
 % ldd /usr/local/bin/rdfproc | grep curl
 libcurl.so.6 = /usr/local/lib/compat/pkg/libcurl.so.6 (0x800f2c000)
 libcurl.so.7 = /usr/local/lib/libcurl.so.7 (0x8030a1000)
 -
 
  In this case, there'd be no need to update redland if curl is updated.
 
 I always thought that this [*] is not tolerable, but I may be wrong.
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/131376: [patch] graphics/exiv2: update to version 0.18

2009-02-05 Thread Boris Samorodov
Hi!


If multimedia@ and kde@ teams don't object I'll commit this PR.
What do you think? Thanks!


Boris Samorodov b...@ipt.ru writes:

 The following reply was made to PR ports/131376; it has been noted by GNATS.

 From: Boris Samorodov b...@ipt.ru
 To: bug-follo...@freebsd.org, b...@freebsd.org
 Cc:  
 Subject: Re: ports/131376: [patch] graphics/exiv2: update to version 0.18
 Date: Thu, 05 Feb 2009 18:55:13 +0300

  --=-=-=
  
  Summarized commit log:
  . update graphics/exiv2 to the version 0.18;
  . bump ports which depends upon libexiv2.so (the library was bumpted
from *.so.3 to *.so.7);
  . add a patch for graphics/gwenview to compile with new libexiv2 (the
patch taken from http://bugs.gentoo.org/attachment.cgi?id=177859);
  . mark current graphics/py-exiv2 as broken since it doesn't compile
with new libexiv2; this should change with graphics/py-exiv2-0.2;
anyway the impact is not big -- nothing depends upon this port;
  . the version of graphics/geeqie was changed 1.0alpha1 - 1.0alpha3,
the former does not compile with the new libexiv2.
  
  --=-=-=
  Content-Type: text/x-patch
  Content-Disposition: attachment; filename=ports.diff
  Content-Description: patches for graphics/exiv2-0.18 and dependencies
  
  Index: astro/gpscorrelate/Makefile
  ===
  RCS file: /home/pcvs/ports/astro/gpscorrelate/Makefile,v
  retrieving revision 1.2
  diff -u -r1.2 Makefile
  --- astro/gpscorrelate/Makefile  6 Jun 2008 13:02:56 -   1.2
  +++ astro/gpscorrelate/Makefile  5 Feb 2009 15:46:28 -
  @@ -6,7 +6,7 @@
   
   PORTNAME=   gpscorrelate
   PORTVERSION=1.5.6
  -PORTREVISION=   1
  +PORTREVISION=   2
   CATEGORIES= astro geography
   MASTER_SITES=   http://freefoote.dview.net/linux/
   
  Index: astro/merkaartor/Makefile
  ===
  RCS file: /home/pcvs/ports/astro/merkaartor/Makefile,v
  retrieving revision 1.2
  diff -u -r1.2 Makefile
  --- astro/merkaartor/Makefile28 Jan 2009 02:35:52 -  1.2
  +++ astro/merkaartor/Makefile5 Feb 2009 15:46:28 -
  @@ -7,7 +7,7 @@
   
   PORTNAME=   merkaartor
   PORTVERSION=0.12
  -PORTREVISION=   1
  +PORTREVISION=   2
   CATEGORIES= astro
   MASTER_SITES=   http://www.merkaartor.org/downloads/source/
   
  Index: deskutils/strigi/Makefile
  ===
  RCS file: /home/pcvs/ports/deskutils/strigi/Makefile,v
  retrieving revision 1.2
  diff -u -r1.2 Makefile
  --- deskutils/strigi/Makefile13 Jan 2009 23:16:22 -  1.2
  +++ deskutils/strigi/Makefile5 Feb 2009 15:46:28 -
  @@ -6,7 +6,7 @@
   
   PORTNAME=   strigi
   PORTVERSION=0.5.11
  -PORTREVISION=   1
  +PORTREVISION=   2
   CATEGORIES= deskutils
   MASTER_SITES=   http://www.vandenoever.info/software/strigi/
   
  Index: graphics/digikam/Makefile
  ===
  RCS file: /home/pcvs/ports/graphics/digikam/Makefile,v
  retrieving revision 1.46
  diff -u -r1.46 Makefile
  --- graphics/digikam/Makefile17 Dec 2008 07:35:12 -  1.46
  +++ graphics/digikam/Makefile5 Feb 2009 15:46:28 -
  @@ -7,7 +7,7 @@
   
   PORTNAME=   digikam
   DISTVERSION=0.9.4
  -PORTREVISION=   3
  +PORTREVISION=   4
   CATEGORIES= graphics kde
   MASTER_SITES=   SFE
   
  Index: graphics/exiv2/Makefile
  ===
  RCS file: /home/pcvs/ports/graphics/exiv2/Makefile,v
  retrieving revision 1.25
  diff -u -r1.25 Makefile
  --- graphics/exiv2/Makefile  25 Jul 2008 14:34:25 -  1.25
  +++ graphics/exiv2/Makefile  5 Feb 2009 15:46:28 -
  @@ -6,8 +6,7 @@
   #
   
   PORTNAME=   exiv2
  -PORTVERSION=0.16
  -PORTREVISION=   1
  +PORTVERSION=0.18
   PORTEPOCH=  1
   CATEGORIES= graphics
   MASTER_SITES=   http://www.exiv2.org/
  Index: graphics/exiv2/distinfo
  ===
  RCS file: /home/pcvs/ports/graphics/exiv2/distinfo,v
  retrieving revision 1.15
  diff -u -r1.15 distinfo
  --- graphics/exiv2/distinfo  7 Mar 2008 19:35:58 -   1.15
  +++ graphics/exiv2/distinfo  5 Feb 2009 15:46:28 -
  @@ -1,3 +1,3 @@
  -MD5 (exiv2-0.16.tar.gz) = a6e72343885d990c593bd013c6c988f1
  -SHA256 (exiv2-0.16.tar.gz) = 
 d407bd0f9b06d68940ae1a73b226ca234cd9a19ea65eab108746b69ac7ce0afb
  -SIZE (exiv2-0.16.tar.gz) = 1591822
  +MD5 (exiv2-0.18.tar.gz) = 03044792525ae0a1b109df5a53b858fb
  +SHA256 (exiv2-0.18.tar.gz) = 
 e567918c747043588a58b8f6de49727443f275291119edd84b1c62cc685be4cd
  +SIZE (exiv2-0.18.tar.gz) = 2299215
  Index: graphics/exiv2/pkg-plist
  ===
  RCS file: /home/pcvs/ports/graphics/exiv2/pkg-plist,v
  retrieving revision