FreeBSD Bugzilla – Attachment 143783 Details for
Bug 191043
[patch] Added stage support to devel/arduino-mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Added stage support to arduino-mk
arduino-mk-staging.patch.txt (text/plain), 2.00 KB, created by
joe
on 2014-06-14 23:22:18 UTC
(
hide
)
Description:
Added stage support to arduino-mk
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-14 23:22:18 UTC
Size:
2.00 KB
patch
obsolete
>diff --git a/devel/arduino-mk/Makefile b/devel/arduino-mk/Makefile >index e69c444..5d97437 100644 >--- a/devel/arduino-mk/Makefile >+++ b/devel/arduino-mk/Makefile >@@ -25,7 +25,6 @@ NO_BUILD= yes > > OPTIONS_DEFINE+= DOCS EXAMPLES > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if empty(PORT_OPTIONS:MDOCS) >@@ -54,17 +53,15 @@ post-patch: > ${WRKSRC}/bin/ard-parse-boards > > do-install: >- ${MKDIR} ${PREFIX}/${PORTNAME}/bin >- ${INSTALL_DATA} ${WRKSRC}/arduino-mk/Arduino.mk ${PREFIX}/${PORTNAME} >- ${INSTALL_SCRIPT} ${WRKSRC}/bin/ard-parse-boards ${PREFIX}/${PORTNAME}/bin >- ${INSTALL_SCRIPT} ${WRKSRC}/bin/ard-reset-arduino ${PREFIX}/${PORTNAME}/bin >+ ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin >+ ${INSTALL_DATA} ${WRKSRC}/arduino-mk/Arduino.mk ${STAGEDIR}${PREFIX}/${PORTNAME} >+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/ard-parse-boards ${STAGEDIR}${PREFIX}/${PORTNAME}/bin >+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/ard-reset-arduino ${STAGEDIR}${PREFIX}/${PORTNAME}/bin > .if ${PORT_OPTIONS:MEXAMPLES} >- ${MKDIR} ${EXAMPLESDIR} >- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${INSLIST}" ${EXAMPLESDIR}) >-.endif >-.if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "${INSLIST}" ${STAGEDIR}${EXAMPLESDIR}) > .endif >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >diff --git a/devel/arduino-mk/pkg-plist b/devel/arduino-mk/pkg-plist >index 3c37270..44f7ff4 100644 >--- a/devel/arduino-mk/pkg-plist >+++ b/devel/arduino-mk/pkg-plist >@@ -7,7 +7,6 @@ arduino-mk/bin/ard-reset-arduino > %%EXAMPLES%%%%EXAMPLESDIR%%/AnalogInOutSerial/Makefile > %%EXAMPLES%%%%EXAMPLESDIR%%/Blink/Blink.ino > %%EXAMPLES%%%%EXAMPLESDIR%%/Blink/Makefile >-%%EXAMPLES%%%%EXAMPLESDIR%%/BlinkWithoutDelay/._.DS_Store > %%EXAMPLES%%%%EXAMPLESDIR%%/BlinkWithoutDelay/.DS_Store > %%EXAMPLES%%%%EXAMPLESDIR%%/BlinkWithoutDelay/BlinkWithoutDelay.ino > %%EXAMPLES%%%%EXAMPLESDIR%%/BlinkWithoutDelay/Makefile
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 Raw
Actions:
View
Attachments on
bug 191043
: 143783