From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 06:22:36 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 D8042AEE; Thu, 17 Oct 2013 06:22:36 +0000 (UTC) (envelope-from edwin@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 C55BA25B1; Thu, 17 Oct 2013 06:22:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9H6MaCP074231; Thu, 17 Oct 2013 06:22:36 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9H6Man3074228; Thu, 17 Oct 2013 06:22:36 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201310170622.r9H6Man3074228@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Oct 2013 06:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330606 - in head/sysutils/isc-cron: . files 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: Thu, 17 Oct 2013 06:22:36 -0000 Author: edwin Date: Thu Oct 17 06:22:36 2013 New Revision: 330606 URL: http://svnweb.freebsd.org/changeset/ports/330606 Log: Fix build on 10.0 Added: head/sysutils/isc-cron/files/patch-Makefile (contents, props changed) Modified: head/sysutils/isc-cron/Makefile Modified: head/sysutils/isc-cron/Makefile ============================================================================== --- head/sysutils/isc-cron/Makefile Thu Oct 17 06:19:32 2013 (r330605) +++ head/sysutils/isc-cron/Makefile Thu Oct 17 06:22:36 2013 (r330606) @@ -3,6 +3,7 @@ PORTNAME= isc-cron PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= cron Added: head/sysutils/isc-cron/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/isc-cron/files/patch-Makefile Thu Oct 17 06:22:36 2013 (r330606) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-10-18 04:21:17.000000000 +1100 ++++ Makefile 2013-10-18 04:21:22.000000000 +1100 +@@ -66,7 +66,7 @@ + #<> + LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING) + #<> +-CC = gcc -Wall -Wno-unused -Wno-comment ++CC = cc -Wall -Wno-unused -Wno-comment + #<> + DEFS = + #(SGI IRIX systems need this)