1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

upgrade to 0.50.36

PR:		39630
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-06-22 04:19:53 +00:00
parent 6eb6d71f9b
commit 147cd26bda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61719
4 changed files with 11 additions and 21 deletions

View File

@ -22,13 +22,13 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
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}"

View File

@ -1 +1 @@
MD5 (newt-0.50.35-1.src.rpm) = b436cb502a7ac3681a8d08b30a5a8ee1
MD5 (newt-0.50.36-1.src.rpm) = 331c6d0d6598c97159d824921d25fbba

View File

@ -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>

View File

@ -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
-