From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 18:10:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9705C1D; Sat, 16 Aug 2014 18:10:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B38926BE; Sat, 16 Aug 2014 18:10:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7GIAFfH081306; Sat, 16 Aug 2014 18:10:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7GIAFTV081301; Sat, 16 Aug 2014 18:10:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201408161810.s7GIAFTV081301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 16 Aug 2014 18:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365114 - head/x11/xbelld/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 18:10:15 -0000 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 + + #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 + + #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;