Port details |
- open-motif-devel Motif X11 Toolkit (industry standard GUI (IEEE 1295))
- 2023.02.16_7 x11-toolkits =3 2023.02.16_7Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2000-06-03 15:36:16
- Last Update: 2024-03-01 21:11:27
- Commit Hash: 6d9e22d
- People watching this port, also watch:: libwmf, p5-libwww, autoconf, libglade2, namazu2
- License: LGPL21
- WWW:
- https://motif.ics.com/
- Description:
- Motif(r) is the industry standard graphical user interface, (as defined by
the IEEE 1295 specification), used on more than 200 hardware and software
platforms. It provides application developers, end users, and system
vendors with the industry's most widely used environment for standardizing
application presentation on a wide range of platforms. Motif is the
leading user interface toolkit for the UNIX(r) system.
NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
In that case, you need to edit Makefile after configure, or, hack
configure(.in) before configure.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- open-motif-devel>0:x11-toolkits/open-motif-devel
- Conflicts:
- CONFLICTS:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/x11-toolkits/open-motif-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/open-motif-devel
- pkg install open-motif-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: open-motif-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681746898
SHA256 (cschuber-motif-2023.02.16-0f556b08_GH0.tar.gz) = 0a77ee0b43fa4613537333f81cd69aca1355dcee911e04ebf5f3f8f0184dab2e
SIZE (cschuber-motif-2023.02.16-0f556b08_GH0.tar.gz) = 8865594
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xbitmaps.pc : x11/xbitmaps
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xt.pc : x11-toolkits/libXt
- xmu.pc : x11-toolkits/libXmu
- xrender.pc : x11/libXrender
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- xbitmaps.pc : x11/xbitmaps
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xt.pc : x11-toolkits/libXt
- xmu.pc : x11-toolkits/libXmu
- xrender.pc : x11/libXrender
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libpng.so : graphics/png
- libXmu.so : x11-toolkits/libXmu
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for open-motif-devel-2023.02.16_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_open-motif-devel
- USES:
- autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.02.16_7 01 Mar 2024 21:11:27 |
Cy Schubert (cy) |
x11-toolkits/open-motif-devel: move man pages |
2023.02.16_6 05 Dec 2023 22:49:10 |
Cy Schubert (cy) |
Revert "x11-toolkits/open-motif*: EditRes functionality is unreliable on 64 bit"
A patch to x11-toolkits/libXmu, still in review, is required to,
a) build this patch,
b) work.
This reverts commit feec232fadd3d30c62282b6dd218536b7322e761. |
2023.02.16_7 05 Dec 2023 22:39:03 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: EditRes functionality is unreliable on 64 bit
Like x11-toolkits/libXmu, the same problem exists in Motif and
editres(1) will not pop up the resource box,
displaying, "this widget no longer exists in the client."
Additional discussion and patch posted near the end of the
discussion at,
https://gitlab.freedesktop.org/xorg/lib/libxmu/-/issues/1
MFH: 2023Q4 |
2023.02.16_6 05 Dec 2023 00:02:06 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Disable XmPIXMAP mode for drag-and-drop
In XmPIXMAP mode, Motif will draw to the root window with
IncludeInferious without being under a GrabServer.
This results in a variety of graphical glitches. For example, when a
compositing window manager updates the screen it will erase the drag
icon. This continues until the icon leaves the origin window, when Motif
does a GrabServer. The GrabServer avoids the graphical glitches, but it
also freezes the rest of the desktop (which is impolite).
Given that all current X servers support SHAPE, and given that most
users are running a compositing window manager, XmDRAG_WINDOW is always
a better choice. Therefore, disable XmPIXMAP entirely.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/1/ |
2023.02.16_5 05 Dec 2023 00:02:05 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: revise AM_FUNC_VOID_SPRINTF
The check for whether sprintf() returns void would fail to detect
sprintf() returning int under recent Clang.
Presumably the check meant to see if an error like
"passing 'void' to parameter of incompatible type 'int'"
is generated, but Clang would always generate other errors
having to do with calling sprintf() with too few arguments
and attempting to redeclare sprintf() when it is a builtin macro.
And even if the test program compiles, such as with GCC,
it crashes during the sprintf(".") call.
Revise the test program to not redeclare sprintf(), to call sprintf()
with valid arguments, and to not implicitly declare exit() due to
stdlib.h not being included (which Apple Xcode Clang 12 and later
consider an error rather than a warning).
If sprintf() returns void, then a compiler error similar to
"initializing 'int' with an expression of incompatible type 'void'"
or "void value not ignored as it ought to be" should be generated.
Otherwise if sprintf() returns int, then the test program should
compile and exit with code 0, and the check should properly report
that sprintf() does not return void.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/3/ |
2023.02.16_4 05 Dec 2023 00:02:05 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Don't share cached Xft renditions across display
connections
Xft rendition caching added with the fix #1414 won't check whether the
matching rendition was allocated trough a different display connection.
This causes a forked process that creates Motif widgets on a separate
display connection to fail with RenderBadGlyphSet X error as soon as
the parent process closes its display, thus invalidating the associated
Xft font resource.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/4/ |
2023.02.16_3 05 Dec 2023 00:02:04 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: MenuShell: computing position uses RC_Type() expecting
RowColumn
To compute the position of a menu to display, in some cases the
position is computed invoking RC_Type() that expects a RowColumn
widget. One case was not verifying this hence leading to coredump.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/5/ |
2023.02.16_2 17 Oct 2023 03:51:17 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Depend on x11-toolkits/libXmu
Motif already indirectly depends on x11-toolkits/libXmu. Document this
fact as it is needed for Editres support.
MFH: 2023Q4 |
2023.02.16_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2023.02.16 15 May 2023 14:36:17 |
Cy Schubert (cy) Author: Dimitry Andric |
x11-toolkits/open-motif*: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building x11-toolkits/open-motif:
WmError.c:134:24: error: incompatible function pointer types passing 'void
(char *)' to parameter of type 'void (*)(String) __attribute__((noreturn))' (aka
'void (*)(char *) __attribute__((noreturn))')
[-Wincompatible-function-pointer-types]
XtSetErrorHandler (WmXtErrorHandler);
^~~~~~~~~~~~~~~~
/usr/local/include/X11/Intrinsic.h:1776:1: note: passing argument to parameter
here
);
^
In this case the declaration of the callback function for
XtSetErrorHandler() shoud have a noreturn attribute, specifically using
the _X_NORETURN macro.
PR: 271425 |
2023.02.16 17 Apr 2023 21:28:46 |
Cy Schubert (cy) |
x11-toolkits/open-motif-devel: Update to the latest motif-code commit
Update to the latest motif-code commit proxied through my GH account. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.08.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.08.15 16 Aug 2022 03:33:52 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Introduce open-motif-devel
Copy x11-toolkits/open-motif to x11-toolkits/open-motif-devel in order to
track development. Then update open-motif-devel to the latest motif-code
commit proxied through my GH account.
Register the conflict with x11-toolkits/open-motif.
Motif (formerly Open Motif) is developed by ics.com. The repository is
on Sourceforge. I proxy it through my github account to employ the GH
plumbing in ports. |
2.1.30 28 May 2002 01:46:16 |
obrien |
Remove this port -- people totally misunderstand what it is. |
2.1.30 11 May 2002 08:44:04 |
kris |
The previous Makefile revision contained a partial upgrade to a newer
version of open-motif, but the distfile has apparently moved and is
no longer fetchable. Revert to the old version.
Pointy hat to: motminh |
2.2.1 08 May 2002 21:03:19 |
obrien |
To ports@freebsd.org. |
27 Aug 2001 10:46:38 |
olgeni |
Fix typo in NO_BUILD message. |
05 Feb 2001 16:49:18 |
olgeni |
Batch of style fixes for x11-toolkits. |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
18 Jul 2000 10:36:25 |
obrien |
Update to the 4th build of the Metrolink Open Motif 2.1.30 build. |
18 Jul 2000 10:34:13 |
obrien |
Update to the 4th build of the Metrolink Open Motif 2.1.30 build. |
07 Jun 2000 08:08:56 |
asami |
Define NO_MTREE since these ports install with PREFIX=/ (the binary packages
already have the "/usr/X11R6" part). |
03 Jun 2000 19:38:48 |
obrien |
Forgot to fix the maintainer entry. |
03 Jun 2000 19:36:16 |
obrien |
Open Motif 2.1.30 for the i386. |