ports/130463: Update port: net/tn5250 to 0.17.4

KATO Tsuguru tkato432 at yahoo.com
Mon Jan 12 18:40:17 UTC 2009


>Number:         130463
>Category:       ports
>Synopsis:       Update port: net/tn5250 to 0.17.4
>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:   Mon Jan 12 18:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.17.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/tn5250/Makefile net/tn5250/Makefile
--- /usr/ports/net/tn5250/Makefile	2008-08-21 18:56:20.000000000 +0900
+++ net/tn5250/Makefile	2008-12-27 03:18:28.000000000 +0900
@@ -6,50 +6,25 @@
 #
 
 PORTNAME=	tn5250
-PORTVERSION=	0.17.3
-PORTREVISION=	1
+PORTVERSION=	0.17.4
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	5250 Telnet protocol and Terminal
 
-USE_AUTOTOOLS=	libtool:15
-USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_OPENSSL=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ARGS=	--enable-os-dir=no --with-ssl=${OPENSSLBASE}
 USE_LDCONFIG=	yes
 
 MAN1=		lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1
 MAN5=		tn5250rc.5
 
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
-
-.if defined(WITH_SLANG)
-LIB_DEPENDS+=	slang.1:${PORTSDIR}/devel/libslang
-PKGNAMESUFFIX=	-slang
-CONFIGURE_ARGS+=	--with-slang=yes
-LDFLAGS+=	-lcurses
-.else
-CONFIGURE_ARGS+=	--with-slang=no
-.endif
-
-pre-everything::
-.if !defined(WITH_SLANG)
-	@${ECHO_MSG}
-	@${ECHO_MSG} "If you want to compile with S/Lang support,"
-	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SLANG=yes\""
-	@${ECHO_MSG}
-.endif
-
-post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/freebsd/5250keys ${PREFIX}/bin
-.for file in README sample.termcap us.5250.kbd
-	${INSTALL_DATA} ${WRKSRC}/freebsd/${file} ${DATADIR}
-.endfor
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/^SUBDIRS =/s|linux||g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e \
+		's|: install-data-local|:|g' ${WRKSRC}/freebsd/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/tn5250/distinfo net/tn5250/distinfo
--- /usr/ports/net/tn5250/distinfo	2005-11-26 19:29:59.000000000 +0900
+++ net/tn5250/distinfo	2008-12-27 00:25:11.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (tn5250-0.17.3.tar.gz) = f8c454334c63ed7b100e0b12160d93ea
-SHA256 (tn5250-0.17.3.tar.gz) = 956fbcb1eac6b2b2faa0a51733cdfc370103898eaffab61128608b3916061a36
-SIZE (tn5250-0.17.3.tar.gz) = 999938
+MD5 (tn5250-0.17.4.tar.gz) = d1eb7c5a2e15cd2f43a1c115e2734153
+SHA256 (tn5250-0.17.4.tar.gz) = 354237d400dc46af887cb3ffa4ed1f2c371f5b8bee8be046a683a4ac9db4f9c5
+SIZE (tn5250-0.17.4.tar.gz) = 648452
diff -urN /usr/ports/net/tn5250/pkg-plist net/tn5250/pkg-plist
--- /usr/ports/net/tn5250/pkg-plist	2006-02-24 00:45:21.000000000 +0900
+++ net/tn5250/pkg-plist	2008-12-27 03:18:33.000000000 +0900
@@ -4,12 +4,10 @@
 bin/scs2pdf
 bin/scs2ps
 bin/tn5250
-bin/tn5250-config
 bin/xt5250
 include/tn5250/buffer.h
 include/tn5250/codes5250.h
 include/tn5250/conf.h
-include/tn5250/config.h
 include/tn5250/cursesterm.h
 include/tn5250/dbuffer.h
 include/tn5250/debug.h
@@ -22,7 +20,6 @@
 include/tn5250/scrollbar.h
 include/tn5250/scs.h
 include/tn5250/session.h
-include/tn5250/slangterm.h
 include/tn5250/stream.h
 include/tn5250/terminal.h
 include/tn5250/utility.h
@@ -33,11 +30,8 @@
 lib/lib5250.la
 lib/lib5250.so
 lib/lib5250.so.0
-libdata/pkgconfig/tn5250.pc
-share/aclocal/tn5250.m4
 %%DATADIR%%/README
 %%DATADIR%%/XTerm
-%%DATADIR%%/dialogrc
 %%DATADIR%%/sample.termcap
 %%DATADIR%%/us.5250.kbd
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list