2024-05-02 08:50:00 by Jonathan Perkin | Files touched by this commit (1) |
Log message: python311: Clean up recent readline addition. Now pkglint clean, no functional change. |
2024-04-30 23:09:15 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: Fix linking issue of _readline.so (missing ncursesw library) by setting FAKE_NCURSES to YES only on NetBSD. |
2024-04-30 22:51:14 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Build _dbm.so module on Linux just like on other UNIX-es |
2024-04-30 21:43:48 by Benny Siegert | Files touched by this commit (1) |
Log message: python311: remove unconditional dbm entry There is another line for dbm.so further down, only enabled when the "dbm" PLIST variable is enabled. I assume this one was added by mistake. Noticed when the build on Linux broke. |
2024-04-30 21:05:18 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Fix build failure on NetBSD where native libedit does not have VFunction type |
2024-04-30 19:13:55 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Remove dependency on devel/gettext-lib, we don`t need it |
2024-04-30 19:07:17 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: Update cksum for patches/patch-Modules_readline.c |
2024-04-30 19:04:13 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: Exclude readline.so if option "readline" is disabled |
2024-04-30 19:01:15 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Add option "readline" enabled by default. Either --with-readline=editline or --with-readline are added to CONFIGURE_ARGS depending on READLINE_TYPE. |
2024-04-30 18:55:22 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Fix build failure on systems with libedit as the default |