===> Building for eggdrop-1.9.2nb1

Making core eggdrop files...

clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c md5c.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c base64.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c explicit_bzero.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c gethostbyname2.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c in6.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c inet_aton.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c snprintf.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c strlcpy.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c bg.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c botcmd.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c botmsg.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c botnet.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c chanprog.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c cmds.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c dcc.c
dcc.c:329:3: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
  MD5_Init(&md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:330:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) challenge, strlen(challenge));
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:331:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) password, strlen(password));
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:332:3: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
  MD5_Final(digest, &md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:587:3: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
  MD5_Init(&md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:591:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) digest_string,
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:593:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) botnetnick, strlen(botnetnick));
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:594:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) ">", 1);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:595:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) password, strlen(password));
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
dcc.c:597:3: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
  MD5_Final(digest, &md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
10 warnings generated.
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c dccutil.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c dns.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c flags.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c language.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c match.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include  '-DCCFLAGS="clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include"'  '-DLDFLAGS="clang -L/opt/pkg/lib -lpthread"'  '-DSTRIPFLAGS="touch"' -c ./main.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c mem.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c misc.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c misc_file.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c modules.c
modules.c:562:14: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
  (Function) MD5_Init,
             ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
modules.c:563:14: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  (Function) MD5_Update,
             ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
modules.c:564:14: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
  (Function) MD5_Final,
             ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
modules.c:757:9: warning: 'NSCreateObjectFileImageFromFile' is deprecated: first deprecated in macOS 10.5 - dlopen() [-Wdeprecated-declarations]
  ret = NSCreateObjectFileImageFromFile(workbuf, &file);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:165:36: note: 'NSCreateObjectFileImageFromFile' has been explicitly marked deprecated here
extern NSObjectFileImageReturnCode NSCreateObjectFileImageFromFile(const char* pathName, NSObjectFileImage *objectFileImage)               __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "dlopen()");
                                   ^
modules.c:760:10: warning: 'NSLinkModule' is deprecated: first deprecated in macOS 10.5 - dlopen() [-Wdeprecated-declarations]
  hand = NSLinkModule(file, workbuf, DYLDFLAGS);
         ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:180:17: note: 'NSLinkModule' has been explicitly marked deprecated here
extern NSModule NSLinkModule(NSObjectFileImage objectFileImage, const char* moduleName, uint32_t options) __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "dlopen()");
                ^
modules.c:762:9: warning: 'NSLookupSymbolInModule' is deprecated: first deprecated in macOS 10.5 - dlsym() [-Wdeprecated-declarations]
  sym = NSLookupSymbolInModule(hand, workbuf);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:200:17: note: 'NSLookupSymbolInModule' has been explicitly marked deprecated here
extern NSSymbol NSLookupSymbolInModule(NSModule module, const char* symbolName)                                  __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "dlsym()");
                ^
modules.c:764:20: warning: 'NSAddressOfSymbol' is deprecated: first deprecated in macOS 10.5 - dlsym() [-Wdeprecated-declarations]
    f = (Function) NSAddressOfSymbol(sym);
                   ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:207:21: note: 'NSAddressOfSymbol' has been explicitly marked deprecated here
extern void *       NSAddressOfSymbol(NSSymbol symbol) __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "dlsym()");
                    ^
modules.c:768:5: warning: 'NSUnLinkModule' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
    NSUnLinkModule(hand, NSUNLINKMODULE_OPTION_NONE);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:188:13: note: 'NSUnLinkModule' has been explicitly marked deprecated here
extern bool NSUnLinkModule(NSModule module, uint32_t options) __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "");
            ^
modules.c:881:9: warning: 'NSUnLinkModule' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
        NSUnLinkModule(p->hand, NSUNLINKMODULE_OPTION_NONE);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/mach-o/dyld.h:188:13: note: 'NSUnLinkModule' has been explicitly marked deprecated here
extern bool NSUnLinkModule(NSModule module, uint32_t options) __API_UNAVAILABLE(ios, tvos, watchos)  DYLD_DRIVERKIT_UNAVAILABLE  __OSX_DEPRECATED(10.1, 10.5, "");
            ^
9 warnings generated.
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c net.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c rfc1459.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tcl.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tcldcc.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tclhash.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tclmisc.c
tclmisc.c:709:3: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
  MD5_Init(&md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
tclmisc.c:710:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
  MD5_Update(&md5context, (unsigned char *) string, len);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
tclmisc.c:711:3: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
  MD5_Final(digest, &md5context);
  ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
3 warnings generated.
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tcluser.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c tls.c
tls.c:234:12: warning: 'PEM_read_DHparams' is deprecated [-Wdeprecated-declarations]
      dh = PEM_read_DHparams(paramfile, NULL, NULL, NULL);
           ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/pem.h:473:21: note: 'PEM_read_DHparams' has been explicitly marked deprecated here
DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
                    ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
tls.c:241:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
        DH_free(dh);
        ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/eggdrop/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
2 warnings generated.
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c userent.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c userrec.c
clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -c users.c
/opt/pkg/bin/bmake linkstart && /opt/pkg/bin/bmake link && /opt/pkg/bin/bmake linkfinish

This may take a while. Go get some runts.

---------- Yeah! That's the compiling, now the linking! ----------

Linking eggdrop (standard build).

clang -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/opt/pkg/include -L/opt/pkg/lib -lpthread -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o  dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o  modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o  tls.o userent.o userrec.o users.o  -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv md5/md5c.o compat/*.o `cat mod/mod.xlibs`

Successful compile: eggdrop


Making modules...

clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././assoc.mod/assoc.c && mv -f assoc.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../assoc.so ../assoc.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../assoc.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././blowfish.mod/blowfish.c && mv -f blowfish.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../blowfish.so ../blowfish.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../blowfish.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././channels.mod/channels.c && mv -f channels.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../channels.so ../channels.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../channels.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././compress.mod/compress.c && mv -f compress.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../compress.so ../compress.o -lz -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../compress.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././console.mod/console.c && mv -f console.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../console.so ../console.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../console.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././ctcp.mod/ctcp.c && mv -f ctcp.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../ctcp.so ../ctcp.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../ctcp.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include  -DMAKING_MODS -c .././dns.mod/dns.c && mv -f dns.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../dns.so ../dns.o -lresolv -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../dns.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././filesys.mod/filesys.c && mv -f filesys.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../filesys.so ../filesys.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../filesys.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././ident.mod/ident.c && mv -f ident.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../ident.so ../ident.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../ident.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././irc.mod/irc.c && mv -f irc.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../irc.so ../irc.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../irc.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././notes.mod/notes.c && mv -f notes.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../notes.so ../notes.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../notes.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././pbkdf2.mod/pbkdf2.c && mv -f pbkdf2.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../pbkdf2.so ../pbkdf2.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../pbkdf2.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././seen.mod/seen.c && mv -f seen.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../seen.so ../seen.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../seen.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../server.so ../server.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../server.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././share.mod/share.c && mv -f share.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../share.so ../share.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../share.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././transfer.mod/transfer.c && mv -f transfer.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../transfer.so ../transfer.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../transfer.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././twitch.mod/twitch.c && mv -f twitch.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../twitch.so ../twitch.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../twitch.so
clang -fPIC -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -I/opt/pkg/include -DMAKING_MODS -c .././uptime.mod/uptime.c && mv -f uptime.o ../
clang -dynamiclib -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -L/opt/pkg/lib -Wl,-single_module -pipe -Os -DLANGDIR=\"/opt/pkg/share/eggdrop/language\" -I/opt/pkg/include -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod  -DHAVE_CONFIG_H -I/opt/pkg/include -o ../../../uptime.so ../uptime.o -L/opt/pkg/lib -L/opt/pkg/lib -ltcl86 -lz -lpthread -framework CoreFoundation -lssl -lcrypto  -lresolv  && touch ../../../uptime.so
All modules compiled.