pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/imap-uw set INSTALL_UNSTRIPPED in buildlink3.mk f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0aba6d759fb6
branches: trunk
changeset: 541352:0aba6d759fb6
user: dbj <dbj%pkgsrc.org@localhost>
date: Sun Apr 20 22:41:56 2008 +0000
description:
set INSTALL_UNSTRIPPED in buildlink3.mk for darwin so that programs
that duse the c-client library do not have their callback function symbols
stripped at install time. Fixes the following:
PR pkg/34031
and indicates that this need not be reopened:
PR pkg/35592
also bump PKGREVISION and BUILDLINK_ABI_DEPENDS
diffstat:
mail/imap-uw/Makefile | 4 ++--
mail/imap-uw/buildlink3.mk | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r a497fd1e2f86 -r 0aba6d759fb6 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile Sun Apr 20 22:37:06 2008 +0000
+++ b/mail/imap-uw/Makefile Sun Apr 20 22:41:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2008/01/18 05:08:24 tnn Exp $
+# $NetBSD: Makefile,v 1.123 2008/04/20 22:41:56 dbj Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -11,7 +11,7 @@
DISTNAME= imap-2006j2
PKGNAME= ${DISTNAME:S/-/-uw-/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
EXTRACT_SUFX= .tar.Z
diff -r a497fd1e2f86 -r 0aba6d759fb6 mail/imap-uw/buildlink3.mk
--- a/mail/imap-uw/buildlink3.mk Sun Apr 20 22:37:06 2008 +0000
+++ b/mail/imap-uw/buildlink3.mk Sun Apr 20 22:41:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2008/01/18 05:08:25 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2008/04/20 22:41:57 dbj Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
IMAP_UW_BUILDLINK3_MK:= ${IMAP_UW_BUILDLINK3_MK}+
@@ -15,10 +15,13 @@
.if !empty(IMAP_UW_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.imap-uw+= imap-uw>=2004
-BUILDLINK_ABI_DEPENDS.imap-uw+= imap-uw>=2006j2nb4
+BUILDLINK_ABI_DEPENDS.imap-uw+= imap-uw>=2006j2nb5
BUILDLINK_PKGSRCDIR.imap-uw?= ../../mail/imap-uw
. if ${OPSYS} == "Darwin"
BUILDLINK_LDFLAGS.imap-uw+= -flat_namespace
+# install will strip the c-client library callback
+# function symbols from the executable unless we do this:
+INSTALL_UNSTRIPPED?= yes
. endif
.endif # IMAP_UW_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index