Browse Source

plib: Updated (1.8.4 -> 1.8.5)

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
a379c8c401
  1. 37
      games/plib/gcc41.patch
  2. 6
      games/plib/plib.desc

37
games/plib/gcc41.patch

@ -1,37 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../plib/gcc41.patch
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -Nur plib-1.8.4-orig/src/ssgAux/ssgaSky.h plib-1.8.4/src/ssgAux/ssgaSky.h
--- plib-1.8.4-orig/src/ssgAux/ssgaSky.h 2003-09-26 14:54:20.000000000 +0000
+++ plib-1.8.4/src/ssgAux/ssgaSky.h 2006-04-04 11:34:10.897702250 +0000
@@ -104,7 +104,7 @@
ssgaCelestialBodyList ( int init = 3 )
: ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
+ ~ssgaCelestialBodyList () { removeAll(); }
int getNum (void) { return total ; }
@@ -192,7 +192,7 @@
ssgaCloudLayerList ( int init = 3 )
: ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
+ ~ssgaCloudLayerList () { removeAll(); }
int getNum (void) { return total ; }

6
games/plib/plib.desc

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../plib/plib.desc
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -40,8 +40,8 @@
[L] GPL
[S] Stable
[V] 1.8.4
[V] 1.8.5
[P] X -----5---9 208.600
[D] 3004471455 plib-1.8.4.tar.gz http://plib.sourceforge.net/dist/
[D] 2745985321 plib-1.8.5.tar.gz http://plib.sourceforge.net/dist/

Loading…
Cancel
Save