OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 27-Jun-2003 15:02:33
Branch: HEAD Handle: 2003062714023201
Modified files:
openpkg-src/mico mico.patch mico.spec
openpkg-web news.txt
Log:
add declarations missing from freebsd5, prevent build from picking up
java
Summary:
Revision Changes Path
1.6 +9 -1 openpkg-src/mico/mico.patch
1.26 +4 -3 openpkg-src/mico/mico.spec
1.5039 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 mico.patch
--- openpkg-src/mico/mico.patch 13 Jun 2003 20:56:20 -0000 1.5
+++ openpkg-src/mico/mico.patch 27 Jun 2003 13:02:33 -0000 1.6
@@ -12,12 +12,20 @@
for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done
--- mico.orig/include/mico/os-math.h 2003-06-13 16:07:15.000000000 +0200
+++ mico/include/mico/os-math.h 2003-06-13 16:07:16.000000000 +0200
-@@ -280,10 +280,7 @@
+@@ -280,10 +280,15 @@
#include <signal.h>
#include <sys/types.h>
-#if !defined(__GNUG__) || !defined(__sgi)
-// conflict for initstate ()
++extern "C" {
++#if defined(HAVE_ISINF)
++int isinf(double);
++#endif
++#if defined(HAVE_ISNAN)
++int isnan(double);
++#endif
++}
#include <math.h>
-#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 mico.spec
--- openpkg-src/mico/mico.spec 13 Jun 2003 20:56:20 -0000 1.25
+++ openpkg-src/mico/mico.spec 27 Jun 2003 13:02:33 -0000 1.26
@@ -33,7 +33,7 @@
Group: System
License: LGPL/GPL
Version: 2.3.10
-Release: 20030613
+Release: 20030627
# package options
%option with_ssl no
@@ -85,7 +85,8 @@
%endif
CPPFLAGS="%{l_cppflags}"
LDFLAGS="%{l_ldflags}"
- export CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
+ JAVAC=no
+ export CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS JAVAC
./configure \
--prefix=%{l_prefix} \
%if "%{with_ssl}" == "yes"
@@ -102,7 +103,7 @@
%endif
--disable-mini-stl \
--disable-shared
- %{l_make} %{l_mflags}
+ %{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5038 -r1.5039 news.txt
--- openpkg-web/news.txt 27 Jun 2003 12:18:03 -0000 1.5038
+++ openpkg-web/news.txt 27 Jun 2003 13:02:32 -0000 1.5039
@@ -1,3 +1,4 @@
+27-Jun-2003: Upgraded package: P<mico-2.3.10-20030627>
27-Jun-2003: Upgraded package: P<opensp-1.5-20030627>
27-Jun-2003: Upgraded package: P<pango-1.2.3-20030627>
27-Jun-2003: Upgraded package: P<php-4.3.2-20030627>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]