Pop-Up Thingie
Sidebar
Home
Synchronet BBS Software
Forum
Downloads
Dark
Register
Log in
Username
Password
Sidebar
Forum
DOVE-Net
Synchronet Programming
src/sbbs3/GNUmakefile
From
Deuce
to
Git commit to main/sbbs/master
on Fri Dec 18 23:38:52 2020
0
0
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.
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sat Apr 3 01:15:46 2021
0
0
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.
From
Rob Swindell
to
Git commit to main/sbbs/master
on Sat Apr 24 18:02:03 2021
0
0
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)
From
Rob Swindell
to
Git commit to main/sbbs/master
on Sat Apr 24 21:28:56 2021
0
0
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.
From
Rob Swindell
to
Git commit to main/sbbs/master
on Fri Jun 4 23:51:32 2021
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/ef7ab4e2a3b947b57f7895cb
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Web server needs encode lib (for hex_decode)
From
Rob Swindell
to
Git commit to main/sbbs/master
on Tue Mar 29 01:24:17 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/bb934681dd7413937e073b0f
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Fix slog build (now needs libsbbs.so)
From
Rob Swindell
to
Git commit to main/sbbs/master
on Tue Mar 29 01:58:04 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/0d4007f9cdef11ba62fe023a
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Fix slog build more (needs xpdev too, apparently)
From
Rob Swindell (on ChromeOS)
to
Git commit to main/sbbs/master
on Fri Apr 7 21:28:48 2023
0
0
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
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Sat Apr 8 16:01:07 2023
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/d48a3533b233186d7e93838b
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Include GIT=NO option in 'make help' output
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Sat Jun 3 20:06:03 2023
0
0
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)
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Sat Jun 3 20:26:42 2023
0
0
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)
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Mon Jun 5 17:02:26 2023
0
0
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.
From
Deuce
to
Git commit to main/sbbs/master
on Tue Jun 6 21:05:21 2023
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/09ec01e74f78b58588ad680c
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
It appears Synchronet requires libmosquitto v2 or higher
From
Deuce
to
Git commit to main/sbbs/master
on Tue Jun 6 21:12:35 2023
0
0
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+
From
Rob Swindell (on ChromeOS)
to
Git commit to main/sbbs/master
on Fri Jun 16 17:40:48 2023
0
0
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>
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Mon Dec 4 16:53:02 2023
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/3bad3b815a3f618e142b3ed1
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Throw an error and hint if SYMLINK is defined on the command-line
Since SYMLINK=1 is valid/suggested for install/GNUmakefile, this is a common mistake that we can catch here.
From
Rob Swindell
to
Git commit to main/sbbs/master
on Thu Dec 7 20:57:58 2023
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/7adcebdddf3df1c1c86a53f1
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Revert "Throw an error and hint if SYMLINK is defined on the command-line"
This reverts commit 3bad3b815a3f618e142b3ed11a32d316874279e8
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Fri Dec 15 21:24:20 2023
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/cfe2e83661ceb442dca0d9a7
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Fix typo (missing quote)
From
Rob Swindell (on Debian Linux)
to
Git commit to main/sbbs/master
on Sat Dec 23 11:50:48 2023
0
0
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
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sun Feb 4 14:06:10 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/bf318eabba7a30ecea57c983
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Use pkg-config for libarchive.
Fixes OpenBSD build issue.
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sun Feb 4 14:14:29 2024
0
0
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
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Mon Feb 5 09:46:56 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/9879a9e864c1b81d5db63f9a
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Use --libs instead of -libs
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Tue Feb 6 19:02:34 2024
0
0
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()
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sat Mar 16 19:18:41 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/4924e6c57f45b2d24608cfd1
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Use Homebrew libarchive
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sat Mar 16 19:24:48 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/20712505a0c881963001d30d
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Add missing endif
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sun Mar 17 03:22:38 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/38a1fc5e203dcab37dfdc710
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
We can't use version scripts on Darwin.
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sun Mar 17 03:57:43 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/716f786bded1539e648047a3
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Whoops, missed this bit of the macOS patch
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Sun Mar 17 04:29:08 2024
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/65e818a3888e44f54b31517a
Modified Files:
src/sbbs3/GNUmakefile
Log Message:
Argh! Put xpdev libs in the wrong lib!
From
Deuc╨╡
to
Git commit to main/sbbs/master
on Mon Mar 18 20:54:29 2024
0
0
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)
Who's Online
Recent Visitors
Greg Meck
Sat Sep 7 13:45:19 2024
from
Anchorage, Ak
via
SSH
Guest
Sat Sep 7 11:31:04 2024
from
A
via
Telnet
Chris Jacobs
Sat Sep 7 11:03:08 2024
from
Almere Netherlands
via
Telnet
Chris Jacobs
Sat Sep 7 10:02:23 2024
from
Almere Netherlands
via
Telnet
System Info
Sysop:
digital man
Location:
Riverside County, California
Users:
1,036
Nodes:
15 (
1
/
14
)
Uptime:
125:50:47
Calls:
663
Calls today:
11
Files:
95,162
D/L today:
1,707 files
(224M bytes)
Messages:
299,200
Posted today:
7