summaryrefslogtreecommitdiff
path: root/wm/libAppleWM
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26wm: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07wm: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-25modular-xorg-xquartz, libAppleWM: Use predefined OSX_SDK_PATHryoon1-5/+2
The latest macOS Big Sur 11.2.1 and Xcode 12.4 as of 2021-02-24 do not provide 11.2 SDK. They provide 11.1 SDK instead. mk/platform/Darwin.mk has workaround for this situation. So use the workaround directly. OSX_SDK_PATH may be internal, however it is accessible over 5 years. It may not be a big problem hopefully.
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz2-4/+5
Remove now obsolete packages.
2016-02-22Use the system OSX_VERSION variable rather than rolling our own.jperkin1-7/+3
2015-11-02Add SHA512 digests for distfiles for wm categoryagc1-1/+2
Problems found with existing distfiles: distfiles/fvwm-1.24r.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.
2015-10-25More copy paste from mk/platform/Darwin.mk since it is not obvious totnn1-1/+4
me how to make it always provide this information for us. Should fix build on OS X 10.11.1.
2015-10-12Don't rely on Darwin.mk setting OSX_SDK_PATH. It's an internal variabletnn1-2/+6
that will not always get defined. Instead query xcrun directly.
2015-10-01fix build with xcode 7tnn3-2/+18
2014-11-16Update to 1.4.1. From Youri Mouton in PR 49397.wiz3-9/+8
Fixes build. While here, fix path to itself in bl3.mk.
2013-05-31Moving libAppleWM-1.4.0 from x11/libAppleWM.rodent5-0/+58
AppleWM is a simple library designed to interface with the Apple-WM extension. This extension allows X window managers to better interact with the Mac OS X Aqua user interface when running X11 in a rootless mode. This package provides the libAppleWM library from the modular X.org X11 project.