Bug 165799 - utmpx fix for japanese/emacs-emcws
Summary: utmpx fix for japanese/emacs-emcws
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 01:30 UTC by NAKAJI Hiroyuki
Modified: 2012-04-20 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.25 KB, patch)
2012-03-07 01:30 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2012-03-07 01:30:12 UTC
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
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-04-19 23:54:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-20 10:02:45 UTC
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"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-04-20 10:02:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!