Bug 143482 - [maintainer update] Fix build issue on FreeBSD - current (includes <utmp.h>)
Summary: [maintainer update] Fix build issue on FreeBSD - current (includes <utmp.h>)
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 14:30 UTC by Martin Mersberger
Modified: 2010-02-08 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.30 KB, patch)
2010-02-02 14:30 UTC, Martin Mersberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mersberger 2010-02-02 14:30:01 UTC
security/pam_mkhomedir does not build on FreeBSD9 as it includes <utmp.h>

Fix: I've checked the code and finally, it does not require <utmp.h> at all.

here is the diff to make it working again:
How-To-Repeat: cd ports/security/pam_mkhomedir && make
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2010-02-02 15:03:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-08 11:34:07 UTC
garga       2010-02-08 11:33:54 UTC

  FreeBSD ports repository

  Modified files:
    security/pam_mkhomedir Makefile distinfo 
  Removed files:
    security/pam_mkhomedir pkg-plist 
  Log:
  - Update to 0.2 to fix build on 9-current (utmp)
  - Remove 4 lines pkg-plist
  
  PR:             ports/143482
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +9 -8      ports/security/pam_mkhomedir/Makefile
  1.3       +3 -3      ports/security/pam_mkhomedir/distinfo
  1.2       +0 -4      ports/security/pam_mkhomedir/pkg-plist (dead)
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2010-02-08 11:34:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!