2017-01-05 10:40:00 by Jonathan Perkin | Files touched by this commit (3) |
Log message: Ensure the local yywrap is used. Fixes build with newer flex. |
2015-11-03 00:42:56 by Alistair G. Crooks | Files touched by this commit (90) |
Log message: Add SHA512 digests for distfiles for wm category 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-03-01 00:46:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Help finding X11 libs. |
2015-01-01 12:16:09 by David A. Holland | Files touched by this commit (1) |
Log message: Use BROKEN_ON_PLATFORM with LP64PLATFORMS. |
2013-11-09 07:10:48 by David A. Holland | Files touched by this commit (1) |
Log message: Mark this NOT_FOR 64-bit platforms; while it builds, gcc output and a quick review of the header files indicates deeply ingrained assumptions about pointers fitting in 32-bit integers, and it does not stand much chance of working. |
2013-11-06 22:33:44 by David A. Holland | Files touched by this commit (2) |
Log message: Fix MAKE_JOBS build. |
2013-08-15 22:26:51 by Roland Illig | Files touched by this commit (7) |
Log message: Fixed pkglint warnings. |
2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215) |
Log message: Remove xextproto/buildlink3.mk in most cases where it occurs with libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages). |
2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87) |
Log message: Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
2010-04-29 02:02:07 by David A. Holland | Files touched by this commit (2) |
Log message: yywrap() is not allowed to be a macro nowadays. Fixes broken build on current. XXX: I'd be very surprised if this thing runs on 64-bit platforms. |