From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 06:41:30 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id BFF1624F; Sat, 20 Sep 2014 06:41:30 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB74F37E; Sat, 20 Sep 2014 06:41:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8K6fUUS012631; Sat, 20 Sep 2014 06:41:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8K6fU1D012630; Sat, 20 Sep 2014 06:41:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409200641.s8K6fU1D012630@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 20 Sep 2014 06:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368623 - head/net/coda6_server/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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2014 06:41:30 -0000 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 + +