Date: Sat, 22 Jun 2002 06:55:37 +0900 (KST) From: Hye-Shik Chang <perky@fallin.lv> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39630: Update port: devel/newt Message-ID: <200206212155.g5LLtb52090463@kornet.hanirc.org>
next in thread | raw e-mail | index | archive | help
>Number: 39630 >Category: ports >Synopsis: Update port: devel/newt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 21 15:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Yonsei University >Environment: System: FreeBSD kornet.hanirc.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Mon May 6 13:18:39 KST 2002 root@kornet.hanirc.org:/home/obj/home/src/sys/HANIRC i386 >Description: - Update to 0.50.36 >How-To-Repeat: >Fix: diff -ruN newt.orig/Makefile newt/Makefile --- newt.orig/Makefile Sat Jun 1 14:45:51 2002 +++ newt/Makefile Sat Jun 22 06:41:31 2002 @@ -22,13 +22,13 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ popt.0:${PORTSDIR}/devel/popt -RPMVERSION= 0.50.35 +RPMVERSION= 0.50.36 RPMREVISION= 1 WRKSRC= ${WRKDIR}/newt-${RPMVERSION} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -VERSION= 0 +VERSION= 0.50 TCL_VERSION?= tcl8.3 TCL_NODOT= ${TCL_VERSION:S/.//} MAKE_ENV+= VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}" TCLVERSION="${TCL_VERSION}" diff -ruN newt.orig/distinfo newt/distinfo --- newt.orig/distinfo Sat Jun 1 14:45:51 2002 +++ newt/distinfo Sat Jun 22 06:31:37 2002 @@ -1 +1 @@ -MD5 (newt-0.50.35-1.src.rpm) = b436cb502a7ac3681a8d08b30a5a8ee1 +MD5 (newt-0.50.36-1.src.rpm) = 331c6d0d6598c97159d824921d25fbba diff -ruN newt.orig/files/patch-aa newt/files/patch-aa --- newt.orig/files/patch-aa Sat Jun 1 14:45:51 2002 +++ newt/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,7 +0,0 @@ ---- grid.c.orig Sun May 5 00:23:33 2002 -+++ grid.c Sun May 5 00:23:45 2002 -@@ -1,4 +1,3 @@ --#include <alloca.h> - #include <stdlib.h> - #include <string.h> - diff -ruN newt.orig/files/patch-ac newt/files/patch-ac --- newt.orig/files/patch-ac Tue Aug 1 06:32:41 2000 +++ newt/files/patch-ac Sat Jun 22 06:36:30 2002 @@ -1,23 +1,20 @@ ---- form.c.orig Sat Dec 11 21:04:22 1999 -+++ form.c Sat Jul 22 01:49:24 2000 -@@ -3,10 +3,8 @@ - #include <slang.h> - #include <stdarg.h> - #include <stdlib.h> --#include <sys/select.h> +--- form.c.orig Tue Jun 11 22:15:33 2002 ++++ form.c Sat Jun 22 06:36:12 2002 +@@ -10,7 +10,6 @@ + #endif #include <sys/time.h> -- + -#ifdef USE_GPM -+#include <string.h> #include <ctype.h> #include <sys/time.h> /* timeval */ - #include <sys/types.h> /* socket() */ -@@ -16,11 +14,8 @@ + #include <sys/socket.h> /* socket() */ +@@ -19,11 +18,9 @@ #include <sys/stat.h> /* stat() */ #include <termios.h> /* winsize */ #include <unistd.h> -#include <sys/kd.h> /* KDGETMODE */ #include <signal.h> ++#include <string.h> #include <stdio.h> -#endif - >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?200206212155.g5LLtb52090463>