Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 11:50:08 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320767 - head/devel/openzz
Message-ID:  <201306131150.r5DBo8DN031253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jun 13 11:50:08 2013
New Revision: 320767
URL: http://svnweb.freebsd.org/changeset/ports/320767

Log:
  . fix build with clang (CFLAGS+=-Wno-return-type);
  . trim Makefile headers;
  . remove the indefinite article from COMMENT.

Modified:
  head/devel/openzz/Makefile

Modified: head/devel/openzz/Makefile
==============================================================================
--- head/devel/openzz/Makefile	Thu Jun 13 11:49:45 2013	(r320766)
+++ head/devel/openzz/Makefile	Thu Jun 13 11:50:08 2013	(r320767)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	openzz
-# Date created:			May 13, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	openzz
 PORTVERSION=	1.0.4.4
@@ -14,13 +9,14 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An interpreted dynamic parser
+COMMENT=	Interpreted dynamic parser
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CFLAGS+=	-Wno-return-type
 
 post-patch:
 	@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c



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