summaryrefslogtreecommitdiff
path: root/x11/motif
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16x11/motif: Explain what's going on with the libXt tool dependency.riastradh1-1/+7
2022-04-16x11/motif: Work around quirks in build-time tool-building.riastradh3-9/+52
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-11motif: pull libXt as a tool dependency only if using modular xorg *and*nia1-3/+4
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-10x11/motif: Make build work for both cross and native.riastradh1-6/+13
2022-04-05x11/motif: Patch more ctype(3) abuse.riastradh5-1/+120
2022-04-05x11/motif: Fix cross-build.riastradh5-3/+90
2022-04-05x11/motif: Patch ctype(3) abuse.riastradh9-1/+275
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-3/+4
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03x11: align variable assignmentsrillig1-10/+10
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-12-22motif: update to 2.3.8.wiz9-165/+36
This is a bug fix release. * Fixed bug 1660: TextField leaves a residual cursor shadow on focus lose * Fixed bug 1659: Many cases of typos in horizontal/vertical conditions in the code * Fixed bug 1658: motif does crash on OpenSuse Leap 42.2 * Fixed bug 1656: TabStack with tabSelectColor and Right causes BadMatch Error * Fixed bug 1625: Open Motif build fails due to weak aliases on Darwin with cl * Fixed bug 1655: Motif 2.3.6 and 2.3.4 do not work with XQuartz 2.7.9 and later * Fixed bug 1652: Add support for more Cyrillic locales * Fixed bug 1650: Memory leak in DataF.c * Fixed bug 1651: motif-2.3.5 tarball contains lib/Xm/Xm.h file generated by configure * Fixed bug 1665: Closing open menus with mouse click disables keyboard shortcut
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-4/+4
2016-02-26Use OPSYSVARS.jperkin1-4/+2
2015-12-29Sort.dholland1-2/+2
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-27Don't run configure from autogen.joerg2-1/+20
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-12-16Pull libiconv in for FreeBSD 9 to fix dependent packages.asau1-1/+2
2013-12-06Needs libiconv to build on FreeBSD.asau1-2/+3
Bump revision as precaution.
2013-10-20Use default optimizer flags.joerg2-3/+13
2013-09-08* Fix build using clang compiler on Darwin (Mac OS X 10.8.4) by not using weakryoon5-4/+73
aliases if the compiler does not support them. From J. Lewis Muir on pkgsrc-users@. * Remove empty patch.
2013-06-07Fix build of motif and its dependencies.ryoon2-3/+6
* libfontconfig should be linked too.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2013-01-22Fix build with automake-1.13.ryoon2-1/+20
2012-12-22Completely disable manual page compression for this package as it usestron1-1/+5
nested manual page extensively. Bump package revision for this bug fix.
2012-12-18As GNU bison is pulled in on Solaris we need yystype.jperkin2-1/+17
2012-11-29USE_TOOLS += yacc, for Solaris.jperkin1-2/+2
2012-11-10Import motif-2.3.4 as x11/motif.ryoon18-0/+1398
The industry standard user interface toolkit for the X Window System. This is released under LGPL 2.1.