FreeBSD Bugzilla – Attachment 218692 Details for
Bug 250227
sysutils/mtm: use base ncurses where possible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
mtm-base-ncurses-rev2.diff (text/plain), 678 bytes, created by
Steve Wills
on 2020-10-12 13:14:41 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2020-10-12 13:14:41 UTC
Size:
678 bytes
patch
obsolete
>diff --git sysutils/mtm/Makefile sysutils/mtm/Makefile >index 90315ca0ec6b..0b7e691c30b9 100644 >--- sysutils/mtm/Makefile >+++ sysutils/mtm/Makefile >@@ -11,7 +11,8 @@ LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/README.rst > > # NB: ncurses 6.1 is required. >-USES= localbase:ldflags ncurses:port >+USES= localbase:ldflags >+ > USE_CSTD= gnu99 > USE_GITHUB= yes > GH_ACCOUNT= deadpixi >@@ -32,4 +33,12 @@ do-install: > @${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/mtm.ti ${STAGEDIR}${DATADIR}/mtm.ti > >+.include <bsd.port.options.mk> >+ >+.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 >+USES+= ncurses:base >+.else >+USES+= ncurses:port >+.endif >+ > .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 250227
:
218626
| 218692