Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649080 - x11-libs/motif: Drop Xprint support
Summary: x11-libs/motif: Drop Xprint support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on: 649300 650624
Blocks: 649076
  Show dependency tree
 
Reported: 2018-02-28 20:37 UTC by Matt Turner
Modified: 2018-04-21 09:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (p.patch,896 bytes, patch)
2018-02-28 20:37 UTC, Matt Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2018-02-28 20:37:11 UTC
Created attachment 521482 [details, diff]
patch

Xprint has been gone from all Xserver releases for the last 9 years. I'd like to remove libXp and printproto. Motif can avoid the libXp dependency by passing --disable-printing to configure.
Comment 1 Ulrich Müller gentoo-dev 2018-03-01 02:20:37 UTC
I am a bit concerned that reverse dependencies will still require XmPrintSetup(3) etc. when linking, even if that code will be non-functional by now.

But I guess the only way to find that out (especially for third-party binaries where Motif is popular with) is to give it a try and see if anyone will complain.
Comment 2 Larry the Git Cow gentoo-dev 2018-03-01 09:00:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372da5935e2530b2af523c4249a6b1f32501a63a

commit 372da5935e2530b2af523c4249a6b1f32501a63a
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-03-01 08:58:27 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-03-01 08:59:47 +0000

    profiles: package.mask x11-libs/motif:2.2 for removal.
    
    Bug: https://bugs.gentoo.org/649080

 profiles/package.mask | 9 +++++++++
 1 file changed, 9 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c4c45bc9fdb6eddeb8dfcdd10dfd2770193cfe

commit 78c4c45bc9fdb6eddeb8dfcdd10dfd2770193cfe
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-03-01 08:42:18 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-03-01 08:59:47 +0000

    x11-libs/motif: Drop Xprint support.
    
    This is obsolete since Xprint was removed from Xserver in 2008.
    
    Bug: https://bugs.gentoo.org/649080
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-libs/motif/motif-2.3.8-r1.ebuild | 114 +++++++++++++++++++++++++++++++++++
 1 file changed, 114 insertions(+)}
Comment 3 Ulrich Müller gentoo-dev 2018-04-21 09:17:04 UTC
Dropped old versions that were depending on libXp.
Closing.