From owner-svn-ports-all@FreeBSD.ORG Tue Jul 30 12:35:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DDF4C7B; Tue, 30 Jul 2013 12:35:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8882E4F; Tue, 30 Jul 2013 12:35:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6UCZiZv012567; Tue, 30 Jul 2013 12:35:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6UCZi1E012566; Tue, 30 Jul 2013 12:35:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307301235.r6UCZi1E012566@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 30 Jul 2013 12:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323962 - head/net-im/ysm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 12:35:44 -0000 Author: bapt Date: Tue Jul 30 12:35:44 2013 New Revision: 323962 URL: http://svnweb.freebsd.org/changeset/ports/323962 Log: Fix build with clang_is_cc by always forcing gnu89 Modified: head/net-im/ysm/Makefile Modified: head/net-im/ysm/Makefile ============================================================================== --- head/net-im/ysm/Makefile Tue Jul 30 12:34:07 2013 (r323961) +++ head/net-im/ysm/Makefile Tue Jul 30 12:35:44 2013 (r323962) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ysm -# Date created: May 28, 2002 -# Whom: vampiro -# +# Created by: vampiro # $FreeBSD$ -# PORTNAME= ysm PORTVERSION= 7.2.9.9.1 @@ -15,13 +11,10 @@ DISTNAME= ${PORTNAME}v${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= Command line ICQ client with ICQ2000 and recoding support -.if ${CC} == "clang" USE_CSTD= c89 -.endif -USES= iconv +USES= iconv gmake USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv