[24036] in Source-Commits
/svn/athena r23645 - trunk/debathena/third/alpine
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Mar 25 12:28:52 2009
Date: Wed, 25 Mar 2009 12:28:46 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200903251628.n2PGSk6L002741@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-03-25 12:28:46 -0400 (Wed, 25 Mar 2009)
New Revision: 23645
Removed:
trunk/debathena/third/alpine/alpine-1.00-krb5-configure.patch
Modified:
trunk/debathena/third/alpine/debathenify-alpine
Log:
alpine: Punt our krb5 patch, because Hardy upstream has it.
Deleted: trunk/debathena/third/alpine/alpine-1.00-krb5-configure.patch
Modified: trunk/debathena/third/alpine/debathenify-alpine
===================================================================
--- trunk/debathena/third/alpine/debathenify-alpine 2009-03-24 21:35:01 UTC (rev 23644)
+++ trunk/debathena/third/alpine/debathenify-alpine 2009-03-25 16:28:46 UTC (rev 23645)
@@ -10,14 +10,6 @@
add_build_depends libhesiod-dev
add_build_depends libkrb5-dev
- # alpine versions prior to 1.10 have broken krb5 detection.
- # Versions prior to 1.0 can be patched in a similar fashion (though
- # not with exactly the same patch) but we're not currently
- # integrating those.
- case $version in
- 1.0*) patch -p1 < $dir/alpine-1.00-krb5-configure.patch ;;
- esac
-
# Integrate krb4 support.
tar -C imap/src -xzf "$dir/kerberos4-patches.tar.Z"
patch -p1 < $dir/alpine-1.00-krb4-build.patch