[Desktop-packages] [Bug 1616982] [NEW] fix initialization of DEB_VENDOR for derivatives

2016-08-25 Thread Jon Boden
Public bug reported:

Hi

debian/rules only supports two values for DEB_VENDOR: Debian and Ubuntu.
As derivative distributions put other values in this variable,
libreoffice cannot be built there.

With this patch DEB_VENDOR is always initialized to either Debian or
Ubuntu depending on which the host distribution derives from.

This problem was found when trying to build libreoffice on ubuntuBSD but
is likely to affect other derivative distributions.

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "libreoffice.diff"
   
https://bugs.launchpad.net/bugs/1616982/+attachment/4727710/+files/libreoffice.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1616982

Title:
   fix initialization of DEB_VENDOR for derivatives

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Hi

  debian/rules only supports two values for DEB_VENDOR: Debian and
  Ubuntu. As derivative distributions put other values in this variable,
  libreoffice cannot be built there.

  With this patch DEB_VENDOR is always initialized to either Debian or
  Ubuntu depending on which the host distribution derives from.

  This problem was found when trying to build libreoffice on ubuntuBSD
  but is likely to affect other derivative distributions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1616982/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1598492] Re: disable MERGELIBS on ubuntuBSD

2016-07-06 Thread Jon Boden
Cool thanks! Btw it's Jon not Joe ;-)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1598492

Title:
  disable MERGELIBS on ubuntuBSD

Status in libreoffice package in Ubuntu:
  Fix Committed

Bug description:
  MERGELIBS is a problem for ubuntuBSD because it triggers very long
  command-lines during build which surpass the FreeBSD value for ARG_MAX
  (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154).

  Other GNU/kFreeBSD systems like Debian only enable MERGELIBS for
  !kfreebsd. However in Ubuntu version of libreoffice this condition
  isn't present.

  Could you use attached patch to only enable MERGELIBS on !kfreebsd?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1598492/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1598492] [NEW] disable MERGELIBS on ubuntuBSD

2016-07-02 Thread Jon Boden
Public bug reported:

MERGELIBS is a problem for ubuntuBSD because it triggers very long
command-lines during build which surpass the FreeBSD value for ARG_MAX
(see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154).

Other GNU/kFreeBSD systems like Debian only enable MERGELIBS for
!kfreebsd. However in Ubuntu version of libreoffice this condition isn't
present.

Could you use attached patch to only enable MERGELIBS on !kfreebsd?

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "mergelibs.diff"
   
https://bugs.launchpad.net/bugs/1598492/+attachment/4694411/+files/mergelibs.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1598492

Title:
  disable MERGELIBS on ubuntuBSD

Status in libreoffice package in Ubuntu:
  New

Bug description:
  MERGELIBS is a problem for ubuntuBSD because it triggers very long
  command-lines during build which surpass the FreeBSD value for ARG_MAX
  (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154).

  Other GNU/kFreeBSD systems like Debian only enable MERGELIBS for
  !kfreebsd. However in Ubuntu version of libreoffice this condition
  isn't present.

  Could you use attached patch to only enable MERGELIBS on !kfreebsd?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1598492/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1564616] Re: detaching lightdm into background

2016-06-06 Thread Jon Boden
Hi

Is this bug fixed? Do you need other information / patch?

Thanks!

On Mon, Jun 06, 2016 at 04:17:42AM -, Launchpad Bug Tracker wrote:
> [Expired for lightdm (Ubuntu) because there has been no activity for 60
> days.]
> 
> ** Changed in: lightdm (Ubuntu)
>Status: Incomplete => Expired
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1564616
> 
> Title:
>   detaching lightdm into background
> 
> Status in lightdm package in Ubuntu:
>   Expired
> 
> Bug description:
>   Hi
> 
>   When starting /etc/init.d/lightdm (either directly from root console
>   or through SysV init), it will get stuck because lightdm doesn't fork
>   into background when starting.
> 
>   Please could you add --background option to start-stop-daemon to fix
>   this? (note: the debian lightdm package already does this)
> 
>   This change is needed for ubuntuBSD (which uses SysV init to manage
>   system daemons).
> 
>   Thank you!
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+subscriptions

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1564616

Title:
  detaching lightdm into background

Status in lightdm package in Ubuntu:
  Expired

Bug description:
  Hi

  When starting /etc/init.d/lightdm (either directly from root console
  or through SysV init), it will get stuck because lightdm doesn't fork
  into background when starting.

  Please could you add --background option to start-stop-daemon to fix
  this? (note: the debian lightdm package already does this)

  This change is needed for ubuntuBSD (which uses SysV init to manage
  system daemons).

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1589146] [NEW] ubuntuBSD support

2016-06-04 Thread Jon Boden
Public bug reported:


Hi

Symbols files need some updates in order to build on ubuntuBSD. Please
can you include them?

https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
xenial/download/jon%40ubuntubsd.org-20160601072740-fr30k90py99vinto/ilmbase.diff-20160426081048-uj0038tten98r2t3-24/ilmbase.diff

Thank you!

** Affects: ilmbase (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ilmbase in Ubuntu.
https://bugs.launchpad.net/bugs/1589146

Title:
  ubuntuBSD support

Status in ilmbase package in Ubuntu:
  New

Bug description:
  
  Hi

  Symbols files need some updates in order to build on ubuntuBSD. Please
  can you include them?

  https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
  
xenial/download/jon%40ubuntubsd.org-20160601072740-fr30k90py99vinto/ilmbase.diff-20160426081048-uj0038tten98r2t3-24/ilmbase.diff

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ilmbase/+bug/1589146/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565080] Re: ubuntuBSD support

2016-05-21 Thread Jon Boden
Hi

I've updated the patch to 11.2.0-1ubuntu2 as it needed a resync:

https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
xenial/download/jon%40ubuntubsd.org-20160521075150-b99t0kkt6lhzepsv/mesa.diff-20160426081048-uj0038tten98r2t3-45/mesa.diff

Please could you apply it?


** Patch removed: "mesa.diff"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1565080/+attachment/4619847/+files/mesa.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1565080

Title:
  ubuntuBSD support

Status in mesa package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply attached patch to make mesa buildable on
  ubuntuBSD? It just needs to adjust a few dependencies.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1565080/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1582002] Re: ubuntuBSD support

2016-05-17 Thread Jon Boden
Thanks!

On Mon, May 16, 2016 at 03:35:24PM -, Till Kamppeter wrote:
> Patch applied to the Debian GIT repository of CUPS. It will get into
> Ubuntu with the next CUPS package release.
> 
> ** Changed in: cups (Ubuntu)
>Status: New => Fix Committed
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1582002
> 
> Title:
>   ubuntuBSD support
> 
> Status in cups package in Ubuntu:
>   Fix Committed
> 
> Bug description:
>   Hi
> 
>   There's a small mistake in ubuntu-cupsd-idleexittimeout-upstart.patch
>   which makes cups build fail on ubuntuBSD.
> 
>   Please could you apply patch below to fix this?
> 
>   https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
>   
> xenial/download/jon%40ubuntubsd.org-20160514042053-51py386hvtgb4wi7/cups.diff-20160514042015-ubvn8v1dxv52wfcy-1/cups.diff
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1582002/+subscriptions

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1582002

Title:
  ubuntuBSD support

Status in cups package in Ubuntu:
  Fix Committed

Bug description:
  Hi

  There's a small mistake in ubuntu-cupsd-idleexittimeout-upstart.patch
  which makes cups build fail on ubuntuBSD.

  Please could you apply patch below to fix this?

  https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
  
xenial/download/jon%40ubuntubsd.org-20160514042053-51py386hvtgb4wi7/cups.diff-20160514042015-ubvn8v1dxv52wfcy-1/cups.diff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1582002/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565333] Re: ubuntuBSD support

2016-05-16 Thread Jon Boden
Hi

The patch needed an update as it didn't apply anymore. Here is it:

https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
xenial/download/jon%40ubuntubsd.org-20160515013335-qkfnehk373pa1azi/xorgserver.diff-20160426081048-uj0038tten98r2t3-72
/xorg-server.diff


** Patch removed: "xorg-server.diff"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1565333/+attachment/4620937/+files/xorg-server.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1565333

Title:
  ubuntuBSD support

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Hi

  Please could you apply attached patch to make xorg-server buildable on
  ubuntuBSD? It just needs to adjust a few dependencies.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1565333/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1582002] [NEW] ubuntuBSD support

2016-05-15 Thread Jon Boden
Public bug reported:

Hi

There's a small mistake in ubuntu-cupsd-idleexittimeout-upstart.patch
which makes cups build fail on ubuntuBSD.

Please could you apply patch below to fix this?

https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
xenial/download/jon%40ubuntubsd.org-20160514042053-51py386hvtgb4wi7/cups.diff-20160514042015-ubvn8v1dxv52wfcy-1/cups.diff

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1582002

Title:
  ubuntuBSD support

Status in cups package in Ubuntu:
  New

Bug description:
  Hi

  There's a small mistake in ubuntu-cupsd-idleexittimeout-upstart.patch
  which makes cups build fail on ubuntuBSD.

  Please could you apply patch below to fix this?

  https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
  
xenial/download/jon%40ubuntubsd.org-20160514042053-51py386hvtgb4wi7/cups.diff-20160514042015-ubvn8v1dxv52wfcy-1/cups.diff

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1582002/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565337] Re: ubuntuBSD support

2016-04-17 Thread Jon Boden
Actually there's some trouble with qxl on ubuntuBSD, see:

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1568104

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819822


** Bug watch added: Debian Bug tracker #819822
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819822

** Tags removed: patch patch-forwarded-debian

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1565337

Title:
  ubuntuBSD support

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi

  Please could you enable xserver-xorg-video-vmware & xserver-xorg-
  video-qxl for !Linux architectures? This is useful for ubuntuBSD.

  Patch is already sent to Debian.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1565337/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1568104] Re: Xorg Needs KVM Support within UbuntuBSD

2016-04-17 Thread Jon Boden
I got this comment from Steven Chamberlain (Debian GNU/kFreeBSD
developer):

On Sun, Apr 17, 2016 at 02:57:07PM +0100, Steven Chamberlain wrote:
> Hi!
>
> (I'm not registered on Launchpad, so mailing you directly...)
>
> In reply to
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1568104
>
> it seems to be a problem with xserver-xorg-video-qxl, not the Xorg
> server itself.
>
> Firstly:
>
> | [   144.925] (II) [KMS] drm report modesetting isn't supported.
>
> may be expected, if the FreeBSD kernel does not have a KMS driver for
> QXL.  The detection happens in
> http://sources.debian.net/src/libdrm/2.4.58-2/xf86drmMode.c/?hl=724#L776
> which mainly looks at a sysctl hw.dri.*.modesetting to ask the kernel of
> KMS is enabled or not.  (Maybe the original reporter could share his
> output of `sysctl hw.dri` to confirm this).
>
> Without that, it falls back to some other mode of operation.  It seems
> to attempt some kind of direct memory-mapped I/O, and maybe that code is
> unsuitable for kFreeBSD:
>
> | [   145.095] (EE) Backtrace:
> | [   145.096] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x58cc8e]
> | [   145.096] (EE) 1: /usr/bin/X (0x40+0x191009) [0x591009]
> | [   145.096] (EE) 2: ?? [0x7043]
> | [   145.096] (EE) 3: /usr/lib/x86_64-kfreebsd-gnu/libpciaccess.so.0
> | (pci_io_write8+0x3) [0x80104e203]
> | [   145.096] (EE) 4: /usr/lib/xorg/modules/drivers/qxl_drv.so
> | (0x8055a5000+0xb530) [0x8055b0530]
> | [   145.096] (EE) 5: /usr/lib/xorg/modules/drivers/qxl_drv.so
> | (0x8055a5000+0x7811) [0x8055ac811]
>
> (Installing package xserver-xorg-video-qxl-dbg might give a more
> detailed backtrace).
>
> However, if kFreeBSD doesn't support KMS with QXL, maybe it has no
> advantage over plain VESA mode?  I would consider disabling/uninstalling
> the QXL driver, if it can't be easily fixed for kFreeBSD.  Then Xorg
> would fall back to VESA mode and not crash.
>
> Regards,
> --
> Steven Chamberlain
> ste...@pyro.eu.org

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1568104

Title:
  Xorg Needs KVM Support within UbuntuBSD

Status in xorg-server package in Ubuntu:
  New

Bug description:
  When starting X in a KVM instance on UbuntuBSD, Xorg crashes with the
  following log: http://paste.ubuntu.com/15696451/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1568104/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1567658] [NEW] ubuntuBSD support

2016-04-07 Thread Jon Boden
Public bug reported:

Hi

Please could you apply attached patch to make brltty installable on
ubuntuBSD? It just needs to adjust the initramfs-tools dependency.

Thanks!

** Affects: brltty (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "brltty.diff"
   
https://bugs.launchpad.net/bugs/1567658/+attachment/4628241/+files/brltty.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to brltty in Ubuntu.
https://bugs.launchpad.net/bugs/1567658

Title:
  ubuntuBSD support

Status in brltty package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply attached patch to make brltty installable on
  ubuntuBSD? It just needs to adjust the initramfs-tools dependency.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1567658/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1564616] Re: detaching lightdm into background

2016-04-06 Thread Jon Boden
Hi

Should work fine. -b is the same as --background

Thanks!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1564616

Title:
  detaching lightdm into background

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  Hi

  When starting /etc/init.d/lightdm (either directly from root console
  or through SysV init), it will get stuck because lightdm doesn't fork
  into background when starting.

  Please could you add --background option to start-stop-daemon to fix
  this? (note: the debian lightdm package already does this)

  This change is needed for ubuntuBSD (which uses SysV init to manage
  system daemons).

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565438] [NEW] ubuntuBSD support

2016-04-03 Thread Jon Boden
Public bug reported:

Hi

Please could you apply the attached changes for ubuntuBSD support?

0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch -> This is
a new version of the inotify patch that is only effective on Linux
(ubuntuBSD lacks inotify).

bsd-creds.patch -> This fixes an inconsistency in pa_creds definition
(creds.h only defines pa_creds when HAVE_CREDS = 1, otherwise we're
unable to use it). It is not needed in current upstream Git because the
offending code has been removed there.

control.diff -> This fixes the dependency on libpam-systemd, which is
only available on Linux.

Let me know if you have any questions, I'll kindly tend to them :-)

Thank you!

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "ubuntuBSD compatible version of 
0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch"
   
https://bugs.launchpad.net/bugs/1565438/+attachment/4621592/+files/0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1565438

Title:
  ubuntuBSD support

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply the attached changes for ubuntuBSD support?

  0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch -> This
  is a new version of the inotify patch that is only effective on Linux
  (ubuntuBSD lacks inotify).

  bsd-creds.patch -> This fixes an inconsistency in pa_creds definition
  (creds.h only defines pa_creds when HAVE_CREDS = 1, otherwise we're
  unable to use it). It is not needed in current upstream Git because
  the offending code has been removed there.

  control.diff -> This fixes the dependency on libpam-systemd, which is
  only available on Linux.

  Let me know if you have any questions, I'll kindly tend to them :-)

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1565438/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565438] Re: ubuntuBSD support

2016-04-03 Thread Jon Boden
** Patch added: "bsd-creds.patch"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1565438/+attachment/4621596/+files/bsd-creds.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1565438

Title:
  ubuntuBSD support

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply the attached changes for ubuntuBSD support?

  0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch -> This
  is a new version of the inotify patch that is only effective on Linux
  (ubuntuBSD lacks inotify).

  bsd-creds.patch -> This fixes an inconsistency in pa_creds definition
  (creds.h only defines pa_creds when HAVE_CREDS = 1, otherwise we're
  unable to use it). It is not needed in current upstream Git because
  the offending code has been removed there.

  control.diff -> This fixes the dependency on libpam-systemd, which is
  only available on Linux.

  Let me know if you have any questions, I'll kindly tend to them :-)

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1565438/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565438] Re: ubuntuBSD support

2016-04-03 Thread Jon Boden
** Patch added: "control.diff"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1565438/+attachment/4621597/+files/control.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1565438

Title:
  ubuntuBSD support

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply the attached changes for ubuntuBSD support?

  0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch -> This
  is a new version of the inotify patch that is only effective on Linux
  (ubuntuBSD lacks inotify).

  bsd-creds.patch -> This fixes an inconsistency in pa_creds definition
  (creds.h only defines pa_creds when HAVE_CREDS = 1, otherwise we're
  unable to use it). It is not needed in current upstream Git because
  the offending code has been removed there.

  control.diff -> This fixes the dependency on libpam-systemd, which is
  only available on Linux.

  Let me know if you have any questions, I'll kindly tend to them :-)

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1565438/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565337] [NEW] ubuntuBSD support

2016-04-02 Thread Jon Boden
Public bug reported:

Hi

Please could you enable xserver-xorg-video-vmware & xserver-xorg-video-
qxl for !Linux architectures? This is useful for ubuntuBSD.

Patch is already sent to Debian.

Thanks!

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch patch-forwarded-debian ubuntubsd

** Patch added: "xorg.diff"
   https://bugs.launchpad.net/bugs/1565337/+attachment/4620962/+files/xorg.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1565337

Title:
  ubuntuBSD support

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi

  Please could you enable xserver-xorg-video-vmware & xserver-xorg-
  video-qxl for !Linux architectures? This is useful for ubuntuBSD.

  Patch is already sent to Debian.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1565337/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565333] [NEW] ubuntuBSD support

2016-04-02 Thread Jon Boden
Public bug reported:

Hi

Please could you apply attached patch to make xorg-server buildable on
ubuntuBSD? It just needs to adjust a few dependencies.

Thanks!

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "xorg-server.diff"
   
https://bugs.launchpad.net/bugs/1565333/+attachment/4620937/+files/xorg-server.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1565333

Title:
  ubuntuBSD support

Status in xorg-server package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply attached patch to make xorg-server buildable on
  ubuntuBSD? It just needs to adjust a few dependencies.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1565333/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565080] [NEW] ubuntuBSD support

2016-04-01 Thread Jon Boden
Public bug reported:

Hi

Please could you apply attached patch to make mesa buildable on
ubuntuBSD? It just needs to adjust a few dependencies.

Thanks!

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "mesa.diff"
   https://bugs.launchpad.net/bugs/1565080/+attachment/4619847/+files/mesa.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1565080

Title:
  ubuntuBSD support

Status in mesa package in Ubuntu:
  New

Bug description:
  Hi

  Please could you apply attached patch to make mesa buildable on
  ubuntuBSD? It just needs to adjust a few dependencies.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1565080/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562433] Re: ubuntuBSD porting fixes

2016-04-01 Thread Jon Boden
** Tags added: patch-forwarded-upstream

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1562433

Title:
  ubuntuBSD porting fixes

Status in firefox package in Ubuntu:
  New

Bug description:
  Hi!

  Here are some porting fixes to build Firefox on ubuntuBSD.

  NSS-GNU-kFreeBSD-support.patch is imported from Debian package and
  already reported to Mozilla
  (https://bugzilla.mozilla.org/show_bug.cgi?id=758517)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1562433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1565070] [NEW] ubuntuBSD support

2016-04-01 Thread Jon Boden
Public bug reported:

Hi

Please could you add attached patch? It includes two patches from Debian
to make lirc build on ubuntuBSD.

Thanks!

** Affects: lirc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch patch-accepted-debian ubuntubsd

** Patch added: "lirc.diff"
   https://bugs.launchpad.net/bugs/1565070/+attachment/4619835/+files/lirc.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lirc in Ubuntu.
https://bugs.launchpad.net/bugs/1565070

Title:
  ubuntuBSD support

Status in lirc package in Ubuntu:
  New

Bug description:
  Hi

  Please could you add attached patch? It includes two patches from
  Debian to make lirc build on ubuntuBSD.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1565070/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1564616] [NEW] detaching lightdm into background

2016-03-31 Thread Jon Boden
Public bug reported:

Hi

When starting /etc/init.d/lightdm (either directly from root console or
through SysV init), it will get stuck because lightdm doesn't fork into
background when starting.

Please could you add --background option to start-stop-daemon to fix
this? (note: the debian lightdm package already does this)

This change is needed for ubuntuBSD (which uses SysV init to manage
system daemons).

Thank you!

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch patch-accepted-debian sysvinit ubuntubsd

** Patch added: "background.diff"
   
https://bugs.launchpad.net/bugs/1564616/+attachment/4618833/+files/background.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1564616

Title:
  detaching lightdm into background

Status in lightdm package in Ubuntu:
  New

Bug description:
  Hi

  When starting /etc/init.d/lightdm (either directly from root console
  or through SysV init), it will get stuck because lightdm doesn't fork
  into background when starting.

  Please could you add --background option to start-stop-daemon to fix
  this? (note: the debian lightdm package already does this)

  This change is needed for ubuntuBSD (which uses SysV init to manage
  system daemons).

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1563036] [NEW] libaudit & plymouth only available on Linux

2016-03-28 Thread Jon Boden
Public bug reported:

Hi

libaudit & plymouth are only available on Linux architectures. Please
can you use this patch to fix the dependencies? It is needed for
ubuntuBSD.

Thanks!

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "lightdm.diff"
   
https://bugs.launchpad.net/bugs/1563036/+attachment/4615206/+files/lightdm.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1563036

Title:
  libaudit & plymouth only available on Linux

Status in lightdm package in Ubuntu:
  New

Bug description:
  Hi

  libaudit & plymouth are only available on Linux architectures. Please
  can you use this patch to fix the dependencies? It is needed for
  ubuntuBSD.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1563036/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562880] [NEW] nasm needed on all x86 architectures

2016-03-28 Thread Jon Boden
Public bug reported:

Hi

nasm is used to compile libjpeg-turbo on all x86 architectures (not just
Linux ones). Attached patch fixes this (it is needed for ubuntuBSD).

Thanks!

** Affects: libjpeg-turbo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch ubuntubsd

** Patch added: "libjpeg-turbo.diff"
   
https://bugs.launchpad.net/bugs/1562880/+attachment/4614888/+files/libjpeg-turbo.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libjpeg-turbo in Ubuntu.
https://bugs.launchpad.net/bugs/1562880

Title:
  nasm needed on all x86 architectures

Status in libjpeg-turbo package in Ubuntu:
  New

Bug description:
  Hi

  nasm is used to compile libjpeg-turbo on all x86 architectures (not
  just Linux ones). Attached patch fixes this (it is needed for
  ubuntuBSD).

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1562880/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562433] Re: ubuntuBSD porting fixes

2016-03-28 Thread Jon Boden
** Tags added: ubuntubsd

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1562433

Title:
  ubuntuBSD porting fixes

Status in firefox package in Ubuntu:
  New

Bug description:
  Hi!

  Here are some porting fixes to build Firefox on ubuntuBSD.

  NSS-GNU-kFreeBSD-support.patch is imported from Debian package and
  already reported to Mozilla
  (https://bugzilla.mozilla.org/show_bug.cgi?id=758517)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1562433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1559790] Re: mark libgrip-dev with [linux-any]

2016-03-28 Thread Jon Boden
** Tags added: ubuntubsd

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1559790

Title:
  mark libgrip-dev with [linux-any]

Status in evince package in Ubuntu:
  New

Bug description:
  Hi

  Please could you mark libgrip-dev as [linux-any] to allow building on
  ubuntuBSD?

  Thanks a lot!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1559790/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562611] [NEW] libmirclient-dev only available on Linux

2016-03-27 Thread Jon Boden
Public bug reported:

Hi

As libmirclient-dev is only available on Linux, could you make gtk+3.0
only use it when building on Linux? Patch is attached.

This change is needed for ubuntuBSD.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "gtk+3.0.diff"
   
https://bugs.launchpad.net/bugs/1562611/+attachment/4614071/+files/gtk+3.0.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1562611

Title:
  libmirclient-dev only available on Linux

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Hi

  As libmirclient-dev is only available on Linux, could you make gtk+3.0
  only use it when building on Linux? Patch is attached.

  This change is needed for ubuntuBSD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1562611/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562433] [NEW] ubuntuBSD porting fixes

2016-03-26 Thread Jon Boden
Public bug reported:

Hi!

Here are some porting fixes to build Firefox on ubuntuBSD.

NSS-GNU-kFreeBSD-support.patch is imported from Debian package and
already reported to Mozilla
(https://bugzilla.mozilla.org/show_bug.cgi?id=758517)

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "firefox.diff"
   
https://bugs.launchpad.net/bugs/1562433/+attachment/4613078/+files/firefox.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1562433

Title:
  ubuntuBSD porting fixes

Status in firefox package in Ubuntu:
  New

Bug description:
  Hi!

  Here are some porting fixes to build Firefox on ubuntuBSD.

  NSS-GNU-kFreeBSD-support.patch is imported from Debian package and
  already reported to Mozilla
  (https://bugzilla.mozilla.org/show_bug.cgi?id=758517)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1562433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1559790] [NEW] mark libgrip-dev with [linux-any]

2016-03-20 Thread Jon Boden
Public bug reported:

Hi

Please could you mark libgrip-dev as [linux-any] to allow building on
ubuntuBSD?

Thanks a lot!

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "evince.diff"
   
https://bugs.launchpad.net/bugs/1559790/+attachment/4606041/+files/evince.diff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1559790

Title:
  mark libgrip-dev with [linux-any]

Status in evince package in Ubuntu:
  New

Bug description:
  Hi

  Please could you mark libgrip-dev as [linux-any] to allow building on
  ubuntuBSD?

  Thanks a lot!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1559790/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp