FreeBSD Bugzilla – Attachment 144344 Details for
Bug 191563
[MAINTAINER] dns/mydns-ng-mysql: Add staging support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mydns-ng-mysql-1.2.8.31.patch
mydns-ng-mysql-1.2.8.31.patch (text/plain), 1.55 KB, created by
Hung-Yi Chen
on 2014-07-02 16:58:24 UTC
(
hide
)
Description:
mydns-ng-mysql-1.2.8.31.patch
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2014-07-02 16:58:24 UTC
Size:
1.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 360222) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mydns-ng > PORTVERSION= 1.2.8.31 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns databases > MASTER_SITES= SF/${PORTNAME}/mydns/${PORTVERSION} > DISTNAME= mydns-${PORTVERSION} >@@ -30,7 +30,6 @@ > OPTIONS_DEFAULT= ALIAS > ALIAS_DESC= Server side aliasas > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MALIAS} >@@ -69,16 +68,16 @@ > > post-install: > .if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR}/contrib >+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib > .for f in ${DOCS} >- @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ >+ @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ > .endfor >- @${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/ >- @${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/ >- @${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/ >- @${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/ >+ @${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${STAGEDIR}${DOCSDIR}/contrib/ >+ @${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DOCSDIR}/contrib/ >+ @${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${STAGEDIR}${DOCSDIR}/contrib/ >+ @${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/ > .endif >- @${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample >+ @${STAGEDIR}${PREFIX}/sbin/mydns --dump-config >${STAGEDIR}${PREFIX}/etc/mydns.conf.sample > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >--- mydns-ng-mysql-1.2.8.31.patch ends here ---
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 191563
: 144344 |
144386