Bug 145643 - japanese/mh: fix compile error which is caused by replacing 'utmp.h' to 'utmpx.h'
Summary: japanese/mh: fix compile error which is caused by replacing 'utmp.h' to 'utmp...
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: motoyuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 10:00 UTC by YAMAMOTO
Modified: 2010-06-23 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.18 KB, text/plain)
2010-04-12 10:00 UTC, YAMAMOTO
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description YAMAMOTO freebsd_committer freebsd_triage 2010-04-12 10:00:05 UTC
ports/japanese/mh is now 'BROKEN', becase of 'fails to build with new utmpx'.

I fix some codes to be able to compile ports/japanese/mh.

But I don't test it.
#only check compileing it.

Fix: Patch attached with submission follows:
How-To-Repeat: 1) cd /usr/ports/japanese/mh
2) make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-12 10:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->motoyuki

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-23 15:55:17 UTC
motoyuki    2010-06-23 14:55:04 UTC

  FreeBSD ports repository

  Modified files:
    japanese/mh          Makefile 
  Added files:
    japanese/mh/files    patch-uip:rcvtty.c patch-uip:slocal.c 
  Log:
  Fix BROKEN in 9.0-current with new utmpx.
  
  PR:             ports/145643
  Submitted by:   YAMAMOTO, Shigeru <shigeru@iij.ad.jp>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.36      +0 -4      ports/japanese/mh/Makefile
  1.1       +57 -0     ports/japanese/mh/files/patch-uip:rcvtty.c (new)
  1.1       +54 -0     ports/japanese/mh/files/patch-uip:slocal.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 motoyuki freebsd_committer freebsd_triage 2010-06-23 15:56:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!