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 Date: 30-Mar-2003 14:06:12
Branch: OPENPKG_1_2_SOLID Handle: 2003033013061100
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/sendmail sendmail.spec
Log:
- uudecode -p is not portable (Linux doesn't support it)
- use %{l_tar} and %{l_gzip} and remove dependency to tar
- remove extra whitespaces
Summary:
Revision Changes Path
1.51.2.1.2.4+4 -3 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.51.2.1.2.3 -r1.51.2.1.2.4 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 30 Mar 2003 10:58:56 -0000
1.51.2.1.2.3
+++ openpkg-src/sendmail/sendmail.spec 30 Mar 2003 12:06:11 -0000
1.51.2.1.2.4
@@ -53,7 +53,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 1.2.0, m4, fsl, tar, gcc, make, db >= 4.1.25
+BuildPreReq: OpenPKG, openpkg >= 1.2.0, m4, fsl, gcc, make, db >= 4.1.25
PreReq: OpenPKG, openpkg >= 1.2.0, m4, fsl, make, perl
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
@@ -85,9 +85,10 @@
)
# another security patch
( cd sendmail-%{version}
- uudecode -p < %{PATCH prescan.tar.gz.uu} | gunzip -c | tar -xf -
+ uudecode <%{PATCH prescan.tar.gz.uu}
+ %{l_gzip} -d -c prescan.tar.gz | %{l_tar} xf -
cd sendmail
- %{l_patch} < ../prescan.8.12.patch
+ %{l_patch} <../prescan.8.12.patch
)
# add own M4 stuff to Sendmail configuration set
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]