Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2003 12:37:15 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dwcjr@FreeBSD.org
Subject:   ports/55920: [PATCH] net/samba: fix Makefile, add identification to configuration dialog
Message-ID:  <20030824103715.39CE63E04@dask.thegler.dk>
Resent-Message-ID: <200308241040.h7OAePYv040508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55920
>Category:       ports
>Synopsis:       [PATCH] net/samba: fix Makefile, add identification to configuration dialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 03:40:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- change spaces for tabs in Makefile (portlint complaint)
- add 'samba' to configuration dialog title

Port maintainer (dwcjr@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.25
>How-To-Repeat:
>Fix:

--- samba-2.2.8a.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/samba/Makefile,v
retrieving revision 1.125
diff -u -r1.125 Makefile
--- Makefile	15 Aug 2003 00:49:29 -0000	1.125
+++ Makefile	24 Aug 2003 10:34:14 -0000
@@ -161,7 +161,7 @@
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/source
-PATCH_WRKSRC=   ${WRKDIR}/${DISTNAME}
+PATCH_WRKSRC=	${WRKDIR}/${DISTNAME}
 
 LIBTOOLFILES=		${WRKSRC}/aclocal.m4
 
@@ -176,7 +176,7 @@
 
 SED_PLIST=	${SED} -e 's!${PREFIX}!%D!g'
 
-PLIST_SUB=      AUDIT=${AUDIT} \
+PLIST_SUB=	AUDIT=${AUDIT} \
 		RECYCLE=${RECYCLE} \
 		LIBSAMBA=${LIBSAMBA} \
 		BUILD_VFS=${BUILD_VFS} \
Index: scripts/configure.samba
===================================================================
RCS file: /home/ncvs/ports/net/samba/scripts/configure.samba,v
retrieving revision 1.6
diff -u -r1.6 configure.samba
--- scripts/configure.samba	11 Jul 2002 13:32:55 -0000	1.6
+++ scripts/configure.samba	24 Aug 2003 10:34:14 -0000
@@ -11,7 +11,7 @@
 		set ${SAMBA_OPTIONS}
 	fi
 else
-	/usr/bin/dialog --title "configuration options" --clear \
+	/usr/bin/dialog --title "samba configuration options" --clear \
 		--checklist "\n\
 Please select desired options:" -1 -1 12 \
 syslog		"With syslog support" OFF \
--- samba-2.2.8a.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030824103715.39CE63E04>