diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-05 17:30:02 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-05 17:30:02 +0000 |
commit | d804725c682b4c29d6ab648af3f7cb59c503b441 (patch) | |
tree | 5071785fe7b5f5b0009eeb4ffb4703d7f9ad3c89 /net/samba3/Makefile | |
parent | 6c937fdd77202074c7de30dae9ba3cfd9c68b9a7 (diff) |
I was too quick to drop off a hack, that masks "25 years old BSD bug" in
Samba. So, here is small patch that will let people with legacy libc to
run Samba. Funny enough, 6.4 and 7.1 are not going to be affected, but
patch will go into the release CDs...
Notes
Notes:
svn path=/head/; revision=219938
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index d9d460a9f2ff..af8ddf872c37 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION?= 3.0.32 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} |