Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2010 12:50:03 GMT
From:      David Naylor <naylor.b.david@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/148145: print/cups-samba: Add ability to use difference samba port
Message-ID:  <201008291250.o7TCo30s004569@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/148145; it has been noted by GNATS.

From: David Naylor <naylor.b.david@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/148145: print/cups-samba: Add ability to use difference samba port
Date: Sun, 29 Aug 2010 14:40:43 +0200

 --Boundary-00=_NVleMZu8bMDE9n/
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 See attached patch that makes the default samba port to samba34.  I have used 
 this patch with success and `port test` is happy.  
 
 --Boundary-00=_NVleMZu8bMDE9n/
 Content-Type: text/x-patch;
   charset="ISO-8859-1";
   name="cups-samba.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="cups-samba.diff"
 
 diff -u /usr/ports/print/cups-samba/Makefile cups-samba/Makefile
 --- /usr/ports/print/cups-samba/Makefile	2010-03-29 03:12:33.000000000 +0200
 +++ cups-samba/Makefile	2010-06-25 18:22:46.000000000 +0200
 @@ -18,11 +18,12 @@
  MAINTAINER=	tomasv@megalogika.lt
  COMMENT=	The Common UNIX Printing System:  MS Windows client drivers
  
 -RUN_DEPENDS=	smbspool:${PORTSDIR}/net/samba3 \
 +RUN_DEPENDS=	smbspool:${PORTSDIR}/net/${SAMBA_PORT} \
  		${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
  
  NO_BUILD=	yes
  NO_WRKSUBDIR=	yes
 +SAMBA_PORT?=	samba34
  
  DATADIR=	${PREFIX}/share/cups
  DRIVER_FILES=	cups6.inf cups6.ini cupsps6.dll cupsui6.dll
 Common subdirectories: /usr/ports/print/cups-samba/files and cups-samba/files
 
 --Boundary-00=_NVleMZu8bMDE9n/--



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