diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-27 23:25:22 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-27 23:25:22 +0000 |
commit | 762752b775e9deb98fe1f114655b5fee7584dc3a (patch) | |
tree | 735f64a5a98b48f20cdf25dbe8269f8791bb9079 /net/samba | |
parent | 869622ad387690d0689907e61b2eadd0cedaf7bc (diff) | |
download | ports-762752b775e9deb98fe1f114655b5fee7584dc3a.tar.gz ports-762752b775e9deb98fe1f114655b5fee7584dc3a.zip |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 7 | ||||
-rw-r--r-- | net/samba/distinfo | 2 | ||||
-rw-r--r-- | net/samba/files/patch-aa | 24 |
3 files changed, 17 insertions, 16 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 2e6a497902f2..b988dcc73889 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,13 +1,14 @@ # New ports collection makefile for: samba -# Version required: 1.9.02 +# Version required: 1.9.08 # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/02/11 18:28:42 gpalmer Exp $ # -DISTNAME= samba-1.9.02 +DISTNAME= samba-1.9.08 MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba diff --git a/net/samba/distinfo b/net/samba/distinfo index b8ed8609576e..e2d6f38a1a7b 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1 +1 @@ -MD5 (samba-1.9.02.tar.gz) = da2c2de0f30669421e36f8c9bb39e929 +MD5 (samba-1.9.08.tar.gz) = 350a097ec589e03f7da2d8c1de02ef28 diff --git a/net/samba/files/patch-aa b/net/samba/files/patch-aa index 561f074f02bf..3749d505bea0 100644 --- a/net/samba/files/patch-aa +++ b/net/samba/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Tue Jan 24 16:30:54 1995 ---- Makefile Sat Feb 11 10:11:05 1995 +*** Makefile.orig Fri Mar 24 01:37:51 1995 +--- Makefile Mon Mar 27 15:19:10 1995 *************** *** 5,16 **** @@ -28,35 +28,35 @@ LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var *************** -*** 195,202 **** - +*** 217,224 **** # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de -! # FLAGSM = -DFreeBSD -DUSE_DIRECT + # NOTE: You may need to add -DBSD44 if you have password problems +! # FLAGSM = -DFreeBSD ! # LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 ---- 195,202 ---- - +--- 217,224 ---- # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de -! FLAGSM = -DFreeBSD -DUSE_DIRECT + # NOTE: You may need to add -DBSD44 if you have password problems +! FLAGSM = -DFreeBSD -DBSD44 ! LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 *************** -*** 380,386 **** - chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5 +*** 440,446 **** + chmod u=rw,go=r $(MANDIR)/man7/samba.7 chmod u=rw,go=r $(MANDIR)/man8/smbd.8 chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 ! source: tar cfv sources.tar COPYING README THANKS \ Makefile announce bugs change-log \ ---- 380,395 ---- - chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5 +--- 440,455 ---- + chmod u=rw,go=r $(MANDIR)/man7/samba.7 chmod u=rw,go=r $(MANDIR)/man8/smbd.8 chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 ! @echo "Comrpessing manpages" |