Re: cvs commit: ports/x11/xcb-util Makefile distinfo pkg-plist ports/x11/xcb-util/files patch-icccm-icccm.c

2011-12-29 Thread Renato Botelho do Couto
On Thu, Dec 29, 2011 at 01:39:36PM +0100, Pav Lucistnik wrote:
 On 2011/12/29 13:35, Renato Botelho do Couto wrote:
 
 I double checked all the ports that depends of xcb-util, and here is the
 first patch with all necessary changes.
 
 I'll wait after 9.0 is released before commit it, so, please review.
 
 This looks like it will need an exp-run on pointyhat.

It would be nice, could you provide it or i need to send it to another
place?

-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

You are here:   
***
***
 *
  ***
   *
***
 *

 But you're not all there.


pgp8pNVVQcNpm.pgp
Description: PGP signature


Re: cvs commit: ports/x11/xcb-util Makefile distinfo pkg-plist ports/x11/xcb-util/files patch-icccm-icccm.c

2011-12-29 Thread Renato Botelho do Couto
On Fri, Dec 16, 2011 at 04:46:04PM +0400, Roman Bogorodskiy wrote:
   Renato Botelho do Couto wrote:
 
  On Thu, Dec 15, 2011 at 06:31:07PM -0800, Doug Barton wrote:
   I can now confirm that at least xfce4-desktop is unable to be recompiled
   due to this change. Unless I'm really missing something dramatic it
   seems to me that this update should be backed out for now.
  
  I was investigating it because new awesome version requires 0.3.8. This
  new version was splitted into few pieces, so, we'll need more ports and
  change dependencies accordingly.
  
  The new ports would be:
  
  xcb-util
  xcb-util-image
  xcb-util-keysyms
  xcb-util-renderutil
  xcb-util-wm
  
  According my first search, there are few packages that requires
  xcb-util, it won't be so hard to track all of them.
  
  murphys# find ./ -mindepth 3 -maxdepth 3 -iname Makefile | xargs fgrep -l 
  xcb-util
  ./graphics/cairo/Makefile
  ./graphics/pornview/Makefile
  ./x11/startup-notification/Makefile
  ./x11/xcb-util/Makefile
  ./x11-wm/awesome/Makefile
  ./x11-wm/i3/Makefile
  ./x11-wm/mcwm/Makefile
  
  I'm start working on this.
 
 Yes, that sounds like a right thing to do.

Hello guys,

I double checked all the ports that depends of xcb-util, and here is the
first patch with all necessary changes.

I'll wait after 9.0 is released before commit it, so, please review.

Nikos, would you like to maintain the new ports i'm adding (xcb-util-*)?
I believe it makes more sense to one person maintain all those ports.

Regards
-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

Life, loathe it or ignore it, you can't like it.
-- Marvin, Hitchhiker's Guide to the Galaxy
Index: graphics/cairo/Makefile
===
RCS file: /home/pcvs/ports/graphics/cairo/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- graphics/cairo/Makefile 23 Sep 2011 22:23:04 -  1.55
+++ graphics/cairo/Makefile 29 Dec 2011 12:26:15 -
@@ -8,7 +8,7 @@
 
 PORTNAME=  cairo
 PORTVERSION=   1.10.2
-PORTREVISION=  2
+PORTREVISION=  3
 PORTEPOCH?=1
 CATEGORIES=graphics
 MASTER_SITES=  http://cairographics.org/releases/
@@ -59,8 +59,8 @@
 .endif
 
 .if defined(WITH_XCB)
-BUILD_DEPENDS+=
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
-RUN_DEPENDS+=  
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
+BUILD_DEPENDS+=
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
+RUN_DEPENDS+=  
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
 CONFIGURE_ARGS+=   --enable-xcb
 # this option exposes a bug --enable-xlib-xcb=auto
 PLIST_SUB+=XCB=
Index: graphics/pornview/Makefile
===
RCS file: /home/pcvs/ports/graphics/pornview/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- graphics/pornview/Makefile  23 Sep 2011 22:23:25 -  1.42
+++ graphics/pornview/Makefile  29 Dec 2011 12:26:15 -
@@ -7,7 +7,7 @@
 
 PORTNAME=  pornview
 PORTVERSION=   0.2.0.p.1
-PORTREVISION=  24
+PORTREVISION=  25
 CATEGORIES=graphics
 MASTER_SITES=  SF/${PORTNAME}/OldFiles
 DISTNAME=  ${PORTNAME}-${PORTVERSION:S/.p./pre/}
@@ -16,7 +16,7 @@
 COMMENT=   PornView is an image viewer/manager
 
 LIB_DEPENDS=   exif.12:${PORTSDIR}/graphics/libexif
-LIB_DEPENDS+=  xcb-render-util:${PORTSDIR}/x11/xcb-util
+LIB_DEPENDS+=  xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil
 
 USE_XORG=  x11 xi xext xinerama
 USE_GNOME= gtk20
Index: x11/Makefile
===
RCS file: /home/pcvs/ports/x11/Makefile,v
retrieving revision 1.777
diff -u -r1.777 Makefile
--- x11/Makefile8 Dec 2011 12:57:59 -   1.777
+++ x11/Makefile29 Dec 2011 12:26:15 -
@@ -320,6 +320,10 @@
 SUBDIR += xcb
 SUBDIR += xcb-proto
 SUBDIR += xcb-util
+SUBDIR += xcb-util-image
+SUBDIR += xcb-util-keysyms
+SUBDIR += xcb-util-renderutil
+SUBDIR += xcb-util-wm
 SUBDIR += xclick
 SUBDIR += xclip
 SUBDIR += xclipboard
Index: x11/startup-notification/Makefile
===
RCS file: /home/pcvs/ports/x11/startup-notification/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- x11/startup-notification/Makefile   23 Sep 2011 22:26:14 -  1.33
+++ x11/startup-notification/Makefile   29 Dec 2011 12:26:15 -
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=  startup-notification
-PORTVERSION=   0.10
-PORTREVISION=  2
+PORTVERSION=   0.12
 CATEGORIES=x11 gnome
 MASTER_SITES=  
http://www.freedesktop.org/software/startup-notification/releases/
 DIST_SUBDIR=   gnome2
@@ -16,7 +15,7 @@
 MAINTAINER=gn...@freebsd.org
 COMMENT

Re: cvs commit: ports/x11/xcb-util Makefile distinfo pkg-plist ports/x11/xcb-util/files patch-icccm-icccm.c

2011-12-29 Thread Renato Botelho do Couto
On Thu, Dec 29, 2011 at 01:58:30PM +0100, Pav Lucistnik wrote:
 On 2011/12/29 13:48, Renato Botelho do Couto wrote:
 On Thu, Dec 29, 2011 at 01:39:36PM +0100, Pav Lucistnik wrote:
 On 2011/12/29 13:35, Renato Botelho do Couto wrote:
 
 I double checked all the ports that depends of xcb-util, and here is the
 first patch with all necessary changes.
 
 I'll wait after 9.0 is released before commit it, so, please review.
 
 This looks like it will need an exp-run on pointyhat.
 
 It would be nice, could you provide it or i need to send it to another
 place?
 
 I can handle it. Should I use the patch you attached earlier?

Yeap.

-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

You own a dog, but you can only feed a cat.


pgpDAQoVdkIhj.pgp
Description: PGP signature


Re: cvs commit: ports/x11/xcb-util Makefile distinfo pkg-plist ports/x11/xcb-util/files patch-icccm-icccm.c

2011-12-16 Thread Renato Botelho do Couto
On Thu, Dec 15, 2011 at 06:31:07PM -0800, Doug Barton wrote:
 I can now confirm that at least xfce4-desktop is unable to be recompiled
 due to this change. Unless I'm really missing something dramatic it
 seems to me that this update should be backed out for now.

I was investigating it because new awesome version requires 0.3.8. This
new version was splitted into few pieces, so, we'll need more ports and
change dependencies accordingly.

The new ports would be:

xcb-util
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm

According my first search, there are few packages that requires
xcb-util, it won't be so hard to track all of them.

murphys# find ./ -mindepth 3 -maxdepth 3 -iname Makefile | xargs fgrep -l 
xcb-util
./graphics/cairo/Makefile
./graphics/pornview/Makefile
./x11/startup-notification/Makefile
./x11/xcb-util/Makefile
./x11-wm/awesome/Makefile
./x11-wm/i3/Makefile
./x11-wm/mcwm/Makefile

I'm start working on this.

Regards
-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

The American nation in the sixth ward is a fine people; they love the
eagle -- on the back of a dollar.
-- Finlay Peter Dunne


pgpZDGwGPGjnp.pgp
Description: PGP signature


Re: cvs commit: ports/security/clamav Makefile distinfo ports/security/clamav/files patch-libclamav__c++__PointerTracking.h patch-unit_tests-check_common_sh

2011-08-02 Thread Renato Botelho do Couto
On Tue, Aug 02, 2011 at 04:36:13AM +0400, Andrey Chernov wrote:
 On Sat, Jul 30, 2011 at 12:51:57AM +0400, Andrey Chernov wrote:
  On Sat, Jul 30, 2011 at 12:24:20AM +0400, Andrey Chernov wrote:

Could you send me test-suite.log please?
   
   Attached.
  
  BTW, in the test-stderr.log I found following lines which looks 
  sucpicions:
  LibClamAV debug: searching for unrar: libclamunrar_iface.so.6.1.11 not 
  found
  LibClamAV debug: searching for unrar: libclamunrar_iface.so.6 not found
  LibClamAV debug: unrar support loaded from 
  /usr/local/lib/libclamunrar_iface.so
  
  It can be related to the bug or not, but loading 
  /usr/local/lib/libclamunrar_iface.so from the _old_ clamav version during 
  tests is wrong thing.
 
 I finally ended up to deinstall old version and install new one instead of 
 upgrade. That way works.

I submitted the problem to clamav developers, will let you know when i
get an answer.

-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

You never have to change anything you got up in the middle of the night
to write.
-- Saul Bellow


pgp4ANRd4SzBA.pgp
Description: PGP signature


Re: cvs commit: ports UPDATING ports/Mk bsd.perl.mk bsd.port.mk ports/lang Makefile ports/lang/perl5.10 Makefile ports/lang/perl5.12 Makefile ports/lang/perl5.14 Makefile Makefile.man distinfo pkg-pli

2011-05-18 Thread Renato Botelho do Couto
On Wed, May 18, 2011 at 07:41:54PM +0300, Ion-Mihai Tetcu wrote:
 On Tue, 17 May 2011 19:30:03 + (UTC)
 Sergey Skvortsov s...@freebsd.org wrote:
 
  skv 2011-05-17 19:30:03 UTC
  
FreeBSD ports repository
  
Modified files:
  .UPDATING 
  Mk   bsd.perl.mk bsd.port.mk 
  lang Makefile 
  lang/perl5.10Makefile 
  lang/perl5.12Makefile 
  lang/perl5.14Makefile Makefile.man distinfo pkg-plist 
  lang/perl5.8 Makefile 
Removed files:
  lang/perl5.14/files  patch-h2ph 
Log:
Introduce Perl 5.14.0
 
 Approved by?

Does it need to be approved? Wasn't it just a new port?

-- 
Renato Botelho garga @ FreeBSD.org
   garga.bsd @ gmail.com
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc



pgpogiFyJPASN.pgp
Description: PGP signature