Date: Sat, 12 Apr 2008 12:40:04 GMT From: Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/122688: mercurial does not work on 8.0-CURRENT Message-ID: <200804121240.m3CCe4SX004673@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122688; it has been noted by GNATS. From: Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> To: bug-followup@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)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804121240.m3CCe4SX004673>