FreeBSD Bugzilla – Attachment 146575 Details for
Bug 193181
[stage] net/aoe: add stage support and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[maintainer] STAGE svn diff
2014-08-30.diff (text/plain), 1.02 KB, created by
Chris Hutchinson
on 2014-08-30 22:23:27 UTC
(
hide
)
Description:
[maintainer] STAGE svn diff
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-08-30 22:23:27 UTC
Size:
1.02 KB
patch
obsolete
>Index: aoe/Makefile >=================================================================== >--- aoe/Makefile (revision 366684) >+++ aoe/Makefile (working copy) >@@ -7,7 +7,7 @@ > MASTER_SITES= http://www.son.org/download/ > DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= portmaster@bsdforge.com > COMMENT= FreeBSD driver for ATA over Ethernet (AoE) > > NO_PACKAGE= Should be in sync with the kernel to work correctly >@@ -17,7 +17,6 @@ > MAN4= aoe.4 > USE_RC_SUBR= aoe > >-NO_STAGE= yes > pre-everything:: > @if [ ! -f /usr/src/sys/Makefile ]; then \ > ${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \ >@@ -26,9 +25,9 @@ > fi > > do-install: >- ${MKDIR} ${PREFIX}/lib/aoe >- ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${PREFIX}/lib/aoe >- ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${PREFIX}/man/man4 >+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/aoe >+ ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe >+ ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4 > ${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk>
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 193181
: 146575