Commit graph

8 commits

Author SHA1 Message Date
Wen Heping
a6848ff6a3 - Update to 1.3.0
PR:		205894
Submitted by:	tkato432@yahoo.com
2016-03-06 10:53:58 +00:00
Jan Beich
ffc6d52ece math/fityk: unbreak build on 8.x
r385070 exposed another issue:

In file included from ceria.cpp:4:0:
ceria.h:52:23: error: 'FILE' was not declared in this scope
 CelFile read_cel_file(FILE* f);
                       ^
ceria.h:52:29: error: 'f' was not declared in this scope
 CelFile read_cel_file(FILE* f);
                             ^
ceria.h:53:41: error: 'FILE' has not been declared
 void write_cel_file(CelFile const& cel, FILE* f);
                                         ^
ceria.cpp: In function 'CelFile read_cel_file(FILE*)':
ceria.cpp:719:30: error: 'CelFile read_cel_file(FILE*)' redeclared as different kind of symbol
 CelFile read_cel_file(FILE *f)
                              ^
In file included from ceria.cpp:4:0:
ceria.h:52:9: error: previous declaration of 'CelFile read_cel_file'
 CelFile read_cel_file(FILE* f);
         ^

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2015-05-05 01:49:37 +00:00
Jan Beich
792c4ddf5a math/fityk: unbreak build on 8.x/9.x (gcc 4.8)
Add -std=c++11 to fix

  /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory

which itself exposes

  guess.cpp:20:7: error: unknown type name 'array'
  const array<string, 3> Guess::linear_traits =
        ^
  sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space between
        literal and identifier [-Wreserved-user-defined-literal]
                     + s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a)));
                                                     ^
Reported by:	pkg-fallout
Approved by:	portmgr blanket
MFH:		2015Q2 (only USES due to lack of r383466)
2015-04-30 21:48:16 +00:00
Baptiste Daroussin
31b0396db0 Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
2014-04-08 13:05:59 +00:00
Li-Wen Hsu
8eb148fbc6 - Update to version 0.8.1
- Use MASTER_SITES_ABBREVS in MASTER_SITES

PR:		112136
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
Approved by:	clsung (mentor, implicitly)
2007-04-26 14:56:31 +00:00
Martin Wilke
21a031586f - Update to 0.7.8
PR:             110345
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-16 12:00:37 +00:00
Sam Lawrance
b1e92dd6f4 Update to 0.7.0.
PR:		ports/93241
Submitted by:	Ports Fury
2006-02-13 10:03:16 +00:00
Pav Lucistnik
ff09caef8f - Update to 0.5.0.1
PR:		ports/82942
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-06 15:24:22 +00:00