diff options
Diffstat (limited to 'devel/newt')
-rw-r--r-- | devel/newt/Makefile | 4 | ||||
-rw-r--r-- | devel/newt/distinfo | 2 | ||||
-rw-r--r-- | devel/newt/files/patch-aa | 7 | ||||
-rw-r--r-- | devel/newt/files/patch-ac | 19 |
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 - |