ports/123093: Maintainer update: security/fakeroot - Fix build on 8-CURRENT

Ganael Laplanche ganael.laplanche at martymac.com
Fri Apr 25 20:40:01 UTC 2008


>Number:         123093
>Category:       ports
>Synopsis:       Maintainer update: security/fakeroot - Fix build on 8-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 20:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri Apr 25 17:23:28 CEST 2008     root at home.martymac.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN fakeroot.orig/files/patch-configure fakeroot/files/patch-configure
--- fakeroot.orig/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
+++ fakeroot/files/patch-configure	2008-04-25 20:11:59.000000000 +0200
@@ -0,0 +1,11 @@
+--- configure.orig	2008-04-25 20:11:19.000000000 +0200
++++ configure	2008-04-25 20:11:30.000000000 +0200
+@@ -11755,7 +11755,7 @@
+ {
+ 
+        int __xmknodat  ( int ver,
+-                         inf dirfd,
++                         int dirfd,
+                          const char *pathname ,
+                          mode_t  mode ,  dev_t dev);
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list