OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 16-May-2009 18:11:37 Branch: HEAD Handle: 2009051617113700 Modified files: openpkg-src/gle gle.patch gle.spec Log: fix building under FreeBSD 7 Summary: Revision Changes Path 1.4 +14 -3 openpkg-src/gle/gle.patch 1.16 +2 -2 openpkg-src/gle/gle.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gle/gle.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 gle.patch --- openpkg-src/gle/gle.patch 12 Apr 2009 16:48:31 -0000 1.3 +++ openpkg-src/gle/gle.patch 16 May 2009 16:11:37 -0000 1.4 @@ -1,6 +1,6 @@ -Index: configure ---- configure.orig 2009-04-12 00:00:26 +0200 -+++ configure 2009-04-12 18:39:38 +0200 +Index: gle4/configure +--- gle4/configure.orig 2009-04-12 00:00:26 +0200 ++++ gle4/configure 2009-05-16 18:07:07 +0200 @@ -5854,7 +5854,7 @@ GLE_INSTALL_DATA=/usr/share/gle/$GLE_VERSION prefix="/usr" @@ -10,3 +10,14 @@ fi if test "$exec_prefix" = "NONE"; then +Index: gle4/src/gle/file_io.cpp +--- gle4/src/gle/file_io.cpp.orig 2009-02-22 13:06:28 +0100 ++++ gle4/src/gle/file_io.cpp 2009-05-16 18:08:24 +0200 +@@ -37,6 +37,7 @@ + * * + *************************************************************************/ + ++#include <signal.h> + #include <math.h> + #include <time.h> + #include <string> @@ . patch -p0 <<'@@ .' Index: openpkg-src/gle/gle.spec ============================================================================ $ cvs diff -u -r1.15 -r1.16 gle.spec --- openpkg-src/gle/gle.spec 18 Apr 2009 13:10:45 -0000 1.15 +++ openpkg-src/gle/gle.spec 16 May 2009 16:11:37 -0000 1.16 @@ -32,7 +32,7 @@ Group: Diagram License: BSD Version: 4.2.0 -Release: 20090412 +Release: 20090516 # package options %option with_x11 no @@ -84,7 +84,7 @@ %prep %setup -q -T -c %{l_prefix}/bin/unzip -q -x %{SOURCE0} - %patch -p0 -d gle4 + %patch -p0 %build cd gle4 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org