%%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

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

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: mesa-dri-22.3.0 causes xorg-server to crash on startup

2023-01-03 Thread Philipp Ost
On 12/6/22 21:48, Philipp Ost wrote: Hi list, the recent update of graphics/mesa-dri to version 22.3.0 causes my X server to crash on startup. From /var/log/Xorg.0.log: Just a quick follow-up. Since the update of mesa-dri to version 22.3.2 everything is working again. Happy new year everyo

Problems building llvm13 and llvm15?

2023-01-03 Thread Stephen Roznowski
Are others having problems building both llvm13 and llvm15? I get errors when trying to rebuild llvm13-13.0.1_3 and upgrading llvm15-15.0.6 to llvm15-15.0.6_1 on 13.1-STABLE. I also get failures when I try building on a "clean vm" running 13.1-RELEASE. Thanks,Steve