Index: head/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h =================================================================== --- head/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h (nonexistent) +++ head/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h (revision 421517) @@ -0,0 +1,10 @@ +--- ext/mri/ow-crypt.h.orig 2016-09-01 08:48:28 UTC ++++ ext/mri/ow-crypt.h +@@ -16,7 +16,6 @@ + + #ifndef __SKIP_GNU + extern char *crypt(__CONST char *key, __CONST char *setting); +-extern char *crypt_r(__CONST char *key, __CONST char *setting, void *data); + #endif + + #ifndef __SKIP_OW Property changes on: head/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c =================================================================== --- head/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c (nonexistent) +++ head/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c (revision 421517) @@ -0,0 +1,16 @@ +--- ext/mri/wrapper.c.orig 2016-09-01 08:48:10 UTC ++++ ext/mri/wrapper.c +@@ -185,13 +185,6 @@ char *crypt_ra(__CONST char *key, __CONS + return _crypt_blowfish_rn(key, setting, (char *)*data, *size); + } + +-char *crypt_r(__CONST char *key, __CONST char *setting, void *data) +-{ +- return _crypt_retval_magic( +- crypt_rn(key, setting, data, CRYPT_OUTPUT_SIZE), +- setting, (char *)data); +-} +- + #define __crypt_gensalt_rn crypt_gensalt_rn + #define __crypt_gensalt_ra crypt_gensalt_ra + #define __crypt_gensalt crypt_gensalt Property changes on: head/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property