Ticket #26979: libedit-Portfile.patch

File libedit-Portfile.patch, 1.8 KB (added by jmrosenstock@…, 14 years ago)
Line 
1*** /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libedit/Portfile.orig        Sun Oct 24 14:12:31 2010
2--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libedit/Portfile     Sun Oct 24 14:19:48 2010
3***************
4*** 5,12 ****
5  PortGroup  muniversal 1.0
6 
7  name             libedit
8! epoch            20090923
9! version          20090923-3.0
10  categories       devel
11  maintainers      mcalhoun openmaintainer
12  description      command line editing and history library
13--- 5,12 ----
14  PortGroup  muniversal 1.0
15 
16  name             libedit
17! epoch            20100424
18! version          20100424-3.0
19  categories       devel
20  maintainers      mcalhoun openmaintainer
21  description      command line editing and history library
22***************
23*** 18,26 ****
24  homepage         http://www.thrysoee.dk/editline/
25  master_sites     ${homepage}
26 
27! checksums           md5     1e6dad38e8499d71b9c78045e5536734 \
28!                     sha1    25b4f63103f2098fc06dc9c2f455d2a937507bb5 \
29!                     rmd160  c8b05abbb5743a3c709d981c131cb6d11b6e83fd
30 
31  depends_lib      port:ncurses
32 
33--- 18,26 ----
34  homepage         http://www.thrysoee.dk/editline/
35  master_sites     ${homepage}
36 
37! checksums           md5     eb4482139525beff12c8ef59f1a84aae \
38!                     sha1    bbc9b77daf95c2482bf406e07d69cdbe0fa29db7 \
39!                     rmd160  daa0bace15c0eb063c151f1fad26677a7673c248
40 
41  depends_lib      port:ncurses
42 
43***************
44*** 28,33 ****
45--- 28,35 ----
46  configure.cppflags-append  -I${prefix}/include/ncurses
47  # Don't try to find libcurses.dyilb since MacPorts ncurses does not provide it.
48  configure.env-append       ac_cv_lib_curses_tgetent=no
49+ # Enable UTF-8 support.
50+ configure.args             --enable-widec
51 
52  livecheck.type  regex
53  livecheck.url   ${master_sites}