Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 23:19:27 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ache@FreeBSD.org
Subject:   ports/109604: [PATCH] news/tin: add WITH_TIN_SCREEN knob
Message-ID:  <20070227151927.4157676FA65@utopia.leeym.com>
Resent-Message-ID: <200702271520.l1RFKBJ2018586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109604
>Category:       ports
>Synopsis:       [PATCH] news/tin: add WITH_TIN_SCREEN knob
>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 Feb 27 15:20:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jan 21 15:11:28 CST 2007
>Description:
- add WITH_TIN_SCREEN and allow it to be redefined in slave port
  (chinese/tin needs it to display correctly)
- bump PORTREVISION

Port maintainer (ache@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tin-1.8.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/news/tin/Makefile,v
retrieving revision 1.139
diff -u -u -r1.139 Makefile
--- Makefile	12 Feb 2007 18:28:37 -0000	1.139
+++ Makefile	27 Feb 2007 15:17:56 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	tin
 PORTVERSION=	1.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES+=	news ipv6
 MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
 		ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \
@@ -35,6 +35,7 @@
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 WITH_TIN_EDITOR?=	/usr/bin/ee
+WITH_TIN_SCREEN?=	ncurses
 
 # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii
 # national environment.
@@ -45,7 +46,7 @@
 		--with-editor=${WITH_TIN_EDITOR} \
 		--enable-nls \
 		--with-pcre=yes \
-		--with-screen=ncurses \
+		--with-screen=${WITH_TIN_SCREEN} \
 		--enable-break-long-lines \
 		--with-libiconv-prefix=${LOCALBASE} \
 		--with-mime-default-charset=US-ASCII \
--- tin-1.8.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070227151927.4157676FA65>