Re: %%JAVA_HOME%% replacement

2023-01-03 Thread Einar Bjarni Halldórsson
Hi Nuno, On 1/3/23 10:52, Nuno Teixeira wrote: Did you add to Makefile: --- SUB_FILES= pkg-message SUB_LIST= JAVA_HOME=${JAVA_HOME} --- ? Thank you, SUB_LIST is exactly what I was looking for. .einar

Re: %%JAVA_HOME%% replacement

2023-01-03 Thread Nuno Teixeira
Hi, Did you add to Makefile: --- SUB_FILES= pkg-message SUB_LIST= JAVA_HOME=${JAVA_HOME} --- ? https://docs.freebsd.org/en/books/porters-handbook/book/#using-sub-files Cheers, Einar Bjarni Halldórsson escreveu no dia terça, 3/01/2023 à(s) 10:28: > Hi, > > I'm working on a patch for graylog, to

%%JAVA_HOME%% replacement

2023-01-03 Thread Einar Bjarni Halldórsson
Hi, I'm working on a patch for graylog, to allow setting graylog_java_home. I copied lines from the opensearch13 port, but %%JAVA_HOME%% in rc script isn't being replaced when I make && make install. Anybody know why that is? I guess I'm missing something from the Makefile, but looking at op