[66265] trunk/dports/editors/jed
ryandesign at macports.org
ryandesign at macports.org
Wed Apr 7 21:52:03 PDT 2010
Revision: 66265
http://trac.macports.org/changeset/66265
Author: ryandesign at macports.org
Date: 2010-04-07 21:52:02 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
jed: update to 0.99-19
Modified Paths:
--------------
trunk/dports/editors/jed/Portfile
trunk/dports/editors/jed/files/patch-pty.c
Removed Paths:
-------------
trunk/dports/editors/jed/files/patch-misc.c
Modified: trunk/dports/editors/jed/Portfile
===================================================================
--- trunk/dports/editors/jed/Portfile 2010-04-08 04:43:22 UTC (rev 66264)
+++ trunk/dports/editors/jed/Portfile 2010-04-08 04:52:02 UTC (rev 66265)
@@ -3,7 +3,7 @@
PortSystem 1.0
name jed
-version 0.99-18
+version 0.99-19
categories editors
platforms darwin
maintainers nomaintainer
@@ -22,14 +22,13 @@
ftp://space.mit.edu/pub/davis/jed/v0.99/old/
use_bzip2 yes
-checksums md5 5378c8e7805854018d9ec5c3cfadf637 \
- sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d \
- rmd160 6925b67eab24d6dd2d5b5a975c350cfda515632d
+checksums md5 c9b2f58a3defc6f61faa1ce7d6d629ea \
+ sha1 7783ac9035c7221575e74b544902151309d0d0ef \
+ rmd160 c6182d918322c30922f7590c7e8b15a1da0ba22f
depends_lib port:slang2
-patchfiles patch-pty.c \
- patch-misc.c
+patchfiles patch-pty.c
configure.args --mandir=${prefix}/share/man \
--with-slang=${prefix}
Deleted: trunk/dports/editors/jed/files/patch-misc.c
===================================================================
--- trunk/dports/editors/jed/files/patch-misc.c 2010-04-08 04:43:22 UTC (rev 66264)
+++ trunk/dports/editors/jed/files/patch-misc.c 2010-04-08 04:52:02 UTC (rev 66265)
@@ -1,11 +0,0 @@
---- src/misc.c.orig 2008-03-31 01:29:12.000000000 +0200
-+++ src/misc.c 2008-03-31 01:32:29.000000000 +0200
-@@ -741,7 +741,7 @@
-
- void jed_ungetkey_wchar (SLwchar_Type wc)
- {
-- SLuchar_Type *b, buf[SLUTF8_MAX_MBLEN];
-+ SLuchar_Type *b, buf[JED_MAX_MULTIBYTE_SIZE];
-
- if (NULL == (b = jed_wchar_to_multibyte (wc, buf)))
- return;
Modified: trunk/dports/editors/jed/files/patch-pty.c
===================================================================
--- trunk/dports/editors/jed/files/patch-pty.c 2010-04-08 04:43:22 UTC (rev 66264)
+++ trunk/dports/editors/jed/files/patch-pty.c 2010-04-08 04:52:02 UTC (rev 66265)
@@ -1,11 +1,11 @@
---- src/pty.c.orig 2008-03-31 00:47:37.000000000 +0200
-+++ src/pty.c 2008-03-31 00:48:54.000000000 +0200
+--- src/pty.c.orig 2009-12-13 20:12:55.000000000 -0600
++++ src/pty.c 2010-04-07 23:45:26.000000000 -0500
@@ -19,7 +19,7 @@
#include <errno.h>
#ifdef HAVE_GRANTPT
--# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__FreeBSD__)
-+# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__FreeBSD__)
+-# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && !defined(_AIX)
++# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(_AIX)
# define USE_SYSV_PTYS
# include <sys/types.h>
# include <stropts.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/4943ef99/attachment.html>
More information about the macports-changes
mailing list