From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 08:06:34 2013 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 ESMTP id 6425C364; Thu, 5 Sep 2013 08:06:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51707277C; Thu, 5 Sep 2013 08:06:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8586YWs038768; Thu, 5 Sep 2013 08:06:34 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8586XvO038766; Thu, 5 Sep 2013 08:06:33 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309050806.r8586XvO038766@svn.freebsd.org> From: Thierry Thomas Date: Thu, 5 Sep 2013 08:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326365 - in head/sysutils/uniutils: . 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.14 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: Thu, 05 Sep 2013 08:06:34 -0000 Author: thierry Date: Thu Sep 5 08:06:33 2013 New Revision: 326365 URL: http://svnweb.freebsd.org/changeset/ports/326365 Log: Fix with clang. Since I'm there, define the license. Reported by: pkg-fallout Added: head/sysutils/uniutils/files/patch-unifuzz.c (contents, props changed) Modified: head/sysutils/uniutils/Makefile Modified: head/sysutils/uniutils/Makefile ============================================================================== --- head/sysutils/uniutils/Makefile Thu Sep 5 07:45:28 2013 (r326364) +++ head/sysutils/uniutils/Makefile Thu Sep 5 08:06:33 2013 (r326365) @@ -1,9 +1,5 @@ -# New ports collection makefile for: unidesc -# Date created: Sun 15 May 2005 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= uniutils PORTVERSION= 2.27 @@ -14,6 +10,8 @@ MASTER_SITES= http://billposer.org/Softw MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities +LICENSE= GPLv3 + RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary GNU_CONFIGURE= yes Added: head/sysutils/uniutils/files/patch-unifuzz.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/uniutils/files/patch-unifuzz.c Thu Sep 5 08:06:33 2013 (r326365) @@ -0,0 +1,11 @@ +--- unifuzz.c.orig 2008-04-04 06:30:58.000000000 +0200 ++++ unifuzz.c 2013-09-05 09:50:49.000000000 +0200 +@@ -97,7 +97,7 @@ + } + + /* Emit the middle character from each range */ +-EmitAllRanges(short AboveBMPP) { ++void EmitAllRanges(short AboveBMPP) { + int i; + UTF32 scp; + extern int Ranges_Defined;