Path to this page:
./
x11/motif,
LGPLed Motif toolkit for the X Window System
Branch: CURRENT,
Version: 2.3.8nb4,
Package name: motif-2.3.8nb4,
Maintainer: pkgsrc-usersThe industry standard user interface toolkit for the X Window System.
This is released under LGPL 2.1.
Required to run:[
graphics/png] [
graphics/jpeg] [
fonts/Xft2]
Required to build:[
pkgtools/x11-links] [
x11/xbitmaps] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 5570.633 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-24) Updated to version: motif-2.3.8nb4
- (2023-11-12) Updated to version: motif-2.3.8nb3
CVS history: (Expand)
| 2025-07-09 12:51:32 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
motif: Update SunOS patch for GCC 14.
|
| 2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
|
| 2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2569) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
| 2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2526) |
Log message:
*: Recursive revbup from graphics/freetype2
|
| 2022-04-16 12:40:05 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
x11/motif: Explain what's going on with the libXt tool dependency.
|
| 2022-04-16 12:39:51 by Taylor R Campbell | Files touched by this commit (3) |
Log message:
x11/motif: Work around quirks in build-time tool-building.
See comments for details. Tidy up variable definitions while here.
Use native ar/ranlib if available -- armv7--netbsdelf-eabihf-ranlib
doesn't seem to do anything on an archive of x86 objects to build a
tool library, so let's try using the native one instead for such a
cross-build.
|
| 2022-04-11 11:04:51 by Nia Alarie | Files touched by this commit (1) |
Log message:
motif: pull libXt as a tool dependency only if using modular xorg *and*
cross-compiling.
using TOOL_DEPENDS for libXt bypasses normal builtin checks, so the
pkgsrc version is pulled in, and libXt is marked unavailable when using
native x.
evidence so far indicates libxt is only needed as a tool dependency
when cross-compiling (the distinction between normal and tool depends
primarily being relevent during cross-builds anyway), but this
also confused me because libXt installs nothing tool-like? Is motif's
build system broken (it's likely!)?
|
| 2022-04-10 14:52:26 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
x11/motif: Make build work for both cross and native.
|