svn commit: r326365 - in head/sysutils/uniutils: . files

Thierry Thomas thierry at FreeBSD.org
Thu Sep 5 08:06:34 UTC 2013


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 at pompo.net
-#
+# Created by: thierry at pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=	uniutils
 PORTVERSION=	2.27
@@ -14,6 +10,8 @@ MASTER_SITES=	http://billposer.org/Softw
 MAINTAINER=	thierry at 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;


More information about the svn-ports-all mailing list