Re: porting Makefiles from Linux

2022-03-18 Thread Axel Rau
> Am 17.03.2022 um 22:02 schrieb Tatsuki Makino : > > > I don't think a conversion is necessary for it. USES=gmake is sufficient. > > For example, a near situation, I ported helm (not sysutils/helm) locally. > This was also only placed in Makefile, but there seems to be no problem with > the

FreeBSD ports you maintain which are out of date

2022-03-18 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: porting Makefiles from Linux

2022-03-18 Thread Tatsuki Makino
Axel Rau wrote on 2022/03/18 19:05: >> Am 17.03.2022 um 22:02 schrieb Tatsuki Makino : >> I don't think a conversion is necessary for it. USES=gmake is sufficient. > > Any hints to convert install statements in makefiles? > All Makefile use the GNU Make syntax. I have already mentioned using USE