pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/35564: multimedia/xine-lib PLIST problem



kre%munnari.OZ.AU@localhost 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@localhost said:
> It would have been nice if the mail with the patch was send to gnats, 

I'll append it again

best regards
Matthias


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"


Home | Main Index | Thread Index | Old Index