FreeBSD Bugzilla – Attachment 11489 Details for
Bug 22619
Fix mail/sendmail (by maintainer)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.55 KB, created by
dirk.meyer
on 2000-11-05 13:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dirk.meyer
Created:
2000-11-05 13:00:01 UTC
Size:
1.55 KB
patch
obsolete
>--- sendmail/Makefile Thu Oct 26 09:29:34 2000 >+++ sendmail-8.11.1/Makefile Thu Oct 26 17:51:02 2000 >@@ -18,7 +18,7 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > PLIST= ${WRKDIR}/.PLIST.more > >-.if exists(/etc/mail/mailer.conf) >+.if exists(${DESTDIR}/etc/mail/mailer.conf) > pre-configure: > ${SED} -e "s=%%PREFIX%%=${PREFIX}=" \ > ${FILESDIR}/site.config.m4 >${WRKSRC}/devtools/Site/site.config.m4 >@@ -46,6 +46,7 @@ > ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} > cd ${WRKSRC} && find -d cf -type d | \ > ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} >+ ${ECHO} "@dirrm share/sendmail" >>${PLIST} > .endif > > # We want mail.local and rmail for our system. >diff sendmail/files/site.config.m4 sendmail-8.11.1/files/site.config.m4 >--- sendmail/files/site.config.m4 Sat Oct 14 06:51:41 2000 >+++ sendmail-8.11.1/files/site.config.m4 Thu Oct 26 17:36:17 2000 >@@ -4,4 +4,5 @@ > define(`confMBINDIR',`%%PREFIX%%/sbin') > define(`confSBINDIR',`%%PREFIX%%/sbin') > define(`confUBINDIR',`%%PREFIX%%/bin') >-define(`confCCOPTS',`-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\"" -DPATH="\"/bin:/usr/bin\""') >+APPENDDEF(`confCCOPTS', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') >+APPENDDEF(`confCCOPTS', `-DPATH="\"/bin:/usr/bin\""') >--- sendmail/files/site.config.m4.pre4 Sat Oct 14 06:51:41 2000 >+++ sendmail-8.11.1/files/site.config.m4.pre4 Thu Oct 26 17:36:21 2000 >@@ -1 +1,2 @@ >-define(`confCCOPTS',`-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\"" -DPATH="\"/bin:/usr/bin\""') >+APPENDDEF(`confCCOPTS', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') >+APPENDDEF(`confCCOPTS', `-DPATH="\"/bin:/usr/bin\""')
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 22619
: 11489