pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw use hard links rather than symlinks for t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf5357753735
branches:  trunk
changeset: 480382:cf5357753735
user:      danw <danw%pkgsrc.org@localhost>
date:      Wed Sep 08 02:42:23 2004 +0000

description:
use hard links rather than symlinks for the libimap -> libc-client
mapping, to fix PR 21652 (darwin build problem)

diffstat:

 mail/imap-uw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9124e1ff91e4 -r cf5357753735 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Tue Sep 07 22:22:18 2004 +0000
+++ b/mail/imap-uw/Makefile     Wed Sep 08 02:42:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2004/09/06 19:55:07 tron Exp $
+# $NetBSD: Makefile,v 1.80 2004/09/08 02:42:23 danw Exp $
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
 # upgrade this package you *must* test it on a system *without* Kerberos
@@ -142,7 +142,7 @@
        ${RANLIB} ${LIB_DIR}/${CCLIENT_PICLIB}
        cd ${LIB_DIR}; for file in libc-client.*; do                    \
                f=`${ECHO} $${file} | ${SED} "s|libc-client|libimapuw|g"`; \
-               ${TEST} -f $${file} && ${LN} -sf $${file} $${f};        \
+               ${TEST} -f $${file} && ${LN} -f $${file} $${f}; \
        done
        ${INST_PROG} ${WRKSRC}/imapd/imapd ${PREFIX}/libexec
        ${INST_PROG} ${WRKSRC}/ipopd/ipop2d ${PREFIX}/libexec



Home | Main Index | Thread Index | Old Index