Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 06:22:36 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
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
Message-ID:  <201310170622.r9H6Man3074228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@
+ #<<lint flags of choice?>>
+ LINTFLAGS	=	-hbxa $(INCLUDE) $(DEBUGGING)
+ #<<want to use a nonstandard CC?>>
+-CC		=	gcc -Wall -Wno-unused -Wno-comment
++CC		=	cc -Wall -Wno-unused -Wno-comment
+ #<<manifest defines>>
+ DEFS		=
+ #(SGI IRIX systems need this)



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