FreeBSD Bugzilla – Attachment 157692 Details for
Bug 200829
[PATCH] devel/avr-gdb: Add PYTHON option to make dependency explicit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patchset for devel/avr-gdb
patch.txt (text/plain), 794 bytes, created by
Craig Leres
on 2015-06-12 22:48:38 UTC
(
hide
)
Description:
Patchset for devel/avr-gdb
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2015-06-12 22:48:38 UTC
Size:
794 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 389258) >+++ Makefile (working copy) >@@ -11,6 +11,7 @@ > > MAINTAINER= joerg@FreeBSD.org > COMMENT= GNU GDB for the AVR target >+ > LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 > > USES= gmake tar:bzip2 >@@ -19,6 +20,21 @@ > CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls \ > --disable-werror > >+OPTIONS_DEFINE= PYTHON >+OPTIONS_DEFAULT= PYTHON >+ >+.include <bsd.port.options.mk> >+ >+foo: >+ @echo "PYTHON_VERSION ${PYTHON_VERSION}" >+ >+.if ${PORT_OPTIONS:MPYTHON} >+CONFIGURE_ARGS+= --with-python=${LOCALBASE}/bin/${PYTHON_VERSION} >+USES+= python >+.else >+CONFIGURE_ARGS+= --without-python >+.endif >+ > pre-configure: > cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo >
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 200829
:
157692
|
157693
|
157694
|
157695
|
164440
|
164441
|
174894
|
174895
|
188573
|
188574
|
206980