A new version of PDCurses is available; 3.1. This version also removes a oddity from the Makefile we use to cross-compile the library. Previous releases set SHELL=/bin/bash, which would obviously break on systems such as FreeBSD. Fix: The following patch bumps the port to 3.1 and removes the hack we used to apply:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-05-27 11:31:00 UTC FreeBSD ports repository Modified files: devel/mingw32-pdcurses Makefile distinfo Log: - Update to 3.1 PR: 112422 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Revision Changes Path 1.2 +2 -2 ports/devel/mingw32-pdcurses/Makefile 1.2 +3 -3 ports/devel/mingw32-pdcurses/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!