Bug 123093 - Maintainer update: security/fakeroot - Fix build on 8-CURRENT
Summary: Maintainer update: security/fakeroot - Fix build on 8-CURRENT
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 21:40 UTC by Ganael LAPLANCHE
Modified: 2008-04-25 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (599 bytes, patch)
2008-04-25 21:40 UTC, Ganael LAPLANCHE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"