OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 20:03:33
Branch: HEAD Handle: 2003070219033102
Modified files:
openpkg-src/magicpoint magicpoint.patch magicpoint.spec
openpkg-web news.txt
Log:
replace obsolete malloc.h reference which breaks building und stricter
FreeBSD 5
Summary:
Revision Changes Path
1.4 +11 -0 openpkg-src/magicpoint/magicpoint.patch
1.29 +1 -1 openpkg-src/magicpoint/magicpoint.spec
1.5163 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/magicpoint/magicpoint.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 magicpoint.patch
--- openpkg-src/magicpoint/magicpoint.patch 25 Jun 2003 08:09:24 -0000 1.3
+++ openpkg-src/magicpoint/magicpoint.patch 2 Jul 2003 18:03:33 -0000 1.4
@@ -19,3 +19,14 @@
/* SUPPRESS 530 */
/* SUPPRESS 560 */
+--- image/new.c.orig Mon Dec 28 09:23:13 1998
++++ image/new.c Wed Jul 2 20:02:06 2003
+@@ -11,7 +11,7 @@
+ #include "copyright.h"
+ #include "image.h"
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ extern int _Xdebug;
+ extern void memoryExhausted(void);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/magicpoint/magicpoint.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 magicpoint.spec
--- openpkg-src/magicpoint/magicpoint.spec 25 Jun 2003 08:09:24 -0000 1.28
+++ openpkg-src/magicpoint/magicpoint.spec 2 Jul 2003 18:03:33 -0000 1.29
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 1.10a
-Release: 20030625
+Release: 20030702
# list of sources
Source0: ftp://ftp.mew.org/pub/mgp/magicpoint-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5162 -r1.5163 news.txt
--- openpkg-web/news.txt 2 Jul 2003 17:59:45 -0000 1.5162
+++ openpkg-web/news.txt 2 Jul 2003 18:03:31 -0000 1.5163
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<magicpoint-1.10a-20030702>
02-Jul-2003: Upgraded package: P<libmikmod-3.1.10-20030702>
02-Jul-2003: Upgraded package: P<geoip-1.2.0-20030702>
02-Jul-2003: Upgraded package: P<samhain-1.7.9-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]