FreeBSD Bugzilla – Attachment 77818 Details for
Bug 111981
[PATCH] ftp/lftp: make readline dependency optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lftp-3.5.10_1.patch
lftp-3.5.10_1.patch (text/plain), 943 bytes, created by
Rong-En Fan
on 2007-04-21 09:20:03 UTC
(
hide
)
Description:
lftp-3.5.10_1.patch
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2007-04-21 09:20:03 UTC
Size:
943 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /big/freebsd-cvsup/ncvs/ports/ftp/lftp/Makefile,v >retrieving revision 1.116 >diff -u -u -r1.116 Makefile >--- Makefile 11 Apr 2007 20:17:20 -0000 1.116 >+++ Makefile 21 Apr 2007 08:16:30 -0000 >@@ -24,8 +24,6 @@ > COMMENT= Shell-like command line ftp client > > LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 >-BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline >-RUN_DEPENDS= ${BUILD_DEPENDS} > > USE_ICONV= yes > USE_BZIP2= yes >@@ -40,6 +38,11 @@ > > .include <bsd.port.pre.mk> > >+.if ${OSVERSION} < 602109 || (${OSVERSION} > 700000 && ${OSVERSION} < 700029) >+BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline >+RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline >+.endif >+ > .if defined(WITH_GNUTLS) > CONFIGURE_ARGS+= --with-gnutls > LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
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 111981
: 77818