Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 06:15:24 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413324 - head/net/fspclient/files
Message-ID:  <201604150615.u3F6FOW8005782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Apr 15 06:15:24 2016
New Revision: 413324
URL: https://svnweb.freebsd.org/changeset/ports/413324

Log:
  Fix build broken by r412929.

Added:
  head/net/fspclient/files/patch-client__local__SConscript   (contents, props changed)
  head/net/fspclient/files/patch-client__remote__SConscript   (contents, props changed)

Added: head/net/fspclient/files/patch-client__local__SConscript
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fspclient/files/patch-client__local__SConscript	Fri Apr 15 06:15:24 2016	(r413324)
@@ -0,0 +1,10 @@
+--- client/local/SConscript.orig	2009-09-15 13:34:20.000000000 -0700
++++ client/local/SConscript	2016-04-14 23:12:32.843629000 -0700
+@@ -10,6 +10,7 @@
+ 
+ curdir=Dir('.').srcnode().path
+ env.Command('table.h',sources,'cd %s;../maketable l' % curdir)
++env.Ignore('table.h','table.h')
+ 
+ local=env.StaticLibrary(target = 'local', source = sources)
+ env.Export("local")

Added: head/net/fspclient/files/patch-client__remote__SConscript
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fspclient/files/patch-client__remote__SConscript	Fri Apr 15 06:15:24 2016	(r413324)
@@ -0,0 +1,9 @@
+--- client/remote/SConscript.orig	2009-09-15 13:34:20.000000000 -0700
++++ client/remote/SConscript	2016-04-14 23:12:46.139184000 -0700
+@@ -9,5 +9,6 @@
+ 
+ curdir=Dir('.').srcnode().path
+ env.Command('table.h',sources,'cd %s;../maketable r' % curdir)
++env.Ignore('table.h','table.h')
+ 
+ env.Export("remote")



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