FreeBSD Bugzilla – Attachment 118426 Details for
Bug 160661
[patch] comms/minicom: make lrzsz dependency optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 824 bytes, created by
4720@hushmail.com
on 2011-09-11 16:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
4720@hushmail.com
Created:
2011-09-11 16:40:05 UTC
Size:
824 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/comms/minicom/Makefile,v >retrieving revision 1.56 >diff -u -r1.56 Makefile >--- Makefile 17 Aug 2011 21:04:58 -0000 1.56 >+++ Makefile 10 Sep 2011 08:45:42 -0000 >@@ -14,9 +14,13 @@ > MAINTAINER= johans@FreeBSD.org > COMMENT= An MS-DOS Telix serial communication program "workalike" > >-RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz >+OPTIONS= LRZSZ "Install X/Y/ZMODEM protocol handlers" on > >-USE_ICONV= yes >+.include <bsd.port.options.mk> >+ >+.if defined(WITH_LRZSZ) >+RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz >+.endif > > .if defined(WITHOUT_NLS) > CONFIGURE_ARGS+=--disable-nls >@@ -26,6 +30,7 @@ > PLIST_SUB+= NLS="" > .endif > >+USE_ICONV= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > GNU_CONFIGURE= yes
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 160661
: 118426