Opened 16 years ago

Closed 15 years ago

#15267 closed defect (worksforme)

ncurses/ncursesw cannot detect terminfo dir

Reported by: ryan@… Owned by: imajes@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

I had to add the following configure item to the Portfile to get ncurses/ncursesw to build on Leopard, otherwise configure would fail thinking that the terminfo dir was "".

--- var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw/Portfile-  2008-01-27 03:46:26.000000000 -0800
+++ var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw/Portfile   2008-05-12 11:09:19.000000000 -0700
@@ -35,7 +35,8 @@
                --without-ada \
                --enable-safe-sprintf \
                --enable-sigwinch \
-               --mandir=${prefix}/share/man
+               --mandir=${prefix}/share/man \
+               --with-default-terminfo-dir=${prefix}/share/terminfo

Change History (4)

comment:1 Changed 16 years ago by ryan@…

Here was the configure output before the patch:

...
checking if you want modern xterm or antique... xterm-new
checking for list of terminfo directories... /opt/local/share/terminfo
checking for default terminfo directory... configure: error: expected a pathname, not ""

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to imajes@…

Assigning to maintainer.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 15 years ago by tobypeterson

Resolution: worksforme
Status: newclosed

Cannot reproduce.

Note: See TracTickets for help on using tickets.