FreeBSD Bugzilla – Attachment 83993 Details for
Bug 119919
port print/cups-base add PAM support option to Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 1.41 KB, created by
Willy Offermans
on 2008-01-23 10:30:01 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Willy Offermans
Created:
2008-01-23 10:30:01 UTC
Size:
1.41 KB
patch
obsolete
>--- Makefile Wed Jan 23 10:39:55 2008 >+++ Makefile.new Wed Jan 23 10:39:41 2008 >@@ -34,7 +34,6 @@ > CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DSOFLAGS="${DSOFLAGS}" > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS+= --localstatedir=/var \ >- --disable-pam \ > --disable-slp \ > --disable-gssapi \ > --with-cups-user=${CUPSOWN} \ >@@ -46,9 +45,10 @@ > --with-domainsocket=${CUPS_SOCKET} > > OPTIONS= GNUTLS "Build with GNUTLS library" on \ >+ LIBPAPER "Build with libpaper support" off \ >+ PAM "Build with PAM support" on \ > PHP "Build PHP support" off \ >- PYTHON "Build PYTHON support" off \ >- LIBPAPER "Build with libpaper support" off >+ PYTHON "Build PYTHON support" off > > CUPS_ETCDIR= ${PREFIX}/etc/cups > CUPS_SPOOLDIR= /var/spool/cups >@@ -76,6 +76,17 @@ > .include "${PORTSDIR}/Mk/bsd.openssl.mk" > .endif > >+.if defined(WITH_LIBPAPER) >+CONFIGURE_ARGS+= --enable-libpaper >+LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper >+.endif >+ >+.if !defined(WITHOUT_PAM) >+CONFIGURE_ARGS+= --enable-pam >+.else >+CONFIGURE_ARGS+= --disable-pam >+.endif >+ > .if defined(WITH_PHP) > CONFIGURE_ARGS+= --with-php > USE_PHP= yes >@@ -90,11 +101,6 @@ > CONFIGURE_ARGS+= --with-python > USE_PYTHON= yes > .include "${PORTSDIR}/Mk/bsd.python.mk" >-.endif >- >-.if defined(WITH_LIBPAPER) >-CONFIGURE_ARGS+= --enable-libpaper >-LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper > .endif > > MAN1EXT= 1
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 119919
: 83993