Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 17:16:01 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360779 - head/mail/exim/files
Message-ID:  <201407051716.s65HG1Cv057039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Sat Jul  5 17:16:01 2014
New Revision: 360779
URL: http://svnweb.freebsd.org/changeset/ports/360779
QAT: https://qat.redports.org/buildarchive/r360779/

Log:
  - Disable developers checks for source files: they are not intended for end-users and
   require perl for build stage.
  
  Do not bump portrevision, as those checks have no influence on the target package.

Added:
  head/mail/exim/files/patch-Makefile   (contents, props changed)

Added: head/mail/exim/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/exim/files/patch-Makefile	Sat Jul  5 17:16:01 2014	(r360779)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-07-05 18:05:16.180788015 +0100
++++ Makefile	2014-07-05 18:05:40.464360574 +0100
+@@ -53,7 +53,7 @@
+ # Configure-Makefile script. This does its own dependency checking because of
+ # the optional files.
+ 
+-configure: checks build-directory
++configure: build-directory
+ 	@cd build-$(buildname); \
+ 	  build=$(build) $(SHELL) ../scripts/Configure-Makefile
+ 



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