Bug 123093

Summary: Maintainer update: security/fakeroot - Fix build on 8-CURRENT
Product: Ports & Packages Reporter: Ganael LAPLANCHE <ganael.laplanche>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ganael LAPLANCHE 2008-04-25 21:40:00 UTC
This patch fixes build problems related to the recent addition of *at() syscalls in sys/stat.h on 8.0-CURRENT (as reported by pointyhat).

Details : a typo in the configure script makes the fourth argument of mknodat detected as dev_t* instead of dev_t (defines XMKNODAT_FIFTH_ARG as *). This is fixed by files/patch-configure.

Fix: Patch attached with submission follows:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-25 23:13:54 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-25 23:16:56 UTC
pav         2008-04-25 22:16:50 UTC

  FreeBSD ports repository

  Added files:
    security/fakeroot/files patch-configure 
  Log:
  - Fix build on -CURRENT (typo in configure script)
  
  PR:             ports/123093
  Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
  
  Revision  Changes    Path
  1.1       +11 -0     ports/security/fakeroot/files/patch-configure (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"