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)
- convert to staging;
- simplify MASTER_SITES;
- leverage USES more;
- remove all *.dll *.chm as we don't need those;
- replace including <bsd.port.pre.mk> and <bsd.port.post.mk>;
- simplify scons related patch.
PR: 185251
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
- In addition to patch from PR, pick a newer compiler to avoid compilation
trouble. Maintainer considers disabling SIMD instead, and might
follow up with a new patch.
PR: ports/174153
Submitted by: Green Dog <fiziologus@gmail.com> (update to 2.2.0)
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (update to 2.2.1.1)
Approved by: Chris Petrik (maintainer)
2. fix pkg-plist for version 0.96
3. move message for WITH_OPTIMIZED_FLAGS to correct place
4. delete -mcpu=i686 -march=i686:
Not all i386 is i686.
cpu dependent optimize is done by CPUTYPE.
5. change fix for non-i386 arch
PR: 54686
Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (maintainer)
platforms, distributed under GPL. It is based upon Bero's original
FCE source code. Current features include good PPU, CPU, pAPU,
expansion chip, and joystick emulation.
PR: 45166
Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp>