Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: pkgsrc-bugs
Date: 02/09/2007 19:05:08
The following reply was made to PR pkg/35564; it has been noted by GNATS.

From: Matthias Drochner <M.Drochner@fz-juelich.de>
To: Robert Elz <kre@munnari.OZ.AU>
Cc: gnats-admin@NetBSD.org, pkgsrc-bugs@NetBSD.org,
	Greg Oster <oster@cs.usask.ca>, veego@NetBSD.org,
	gnats-bugs@NetBSD.org
Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem 
Date: Fri, 09 Feb 2007 20:02:19 +0100

 This is a multipart MIME message.
 
 --==_Exmh_12306315343960
 Content-Type: text/plain; charset=us-ascii
 
 
 kre@munnari.OZ.AU said:
 > [Replying to a message not sent through gnats...] 
 
 Sorry - this happened because I've read that on mail-archive
 and built the response manually. Cc to gnats-admin was there -
 appearently this doesn't do it. Pretty confusing that stuff.
 
 > /usr/X11R6/lib/libGL.so.1 
 
 Ah yes, so it picks up the in-tree X11 stuff. I'd call this
 a bug of x11-links. Imho, even with in-tree X11, the libraries
 which pkgsrc versions exist for should not be buildlinked.
 
 > Yes, that worked.
 
 Good - so I'll commit this.
 
 > Greg, to try it
 
 I don't think this is the same bug. In Greg's case a library
 (libXv) is _not_ found, while ths buildlink3 file for it is
 properly included. And this is pkgsrc non-modular xorg.
 
 veego@NetBSD.org said:
 > It would have been nice if the mail with the patch was send to gnats, 
 
 I'll append it again
 
 best regards
 Matthias
 
 
 
 --==_Exmh_12306315343960
 Content-Type: text/plain ; name="xine.txt"; charset=us-ascii
 Content-Description: xine.txt
 Content-Disposition: attachment; filename="xine.txt"
 
 Index: multimedia/xine-lib/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/multimedia/xine-lib/Makefile,v
 retrieving revision 1.49
 diff -u -r1.49 Makefile
 --- multimedia/xine-lib/Makefile	7 Feb 2007 20:04:00 -0000	1.49
 +++ multimedia/xine-lib/Makefile	8 Feb 2007 17:39:44 -0000
 @@ -33,6 +33,7 @@
  #.include "../../devel/SDL/buildlink3.mk"
  #.include "../../graphics/ImageMagick/buildlink3.mk"
  #.include "../../graphics/Mesa/buildlink3.mk"
 +CONFIGURE_ARGS+=	--disable-opengl
  #.include "../../graphics/aalib/buildlink3.mk"
  .include "../../graphics/mng/buildlink3.mk"
  .include "../../graphics/png/buildlink3.mk"
 
 --==_Exmh_12306315343960--