FreeBSD Bugzilla – Attachment 59079 Details for
Bug 88941
Suggested updates of mail/cclient Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.43 KB, created by
mats
on 2005-11-13 18:50:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mats
Created:
2005-11-13 18:50:21 UTC
Size:
1.43 KB
patch
obsolete
>--- Makefile.orig Sat Oct 8 05:14:27 2005 >+++ Makefile Sun Nov 13 13:40:29 2005 >@@ -20,6 +20,13 @@ > MAINTAINER= anders@FreeBSD.org > COMMENT= Mark Crispin's C-client mail access routines > >+OPTIONS= SSL "Compile with SSL support" on \ >+ SSL_AND_PLAINTEXT "Accept plain text passwords with SSL" off \ >+ IPV6 "Support IPv6" on \ >+ MBX_DEFAULT "Use MBX as default mailbox format" off >+ >+.include <bsd.port.pre.mk> >+ > INSTALLS_SHLIB= yes > ALL_TARGET= bsf > .if defined(WITHOUT_SSL) >@@ -42,8 +49,6 @@ > MAKE_ENV= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} > PLIST_SUB= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} > >-.include <bsd.port.pre.mk> >- > .if ${PORTOBJFORMAT} == "aout" > SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0 > .endif >@@ -58,6 +63,16 @@ > @${REINPLACE_CMD} -e "s|^IP=4|IP=6|" ${WRKSRC}/Makefile \ > ${WRKSRC}/src/osdep/unix/Makefile > .endif >+# Do this here because other patches also modifies this file >+.if defined(WITH_MBX_DEFAULT) >+ @${CP} ${WRKSRC}/src/osdep/unix/Makefile \ >+ ${WRKSRC}/src/osdep/unix/Makefile.presed2 >+ @${SED} -e 's:^CREATEPROTO=unixproto:CREATEPROTO=mbxproto:' \ >+ ${WRKSRC}/src/osdep/unix/Makefile.presed2 > \ >+ ${WRKSRC}/src/osdep/unix/Makefile >+.endif >+# >+ > > post-configure: > @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}"
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 88941
: 59079