aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vba/files
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
|
* emulators/vba: Mark Un'BROKENMateusz Piotrowski2019-01-071-0/+21
| | | | | | | | | | While here, set LICENSE_FILE. PR: 234497 Reviewed by: koobs, mat Approved by: mat (mentor) Approved by: portmgr (blanket: build/run fixes, ports compliance) Differential Revision: https://reviews.freebsd.org/D18687
* emulators/vba: unbreak with libc++ 3.9Jan Beich2017-02-013-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../GBA.cpp:1133:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../GBA.cpp:1148:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../GBA.cpp:1172:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../GBA.cpp:1192:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../Util.cpp:481:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../Util.cpp:505:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../Util.cpp:525:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ ../Util.cpp:555:12: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char * p = strrchr(file,'.'); ^ ~~~~~~~~~~~~~~~~~ In file included from expr.y:12: In file included from ../../src/System.h:24: In file included from ../../src/unzip.h:68: In file included from /usr/include/zlib.h:34: In file included from /usr/include/zconf.h:247: /usr/include/c++/v1/stddef.h:52:7: error: reference to 'std' is ambiguous using std::nullptr_t; ^ /usr/include/c++/v1/__nullptr:22:1: note: candidate found by name lookup is 'std' _LIBCPP_BEGIN_NAMESPACE_STD ^ /usr/include/c++/v1/__config:388:47: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD' #define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace _LIBCPP_NAMESPACE { ^ /usr/include/c++/v1/__config:392:11: note: candidate found by name lookup is 'std::std' namespace std { ^ Reported by: pkg-fallout
* - Add PROFILING_DESC (should be part of r323888)Alexey Dokuchaev2013-07-292-1/+52
| | | | | - Unbreak the build on amd64 (and make it generally type safe) - Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it
* - Expand creator's name in the Makefile headerAlexey Dokuchaev2013-07-294-1/+730
| | | | | | | | | | | | | - Fix the build on recent versions of FreeBSD (against Clang) - Add a patch from Gentoo to unbreak GTK+ program build - Fix potential buffer overflow (also obtained from Gentoo) - Convert to OptionsNG, utilize new option helpers - Drop WANT_GNOME and USE_GNOME, they are useless - Define LICENSE (GPLv2), remove COPYING from the docs - Make pkg-message word substitution actually work - Generally sanitize and cleanup the Makefile Reported by: pointyhat-west
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+11
|
* - UnbreakMartin Wilke2007-10-173-0/+45
| | | | | | | | - Fix build with gcc 4.2 PR: 116893 Submitted by: miwi Approved by: maintainer timeout
* Add support to GTK2Marcus Alves Grando2005-10-135-21/+43
| | | | | PR: 87370 Submitted by: No Name <arundel@h3c.de> (maintainer)
* - Fix build on 4.xPav Lucistnik2004-08-211-0/+10
| | | | | | | | - Don't install debugger unless asked - Assume maintainership PR: ports/70769 Submitted by: No Name <arundel@h3c.de>
* Update to 1.7.2Kirill Ponomarev2004-07-174-127/+2
| | | | | PR: ports/69162 Submitted by: maintainer
* maintainer update of emulators/vbaEdwin Groothuis2004-05-142-2/+2
| | | | | | | | Update of emulators/vba to 1.7.1_2 (this time for real!) PR: ports/64612 Submitted by: No Name <arundel@gmx.net>
* Update to version 1.7.1: update battery file more often; many bugfixes.Mark Linimon2004-02-173-19/+33
| | | | | | | See ChangeLog for complete details. PR: ports/62645 Submitted by: arundel@gmx.net (maintainer)
* - Update to 1.7Pav Lucistnik2004-01-212-47/+86
| | | | | PR: ports/61599 Submitted by: No-Name <arundel@gmx.net> (maintainer)
* - Nuke useless empty filePav Lucistnik2004-01-211-0/+0
|
* New port: VisualBoyAdvanceEdwin Groothuis2003-10-033-0/+83
VisualBoyAdvance is currently one of the best Gameboy Advance emulators out there. PR: ports/56376 Submitted by: No Name <arundel@gmx.net>