FreeBSD Bugzilla – Attachment 250429 Details for
Bug 278755
devel/arduino: Use EXTRACT_AFTER_ARGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for arduino v2
rmrf-arduino-v2.patch (text/plain), 1.39 KB, created by
Daniel Engberg
on 2024-05-05 11:45:58 UTC
(
hide
)
Description:
Patch for arduino v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 11:45:58 UTC
Size:
1.39 KB
patch
obsolete
>diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile >index c1f5614fd27b..4a4a039af1d8 100644 >--- a/devel/arduino/Makefile >+++ b/devel/arduino/Makefile >@@ -34,6 +34,14 @@ CONFLICTS_INSTALL= arduino18 > NO_BUILD= yes > USE_LDCONFIG= ${PREFIX}/arduino/lib > >+# Remove broken jar, and Linux C6 based libraries. >+# This port relys on comms/RXTX working without Linux C6 compatibility. >+EXTRACT_AFTER_ARGS= --exclude ${PORTNAME}-${PORTVERSION}/hardware/tools \ >+ --exclude ${PORTNAME}-${PORTVERSION}/lib/RXTXcomm.jar \ >+ --exclude ${PORTNAME}-${PORTVERSION}/lib/librxtxSerial.so \ >+ --exclude ${PORTNAME}-${PORTVERSION}/lib/librxtxSerial64.so \ >+ --no-same-owner --no-same-permissions >+ > PLIST_SUB= ARCH=${ARCH:S|i386||:S|amd64|64|} > > SUB_FILES= arduino pkg-message >@@ -81,18 +89,9 @@ INSLIST+= examples > FIND_EXPR= "${FIND_EXCLUDES} -prune" > > post-patch: >- ${RM} -r ${WRKSRC}/hardware/tools/ > ${MKDIR} ${WRKSRC}/hardware/tools/avr/ > ${LN} -s ${PREFIX}/bin ${WRKSRC}/hardware/tools/avr/bin > ${LN} -s ${PREFIX}/etc ${WRKSRC}/hardware/tools/avr/etc >- >- # Remove broken jar, and Linux C6 based libraries. >- ${RM} ${WRKSRC}/lib/RXTXcomm.jar >- >- # This port relys on comms/RXTX working without Linux C6 compatibility. >- ${RM} ${WRKSRC}/lib/librxtxSerial.so >- ${RM} ${WRKSRC}/lib/librxtxSerial64.so >- > # Map the RXTX port for our use > ${LN} -s ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar ${WRKSRC}/lib/RXTXcomm.jar >
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 278755
:
250391
| 250429