OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Aug-2003 11:42:52
Branch: HEAD Handle: 2003080110425001
Modified files:
openpkg-src/samba samba.spec
openpkg-web news.txt
Log:
require perl, fix perl-path for findsmb
Summary:
Revision Changes Path
1.57 +5 -2 openpkg-src/samba/samba.spec
1.5994 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 samba.spec
--- openpkg-src/samba/samba.spec 29 Jul 2003 09:51:23 -0000 1.56
+++ openpkg-src/samba/samba.spec 1 Aug 2003 09:42:51 -0000 1.57
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.2.8a
-Release: 20030729
+Release: 20030801
# package options
%option with_pam no
@@ -48,7 +48,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030718
-PreReq: OpenPKG, openpkg >= 20030718
+PreReq: OpenPKG, openpkg >= 20030718, perl
BuildPreReq: openssl
PreReq: openssl
%if "%{with_pam}" == "yes"
@@ -67,6 +67,9 @@
%build
cd source
+ %{l_shtool} subst \
+ -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
+ script/findsmb.in
CC="%{l_cc}"
CFLAGS="%{l_cflags -O}"
CPPFLAGS="%{l_cppflags openssl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5993 -r1.5994 news.txt
--- openpkg-web/news.txt 1 Aug 2003 09:37:07 -0000 1.5993
+++ openpkg-web/news.txt 1 Aug 2003 09:42:50 -0000 1.5994
@@ -1,3 +1,4 @@
+01-Aug-2003: Upgraded package: P<samba-2.2.8a-20030801>
01-Aug-2003: Upgraded package: P<sendmail-8.12.9-20030801>
01-Aug-2003: Upgraded package: P<libmikmod-3.1.10-20030801>
01-Aug-2003: Upgraded package: P<skey-1.1.5-20030801>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]