Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 06:41:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368623 - head/net/coda6_server/files
Message-ID:  <201409200641.s8K6fU1D012630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 20 06:41:30 2014
New Revision: 368623
URL: http://svnweb.freebsd.org/changeset/ports/368623
QAT: https://qat.redports.org/buildarchive/r368623/

Log:
  Fix build when pkg does not extract mtree

Added:
  head/net/coda6_server/files/patch-configure   (contents, props changed)

Added: head/net/coda6_server/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/coda6_server/files/patch-configure	Sat Sep 20 06:41:30 2014	(r368623)
@@ -0,0 +1,22 @@
+--- configure.orig	2008-12-19 22:04:04 UTC
++++ configure
+@@ -20699,18 +20699,12 @@
+     initdir='${prefix}'/${initdir}/rc.d/init.d
+     initstyle=sysv
+ 
+-elif test -d ${prefix}/${initdir}/rc.d ; then
++else
+     # probably FreeBSD or NetBSD's BSD-style init-scripts.
+     { echo "$as_me:$LINENO: result: BSD style" >&5
+ echo "${ECHO_T}BSD style" >&6; }
+     initdir='${prefix}'/${initdir}/rc.d
+     initstyle=bsd
+-
+-else
+-    { echo "$as_me:$LINENO: result: unknown, installing BSD scripts in ${initdir}" >&5
+-echo "${ECHO_T}unknown, installing BSD scripts in ${initdir}" >&6; }
+-    initdir='${prefix}'/${initdir}
+-    initstyle=bsd
+ fi
+ 
+ 



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