ports/122688: mercurial does not work on 8.0-CURRENT

Shuichi KITAGUCHI ki at hh.iij4u.or.jp
Sat Apr 12 12:40:05 UTC 2008


The following reply was made to PR ports/122688; it has been noted by GNATS.

From: Shuichi KITAGUCHI <ki at hh.iij4u.or.jp>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/122688: mercurial does not work on 8.0-CURRENT
Date: Sat, 12 Apr 2008 21:01:22 +0900 (JST)

 ----Next_Part(Sat_Apr_12_21_01_22_2008_860)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 prior patch is incorrect.
 this patch is *also* workaround but works "hg init/add/commit".
 
 
 ----Next_Part(Sat_Apr_12_21_01_22_2008_860)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Description: patch-mercurial_osutil.c.txt
 Content-Disposition: inline; filename="patch-mercurial_osutil.c.txt"
 
 --- mercurial/osutil.c.orig	2008-03-25 08:05:20.000000000 +0900
 +++ mercurial/osutil.c	2008-04-12 20:49:10.000000000 +0900
 @@ -16,6 +16,10 @@
  #include <sys/types.h>
  #include <unistd.h>
  
 +#ifdef __FreeBSD__
 +#undef AT_SYMLINK_NOFOLLOW
 +#endif
 +
  struct listdir_stat {
  	PyObject_HEAD
  	struct stat st;
 
 ----Next_Part(Sat_Apr_12_21_01_22_2008_860)----



More information about the freebsd-ports-bugs mailing list