Need help defining a custom license

2023-02-09 Thread Nuno Teixeira
Hello all, math/add have a license included in tarball that I'd like to define it in Makefile. Any help is welcome! COPYING: --- $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ ADD Copyright 1995-2022,2023 by Th

Re: Need help defining a custom license

2023-02-09 Thread Ka Ho Ng
On Thu, Feb 9, 2023, 03:46 Nuno Teixeira wrote: > Hello all, > > math/add have a license included in tarball that I'd like to define it in > Makefile. > Any help is welcome! > > COPYING: > --- > $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ > > ADD > > > --

Re: Need help defining a custom license

2023-02-09 Thread Nuno Teixeira
Hello Ka, Thanks for the hint. I've found this on ChangeLog: --- 2007/02/14 -- + updated configure script. + add -V (version) option (requested by Reuben Thomas). + change license to MIT-style (requested by Reuben Thomas). --- Is this enough info to define it as I

Re: Need help defining a custom license

2023-02-09 Thread Ka Ho Ng
On Thu, Feb 9, 2023, 04:03 Nuno Teixeira wrote: > Hello Ka, > > Thanks for the hint. > > I've found this on ChangeLog: > --- > 2007/02/14 > -- > + updated configure script. > + add -V (version) option (requested by Reuben Thomas). > + change license to MIT-style (r

Re: Running Apps As Root Considered Unwise [re: # amule, distributed apps]

2023-02-09 Thread Luciano Mannucci
On Wed, 8 Feb 2023 18:44:24 -0500 grarpamp wrote: > On 2/8/23, Luciano Mannucci wrote: > > root@marietto:/usr/home/marietto # amule > > Users should probably not be running random applications > that they downloaded from the untrustable internet as root. Yes, this is definetly wise. I think t

Re: Need help defining a custom license

2023-02-09 Thread Jan Beich
Nuno Teixeira writes: > Hello all, > > math/add have a license included in tarball that I'd like to define it in > Makefile. > Any help is welcome! > > COPYING: > --- > $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ > > ADD > > --

Re: Need help defining a custom license

2023-02-09 Thread Mehmet Erol Sanliturk
On Thu, Feb 9, 2023 at 3:38 PM Jan Beich wrote: > Nuno Teixeira writes: > > > Hello all, > > > > math/add have a license included in tarball that I'd like to define it in > > Makefile. > > Any help is welcome! > > > > COPYING: > > --- > > $Id: COPYING,v 1.11 2023/02/05 13:28:41 tom Exp $ > > > >

Re: Need help defining a custom license

2023-02-09 Thread Jan Beich
Mehmet Erol Sanliturk writes: > On Thu, Feb 9, 2023 at 3:38 PM Jan Beich wrote: > >> Nuno Teixeira writes: >> >> > Hello all, >> > >> > math/add have a license included in tarball that I'd like to define it in >> > Makefile. >> > Any help is welcome! >> > >> > COPYING: >> > --- >> > $Id: COPYIN

Re: FreeBSD Port: xonotic-0.8.5_2

2023-02-09 Thread Dmitry Marakasov
* Ares (an9u...@proton.me) wrote: > Ello, do you know how I'd go about compiling xonotic from the > latest commit, and running it? You should get the sources (it's likely nontrivial, as xonotic distribution consists of content from multiple repositories and there are custom scripts which to this

Unmaintained FreeBSD ports which are out of date

2023-02-09 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained 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. Please consider also adopting this po

Re: Need help defining a custom license

2023-02-09 Thread Nuno Teixeira
Thanks all! I decided that I will contact author by e-mail :) Cheers, Jan Beich escreveu no dia quinta, 9/02/2023 à(s) 12:59: > Mehmet Erol Sanliturk writes: > > > On Thu, Feb 9, 2023 at 3:38 PM Jan Beich wrote: > > > >> Nuno Teixeira writes: > >> > >> > Hello all, > >> > > >> > math/add ha

devel/llvm16 -- flang is still broken

2023-02-09 Thread Steve Kargl
TL:DR: Please disable building flang in devel/llvm16. I was hoping to test the to Fortran compilers included in devel/llvm16. Unfortunately, neither flang16 nor flang-new16 are usable. % flang16 -o z a.f90 ld: error: undefined symbol: _FortranAioBeginExternalFormattedOutput >>> referenced by F

need help with PR.

2023-02-09 Thread Clockwork
Hello. Can anyone help me with this PR? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268895

Re: devel/llvm16 -- flang is still broken

2023-02-09 Thread Steve Kargl
On Thu, Feb 09, 2023 at 02:07:11PM -0800, Steve Kargl wrote: > TL:DR: Please disable building flang in devel/llvm16. > > > I was hoping to test the to Fortran compilers included in > devel/llvm16. Unfortunately, neither flang16 nor flang-new16 > are usable. > This seems to work for a simple pr

Re: devel/llvm16 -- flang is still broken

2023-02-09 Thread Brooks Davis
On Thu, Feb 09, 2023 at 04:59:45PM -0800, Steve Kargl wrote: > On Thu, Feb 09, 2023 at 02:07:11PM -0800, Steve Kargl wrote: > > TL:DR: Please disable building flang in devel/llvm16. > > > > > > I was hoping to test the to Fortran compilers included in > > devel/llvm16. Unfortunately, neither fla

Re: devel/llvm16 -- flang is still broken

2023-02-09 Thread Steve Kargl
On Fri, Feb 10, 2023 at 01:07:39AM +, Brooks Davis wrote: > On Thu, Feb 09, 2023 at 04:59:45PM -0800, Steve Kargl wrote: > > On Thu, Feb 09, 2023 at 02:07:11PM -0800, Steve Kargl wrote: > > > TL:DR: Please disable building flang in devel/llvm16. > > > > > > > > > I was hoping to test the to F