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

2012-01-01 Thread Pav Lucistnik
Renato Botelho do Couto píše v čt 29. 12. 2011 v 11:15 -0200:
 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.

Single failure, but kind of a biggie.

http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8-exp.20111230202737/pulseaudio-0.9.22_2.log

-- 
-- 
Pav Lucistnik p...@oook.cz
  p...@freebsd.org
Pain clots and unformed lice pat this train.


signature.asc
Description: This is a digitally signed message part


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

2011-12-29 Thread Pav Lucistnik

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.


--
Pav Lucistnik p...@oook.cz
  p...@freebsd.org
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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 Pav Lucistnik

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?

--
Pav Lucistnik p...@oook.cz
  p...@freebsd.org
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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-29 Thread Nikos Ntarmos
On Thu, Dec 29, 2011 at 10:35:49AM -0200, Renato Botelho do Couto wrote:
 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

Sure thing Renato. I'd also not object to you taking over them if you
deem it a better option, having them all under your control and updating
them all together. Your call.

Cheers.

\n\n
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-16 Thread Roman Bogorodskiy
novel   2011-12-16 11:26:21 UTC

  FreeBSD ports repository

  Modified files:
x11/xcb-util Makefile distinfo pkg-plist 
  Added files:
x11/xcb-util/files   patch-icccm-icccm.c 
  Log:
  Revert previous commit and roll back to 0.3.6 as the 0.3.8 introduces
  a number of backward incompatible changes.
  
  Pointy hat to:  novel
  
  Revision  ChangesPath
  1.17  +2 -1  ports/x11/xcb-util/Makefile
  1.11  +2 -2  ports/x11/xcb-util/distinfo
  1.3   +20 -0 ports/x11/xcb-util/files/patch-icccm-icccm.c (new)
  1.6   +49 -6 ports/x11/xcb-util/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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/x11/xcb-util Makefile distinfo pkg-plist ports/x11/xcb-util/files patch-icccm-icccm.c

2011-12-16 Thread Roman Bogorodskiy
  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.

Roman Bogorodskiy


pgpRoXiPnDDwz.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 Nikos Ntarmos
Version 0.3.8 of xcb-util is needed by some ports (x11-wm/awesome for
example) and the plist changes are caused by 0.3.8 having integrated all
relevant library files into libxcb-util. I hadn't bumped on this problem
until earlier today when I tried a tinderbuild run for x11-wm/awesome2
and saw that graphics/cairo was borked. I fixed it locally by changing
the {BUILD,RUN}_DEPENDS lines to:

BUILD_DEPENDS+= 
${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util
RUN_DEPENDS+= 
${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util

Would you like me to try to prepare a patch vs all ports touched by this
update?

\n\n


On Fri, Dec 16, 2011 at 09:57:49AM +0400, Roman Bogorodskiy wrote:
   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.
 
 Yes, it seems like we should back it out indeed.
 
 Can I just revert this commit or some special actions should be
 performed as well?
 
 Sorry about the breakage.
 
  On 12/15/2011 13:14, Doug Barton wrote:
   According to the plist diff this change removes a lot of libs, which my
   X related applications complaining that it can't find seems to confirm.
   Are more steps necessary to complete this change? UPDATING entry?
   PORTREVISION bumps? Have I missed something?
   
   
   Doug
   
   
   On 12/15/2011 09:52, Roman Bogorodskiy wrote:
   novel   2011-12-15 17:52:20 UTC
  
 FreeBSD ports repository
  
 Modified files:
   x11/xcb-util Makefile distinfo pkg-plist 
 Removed files:
   x11/xcb-util/files   patch-icccm-icccm.c 
 Log:
 Update to 0.3.8.
 
 PR: 163301  
   http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163301
 Submitted by:   Nikos Ntarmos (maintainer)
 
 Revision  ChangesPath
 1.16  +1 -2  ports/x11/xcb-util/Makefile
 1.10  +2 -2  ports/x11/xcb-util/distinfo
 1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c 
   (dead)
 1.5   +6 -49 ports/x11/xcb-util/pkg-plist
  
   http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.15r2=1.16f=h
   http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.9r2=1.10f=h
   http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
   http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.4r2=1.5f=h
  
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-16 Thread Roman Bogorodskiy
  Nikos Ntarmos wrote:

 Version 0.3.8 of xcb-util is needed by some ports (x11-wm/awesome for
 example) and the plist changes are caused by 0.3.8 having integrated all
 relevant library files into libxcb-util. I hadn't bumped on this problem
 until earlier today when I tried a tinderbuild run for x11-wm/awesome2
 and saw that graphics/cairo was borked. I fixed it locally by changing
 the {BUILD,RUN}_DEPENDS lines to:
 
 BUILD_DEPENDS+= 
 ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util
 RUN_DEPENDS+= 
 ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util
 
 Would you like me to try to prepare a patch vs all ports touched by this
 update?

I think it's reasonable to join an effort with garga@ who's also working
on that as he mentioned in this thread.

I backed out the commit meanwhile.

 \n\n
 
 
 On Fri, Dec 16, 2011 at 09:57:49AM +0400, Roman Bogorodskiy wrote:
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.
  
  Yes, it seems like we should back it out indeed.
  
  Can I just revert this commit or some special actions should be
  performed as well?
  
  Sorry about the breakage.
  
   On 12/15/2011 13:14, Doug Barton wrote:
According to the plist diff this change removes a lot of libs, which my
X related applications complaining that it can't find seems to confirm.
Are more steps necessary to complete this change? UPDATING entry?
PORTREVISION bumps? Have I missed something?


Doug


On 12/15/2011 09:52, Roman Bogorodskiy wrote:
novel   2011-12-15 17:52:20 UTC
   
  FreeBSD ports repository
   
  Modified files:
x11/xcb-util Makefile distinfo pkg-plist 
  Removed files:
x11/xcb-util/files   patch-icccm-icccm.c 
  Log:
  Update to 0.3.8.
  
  PR: 163301  
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163301
  Submitted by:   Nikos Ntarmos (maintainer)
  
  Revision  ChangesPath
  1.16  +1 -2  ports/x11/xcb-util/Makefile
  1.10  +2 -2  ports/x11/xcb-util/distinfo
  1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c 
(dead)
  1.5   +6 -49 ports/x11/xcb-util/pkg-plist
   
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.15r2=1.16f=h
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.9r2=1.10f=h
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.4r2=1.5f=h
   
Roman Bogorodskiy


pgpDMwwnZmJls.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 Doug Barton
Thanks for attending to this so quickly. :)


Doug


On 12/16/2011 03:26, Roman Bogorodskiy wrote:
 novel   2011-12-16 11:26:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
 x11/xcb-util Makefile distinfo pkg-plist 
   Added files:
 x11/xcb-util/files   patch-icccm-icccm.c 
   Log:
   Revert previous commit and roll back to 0.3.6 as the 0.3.8 introduces
   a number of backward incompatible changes.
   
   Pointy hat to:  novel
   
   Revision  ChangesPath
   1.17  +2 -1  ports/x11/xcb-util/Makefile
   1.11  +2 -2  ports/x11/xcb-util/distinfo
   1.3   +20 -0 ports/x11/xcb-util/files/patch-icccm-icccm.c (new)
   1.6   +49 -6 ports/x11/xcb-util/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.16r2=1.17f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.10r2=1.11f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.5r2=1.6f=h
 



-- 

[^L]

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-16 Thread Doug Barton
On 12/16/2011 04:11, 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

My list from 'pkg_info -R' is rather longer, although I can't promise
that all of them are direct dependencies. Also, while I commend you on
your cleverness in your find pattern it's not safe to assume that every
dependency is going to be in something called Makefile. The only safe
way to find them all is 'cd /usr/ports/  grep -r xcb-util'. You should
also consider 'cd /usr/ports  make search key=xcb-util' as a starting
point. It lists many more ports than you have here.


hth,

Doug

-- 

[^L]

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-15 Thread Roman Bogorodskiy
novel   2011-12-15 17:52:20 UTC

  FreeBSD ports repository

  Modified files:
x11/xcb-util Makefile distinfo pkg-plist 
  Removed files:
x11/xcb-util/files   patch-icccm-icccm.c 
  Log:
  Update to 0.3.8.
  
  PR: 163301
  Submitted by:   Nikos Ntarmos (maintainer)
  
  Revision  ChangesPath
  1.16  +1 -2  ports/x11/xcb-util/Makefile
  1.10  +2 -2  ports/x11/xcb-util/distinfo
  1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c (dead)
  1.5   +6 -49 ports/x11/xcb-util/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-15 Thread Doug Barton
According to the plist diff this change removes a lot of libs, which my
X related applications complaining that it can't find seems to confirm.
Are more steps necessary to complete this change? UPDATING entry?
PORTREVISION bumps? Have I missed something?


Doug


On 12/15/2011 09:52, Roman Bogorodskiy wrote:
 novel   2011-12-15 17:52:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
 x11/xcb-util Makefile distinfo pkg-plist 
   Removed files:
 x11/xcb-util/files   patch-icccm-icccm.c 
   Log:
   Update to 0.3.8.
   
   PR: 163301  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163301
   Submitted by:   Nikos Ntarmos (maintainer)
   
   Revision  ChangesPath
   1.16  +1 -2  ports/x11/xcb-util/Makefile
   1.10  +2 -2  ports/x11/xcb-util/distinfo
   1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c (dead)
   1.5   +6 -49 ports/x11/xcb-util/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.15r2=1.16f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.9r2=1.10f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.4r2=1.5f=h
 



-- 

[^L]

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-15 Thread Doug Barton
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.


Doug


On 12/15/2011 13:14, Doug Barton wrote:
 According to the plist diff this change removes a lot of libs, which my
 X related applications complaining that it can't find seems to confirm.
 Are more steps necessary to complete this change? UPDATING entry?
 PORTREVISION bumps? Have I missed something?
 
 
 Doug
 
 
 On 12/15/2011 09:52, Roman Bogorodskiy wrote:
 novel   2011-12-15 17:52:20 UTC

   FreeBSD ports repository

   Modified files:
 x11/xcb-util Makefile distinfo pkg-plist 
   Removed files:
 x11/xcb-util/files   patch-icccm-icccm.c 
   Log:
   Update to 0.3.8.
   
   PR: 163301  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163301
   Submitted by:   Nikos Ntarmos (maintainer)
   
   Revision  ChangesPath
   1.16  +1 -2  ports/x11/xcb-util/Makefile
   1.10  +2 -2  ports/x11/xcb-util/distinfo
   1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c (dead)
   1.5   +6 -49 ports/x11/xcb-util/pkg-plist

 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.15r2=1.16f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.9r2=1.10f=h
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.4r2=1.5f=h

 
 
 



-- 

[^L]

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.com/

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


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

2011-12-15 Thread Roman Bogorodskiy
  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.

Yes, it seems like we should back it out indeed.

Can I just revert this commit or some special actions should be
performed as well?

Sorry about the breakage.

 On 12/15/2011 13:14, Doug Barton wrote:
  According to the plist diff this change removes a lot of libs, which my
  X related applications complaining that it can't find seems to confirm.
  Are more steps necessary to complete this change? UPDATING entry?
  PORTREVISION bumps? Have I missed something?
  
  
  Doug
  
  
  On 12/15/2011 09:52, Roman Bogorodskiy wrote:
  novel   2011-12-15 17:52:20 UTC
 
FreeBSD ports repository
 
Modified files:
  x11/xcb-util Makefile distinfo pkg-plist 
Removed files:
  x11/xcb-util/files   patch-icccm-icccm.c 
Log:
Update to 0.3.8.

PR: 163301  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163301
Submitted by:   Nikos Ntarmos (maintainer)

Revision  ChangesPath
1.16  +1 -2  ports/x11/xcb-util/Makefile
1.10  +2 -2  ports/x11/xcb-util/distinfo
1.2   +0 -20 ports/x11/xcb-util/files/patch-icccm-icccm.c (dead)
1.5   +6 -49 ports/x11/xcb-util/pkg-plist
 
  http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/Makefile.diff?r1=1.15r2=1.16f=h
  http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/distinfo.diff?r1=1.9r2=1.10f=h
  http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/files/patch-icccm-icccm.c
  http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/xcb-util/pkg-plist.diff?r1=1.4r2=1.5f=h
 
  
  
  
 
 
 
 -- 
 
   [^L]
 
   Breadth of IT experience, and depth of knowledge in the DNS.
   Yours for the right price.  :)  http://SupersetSolutions.com/
 

Roman Bogorodskiy


pgpEv9yolwrg8.pgp
Description: PGP signature