OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 08-Feb-2004 00:08:19
Branch: HEAD Handle: 2004020723081405
Modified files:
openpkg-src/aide aide.spec
openpkg-web news.txt
Log:
make it build on FreeBSD[45]
Summary:
Revision Changes Path
1.29 +7 -1 openpkg-src/aide/aide.spec
1.8478 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 aide.spec
--- openpkg-src/aide/aide.spec 7 Feb 2004 17:53:18 -0000 1.28
+++ openpkg-src/aide/aide.spec 7 Feb 2004 23:08:19 -0000 1.29
@@ -34,7 +34,7 @@
Group: Security
License: GPL
Version: 0.10
-Release: 20040207
+Release: 20040208
# package options
%option with_fsl yes
@@ -74,6 +74,12 @@
%prep
%setup -q
%patch -p1
+ case "%{l_platform -t}" in
+ *-freebsd* )
+ %{l_shtool} subst -e 's;^\(#define AIDE_BLKCNT_TYPE\) blkcnt_t.*$;\1
int64_t;' config.h.in
+ echo "#define HAVE_STRNSTR 1" >>config.h.in
+ ;;
+ esac
%build
# marvelling about its beauty
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8477 -r1.8478 news.txt
--- openpkg-web/news.txt 7 Feb 2004 20:58:54 -0000 1.8477
+++ openpkg-web/news.txt 7 Feb 2004 23:08:14 -0000 1.8478
@@ -1,3 +1,4 @@
+08-Feb-2004: Upgraded package: P<aide-0.10-20040208>
07-Feb-2004: Upgraded package: P<apache2-2.0.48-20040207>
07-Feb-2004: Upgraded package: P<clamav-0.65-20040207>
07-Feb-2004: Upgraded package: P<nedit-5.4-20040207>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]