aboutsummaryrefslogtreecommitdiff
path: root/devel/newt
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:19:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 04:19:53 +0000
commit147cd26bda7870e7a0c887a2553d9d0aa8c6b8aa (patch)
treeda7b6231025b186bb2c477bb04a37ebdee6c8c01 /devel/newt
parent6eb6d71f9bf852e10a68fcfd2b837d5fa70ae0e3 (diff)
downloadports-147cd26bda7870e7a0c887a2553d9d0aa8c6b8aa.tar.gz
ports-147cd26bda7870e7a0c887a2553d9d0aa8c6b8aa.zip
upgrade to 0.50.36
PR: 39630 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61719
Diffstat (limited to 'devel/newt')
-rw-r--r--devel/newt/Makefile4
-rw-r--r--devel/newt/distinfo2
-rw-r--r--devel/newt/files/patch-aa7
-rw-r--r--devel/newt/files/patch-ac19
4 files changed, 11 insertions, 21 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index d9657bcbba6d..a50976a342a1 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -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}"
diff --git a/devel/newt/distinfo b/devel/newt/distinfo
index 2f3faa52c806..d7225bb8bf02 100644
--- a/devel/newt/distinfo
+++ b/devel/newt/distinfo
@@ -1 +1 @@
-MD5 (newt-0.50.35-1.src.rpm) = b436cb502a7ac3681a8d08b30a5a8ee1
+MD5 (newt-0.50.36-1.src.rpm) = 331c6d0d6598c97159d824921d25fbba
diff --git a/devel/newt/files/patch-aa b/devel/newt/files/patch-aa
deleted file mode 100644
index cc4958e347ec..000000000000
--- a/devel/newt/files/patch-aa
+++ /dev/null
@@ -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 --git a/devel/newt/files/patch-ac b/devel/newt/files/patch-ac
index 7a93f66b94b6..ac5d6d61b21e 100644
--- a/devel/newt/files/patch-ac
+++ b/devel/newt/files/patch-ac
@@ -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
-