OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-May-2006 16:16:05
Branch: HEAD Handle: 2006050215160400
Modified files:
openpkg-src/neon neon.spec
Log:
the new timezone feature is not working on all platforms, at least
under FreeBSD time zone is not a global variable but a function
returning *char instead. the test in configure is not suitable to
detect this.
Summary:
Revision Changes Path
1.55 +9 -2 openpkg-src/neon/neon.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/neon/neon.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 neon.spec
--- openpkg-src/neon/neon.spec 22 Jan 2006 17:24:07 -0000 1.54
+++ openpkg-src/neon/neon.spec 2 May 2006 14:16:04 -0000 1.55
@@ -32,8 +32,8 @@
Class: BASE
Group: Web
License: LGPL
-Version: 0.25.5
-Release: 20060122
+Version: 0.26.0
+Release: 20060502
# list of sources
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
@@ -79,6 +79,13 @@
--with-zlib \
--disable-shared \
--enable-static
+ case "%{l_platform -t}" in
+ *-freebsd* )
+ %{l_shtool} subst \
+ -e 's;#define HAVE_TIMEZONE 1;;g' \
+ config.h
+ ;;
+ esac
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]