If OSVERSION >= 900007, it is broken because of utmpx change. WATANABE Kazuhiro reported that the same fix in editors/emacs21 can solve this BROKEN state. Fix: Apply following patch, "patch -p1 -d /usr/ports/japanese/emacs-emcws" How-To-Repeat: cd /usr/ports/japanese/emacs-emcws make
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-04-20 09:02:32 UTC FreeBSD ports repository Modified files: japanese/emacs-emcws Makefile Added files: japanese/emacs-emcws/files patch-src:filelock.c Log: - Unbreak build on OSVERSION > 900007, utmpx fix - Based on patch by WATANABE Kazuhiro for editors/emacs21 - No PORTREVISION bump needed. This is a noop on <= 900007 PR: ports/165799 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) Revision Changes Path 1.50 +1 -11 ports/japanese/emacs-emcws/Makefile 1.1 +28 -0 ports/japanese/emacs-emcws/files/patch-src:filelock.c (new) _______________________________________________ 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, with minor changes. Thanks!