diff -urNdp -x CVS supertux.old/Portfile supertux/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name supertux |
6 | | version 0.1.0 |
| 6 | version 0.1.3 |
7 | 7 | categories games |
8 | 8 | platforms darwin |
9 | 9 | maintainers mww@opendarwin.org |
… |
… |
long_description SuperTux is a classic 2 |
12 | 12 | game in a similar style like the original SuperMario \ |
13 | 13 | games. |
14 | 14 | |
15 | | homepage http://super-tux.sourceforge.net/ |
16 | | master_sites http://pingus.seul.org/~grumbel/tmp/ |
17 | | checksums md5 c867f5444b93bf66044b4dc087be2298 |
| 15 | homepage http://supertux.berlios.de/ |
| 16 | master_sites http://download.berlios.de/supertux/ |
| 17 | checksums md5 f2fc288459f33d5cd8f645fbca737a63 |
18 | 18 | use_bzip2 yes |
19 | 19 | |
| 20 | patchfiles patch-src_texture.h |
| 21 | |
20 | 22 | depends_lib bin:sdl-config:libsdl \ |
| 23 | lib:libmikmod:libmikmod \ |
21 | 24 | lib:libSDL_mixer:libsdl_mixer \ |
22 | 25 | lib:libSDL_image:libsdl_image |
23 | 26 | |
24 | 27 | variant darwin { |
| 28 | configure.args --with-apple-opengl-framework |
25 | 29 | post-install { |
26 | 30 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/SuperTux.app/Contents/MacOS |
27 | 31 | system "ln -s ${prefix}/bin/supertux \ |
diff -urNdp -x CVS supertux.old/files/patch-src_texture.h supertux/files/patch-src_texture.h
old
|
new
|
|
| 1 | --- src/texture.h.orig 2005-07-23 18:12:18.000000000 -0700 |
| 2 | +++ src/texture.h 2005-07-23 18:12:44.000000000 -0700 |
| 3 | @@ -137,7 +137,7 @@ public: |
| 4 | class SurfaceOpenGL : public SurfaceImpl |
| 5 | { |
| 6 | public: |
| 7 | - unsigned gl_texture; |
| 8 | + GLuint gl_texture; |
| 9 | |
| 10 | public: |
| 11 | SurfaceOpenGL(SDL_Surface* surf, int use_alpha); |