• src/sbbs3/GNUmakefile

    From deuce@VERT to CVS commit on Monday, June 23, 2014 04:51:42
    src/sbbs3 GNUmakefile 1.223 1.224
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11961

    Modified Files:
    GNUmakefile
    Log Message:
    SBBS library requires uifc and conio when building with JS_DOCS now.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Friday, February 06, 2015 23:58:29
    src/sbbs3 GNUmakefile 1.224 1.225
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3848

    Modified Files:
    GNUmakefile
    Log Message:
    Put 3rdp CFLAGS first to ensure that the include files are search for there first.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From sbbs@VERT to CVS commit on Thursday, November 26, 2015 05:24:25
    src/sbbs3 GNUmakefile 1.227 1.228
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    Projects that link userdat.c, now need SMBLIB too.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 17, 2018 12:41:06
    src/sbbs3 GNUmakefile 1.231 1.232
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv7265

    Modified Files:
    GNUmakefile
    Log Message:
    Added missing JS_LIBS argument to JSexec link command. This resolves the following error when building with 'make JSLIB=mozjs185':
    /usr/bin/ld: gcc.linux.../jsexec.o: undefined reference to symbol 'JS_EndRequest'
    //usr/lib/libmozjs185.so.1.0: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
    GNUmakefile:209: recipe for target 'gcc.linux.../jsexec' failed
    make: *** [gcc.linux.../jsexec] Error 1



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Monday, June 03, 2019 16:10:21
    src/sbbs3 GNUmakefile 1.232 1.233
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1660

    Modified Files:
    GNUmakefile
    Log Message:
    Use -rpath in addition to LD_RUN_PATH. It seems some linkers only support
    one or the other.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Monday, June 03, 2019 16:23:29
    src/sbbs3 GNUmakefile 1.233 1.234
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3379

    Modified Files:
    GNUmakefile
    Log Message:
    Fix for libsbbs.so: Undefined symbol "crc32tbl"

    Weird.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Va7aqd@VERT/VA7AQDS to deuce on Monday, June 03, 2019 20:27:12
    Re: src/sbbs3/GNUmakefile
    By: deuce to CVS commit on Mon Jun 03 2019 04:10 pm

    Something interesting may have occurred with these changes relating to the new CL? Here's what I have on a pretty fresh CentOS 7 install when trying to update:

    [sbbs@localhost sbbs3]$ make RELEASE=1 symlinks
    make -C /sbbs/src/sbbs3/../../3rdp/build jslib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: Nothing to be done for `jslib'.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    make -C /sbbs/src/sbbs3/../smblib lib
    make[1]: Entering directory `/sbbs/src/smblib'
    make[1]: Nothing to be done for `lib'.
    make[1]: Leaving directory `/sbbs/src/smblib'
    make -C /sbbs/src/sbbs3/../xpdev mtlib
    make[1]: Entering directory `/sbbs/src/xpdev'
    make[1]: Nothing to be done for `mtlib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../../3rdp/build cryptlib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: *** No rule to make target `../../src/../3rdp/build/cl-mingw-vcver.patch', needed by `../build/../../src/../3rdp/gcc.linux.x64.release/cl/libcl.a'. Stop.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    make: *** [cl] Error 2

    ---
    þ Synchronet þ VA7AQD's Tavern - bbs.isurf.ca
  • From Digital Man@VERT to Va7aqd on Monday, June 03, 2019 22:09:46
    Re: src/sbbs3/GNUmakefile
    By: Va7aqd to deuce on Mon Jun 03 2019 08:27 pm

    Re: src/sbbs3/GNUmakefile
    By: deuce to CVS commit on Mon Jun 03 2019 04:10 pm

    Something interesting may have occurred with these changes relating to the new CL? Here's what I have on a pretty fresh CentOS 7 install when trying to update:

    [sbbs@localhost sbbs3]$ make RELEASE=1 symlinks
    make -C /sbbs/src/sbbs3/../../3rdp/build jslib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: Nothing to be done for `jslib'.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    make -C /sbbs/src/sbbs3/../smblib lib
    make[1]: Entering directory `/sbbs/src/smblib'
    make[1]: Nothing to be done for `lib'.
    make[1]: Leaving directory `/sbbs/src/smblib'
    make -C /sbbs/src/sbbs3/../xpdev mtlib
    make[1]: Entering directory `/sbbs/src/xpdev'
    make[1]: Nothing to be done for `mtlib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../../3rdp/build cryptlib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: *** No rule to make target `../../src/../3rdp/build/cl-mingw-vcver.patch', needed by `../build/../../src/../3rdp/gcc.linux.x64.release/cl/libcl.a'. Stop. make[1]: Leaving directory `/sbbs/3rdp/build'
    make: *** [cl] Error 2

    Did you try a clean-build?
    http://wiki.synchro.net/install:nix#clean_rebuild

    digital man

    Synchronet "Real Fact" #6:
    Synchronet version 3 for Linux and FreeBSD development began in 2001.
    Norco, CA WX: 59.4øF, 86.0% humidity, 4 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Va7aqd on Monday, June 03, 2019 22:12:23
    Re: src/sbbs3/GNUmakefile
    By: Digital Man to Va7aqd on Mon Jun 03 2019 10:09 pm

    Re: src/sbbs3/GNUmakefile
    By: Va7aqd to deuce on Mon Jun 03 2019 08:27 pm

    Re: src/sbbs3/GNUmakefile
    By: deuce to CVS commit on Mon Jun 03 2019 04:10 pm

    Something interesting may have occurred with these changes relating to the new CL? Here's what I have on a pretty fresh CentOS 7 install when trying to update:

    [sbbs@localhost sbbs3]$ make RELEASE=1 symlinks
    make -C /sbbs/src/sbbs3/../../3rdp/build jslib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: Nothing to be done for `jslib'.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    make -C /sbbs/src/sbbs3/../smblib lib
    make[1]: Entering directory `/sbbs/src/smblib'
    make[1]: Nothing to be done for `lib'.
    make[1]: Leaving directory `/sbbs/src/smblib'
    make -C /sbbs/src/sbbs3/../xpdev mtlib
    make[1]: Entering directory `/sbbs/src/xpdev'
    make[1]: Nothing to be done for `mtlib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../../3rdp/build cryptlib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: *** No rule to make target `../../src/../3rdp/build/cl-mingw-vcver.patch', needed by `../build/../../src/../3rdp/gcc.linux.x64.release/cl/libcl.a'. Stop. make[1]: Leaving directory `/sbbs/3rdp/build'
    make: *** [cl] Error 2

    Did you try a clean-build?
    http://wiki.synchro.net/install:nix#clean_rebuild

    Looks like Deuce may have forgotten to commit a file. I don't think a clean rebuild is going to help in this case.

    digital man

    Synchronet/BBS Terminology Definition #80:
    XON = Transmit On (ASCII 17, Ctrl-Q)
    Norco, CA WX: 59.4øF, 86.0% humidity, 4 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Va7aqd@VERT/VA7AQDS to Digital Man on Tuesday, June 04, 2019 08:12:55
    Re: src/sbbs3/GNUmakefile
    By: Digital Man to Va7aqd on Mon Jun 03 2019 10:12 pm

    Looks like Deuce may have forgotten to commit a file. I don't think a clean rebuild is going to help in this case.

    I see it's been added in to the repo, will give it a go a little later.

    That's no fun, though! I was going to respond to "have you done a full rebuild" with "Why would I do something smart like that?"... however, I certain will do the full rebuild if just pulling from CVS and the update build don't work.

    Thanks!

    ---
    þ Synchronet þ VA7AQD's Tavern - bbs.isurf.ca
  • From deuce@VERT to CVS commit on Wednesday, June 05, 2019 11:36:00
    src/sbbs3 GNUmakefile 1.234 1.235
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1340

    Modified Files:
    GNUmakefile
    Log Message:
    It seems at least some versions of g++ don't support -rpath.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thursday, June 06, 2019 12:15:20
    src/sbbs3 GNUmakefile 1.235 1.236
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12261

    Modified Files:
    GNUmakefile
    Log Message:
    Use -rpath with clang.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, June 28, 2019 17:24:18
    src/sbbs3 GNUmakefile 1.237 1.238
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    base64.* and lzh.* have been moved to src/encode.
    You will need to perform a clean rebuild.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, June 28, 2019 18:30:18
    src/sbbs3 GNUmakefile 1.238 1.239
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    Moved crc*.* and md5.* to src/hash (new hash lib).
    You'll need to perform a clean rebuild.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, June 29, 2019 12:58:33
    src/sbbs3 GNUmakefile 1.239 1.240
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    Add missing HASH_LIB (libhash.a) dependency for libsbbs.so build.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thursday, August 22, 2019 00:12:22
    src/sbbs3 GNUmakefile 1.242 1.243
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15603

    Modified Files:
    GNUmakefile
    Log Message:
    Linker command-line order (sometimes) matters.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 24, 2019 12:48:21
    src/sbbs3 GNUmakefile 1.243 1.244
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    Remove debug output line.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 24, 2019 12:53:40
    src/sbbs3 GNUmakefile 1.244 1.245
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    GNUmakefile
    Log Message:
    Added ENCODE_LIB[S] where now needed, since str_util.c needs it and load_cfg.c needs functions in str_util.c.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Friday, December 18, 2020 23:38:52
    https://gitlab.synchro.net/main/sbbs/-/commit/5cc4cf895ff4f580ca9c843e
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Add a NO_LD_RUN_PATH option to avoid linking in an rpath.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, April 03, 2021 01:15:46
    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 Saturday, April 24, 2021 18:02:03
    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 Saturday, April 24, 2021 21:28:56
    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 Friday, June 04, 2021 23:51:32
    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 Tuesday, March 29, 2022 01:24:17
    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 Tuesday, March 29, 2022 01:58:04
    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 Friday, April 07, 2023 21:28:48
    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 Saturday, April 08, 2023 16:01:07
    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 Saturday, June 03, 2023 20:06:03
    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 Saturday, June 03, 2023 20:26:42
    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 Monday, June 05, 2023 17:02:26
    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 Tuesday, June 06, 2023 21:05:21
    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 Tuesday, June 06, 2023 21:12:35
    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 Friday, June 16, 2023 17:40:48
    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 Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, December 15, 2023 21:24:20
    https://gitlab.synchro.net/main/sbbs/-/commit/cfe2e83661ceb442dca0d9a7
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Fix typo (missing quote)

    ---
    þ 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 Saturday, December 23, 2023 11:50:48
    https://gitlab.synchro.net/main/sbbs/-/commit/51395e455b56c70a88f7c353
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Insure the exe output directory is created for sexyz target

    Resolves 'make sexyz' build issue mentioned in issue #690

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, February 04, 2024 14:06:10
    https://gitlab.synchro.net/main/sbbs/-/commit/bf318eabba7a30ecea57c983
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use pkg-config for libarchive.

    Fixes OpenBSD build issue.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, February 04, 2024 14:14:29
    https://gitlab.synchro.net/main/sbbs/-/commit/e923cd3d4a02bec36e8d572c
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    NetBSD doesn't ship with a .pc file for libarchive (which it does ship with)

    Le Sigh

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, February 05, 2024 09:46:56
    https://gitlab.synchro.net/main/sbbs/-/commit/9879a9e864c1b81d5db63f9a
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use --libs instead of -libs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Tuesday, February 06, 2024 19:02:34
    https://gitlab.synchro.net/main/sbbs/-/commit/6ffbb8349ea20694edd817ba
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    ans2asc requires XPDEV_LIBS to link against Netapi32.dll for NetWkstaGetInfo()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, March 16, 2024 19:18:41
    https://gitlab.synchro.net/main/sbbs/-/commit/4924e6c57f45b2d24608cfd1
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use Homebrew libarchive

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, March 16, 2024 19:24:48
    https://gitlab.synchro.net/main/sbbs/-/commit/20712505a0c881963001d30d
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Add missing endif

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, March 17, 2024 03:22:38
    https://gitlab.synchro.net/main/sbbs/-/commit/38a1fc5e203dcab37dfdc710
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    We can't use version scripts on Darwin.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, March 17, 2024 03:57:43
    https://gitlab.synchro.net/main/sbbs/-/commit/716f786bded1539e648047a3
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Whoops, missed this bit of the macOS patch

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, March 17, 2024 04:29:08
    https://gitlab.synchro.net/main/sbbs/-/commit/65e818a3888e44f54b31517a
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Argh! Put xpdev libs in the wrong lib!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, March 18, 2024 20:54:29
    https://gitlab.synchro.net/main/sbbs/-/commit/eac02d1501b22a3050cb2d95
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    jsdoor and jsexec both depend on ciolib (and likely others)

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