Re: Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
Hello! Hope that is fine now: https://cgit.freebsd.org/ports/commit/?id=cc30d8daf3e83995620de6696b23dc437daec8dc Cheers and thanks, Nuno Teixeira escreveu no dia domingo, 9/04/2023 à(s) 21:39: > I take a look at netbsd port: > > DISTNAME= tnftp-20151004 > PKGREVISION= 2 > CATEGORIES= net > > M

Re: devel/qt6-base fails to build after archivers/zstd update?

2023-04-09 Thread jonc
April 10, 2023 11:42 AM, "Po-Chuan Hsieh" wrote: > Hi, > > On Mon, Apr 10, 2023 at 6:00 AM Jonathan Chen wrote: > >> Hi, >> >> I'm getting build failures on devel/qt6-base during the link stage: >> >> ... >> ld: error: relocation R_X86_64_32 cannot be used against local symbol; >> recompile

Re: devel/qt6-base fails to build after archivers/zstd update?

2023-04-09 Thread Po-Chuan Hsieh
Hi, On Mon, Apr 10, 2023 at 6:00 AM Jonathan Chen wrote: > Hi, > > I'm getting build failures on devel/qt6-base during the link stage: > > ... > ld: error: relocation R_X86_64_32 cannot be used against local symbol; > recompile with -fPIC > >>> defined in /usr/local/lib/libzstd.a(zstd_common.o)

devel/qt6-base fails to build after archivers/zstd update?

2023-04-09 Thread Jonathan Chen
Hi, I'm getting build failures on devel/qt6-base during the link stage: ... ld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC >>> defined in /usr/local/lib/libzstd.a(zstd_common.o) >>> referenced by zstd_common.c >>> zstd_common.o:(ZSTD_v

Re: Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
I take a look at netbsd port: DISTNAME= tnftp-20151004 PKGREVISION= 2 CATEGORIES= net MAINTAINER= pkgsrc-us...@netbsd.org COMMENT= The enhanced FTP client in NetBSD LICENSE= original-bsd And it looks more simplier :) Lorenzo Salvadore escreveu no dia domingo, 9/04/2023 à(s) 21:15: > > > > ---

Re: Defining license for a NetBSD program

2023-04-09 Thread Lorenzo Salvadore
--- Original Message --- On Sunday, April 9th, 2023 at 10:12 PM, Nuno Teixeira wrote: > (...) > > ok, I've looked at src code and it seams that 2 and 3 clause is present. > Should we use a comb: > > Multiple Licenses > When part of a port has one license, and another part has a di

Re: Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
(...) ok, I've looked at src code and it seams that 2 and 3 clause is present. Should we use a comb: Multiple Licenses When part of a port has one license, and another part has a different license, use multi: LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE=${WRKSRC}/COPYING ? N

Re: Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
Hello Lorenzo, For what I understand, COPYING file includes a BSD2CLAUSE license and a addenda "This product also contains software developed by other people, etc" and both are defined in port by LICENSE definition and LICENSE_FILE that adds additional info to license. LICENSE=BSD2CLAUSE

Re: Defining license for a NetBSD program

2023-04-09 Thread Lorenzo Salvadore
--- Original Message --- On Sunday, April 9th, 2023 at 9:25 PM, Rodrigo Osorio wrote: > Looks like a clause 2 licence > > https://opensource.org/license/bsd-2-clause/ I agree, but since "[t]his product also contains software developed by other people, and you are advised to read the va

Re: Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
Hello Rodrigo! Yes it is! Thanks for link. Cheers, Rodrigo Osorio escreveu no dia domingo, 9/04/2023 à(s) 20:25: > Looks like a clause 2 licence > > https://opensource.org/license/bsd-2-clause/ > > > On 09/04/23 20:29, Nuno Teixeira wrote: > > Hello to all, > > I'd like to define a license fo

Re: Defining license for a NetBSD program

2023-04-09 Thread Rodrigo Osorio
Looks like a clause 2 licence https://opensource.org/license/bsd-2-clause/ On 09/04/23 20:29, Nuno Teixeira wrote: Hello to all, I'd like to define a license for ftp/tnftp from NetBSD and not sure if BSDnCLAUSE applies here. Any help is welcome. COPYRIGHT (from README): - tnftp is

Defining license for a NetBSD program

2023-04-09 Thread Nuno Teixeira
Hello to all, I'd like to define a license for ftp/tnftp from NetBSD and not sure if BSDnCLAUSE applies here. Any help is welcome. COPYRIGHT (from README): - tnftp is covered by a BSD-style copyright notice. Please refer to the file `COPYING' for more information. COPYING: Copyright (c

Re: ports tree bootstrap using git

2023-04-09 Thread Jose Quinteiro
Will the master branch of Git always build on Freebsd? There are some patches in the port, though they seem to mainly deal with install paths and the like. This one for configure.ac makes me wonder: # Define PERL_PATH to provide path to Perl. -GIT_ARG_SET_PATH(perl) +GIT_ARG_SET_PATH(perl, allow-

Unmaintained FreeBSD ports which are out of date

2023-04-09 Thread portscout
/setzer | 54 | v55 +-+ ftp/tnftp | 20210827| 20230409

Re: security/portsentry removal

2023-04-09 Thread Dan Mahoney (Ports)
> On Apr 8, 2023, at 9:01 AM, Andrea Venturoli wrote: > > On 4/8/23 16:40, Helge Oldach wrote: > >> I wonder why that would provide anything useful though. > > Main reason is to react to port scans or swiping attempts at well-known > service. > I.e. Someone (or some bot) connect to port 22,

Re: ports tree bootstrap using git

2023-04-09 Thread Warner Losh
On Sun, Apr 9, 2023 at 5:43 AM Jonathan Reynolds wrote: > I created a program that downloads the required files from > https://cgit.freebsd.org/ports/plain/ to build and install > devel/git. It then uses the newly installed git to clone > the ports tree from https://git.freebsd.org/ports.git > >

Re: security/portsentry removal

2023-04-09 Thread Thierry Thomas
Le dim. 9 avr. 23 à 2:33:01 +0200, Mel Pilgrim écrivait : > But completeness, peace of mind, etc. > > FWIW, you can still build and use portsentry either extratree or copy > the port to your local category. It is even possible to resurrect this port, take its maintainership and host a copy