From 95bec32082ecb6ea2e57b851b64dc6c62b79d030 Mon Sep 17 00:00:00 2001 From: dbj Date: Sun, 20 Apr 2008 22:41:56 +0000 Subject: 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 --- mail/imap-uw/Makefile | 4 ++-- mail/imap-uw/buildlink3.mk | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 8be4abaf5a9..0fa41ef8c5c 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -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 --git a/mail/imap-uw/buildlink3.mk b/mail/imap-uw/buildlink3.mk index eb03001ec39..674926aece3 100644 --- a/mail/imap-uw/buildlink3.mk +++ b/mail/imap-uw/buildlink3.mk @@ -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 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}imap-uw .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 -- cgit v1.2.3