mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Use compiler:c11. Use TCL_INCLUDEDIR and TCL_LIBDIR variables in CONFIGURE_ARGS. Pet portfmt. Submitter takes maintainership. Changelog: https://github.com/eggheads/eggdrop/blob/develop/NEWS PR: 283431
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
--- eggdrop.conf.bak 2024-12-19 22:03:18.314826000 -0600
|
|
+++ eggdrop.conf 2024-12-19 22:11:55.124362000 -0600
|
|
@@ -1,4 +1,4 @@
|
|
-#! /path/to/executable/eggdrop
|
|
+#!%%PREFIX%%/bin/eggdrop
|
|
# ^- This should contain a fully qualified path to your Eggdrop executable.
|
|
#
|
|
# This is a sample Eggdrop configuration file which includes all possible
|
|
@@ -607,7 +607,7 @@
|
|
# This path specifies the path were Eggdrop should look for its modules.
|
|
# If you use 'make install' (like all good kiddies do ;), this is a fine
|
|
# default. Otherwise, use your head :)
|
|
-set mod-path "modules/"
|
|
+set mod-path "%%PREFIX%%/lib/modules/"
|
|
|
|
|
|
#### PBKDF2 MODULE ####
|
|
@@ -1082,6 +1082,10 @@
|
|
server add 2001:db8:618:5c0:263:: 6669 password
|
|
server add ssl.example.net +7000
|
|
|
|
+# Set this option, if you want a SSL connection to the IRC Server(s) specified
|
|
+# above. This setting applies to all servers, so make sure they all support SSL
|
|
+# connections. Eggdrop has to be compiled with SSL support for this to work!
|
|
+set use-ssl 0
|
|
#### CAP Features ####
|
|
# This section controls IRCv3 capabilities supported natively by Eggdrop. You
|
|
# can enable individual settings here to be requested as part of the
|