From owner-freebsd-ports Wed Oct 4 22:00:15 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA19324 for ports-outgoing; Wed, 4 Oct 1995 22:00:15 -0700 Received: from alf.zfn.uni-bremen.de (alf20.zfn.uni-bremen.de [134.102.20.22]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id WAA19317 for ; Wed, 4 Oct 1995 22:00:10 -0700 Received: from deceased.hb.north.de by alf.zfn.uni-bremen.de (AIX 3.2/UCB 5.64/4.940318) id AA19739; Thu, 5 Oct 1995 06:00:02 +0200 Received: from jelal.hb.north.de by deceased.hb.north.de with uucp (Smail3.1.29.1) id m0t0ftN-000Z38C; Thu, 5 Oct 95 03:18 MET Received: by jelal.hb.north.de (SMail-ST 0.95gcc/2.5+) id AA00325; Thu, 5 Oct 1995 02:39:24 +0100 (CET) Received: (from nox@localhost) by saturn (8.6.11/8.6.9) id CAA20553 for ports@freebsd.org; Thu, 5 Oct 1995 02:47:29 +0100 From: Juergen Lock Message-Id: <199510050147.CAA20553@saturn> Subject: updated samba port (1.9.14) To: ports@freebsd.org Date: Thu, 5 Oct 1995 02:47:29 +0100 (MET) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 3920 Sender: owner-ports@freebsd.org Precedence: bulk OK just in case the one in ports is still at 1.9.13... I can't md5 the source myself right now (i'm using older sources + diffs) but otherwise it should be ok. Now if we could only get this silly os/half talking to it... oh btw, do you know what a `Rundspruchnachrichtenrahmen' is? IBM desperately trying to translate a broadcast packet... (FYI nearly everyone here just uses the english terms, except for some strange people at IBM and Siemens. and no i'm not going to repeat the story of the translated sendmail now... :) off for some sleep now, Juergen diff -ur /usr/ports/net/samba/Makefile samba-1.9.14/Makefile --- /usr/ports/net/samba/Makefile Wed May 3 10:46:00 1995 +++ samba-1.9.14/Makefile Thu Oct 5 01:51:03 1995 @@ -1,18 +1,35 @@ # New ports collection makefile for: samba -# Version required: 1.9.13 +# Version required: 1.9.14 # Date created: 11th Feb 1995 # Whom: gpalmer +# Date updated: October 4 1995 +# Whom: nox@jelal.hb.north.de # # $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $ # -DISTNAME= samba-1.9.13 +DISTNAME= samba-1.9.14 CATEGORIES+= networking MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +WRKSRC= ${WRKDIR}/${DISTNAME}/source MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/smbstatus.1 + gzip -9nf ${PREFIX}/man/man1/smbclient.1 + gzip -9nf ${PREFIX}/man/man1/smbrun.1 + gzip -9nf ${PREFIX}/man/man1/smbtar.1 + gzip -9nf ${PREFIX}/man/man1/testparm.1 + gzip -9nf ${PREFIX}/man/man1/testprns.1 + gzip -9nf ${PREFIX}/man/man5/smb.conf.5 + gzip -9nf ${PREFIX}/man/man7/samba.7 + gzip -9nf ${PREFIX}/man/man8/smbd.8 + gzip -9nf ${PREFIX}/man/man8/nmbd.8 +.endif .include diff -ur /usr/ports/net/samba/patches/patch-aa samba-1.9.14/patches/patch-aa --- /usr/ports/net/samba/patches/patch-aa Mon Apr 10 10:44:00 1995 +++ samba-1.9.14/patches/patch-aa Thu Oct 5 01:19:12 1995 @@ -46,30 +46,3 @@ # This is for NeXT. Note that versions of NeXT less than 3.2 -*************** -*** 449,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 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ ---- 449,465 ---- - 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" -! @gzip -9f $(MANDIR)/man1/smbstatus.1 -! @gzip -9f $(MANDIR)/man1/smbclient.1 -! @gzip -9f $(MANDIR)/man1/smbrun.1 -! @gzip -9f $(MANDIR)/man1/testparm.1 -! @gzip -9f $(MANDIR)/man1/testprns.1 -! @gzip -9f $(MANDIR)/man5/smb.conf.5 -! @gzip -9f $(MANDIR)/man7/samba.7 -! @gzip -9f $(MANDIR)/man8/smbd.8 -! @gzip -9f $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ diff -urN /usr/ports/net/samba/patches/patch-ab samba-1.9.14/patches/patch-ab --- /usr/ports/net/samba/patches/patch-ab Thu Jan 1 01:00:00 1970 +++ samba-1.9.14/patches/patch-ab Thu Oct 5 01:19:39 1995 @@ -0,0 +1,10 @@ +Index: smbtar +@@ -1,7 +1,7 @@ + #!/bin/sh + + # edit this to show where your smbclient is +-SMBCLIENT="./smbclient" ++SMBCLIENT="/usr/local/samba/bin/smbclient" + + server="" + service=backup diff -ur /usr/ports/net/samba/pkg/PLIST samba-1.9.14/pkg/PLIST --- /usr/ports/net/samba/pkg/PLIST Sun Apr 9 18:07:00 1995 +++ samba-1.9.14/pkg/PLIST Thu Oct 5 01:55:03 1995 @@ -4,9 +4,13 @@ samba/bin/testparm samba/bin/testprns samba/bin/smbrun +samba/bin/smbstatus +samba/bin/smbpasswd +samba/bin/smbtar man/man1/smbstatus.1.gz man/man1/smbclient.1.gz man/man1/smbrun.1.gz +man/man1/smbtar.1.gz man/man1/testparm.1.gz man/man1/testprns.1.gz man/man5/smb.conf.5.gz