[SOLVED] Re: Problems with gitup - doesn't delete files / old ports.

2021-05-08 Thread N.J. Mann
Hi,


On Saturday, April 24, 2021 I wrote:
> 
> I have been using gitup for just over a week (and before that svn and
> before that cvsup) to update a local ports tree.  I have encountered
> some annoying failures.
[...]

With the help of John Mehr and the folks of freebsd-fs@ we got to the
bottom of the issue.  The problem only occurred when /usr/ports was NFS
mounted and a small change to gitup fixed this.  This fix is now in the
FreeBSD ports tree: commit 8ec1455f5301f5addb88de8458c9a56784ed57dd


Regards,
Nick.
-- 

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: graphics/wayland error: unknown argument: '-fno-color-diagnostics'

2021-05-08 Thread Janos Dohanics
On Thu, 06 May 2021 21:20:55 +0200
Jan Beich  wrote:

> Janos Dohanics  writes:
> 
> > Hello,
> >
> > trying to build graphics/wayland on a newly installed system
> > (FreeBSD 13.0-STABLE #0 stable/13-n245524-11af9a9cf93: Wed May  5
> > 17:58:25 EDT 2021):
> >
> > https://pastebin.com/mdK0yscg
> >
> > Would you please advise?
> 
> Did you partially upgrade? devel/meson was fixed at the same time
> colors were force-disabled for USES=meson consumers.
> 
> https://cgit.freebsd.org/ports/commit/?id=ff2796d5bc83

That was it; after updating devel/meson graphics/wayland built fine.

Thank you for your help!

-- 
Janos Dohanics
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2021-05-08 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/d-feet| 0.3.15  | 0.3.16
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Additional filtering on pkg-status.freebsd.org url

2021-05-08 Thread Simon Wright

Hi all,

The move to git for ports is more or less OK for me now, thanks to
several for the various pointers. I still have issues with accessing the
individual build machine due to IPv6 issues on my side so am using
pkg-status.freebsd.org to check the status of the build cluster rather
than the specific machine that is building for my desired architecture.

My (minor) issue now is that accessing:

https://pkg-status.freebsd.org/builds?type=package

gives me a long list of builds. I'm looking for a way to pass a search
string of '130amd64' in the URL so that I can go straight to the builds
that I'm interested in. Is this possible? Encoding

AND Search='130amd64'

in the URL does not work. Can anyone point me in the right direction for
this?

Thanks,

Simon Wright.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Additional filtering on pkg-status.freebsd.org url

2021-05-08 Thread Michael Gmelin



On Sat, 8 May 2021 17:46:03 +0800
Simon Wright  wrote:

> Hi all,
> 
> The move to git for ports is more or less OK for me now, thanks to
> several for the various pointers. I still have issues with accessing
> the individual build machine due to IPv6 issues on my side so am using
> pkg-status.freebsd.org to check the status of the build cluster rather
> than the specific machine that is building for my desired
> architecture.
> 
> My (minor) issue now is that accessing:
> 
> https://pkg-status.freebsd.org/builds?type=package
> 
> gives me a long list of builds. I'm looking for a way to pass a search
> string of '130amd64' in the URL so that I can go straight to the
> builds that I'm interested in. Is this possible? Encoding
> 
> AND Search='130amd64'
> 
> in the URL does not work. Can anyone point me in the right direction
> for this?

Does this show what you want?

https://pkg-status.freebsd.org/builds?jailname=130amd64&type=package

Best

> 
> Thanks,
> 
> Simon Wright.
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to
> "freebsd-ports-unsubscr...@freebsd.org"



-- 
Michael Gmelin
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Additional filtering on pkg-status.freebsd.org url

2021-05-08 Thread Simon Wright

Totally perfect. Thank you Michael :).

On 08/05/2021 5:53 pm, Michael Gmelin wrote:



On Sat, 8 May 2021 17:46:03 +0800
Simon Wright  wrote:


Hi all,

The move to git for ports is more or less OK for me now, thanks to
several for the various pointers. I still have issues with accessing
the individual build machine due to IPv6 issues on my side so am using
pkg-status.freebsd.org to check the status of the build cluster rather
than the specific machine that is building for my desired
architecture.

My (minor) issue now is that accessing:

https://pkg-status.freebsd.org/builds?type=package

gives me a long list of builds. I'm looking for a way to pass a search
string of '130amd64' in the URL so that I can go straight to the
builds that I'm interested in. Is this possible? Encoding

AND Search='130amd64'

in the URL does not work. Can anyone point me in the right direction
for this?


Does this show what you want?

https://pkg-status.freebsd.org/builds?jailname=130amd64&type=package

Best



Thanks,

Simon Wright.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to
"freebsd-ports-unsubscr...@freebsd.org"





___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"