Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 21:42:33 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35964: Update port: net/tn5250
Message-ID:  <200203160542.g2G5gXV64535@freefall.freebsd.org>

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

>Number:         35964
>Category:       ports
>Synopsis:       Update port: net/tn5250
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 21:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MAN entry

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/tn5250/Makefile net/tn5250/Makefile
--- /usr/ports/net/tn5250/Makefile	Tue Dec 18 19:55:39 2001
+++ net/tn5250/Makefile	Sat Mar 16 00:43:32 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	tn5250
 PORTVERSION=	0.16.3
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,7 +19,8 @@
 CONFIGURE_ARGS=	--enable-os-dir=no
 INSTALLS_SHLIB=	yes
 
-MAN1=		scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1
+MAN1=		lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1
+MAN5=		tn5250rc.5
 
 .if defined(WITH_SLANG)
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
@@ -39,7 +41,7 @@
 .endif
 
 post-patch:
-	@find ${WRKSRC}/src -name '*.[ch]' | xargs ${PERL} -pi -e \
+	@${FIND} ${WRKSRC}/src -name '*.[ch]' | ${XARGS} ${PERL} -pi -e \
 		's|<malloc.h>|<stdlib.h>|g'
 
 post-install:

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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