Date: Sat, 16 Aug 2014 18:10:15 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365114 - head/x11/xbelld/files Message-ID: <201408161810.s7GIAFTV081301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Aug 16 18:10:14 2014 New Revision: 365114 URL: http://svnweb.freebsd.org/changeset/ports/365114 QAT: https://qat.redports.org/buildarchive/r365114/ Log: Fix build with clang. Added: head/x11/xbelld/files/patch-xbell.c (contents, props changed) Modified: head/x11/xbelld/files/patch-xbelld.c (contents, props changed) Added: head/x11/xbelld/files/patch-xbell.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xbelld/files/patch-xbell.c Sat Aug 16 18:10:14 2014 (r365114) @@ -0,0 +1,12 @@ +--- xbell.c.orig 2002-10-26 20:26:48.000000000 -0400 ++++ xbell.c 2014-08-16 14:05:35.000000000 -0400 +@@ -38,8 +38,7 @@ + #include <sysexits.h> + + #ifndef lint +-static const char rcsid[] = +- "$Id: xbell.c,v 1.1 2002/10/27 00:26:48 sethk Exp $"; ++__RCSID("$Id: xbell.c,v 1.1 2002/10/27 00:26:48 sethk Exp $"); + #endif /* !lint */ + + int Modified: head/x11/xbelld/files/patch-xbelld.c ============================================================================== --- head/x11/xbelld/files/patch-xbelld.c Sat Aug 16 18:05:47 2014 (r365113) +++ head/x11/xbelld/files/patch-xbelld.c Sat Aug 16 18:10:14 2014 (r365114) @@ -1,9 +1,16 @@ - -$FreeBSD$ - ---- xbelld.c.orig -+++ xbelld.c -@@ -268,7 +268,7 @@ +--- xbelld.c.orig 2002-10-26 20:28:36.000000000 -0400 ++++ xbelld.c 2014-08-16 14:07:14.000000000 -0400 +@@ -60,8 +60,7 @@ + #include <dirent.h> + + #ifndef lint +-static const char rcsid[] = +- "$Id: xbelld.c,v 1.7 2002/10/27 00:28:36 sethk Exp $"; ++__RCSID("$Id: xbelld.c,v 1.7 2002/10/27 00:28:36 sethk Exp $"); + #endif /* !lint */ + + #define XskRFilename "XskRFilename" +@@ -268,7 +267,7 @@ u_int i; if (!hp->h_size) @@ -12,7 +19,7 @@ $FreeBSD$ i = hp->h_hash(data) % hp->h_size; if (!TAILQ_EMPTY(&(hp->h_buckets[i]))) { -@@ -914,7 +914,7 @@ +@@ -914,7 +913,7 @@ close(dfd); for (nent = 0, dep = (struct dirent *)dbuf; (char *)dep - dbuf < nb; @@ -21,7 +28,7 @@ $FreeBSD$ ; _hash_resize(&(_bd.bd_sndhash), nent * 2); if (_bd.bd_defsnd) -@@ -924,7 +924,7 @@ +@@ -924,7 +923,7 @@ } for (dep = (struct dirent *)dbuf; (char *)dep - dbuf < nb;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408161810.s7GIAFTV081301>