Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 08:06:33 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326365 - in head/sysutils/uniutils: . files
Message-ID:  <201309050806.r8586XvO038766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050806.r8586XvO038766>