FreeBSD Bugzilla – Attachment 128148 Details for
Bug 172029
mail/abook: Support USE_READLINE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.65 KB, created by
tkato432
on 2012-09-25 19:10:33 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:10:33 UTC
Size:
1.65 KB
patch
obsolete
>diff -urN /usr/ports/mail/abook/Makefile mail/abook/Makefile >--- /usr/ports/mail/abook/Makefile 2011-10-24 12:33:12.000000000 +0900 >+++ mail/abook/Makefile 2012-09-25 03:36:35.000000000 +0900 >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: abook >-# Date created: June 6th 2000 >-# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> >-# >+# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> > # $FreeBSD: ports/mail/abook/Makefile,v 1.31 2011/10/24 03:33:12 stas Exp $ >-# > > PORTNAME= abook > PORTVERSION= 0.5.6 >@@ -14,33 +10,38 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= An addressbook program with mutt mail client support > >+LICENSE= GPLv2 >+ >+OPTIONS_DEFINE= NLS DOCS >+OPTIONS_DEFAULT=NLS >+ >+USE_NCURSES= yes >+USE_READLINE= yes > GNU_CONFIGURE= yes >-CFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >+MAKE_JOBS_SAFE= yes > >-.if defined(WITHOUT_NLS) >-CONFIGURE_ARGS+=--disable-nls >-PLIST_SUB+= NLS="@comment " >-.else >-USE_GETTEXT= yes >-PLIST_SUB+= NLS="" >-.endif >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib > > MAN1= abook.1 > MAN5= abookrc.5 > PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ > THANKS TODO > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >-.if exists(${LOCALBASE}/lib/libreadline.so.6) >-LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline >+.if ${PORT_OPTIONS:MNLS} >+USE_GETTEXT= yes >+PLIST_SUB+= NLS="" >+.else >+CONFIGURE_ARGS+=--disable-nls >+PLIST_SUB+= NLS="@comment " > .endif > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif > >-.include <bsd.port.post.mk> >+.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 172029
: 128148