Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5558c792 | 2016-09-10 13:03:40 | First pass at pre-entively fixing ports that would break once guenther's header pollution diff is in. lang/squeak/vm does not build but it's due to the recent audio changes games/xbattle: also fixes some conflicting implicit decl print/hplip: also fixes some conflicting implicit decl | ||
| 32cd7e42 | 2016-04-12 15:19:39 | replace gettext module | ||
| 4bcf8ed7 | 2016-03-28 20:08:56 | Protect us from #defining linux specific ioctls in ext2_fs.h which may be picked up by autoconfigure scripts and even used at runtime. Found by brynet@ when building archivers/libarchive. People agree (at least brynet@, zhuk@, nadd6@ iirc), the only bikeshed was wether to remote the #defines completely, used #ifdef __linux__ or #ifndef __OpenBSD__. I choose the latter for now, because I think i've seen some consumers of this port where some non-linux systems apparently *do* support the same ioctls. | ||
| b380f16f | 2015-12-15 10:52:02 | Don't pick up execinfo. | ||
| 0b2c69e9 | 2014-11-10 20:38:50 | - use arc4random in e2fsprogs' libuuid - disable uuidd, it wasn't properly enabled in the port anyway (and most situations where /dev/random would fail, the uuidd socket would also be inaccessible) | ||
| ec901133 | 2014-11-08 11:28:04 | update to e2fsprogs 1.42.12 | ||
| f25ae53b | 2014-04-30 12:38:55 | fix format strings for mktemp(1)/mkstemp(3); mostly not enough X's, also one case of using X's in the middle of the name ($test_name.XXXXXX.tmp) which is a non-portable extension handled by gnu mktemp(1) | ||
| 2519a0fa | 2014-04-30 11:40:04 | Update to e2fsprogs-1.42.9. ok sthen@ | ||
| 5f084edd | 2014-04-22 10:21:13 | Kerberos is going away. No need to statically link to our own libcom_err which made this package way bigger than it should. ok sthen@ | ||
| 604009e0 | 2013-08-12 15:04:59 | Reinstall com_err.h, but this time under include/ext2fs/ since some ext2fs headers include it. Adjust those headers accordingly. Fixes sysutils/testdisk detection of ext2fs.. ok sthen@ |