pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/50039 CVS commit: pkgsrc/x11/lesstif
The following reply was made to PR pkg/50039; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/50039 CVS commit: pkgsrc/x11/lesstif
Date: Tue, 20 Feb 2018 10:53:31 +0000
Module Name: pkgsrc
Committed By: dholland
Date: Tue Feb 20 10:53:31 UTC 2018
Modified Files:
pkgsrc/x11/lesstif: Makefile distinfo
Added Files:
pkgsrc/x11/lesstif/patches: patch-include_Motif-2.1_Xm_XmAll.h
Log Message:
Don't include Xm/Print.h into Xm/All.h.
Xm/Print.h requires headers from libXp (which is dead, gone, not lamented)
and thus doesn't compile. Anything that specifically uses it is broken, as
is anything that assumes Xm/All.h will include it; but things that just use
Xm/All.h should not fail.
Such things include xpdf's configure script (PR 50039).
It isn't obvious to me why this package installs header files it
clearly never runs through the compiler, but for now at least that's
somebody else's problem.
PKGREVISION -> 6
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/lesstif/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/lesstif/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/lesstif/patches/patch-include_Motif-2.1_Xm_XmAll.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index