tech-pkg archive

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

Re: Pkgsrc unusable on lots of platforms now



So, PKG_DEFAULT_OPTIONS += -pulseaudio got me a lot further. I also
had to add -introspection (which never realy works for me and made
the build fail due to libgthread calling an undefined weak symbold
__deregister_frame_info).

But there are other spurious uses of polkit, like in xfce4-session.
Just commenting that out there made it build (but I have not yet tested
it). Can we add a global "policykit" option?

Martin
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xfce4-session/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- Makefile	3 Aug 2016 10:23:39 -0000	1.55
+++ Makefile	30 Nov 2016 13:11:28 -0000
@@ -47,7 +47,7 @@
 
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libwnck/buildlink3.mk"
-.include "../../security/polkit/buildlink3.mk"
+# .include "../../security/polkit/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"


Home | Main Index | Thread Index | Old Index