From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:10:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4DB8106567E for ; Tue, 25 Sep 2012 18:10:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A08318FC30 for ; Tue, 25 Sep 2012 18:10:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIAXRV022297 for ; Tue, 25 Sep 2012 18:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAXVL022285; Tue, 25 Sep 2012 18:10:33 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:10:33 GMT Resent-Message-Id: <201209251810.q8PIAXVL022285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0F4A106566B for ; Tue, 25 Sep 2012 18:08:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 821098FC1C for ; Tue, 25 Sep 2012 18:08:29 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id EE9E823C031 for ; Wed, 26 Sep 2012 03:08:27 +0900 (JST) Message-Id: <20120926022451.946c099f2c892fc6fc193bee@yahoo.com> Date: Wed, 26 Sep 2012 02:24:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172029: mail/abook: Support USE_READLINE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:10:34 -0000 >Number: 172029 >Category: ports >Synopsis: mail/abook: Support USE_READLINE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 18:10:33 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Support USE_READLINE - Support USE_NCURSES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: 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 -# +# Created by: Yen-Ming Lee # $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 +.include -.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 +.include >Release-Note: >Audit-Trail: >Unformatted: