pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Also install dummy.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/026df48a65b8
branches:  trunk
changeset: 550851:026df48a65b8
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 01 11:03:50 2008 +0000

description:
Also install dummy.h.
It is included from flocksim.h, required by some platforms.  PR 40075.

Bump PKGREVISION.

While here, marked as MAKE_JOBS_SAFE=no

diffstat:

 mail/imap-uw/Makefile |  6 ++++--
 mail/imap-uw/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r b13b98d67374 -r 026df48a65b8 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Mon Dec 01 09:46:09 2008 +0000
+++ b/mail/imap-uw/Makefile     Mon Dec 01 11:03:50 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2008/11/13 14:20:20 tron Exp $
+# $NetBSD: Makefile,v 1.128 2008/12/01 11:03:50 obache Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -11,7 +11,7 @@
 
 DISTNAME=      imap-2007d
 PKGNAME=       ${DISTNAME:S/-/-uw-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/
 EXTRACT_SUFX=  .tar.Z
@@ -29,6 +29,8 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/2$//}
 
+MAKE_JOBS_SAFE=        no
+
 .include "../../mk/bsd.prefs.mk"
 
 # Each platform has its own special target in the imap Makefiles.
diff -r b13b98d67374 -r 026df48a65b8 mail/imap-uw/PLIST
--- a/mail/imap-uw/PLIST        Mon Dec 01 09:46:09 2008 +0000
+++ b/mail/imap-uw/PLIST        Mon Dec 01 11:03:50 2008 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.15 2008/11/06 15:27:00 tron Exp $
+@comment $NetBSD: PLIST,v 1.16 2008/12/01 11:03:50 obache Exp $
 bin/dmail
 bin/mailutil
 bin/mlock
 bin/tmail
 include/c-client/c-client.h
+include/c-client/dummy.h
 include/c-client/env.h
 include/c-client/env_unix.h
 include/c-client/flocksim.h



Home | Main Index | Thread Index | Old Index