svn commit: r320767 - head/devel/openzz
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 13 11:50:09 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list