[83794] trunk/dports/devel/libedit

jmr at macports.org jmr at macports.org
Sat Sep 10 22:21:39 PDT 2011


Revision: 83794
          http://trac.macports.org/changeset/83794
Author:   jmr at macports.org
Date:     2011-09-10 22:21:39 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
libedit: update to 20110802-3.0 (#26979)

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Added Paths:
-----------
    trunk/dports/devel/libedit/files/
    trunk/dports/devel/libedit/files/src_sys.h.patch

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2011-09-11 05:05:43 UTC (rev 83793)
+++ trunk/dports/devel/libedit/Portfile	2011-09-11 05:21:39 UTC (rev 83794)
@@ -6,7 +6,7 @@
 
 name             libedit
 epoch            20090923
-version          20090923-3.0
+version          20110802-3.0
 categories       devel
 maintainers      mcalhoun openmaintainer
 description      command line editing and history library
@@ -18,17 +18,15 @@
 homepage         http://www.thrysoee.dk/editline/
 master_sites     ${homepage}
 
-checksums           md5     1e6dad38e8499d71b9c78045e5536734 \
-                    sha1    25b4f63103f2098fc06dc9c2f455d2a937507bb5 \
-                    rmd160  c8b05abbb5743a3c709d981c131cb6d11b6e83fd
+checksums        rmd160 64f67ec68f0614acee4e887ea0bb35164db1c545 \
+                 sha256 0b5ec9aa41faff761cda7819add93e9d8cb9c0bad85e65a686475e8375ac8a71
 
 depends_lib      port:ncurses
 
-# Find MacPorts ncurses header files.
-configure.cppflags-append  -I${prefix}/include/ncurses
-# Don't try to find libcurses.dyilb since MacPorts ncurses does not provide it.
-configure.env-append       ac_cv_lib_curses_tgetent=no
+patchfiles       src_sys.h.patch
 
+configure.args   --enable-widec
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"

Added: trunk/dports/devel/libedit/files/src_sys.h.patch
===================================================================
--- trunk/dports/devel/libedit/files/src_sys.h.patch	                        (rev 0)
+++ trunk/dports/devel/libedit/files/src_sys.h.patch	2011-09-11 05:21:39 UTC (rev 83794)
@@ -0,0 +1,10 @@
+--- src/sys.h.orig	2011-08-02 17:09:35.000000000 +1000
++++ src/sys.h	2011-09-11 15:13:59.000000000 +1000
+@@ -111,6 +111,7 @@ char	*fgetln(FILE *fp, size_t *len);
+ #endif
+ 
+ #ifndef HAVE_WCSDUP
++#include <wchar.h>
+ wchar_t *wcsdup(const wchar_t *);
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/18a233ca/attachment.html>


More information about the macports-changes mailing list