• src/sbbs3/GNUmakefile

    From Deucе@VERT to Git commit to main/sbbs/master on Sat Apr 3 01:15:46 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/d7624e836d4cebf24fdf9acc
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Not sure why jsdoor depended on sbbs

    Not having that dependency is the entire point of it.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 24 18:02:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/51779624191bd50ddf2bf963
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix ANS2ASC fmod link error with GCC 9.3 (Latest Ubuntu Linux)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 24 21:28:56 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c089e1ba833acfe47cb33387
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    use $^ instead of $? for the prereqs for the ans2asc link command

    Fixes the link failure when sauce.o didn't need to be rebuilt.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Jun 4 23:51:32 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/ef7ab4e2a3b947b57f7895cb
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Web server needs encode lib (for hex_decode)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Mar 29 01:24:17 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/bb934681dd7413937e073b0f
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix slog build (now needs libsbbs.so)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Mar 29 01:58:04 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/0d4007f9cdef11ba62fe023a
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix slog build more (needs xpdev too, apparently)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Fri Apr 7 21:28:48 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/de90f92d6d105e55f9b05c1a
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Add 'help' make target to display helpful tips (targets, options)

    Fixes issue #544

    ---
    ■ 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 Sat Apr 8 16:01:07 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d48a3533b233186d7e93838b
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Include GIT=NO option in 'make help' output

    ---
    ■ 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 Sat Jun 3 20:06:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/301c88a7fcd29774e10af460
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use pkg-config for detectiong libmosquitto presence and lib name

    Apparently the mosquitto.h won't always be installed in /usr/include on
    all systems (e.g. Deuce's FreeBSD gitlab-runner system)

    ---
    ■ 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 Sat Jun 3 20:26:42 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/196842581706ab3de5930e07
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    <Deuce> Oh yeah, you need that in an ifneq ($(os),win32)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon Jun 5 17:02:26 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b3d24e087fadc4f0a8b25b42
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Add support for WITHOUT_MOSQUITTO

    I'm doing builds for my jail (which doesn't have libmosquitto) on
    my system that does have it now, so I need to disable it manually.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Tue Jun 6 21:05:21 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/09ec01e74f78b58588ad680c
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    It appears Synchronet requires libmosquitto v2 or higher

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Tue Jun 6 21:12:35 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/40fae28635e3b9f029edaf03
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    mqtt_protocol.h was added to Debian package in 1.6.8-2, require 1.6.9+

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Fri Jun 16 17:40:48 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/044574533ed7756019298a99
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix typo (missing paren) in node util build rule

    Not sure how I missed this before <shrug>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 21 17:09:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ce7eb8d4ffdd3d11f6364fe6
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Call elfctl -e +noprotmax in binaries that do JS

    Prevents crashes on modern FreeBSD systems that default to implicit
    PROT_MAX in the JS code.
    (It's possible that +wxneeded will be needed too.. still experimenting)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 21 17:14:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/45e8eba1a6b7dfd02e7f5119
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Looks like we do need both.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 21 20:27:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8ce336ecd66d8c9c63c99f91
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    elfctl doesn't work on shared objects.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 21 20:35:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cbc3c8ba81ee40ccde5e6069
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix copy/paste error.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon Sep 23 10:56:32 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3d4613fadbd6f2f44bd65d0c
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Remove elfctl calls... they don't help.

    ---
    ■ 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 Sun Nov 3 14:18:57 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cc366072a6dfb9979d9b9e98
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use XPDEV_LIBS to solve the trashman-mingw64 link issue (I think)

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