OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 31-Aug-2005 09:46:51 Branch: HEAD Handle: 2005083108465000 Added files: openpkg-src/lighttpd lighttpd.patch Modified files: openpkg-src/lighttpd lighttpd.spec Log: fixed build on FreeBDS 5 Summary: Revision Changes Path 1.1 +29 -0 openpkg-src/lighttpd/lighttpd.patch 1.10 +2 -0 openpkg-src/lighttpd/lighttpd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/lighttpd/lighttpd.patch ============================================================================ $ cvs diff -u -r0 -r1.1 lighttpd.patch --- /dev/null 2005-08-31 09:46:49 +0200 +++ lighttpd.patch 2005-08-31 09:46:51 +0200 @@ -0,0 +1,29 @@ +-> http://trac.lighttpd.net/trac/changeset/649?format=diff + +--- branches/lighttpd-merge-1.4.x/configure.in (revision 648) ++++ branches/lighttpd-merge-1.4.x/configure.in (revision 649) +@@ -621,10 +621,10 @@ + fi + + ## post processing +-do_build=`echo $do_build | sed 's/ /\n/g' | sort` +-no_build=`echo $no_build | sed 's/ /\n/g' | sort` +-enable_feature=`echo $enable_feature | sed 's/ /\n/g' | sort` +-disable_feature=`echo $disable_feature | sed 's/ /\n/g' | sort` ++do_build=`for i in $do_build; do echo $i; done | sort` ++no_build=`for i in $no_build; do echo $i; done | sort` ++enable_feature=`for i in $enable_feature; do echo $i; done | sort` ++disable_feature=`for i in $disable_feature; do echo $i; done | sort` + + ## output + +--- branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c (revision 648) ++++ branches/lighttpd-merge-1.4.x/src/fdevent_freebsd_kqueue.c (revision 649) +@@ -108,6 +108,7 @@ + fprintf(stderr, "%s.%d: kqueue failed polling: %s\n", + __FILE__, __LINE__, strerror(errno)); + break; ++ } + } + + return ret; @@ . patch -p0 <<'@@ .' Index: openpkg-src/lighttpd/lighttpd.spec ============================================================================ $ cvs diff -u -r1.9 -r1.10 lighttpd.spec --- openpkg-src/lighttpd/lighttpd.spec 31 Aug 2005 06:28:43 -0000 1.9 +++ openpkg-src/lighttpd/lighttpd.spec 31 Aug 2005 07:46:50 -0000 1.10 @@ -46,6 +46,7 @@ Source1: lighttpd.conf Source2: rc.lighttpd Source3: fsl.lighttpd +Patch0: lighttpd.patch # build information Prefix: %{l_prefix} @@ -87,6 +88,7 @@ %prep %setup -q + %patch -p2 %{l_shtool} subst \ -e 's;\(/etc/lighttpd/lighttpd.conf\);%{l_prefix}\1;' \ doc/lighttpd.1 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org