aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jstest-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-5/+6
| | | | Notes: svn path=/head/; revision=508909
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* This port needs C++11-compatible compiler. Add USES=compiler:c++11-langMark Linimon2019-04-071-1/+2
| | | | | | | | | | | | | | | to fix build on GCC-based architectures: /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory While here, pet portlint. PR: 236986 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=498221
* sysutils/jstest-gtk: add missing files.Eugene Grosbein2018-11-064-0/+1527
| | | | Notes: svn path=/head/; revision=484331
* New port sysutils/jstest-gtk: simple joystick tester based on Gtk+.Eugene Grosbein2018-11-065-0/+61
PR: 231218 Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com> Notes: svn path=/head/; revision=484317