svn commit: r330606 - in head/sysutils/isc-cron: . files
Edwin Groothuis
edwin at FreeBSD.org
Thu Oct 17 06:22:36 UTC 2013
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)
More information about the svn-ports-all
mailing list