Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 77f7cc9c | 2019-07-12 20:49:33 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| ebf751b9 | 2019-05-20 22:15:00 | Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle | ||
| 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@ |