pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q2]: pkgsrc/mail/cyrus-imapd24 Pullup ticket #5529 - reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5690087355a0
branches:  pkgsrc-2017Q2
changeset: 408670:5690087355a0
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Aug 13 18:49:28 2017 +0000

description:
Pullup ticket #5529 - requested by jnemeth
mail/cyrus-imapd24: build fix

Revisions pulled up:
- mail/cyrus-imapd24/Makefile                                   1.51

---
   Module Name:    pkgsrc
   Committed By:   jnemeth
   Date:           Mon Jul 31 05:13:49 UTC 2017

   Modified Files:
           pkgsrc/mail/cyrus-imapd24: Makefile

   Log Message:
   Fix up the path to /bin/sh in cyradm script.  The damage happens
   during the build stage, so can't use a simple REPLACE_SH.

   This is a build problem that likely is only detected when
   PKG_DEVELOPER=YES so bump PKGREVISION anyways.

diffstat:

 mail/cyrus-imapd24/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c35bca2bc8d3 -r 5690087355a0 mail/cyrus-imapd24/Makefile
--- a/mail/cyrus-imapd24/Makefile       Sun Aug 13 18:45:27 2017 +0000
+++ b/mail/cyrus-imapd24/Makefile       Sun Aug 13 18:49:28 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2017/04/22 21:03:41 adam Exp $
+# $NetBSD: Makefile,v 1.50.2.1 2017/08/13 18:49:28 bsiegert Exp $
 
 DISTNAME=      cyrus-imapd-2.4.18
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  http://cyrusimap.org/releases/
 MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-imapd/
@@ -66,6 +66,11 @@
 
 REPLACE_PERL+=         tools/rehash
 
+SUBST_CLASSES+=                sh
+SUBST_STAGE.sh=                post-build
+SUBST_FILES.sh=                perl/imap/blib/script/cyradm
+SUBST_SED.sh+=         -e 's|^\#!.*|\#!/bin/sh|'
+
 PERL5_PACKLIST= \
        auto/Cyrus/IMAP/.packlist                       \
        auto/Cyrus/SIEVE/managesieve/.packlist



Home | Main Index | Thread Index | Old Index