svn commit: r324187 - head/chinese/celvis

Antoine Brodin antoine at FreeBSD.org
Sat Aug 3 10:41:48 UTC 2013


Author: antoine
Date: Sat Aug  3 10:41:48 2013
New Revision: 324187
URL: http://svnweb.freebsd.org/changeset/ports/324187

Log:
  - Trim makefile header
  - Remove article in COMMENT
  - Fix build with clang, this is old K&R code (reported by pkg-fallout)

Modified:
  head/chinese/celvis/Makefile

Modified: head/chinese/celvis/Makefile
==============================================================================
--- head/chinese/celvis/Makefile	Sat Aug  3 10:29:52 2013	(r324186)
+++ head/chinese/celvis/Makefile	Sat Aug  3 10:41:48 2013	(r324187)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:  celvis
-# Date created:			  Thur Aug 15, 1996
-# Whom:				  David O'Brien (obrien at cs.ucdavis.edu)
-#
+# Created by: David O'Brien (obrien at cs.ucdavis.edu)
 # $FreeBSD$
-#
 
 PORTNAME=	celvis
 PORTVERSION=	1.3
@@ -13,8 +8,9 @@ MASTER_SITES=	http://ftp.ist.utl.pt/pub/
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A vi/ex clone that speaks Chinese
+COMMENT=	Vi/ex clone that speaks Chinese
 
+CFLAGS+=	-Wno-error=return-type
 MAN1=		celvis.1
 MLINKS=		celvis.1 cvi.1
 


More information about the svn-ports-all mailing list