Re: [31399] trunk/dports/shells/zsh-devel/Portfile
On Nov 22, 2007, at 07:24, nox@macports.org wrote:
Revision: 31399 http://trac.macosforge.org/projects/macports/changeset/31399 Author: nox@macports.org Date: 2007-11-22 05:24:42 -0800 (Thu, 22 Nov 2007)
Log Message: ----------- zsh-devel: * Now uses the ncurses.h header (closes #13359). * Fixed universal support.
Modified Paths: -------------- trunk/dports/shells/zsh-devel/Portfile
Modified: trunk/dports/shells/zsh-devel/Portfile =================================================================== --- trunk/dports/shells/zsh-devel/Portfile 2007-11-22 10:43:34 UTC (rev 31398) +++ trunk/dports/shells/zsh-devel/Portfile 2007-11-22 13:24:42 UTC (rev 31399) @@ -56,6 +56,15 @@ depends_lib port:libiconv \ port:ncurses
+post-patch { + # Fixes #13359. May need to be removed on upstream update. + reinplace "s/curses\\.h/ncurses.h/" \ + ${worksrcpath}/Src/Modules/termcap.c \ + ${worksrcpath}/Src/Modules/terminfo.c +}
Maybe fixing #12605 would make the above unnecessary. Don't know yet. I'm looking into that ticket. http://trac.macports.org/projects/macports/ticket/12605
+configure.universal_ldflags-append -isysroot ${sysroot}
The ${sysroot} variable was added in r30032, after MacPorts 1.5.2 was released. You should hardcode the sysroot value until 1.6.0 is released... Or we could accept that this port is broken for 1.5.2 users since the 1.6.0 release is supposed to be within a week.
On Nov 24, 2007, at 05:10, Ryan Schmidt wrote:
On Nov 22, 2007, at 07:24, nox@macports.org wrote:
+configure.universal_ldflags-append -isysroot ${sysroot}
The ${sysroot} variable was added in r30032, after MacPorts 1.5.2 was released. You should hardcode the sysroot value until 1.6.0 is released... Or we could accept that this port is broken for 1.5.2 users since the 1.6.0 release is supposed to be within a week.
Whoops, sorry for premature complaint; I see you already fixed it.
participants (1)
-
Ryan Schmidt