ports/109604: [PATCH] news/tin: add WITH_TIN_SCREEN knob

Yen-Ming Lee leeym at FreeBSD.org
Tue Feb 27 15:20:12 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list