[36333] trunk/dports/editors/jed
ryandesign at macports.org
ryandesign at macports.org
Sun Apr 27 03:47:31 PDT 2008
Revision: 36333
http://trac.macosforge.org/projects/macports/changeset/36333
Author: ryandesign at macports.org
Date: 2008-04-27 03:47:30 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
jed: update to 0.99-18; closes #14872
Modified Paths:
--------------
trunk/dports/editors/jed/Portfile
trunk/dports/editors/jed/files/patch-pty.c
Added Paths:
-----------
trunk/dports/editors/jed/files/patch-misc.c
Modified: trunk/dports/editors/jed/Portfile
===================================================================
--- trunk/dports/editors/jed/Portfile 2008-04-27 10:26:57 UTC (rev 36332)
+++ trunk/dports/editors/jed/Portfile 2008-04-27 10:47:30 UTC (rev 36333)
@@ -1,8 +1,7 @@
# $Id$
PortSystem 1.0
name jed
-version 0.99-16
-revision 1
+version 0.99-18
categories editors
maintainers nomaintainer
description JED is a powerful editor for programmers.
@@ -14,21 +13,23 @@
of computer languages.
homepage http://www.jedsoft.org/jed/
platforms darwin
-master_sites ftp://space.mit.edu/pub/davis/jed/v0.99/old
+master_sites ftp://space.mit.edu/pub/davis/jed/v0.99/ \
+ ftp://space.mit.edu/pub/davis/jed/v0.99/old/
use_bzip2 yes
-checksums md5 c2bcd89c92a120559865a539c2705999
-depends_lib lib:libslang:slang
-patchfiles patch-pty.c
+checksums md5 5378c8e7805854018d9ec5c3cfadf637 \
+ sha1 fa4b3313fdde0466546e36100b0de2d9cc75806d \
+ rmd160 6925b67eab24d6dd2d5b5a975c350cfda515632d
+depends_lib port:slang
+patchfiles patch-pty.c \
+ patch-misc.c
configure.args --mandir=${prefix}/share/man
configure.cppflags-append "-L${prefix}/lib"
configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
configure.env JED_ROOT=${prefix}/share/jed
destroot {
xinstall ${worksrcpath}/src/objs/jed ${destroot}${prefix}/bin
- xinstall ${worksrcpath}/src/objs/rgrep ${destroot}${prefix}/bin
xinstall ${worksrcpath}/doc/manual/jed.1 ${destroot}${prefix}/share/man/man1/
- xinstall ${worksrcpath}/doc/manual/rgrep.1 ${destroot}${prefix}/share/man/man1/
xinstall -d ${destroot}${prefix}/share/jed/lib
foreach f [glob -nocomplain [file join ${worksrcpath}/lib *]] {
Added: trunk/dports/editors/jed/files/patch-misc.c
===================================================================
--- trunk/dports/editors/jed/files/patch-misc.c (rev 0)
+++ trunk/dports/editors/jed/files/patch-misc.c 2008-04-27 10:47:30 UTC (rev 36333)
@@ -0,0 +1,11 @@
+--- 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 2008-04-27 10:26:57 UTC (rev 36332)
+++ trunk/dports/editors/jed/files/patch-pty.c 2008-04-27 10:47:30 UTC (rev 36333)
@@ -1,11 +1,11 @@
---- src/pty.c.org Sun Sep 5 08:55:33 2004
-+++ src/pty.c Sun Sep 5 08:56:08 2004
-@@ -18,7 +18,7 @@
-
+--- src/pty.c.orig 2008-03-31 00:47:37.000000000 +0200
++++ src/pty.c 2008-03-31 00:48:54.000000000 +0200
+@@ -19,7 +19,7 @@
#include <errno.h>
--#if !defined (__linux__) && !defined(__CYGWIN__) && defined(HAVE_GRANTPT)
-+#if !defined (__linux__) && !defined(__CYGWIN__) && !defined (__APPLE__) && defined(HAVE_GRANTPT)
- # define USE_SYSV_PTYS
- # include <sys/types.h>
- # include <stropts.h>
+ #ifdef HAVE_GRANTPT
+-# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__FreeBSD__)
++# if !defined (__linux__) && !defined(__CYGWIN__) && !defined(__APPLE__) && !defined(__FreeBSD__)
+ # 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/20080427/aa821ece/attachment-0001.html
More information about the macports-changes
mailing list