notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/bastet/files/patch-game.c

Number of commits found: 2

Sunday, 5 Aug 2012
08:13 miwi search for other commits by this committer
- Update to 0.43

PR:		170147
Submitted by:	Ports Fury
Original commit
Thursday, 23 Dec 2004
06:27 edwin search for other commits by this committer
games/bastet does busy waiting

        bastet does busy waiting because the select() call in game.c returns
        with EINVAL. The reason is that timeout does not point to the struct
        timeval in the program but to a ncurses function with the same name. I
        renamed the variable to fix it. Also the value 1000000 is not a valid
        timeout value because it would have to be encoded as 1 second and 0
        microseconds. I fixed it trivially by using 999999 for that value.

        Also I fixed a gcc warning. Anyway I think the function bast_clear has
        to be declared somewhere else.

        Should be easy to fix - temporarily I just put the diff below in my
        files/ directory of the port.

PR:             ports/75208
Submitted by:   Rudolf Polzer <freebsd-dr@durchnull.de>
Original commit

Number of commits found: 2