aboutsummaryrefslogtreecommitdiff
path: root/databases/opentsdb
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-11-08 14:05:21 +0000
committerMark Felder <feld@FreeBSD.org>2015-11-08 14:05:21 +0000
commit91fe234038018281c133acedd6f0e170e21cc7ef (patch)
tree14cfe30e8b206894813f5505cdf3229a81861d0a /databases/opentsdb
parentabf126b8205672cbac7b0c63bc3d1fb55a902a06 (diff)
downloadports-91fe234038018281c133acedd6f0e170e21cc7ef.tar.gz
ports-91fe234038018281c133acedd6f0e170e21cc7ef.zip
databases/opentsdb: Fix STAGE, missing UID and GID
Staging was broken due to touching /root/.java during build UID and GID was lost in old copy of the review While here, also fix hardcoded path to ETCDIR Pointyhat: me Differential Revision: https://reviews.freebsd.org/D4083
Notes
Notes: svn path=/head/; revision=401060
Diffstat (limited to 'databases/opentsdb')
-rw-r--r--databases/opentsdb/files/patch-Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/opentsdb/files/patch-Makefile.in b/databases/opentsdb/files/patch-Makefile.in
index 35542639b5d3..4d71c200db5c 100644
--- a/databases/opentsdb/files/patch-Makefile.in
+++ b/databases/opentsdb/files/patch-Makefile.in
@@ -5,10 +5,19 @@
# in the script before it gets installed...
install-exec-hook:
- script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(pkgdatadir)/etc/opentsdb'; \
-+ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='/usr/local/etc/opentsdb'; \
++ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfdir)/etc/opentsdb'; \
abs_srcdir=''; abs_builddir=''; $(edit_tsdb_script)
cat tsdb.tmp >"$(DESTDIR)$(bindir)/tsdb"
rm -f tsdb.tmp
+@@ -1442,7 +1442,7 @@ gwtc: .gwtc-stamp
+ @$(mkdir_p) gwt
+ { cd $(srcdir) && cat $(httpui_SRC); } | $(MD5) >"$@-t"
+ cmp -s "$@" "$@-t" && exit 0; \
+- $(JAVA) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \
++ $(JAVA) -Djava.util.prefs.userRoot=$(HOME) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \
+ $(GWTC_ARGS) -war gwt tsd.QueryUi
+ @mv "$@-t" "$@"
+ gwtdev: .gwtc-stamp
@@ -1468,7 +1468,7 @@ gwttsd: staticroot
# how to tell it to install a bunch of files recursively for which I don't
# know ahead of time what the file names are.