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/openbor/files/patch-openbor.c

Number of commits found: 14

Wednesday, 3 Jan 2024
13:42 Jan Beich (jbeich) search for other commits by this committer
games/openbor: update to 7534

Changes:	https://github.com/DCurrent/openbor/compare/3caaddd5...3bae1dd7
commit hash: ddacb9107505c843c5db2991219da87d7ec113fb commit hash: ddacb9107505c843c5db2991219da87d7ec113fb commit hash: ddacb9107505c843c5db2991219da87d7ec113fb commit hash: ddacb9107505c843c5db2991219da87d7ec113fb ddacb91
Saturday, 7 Jul 2018
00:40 jbeich search for other commits by this committer
games/openbor: regen patches
Original commitRevision:474049 
Tuesday, 3 Apr 2018
00:49 jbeich search for other commits by this committer
games/openbor: update to 4673

Changes:	https://github.com/DCurrent/openbor/compare/57735a1...62edc19
Original commitRevision:466272 
Saturday, 7 Oct 2017
17:55 jbeich search for other commits by this committer
games/openbor: update to 4539

Changes:	https://github.com/DCurrent/openbor/compare/12fc70c...4539
MFH:		2017Q4
Original commitRevision:451467 
Wednesday, 10 May 2017
02:32 jbeich search for other commits by this committer
games/openbor: oops, make sure patch(1) doesn't confuse context
Original commitRevision:440523 
Tuesday, 9 May 2017
21:21 jbeich search for other commits by this committer
games/openbor: drop no longer necessary crash workaround
Original commitRevision:440515 
20:57 jbeich search for other commits by this committer
games/openbor: update to 3.0.r4504

- Add old slaves for some games (e.g. Ghosts'n Demons) based on
  http://www.chronocrash.com/forum/index.php?topic=2360.0
- Annotate .desktop file with build version
- Drop v3.0 from package version
- s/module/game/ in pkg-message for less ambiguity

Changes:	https://github.com/DCurrent/openbor/compare/ba1eb4f...4dfdb66
Original commitRevision:440514 
Sunday, 15 Jan 2017
11:48 jbeich search for other commits by this committer
games/openbor: oops, size_t > int on 64bit platforms
Original commitRevision:431550 
11:31 jbeich search for other commits by this committer
games/openbor: warnings

- With `make -s` only compiler warnings are allowed to break silence
- -Wno-unsued-result is no longer fatal after 9.x EOL

source/gamelib/packfile.c: In function 'packfile_music_read':
source/gamelib/packfile.c:1402:13: warning: 'memset' used with length equal to
number of elements without multiplication by element size [-Wmemset-elt-size]
             memset(filelist[i].bgmTracks, 0, 256);
             ^~~~~~
source/scriptlib/Parser.c: In function 'Parser_Unary_expr':
source/scriptlib/Parser.c:1879:30: warning: may write a terminating nul past the
end of the destination [-Wformat-length=]
             sprintf(buf, "-%s", pInstruction->theToken->theSource);
                           ~~~^
source/scriptlib/Parser.c:1879:13: note: format output between 2 and 129 bytes
into a destination ofsize 128
             sprintf(buf, "-%s", pInstruction->theToken->theSource);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source/scriptlib/Parser.c:1906:30: warning: may write a terminating nul past the
end of the destination [-Wformat-length=]
             sprintf(buf, "!%s", pInstruction->theToken->theSource);
                           ~~~^
source/scriptlib/Parser.c:1906:13: note: format output between 2 and 129 bytes
into a destination ofsize 128
             sprintf(buf, "!%s", pInstruction->theToken->theSource);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
openbor.c:8224:26: warning: comparison of unsigned expression >= 0 is always
true
      [-Wtautological-compare]
        for(i = len-1; i >= 0; i--)
                       ~ ^  ~
openbor.c:21719:68: warning: using integer absolute value function 'abs' when
argument is of floating
      point type [-Wabsolute-value]
        if(ent->direction == DIRECTION_RIGHT) ent->velocity.x =
-1*abs(ent->velocity.x);
                                                                   ^
openbor.c:21719:68: note: use function 'fabsf' instead
        if(ent->direction == DIRECTION_RIGHT) ent->velocity.x =
-1*abs(ent->velocity.x);
                                                                   ^~~
                                                                   fabsf
openbor.c:21720:32: warning: using integer absolute value function 'abs' when
argument is of floating
      point type [-Wabsolute-value]
        else ent->velocity.x = abs(ent->velocity.x);
                               ^
openbor.c:21720:32: note: use function 'fabsf' instead
        else ent->velocity.x = abs(ent->velocity.x);
                               ^~~
                               fabsf
openbor.c:25840:9: warning: taking the absolute value of unsigned type 'unsigned
int' has no effect
      [-Wabsolute-value]
    if (abs(rand32()) % 2)
        ^
openbor.c:25840:9: note: remove the call to 'abs' since unsigned values cannot
be negative
    if (abs(rand32()) % 2)
        ^~~
Original commitRevision:431547 
Friday, 23 Dec 2016
04:42 jbeich search for other commits by this committer
games/openbor: update to 3.0.r4420

Changes:	http://www.chronocrash.com/forum/index.php?topic=3178.0
Changes:	svn log -r4420:4419 https://svn.code.sf.net/p/openbor/engine/engine/
Original commitRevision:429223 
Tuesday, 20 Dec 2016
02:30 jbeich search for other commits by this committer
games/openbor: remove svn:eol-style

Subversion insistence on screwing up EOL markers turns patch
maintenance here into misery as USES=dos2unix breaks |make makepatch|.
Original commitRevision:428975 
02:01 jbeich search for other commits by this committer
games/openbor: unbreak patching
Original commitRevision:428971 
01:52 jbeich search for other commits by this committer
games/openbor: fix off-by-one noticed by gcc6

openbor.c: In function 'common_dot':
openbor.c:20485:39: warning: iteration 10 invokes undefined behavior
[-Waggressive-loop-optimizations]
         iDot_time   =   self->dot_time[iIndex]; //Get expire time.
                         ~~~~~~~~~~~~~~^~~~~~~~
openbor.c:20483:5: note: within this loop
     for(iIndex = 0; iIndex <= MAX_DOTS; iIndex++) //Loop through all DOT
indexes.
     ^~~
Original commitRevision:428970 
Monday, 19 Dec 2016
21:54 jbeich search for other commits by this committer
games/openbor: update to 3.0.r4415

- Pacify -fsanitize=address a bit since previous update
- Drop pointless USES=dos2unix

Changes:	svn log -r4415:r4391 https://svn.code.sf.net/p/openbor/engine/engine/
Original commitRevision:428961 

Number of commits found: 14