svn commit: r368623 - head/net/coda6_server/files
Antoine Brodin
antoine at FreeBSD.org
Sat Sep 20 06:41:30 UTC 2014
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
+
+
More information about the svn-ports-all
mailing list