notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: emulators/fceux/files
SVNWeb

Number of commits found: 2

Wed, 1 Feb 2017
[ 05:27 jbeich search for other commits by this committer ] Original commit   Revision:432978
emulators/fceux: unbreak with clang 4.0

fceux-server/server.cpp:117:29: error: ordered comparison between pointer and
zero
      ('char *' and 'int')
  while(fgets(buf, 256, fp) > 0)
        ~~~~~~~~~~~~~~~~~~~ ^ ~
src/cheat.cpp:219:30: error: ordered comparison between pointer and zero ('char
*' and 'int')
        while(fgets(linebuf,2048,fp)>0)
              ~~~~~~~~~~~~~~~~~~~~~~^~

Reported by:	antoine (via exp-run)
Fri, 11 Apr 2014
[ 13:42 miwi search for other commits by this committer ] Original commit   Revision:350948
- Support STRIP properly
- Support compiler USES macro
- Support COPYTREE_SHARE
- Fix pathname in desktop entry file

PR:		187493
Submitted by:	ports fury

Number of commits found: 2