WARNING: [license.mk] Every package should define a LICENSE.
===> Building for pam-pwauth_suid-1.2nb1
(cd /Users/pbulk/build/security/pam-pwauth_suid/work &&  clang  -pipe -Os -I/opt/pkg/include -c -fPIC -DPATH_HELPER=\"/opt/pkg/libexec/pwauth_suid_helper\" pam_pwauth_suid.c &&  clang    -L/opt/pkg/lib -shared pam_pwauth_suid.o -o pam_pwauth_suid.so &&  clang  -pipe -Os -I/opt/pkg/include    -L/opt/pkg/lib pwauth_suid_helper.c -o pwauth_suid_helper -lcrypt)
pam_pwauth_suid.c:35:8: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
        pid = vfork();
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning generated.
Undefined symbols for architecture x86_64:
  "_pam_get_authtok", referenced from:
      _pam_sm_authenticate in pam_pwauth_suid.o
  "_pam_get_user", referenced from:
      _pam_sm_authenticate in pam_pwauth_suid.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/security/pam-pwauth_suid
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/security/pam-pwauth_suid