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: 27-Oct-2003 19:50:22
Branch: HEAD Handle: 2003102718502001
Added files:
openpkg-src/gqview gqview.patch
Modified files:
openpkg-src/gqview gqview.spec
openpkg-web news.txt
Log:
make more portable and especially get running under FreeBSD
Summary:
Revision Changes Path
1.1 +11 -0 openpkg-src/gqview/gqview.patch
1.2 +2 -0 openpkg-src/gqview/gqview.spec
1.7191 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gqview/gqview.patch
============================================================================
$ cvs diff -u -r0 -r1.1 gqview.patch
--- /dev/null 2003-10-27 19:50:22.000000000 +0100
+++ gqview.patch 2003-10-27 19:50:22.000000000 +0100
@@ -0,0 +1,11 @@
+Index: src/ui_fileops.h
+--- src/ui_fileops.h.orig 2003-10-04 01:49:22.000000000 +0200
++++ src/ui_fileops.h 2003-10-27 19:47:26.000000000 +0100
+@@ -13,6 +13,7 @@
+ #ifndef UI_FILEOPS_H
+ #define UI_FILEOPS_H
+
++#include <time.h>
+
+ #define CASE_SORT(a, b) ( (file_sort_case_sensitive) ? strcmp(a, b) :
strcasecmp(a, b) )
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gqview/gqview.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 gqview.spec
--- openpkg-src/gqview/gqview.spec 27 Oct 2003 14:56:27 -0000 1.1
+++ openpkg-src/gqview/gqview.spec 27 Oct 2003 18:50:21 -0000 1.2
@@ -37,6 +37,7 @@
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
+Patch0: gqview.patch
# build information
Prefix: %{l_prefix}
@@ -53,6 +54,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7190 -r1.7191 news.txt
--- openpkg-web/news.txt 27 Oct 2003 15:32:27 -0000 1.7190
+++ openpkg-web/news.txt 27 Oct 2003 18:50:20 -0000 1.7191
@@ -1,3 +1,4 @@
+27-Oct-2003: Upgraded package: P<gqview-1.3.3-20031027>
27-Oct-2003: Upgraded package: P<openpkg-20031027-20031027>
27-Oct-2003: Upgraded package: P<gnutls-0.9.93-20031027>
27-Oct-2003: Upgraded package: P<gcrypt-1.1.43-20031027>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]