FreeBSD Bugzilla – Attachment 15928 Details for
Bug 29404
Change Cyrus-SASL port to use PORTDOCS, DOCSDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.31 KB, created by
Scot W. Hetzel
on 2001-08-03 04:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot W. Hetzel
Created:
2001-08-03 04:40:01 UTC
Size:
3.31 KB
patch
obsolete
>diff -ruN cyrus-sasl.orig/Makefile cyrus-sasl/Makefile >--- cyrus-sasl.orig/Makefile Sat Jun 2 19:06:05 2001 >+++ cyrus-sasl/Makefile Thu Aug 2 22:11:49 2001 >@@ -98,14 +98,10 @@ > > HTDOCS= gssapi index programming sysadmin > >-.if defined(NOPORTDOCS) >-NODOCS= "@comment " >-.endif >- > PLIST_SUB= PREFIX=${PREFIX} \ > GSSAPI=${GSSAPI} \ > EBONES=${EBONES} \ >- NOPORTDOCS=${NODOCS} >+ DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \ > > pre-fetch: > @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl >@@ -123,16 +119,16 @@ > @${CHMOD} 755 ${PREFIX}/etc/rc.d/pwcheck.sh > ${INSTALL} -d -m 770 -o cyrus -g cyrus /var/pwcheck > .if !defined(NOPORTDOCS) >- @${MKDIR} ${PREFIX}/share/doc/SASL/html >+ @${MKDIR} ${DOCSDIR}/html > .for file in ${DOCS} >- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SASL >+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} > .endfor > .for file in ${DOC2} >- @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/SASL >+ @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} > .endfor >- @${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${PREFIX}/share/doc/SASL >+ @${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${DOCSDIR} > .for file in ${HTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${PREFIX}/share/doc/SASL/html >+ @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCSDIR} > .endfor > .endif > @PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >diff -ruN cyrus-sasl.orig/pkg-plist cyrus-sasl/pkg-plist >--- cyrus-sasl.orig/pkg-plist Wed Nov 1 18:16:45 2000 >+++ cyrus-sasl/pkg-plist Thu Aug 2 22:14:48 2001 >@@ -34,27 +34,27 @@ > sbin/sasldblistusers > sbin/saslpasswd > sbin/pwcheck >-%%NOPORTDOCS%%share/doc/SASL/AUTHORS >-%%NOPORTDOCS%%share/doc/SASL/COPYING >-%%NOPORTDOCS%%share/doc/SASL/ChangeLog >-%%NOPORTDOCS%%share/doc/SASL/INSTALL >-%%NOPORTDOCS%%share/doc/SASL/NEWS >-%%NOPORTDOCS%%share/doc/SASL/README >-%%NOPORTDOCS%%share/doc/SASL/Sendmail.README >-%%NOPORTDOCS%%share/doc/SASL/TODO >-%%NOPORTDOCS%%share/doc/SASL/draft-leach-digest-sasl-05.txt >-%%NOPORTDOCS%%share/doc/SASL/draft-newman-auth-scram-03.txt >-%%NOPORTDOCS%%share/doc/SASL/rfc1321.txt >-%%NOPORTDOCS%%share/doc/SASL/rfc2095.txt >-%%NOPORTDOCS%%share/doc/SASL/rfc2104.txt >-%%NOPORTDOCS%%share/doc/SASL/rfc2222.txt >-%%NOPORTDOCS%%share/doc/SASL/rfc2245.txt >-%%NOPORTDOCS%%share/doc/SASL/html/gssapi.html >-%%NOPORTDOCS%%share/doc/SASL/html/index.html >-%%NOPORTDOCS%%share/doc/SASL/html/programming.html >-%%NOPORTDOCS%%share/doc/SASL/html/sysadmin.html >-%%NOPORTDOCS%%@dirrm share/doc/SASL/html >-%%NOPORTDOCS%%@dirrm share/doc/SASL >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/Sendmail.README >+%%PORTDOCS%%%%DOCSDIR%%/TODO >+%%PORTDOCS%%%%DOCSDIR%%/draft-leach-digest-sasl-05.txt >+%%PORTDOCS%%%%DOCSDIR%%/draft-newman-auth-scram-03.txt >+%%PORTDOCS%%%%DOCSDIR%%/rfc1321.txt >+%%PORTDOCS%%%%DOCSDIR%%/rfc2095.txt >+%%PORTDOCS%%%%DOCSDIR%%/rfc2104.txt >+%%PORTDOCS%%%%DOCSDIR%%/rfc2222.txt >+%%PORTDOCS%%%%DOCSDIR%%/rfc2245.txt >+%%PORTDOCS%%%%DOCSDIR%%/html/gssapi.html >+%%PORTDOCS%%%%DOCSDIR%%/html/index.html >+%%PORTDOCS%%%%DOCSDIR%%/html/programming.html >+%%PORTDOCS%%%%DOCSDIR%%/html/sysadmin.html >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >+%%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm lib/sasl > @mode ug=rwx,o= > @cwd /var
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 29404
: 15928