FreeBSD Bugzilla – Attachment 14776 Details for
Bug 27650
Add CUPS support to Samba 2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 566 bytes, created by
Joe Marcus Clarke
on 2001-05-26 02:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2001-05-26 02:20:00 UTC
Size:
566 bytes
patch
obsolete
>--- Makefile.orig Fri May 25 21:00:47 2001 >+++ Makefile Fri May 25 21:09:04 2001 >@@ -18,6 +18,10 @@ > > MAINTAINER= dwcjr@inethouston.net > >+.if defined(WITH_CUPS) >+LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups >+.endif >+ > # directories > VARDIR= /var > SAMBA_SPOOL= ${VARDIR}/spool/samba >@@ -37,6 +41,11 @@ > > .if defined(KRB5_HOME) && exists(${KRB5_HOME}) > CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} >+.endif >+ >+.if defined(WITH_CUPS) >+# This enables CUPS printing support in Samba. >+CONFIGURE_ARGS+=--with-cups=${LOCALBASE} > .endif > > WRKSRC= ${WRKDIR}/${DISTNAME}/source
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27650
: 14776 |
14777