aboutsummaryrefslogtreecommitdiff
path: root/security/pam_smb
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2002-02-20 06:56:19 +0000
committerNick Sayer <nsayer@FreeBSD.org>2002-02-20 06:56:19 +0000
commit987640f7cc7678a80c473167794d2d10c2336728 (patch)
tree4635ca50158bbf6cf8fe6216a2ee7766f550d9bd /security/pam_smb
parent124f4dcb9e2a974f75b5198cbed73a863482798f (diff)
downloadports-987640f7cc7678a80c473167794d2d10c2336728.tar.gz
ports-987640f7cc7678a80c473167794d2d10c2336728.zip
Notes
Diffstat (limited to 'security/pam_smb')
-rw-r--r--security/pam_smb/Makefile1
-rw-r--r--security/pam_smb/files/patch-smbval::smbencrypt.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile
index 505a0ab0a65c..1f5c71cd61a0 100644
--- a/security/pam_smb/Makefile
+++ b/security/pam_smb/Makefile
@@ -6,6 +6,7 @@
PORTNAME= pam_smb
PORTVERSION= 1.9.9
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.csn.ul.ie/~airlied/pam_smb/devel/
diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c
new file mode 100644
index 000000000000..1097aff35269
--- /dev/null
+++ b/security/pam_smb/files/patch-smbval::smbencrypt.c
@@ -0,0 +1,10 @@
+--- smbval/smbencrypt.c.orig Tue Feb 19 10:34:51 2002
++++ smbval/smbencrypt.c Tue Feb 19 10:39:28 2002
+@@ -21,6 +21,7 @@
+ */
+=20
+ #include <string.h>
++#include <sys/types.h>
+ #include <arpa/inet.h>
+ #include <dirent.h>
+ #include <string.h>