OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Oct-2006 11:23:02
Branch: OPENPKG_2_STABLE Handle: 2006102410230200
Added files: (Branch: OPENPKG_2_STABLE)
openpkg-src/imap imap.patch
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/imap imap.spec
Log:
MFC: do not enable PAM automatically for BSD
Summary:
Revision Changes Path
1.3.2.2 +11 -0 openpkg-src/imap/imap.patch
1.42.2.3 +3 -1 openpkg-src/imap/imap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.patch
============================================================================
$ cvs diff -u -r0 -r1.3.2.2 imap.patch
--- /dev/null 2006-10-24 11:23:02 +0200
+++ imap.patch 2006-10-24 11:23:02 +0200
@@ -0,0 +1,11 @@
+Index: Makefile
+--- Makefile.orig 2006-09-15 20:10:32 +0200
++++ Makefile 2006-10-24 11:16:57 +0200
+@@ -320,7 +320,6 @@
+
+ bsf bso: an
+ $(BUILD) BUILDTYPE=$@ \
+- PASSWDTYPE=pam \
+ SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib
SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private GSSINCLUDE=/usr/include
GSSLIB=/usr/lib LOCKPGM=/usr/sbin/mlock PAMLDFLAGS=-lpam"
+
+ cyg: an
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.spec
============================================================================
$ cvs diff -u -r1.42.2.2 -r1.42.2.3 imap.spec
--- openpkg-src/imap/imap.spec 16 Oct 2006 14:51:12 -0000 1.42.2.2
+++ openpkg-src/imap/imap.spec 24 Oct 2006 09:23:02 -0000 1.42.2.3
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 2.20061018
+Release: 2.20061024
# package options
%option with_ssl yes
@@ -47,6 +47,7 @@
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
+Patch0: imap.patch
# build information
Prefix: %{l_prefix}
@@ -80,6 +81,7 @@
%prep
%setup -q -n imap-%{V_real}
+ %patch -p0
%build
mflags="%{l_mflags}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]