• 3rdp/build/GNUmakefile

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Oct 19 12:57:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/19dd9e17a78ef2817a41be90
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Replace $(DIRSEP) with '/' to make this file easier to view/edit

    We don't support platforms where '/' doesn't work as a path element separator.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Oct 19 12:57:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a6b1b439c54f936e9408cea3
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Replace some apparently errant double-slashes with single-slash

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 23:42:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f69b387ca7b21f1bf28e71f5
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Add -z for OpenBSD

    It's super-picky.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Nov 9 01:21:19 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5e5fe534c5a363ff626a0c1c
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Set MAKE=$(MAKE) for libffi make is gmake.

    Should fix OpenBSD builds.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Jan 7 03:50:40 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0ad9e7a869336a0e9cf6ee8d
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Can't do that, DESTDIR and PREFIX weren't configured in. :(

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Jan 7 11:44:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f4a3440d03934ef873fcd01f
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Disable ffi config cache for a build...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Jan 7 11:50:11 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f94525b813df06586a31c2c1
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    This is not The Way

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 8 09:16:31 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/4f2886fce0041765538d3c09
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Fix path to new patch

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 8 19:43:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/16732884f8b88a583241e453
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Revert "Fix path to new patch"

    This reverts commit 4f2886fce0041765538d3c099a706bffb6f4696e.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Sep 19 20:23:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/94a121ad32239a65de81c517
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Force C language version to "gnu17"

    Attempt to fix issue #971 since this ancient editline lib appears to not be comaptible with C23.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Sep 19 20:31:41 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/193d053c86578fd79160941d
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Let's go back even further to -std=gnu11

    netbsd pipeline build system is using gcc v7, which doesn't support gnu17.

    netbsd 9.3 is the OS in question here.

    Related to fix for issue #971.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net