pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-auth Move addition of "liblog" to WRKSRC_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6576ca53a29
branches:  trunk
changeset: 478034:f6576ca53a29
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 14 21:37:09 2004 +0000

description:
Move addition of "liblog" to WRKSRC_SUBDIRS from Makefile to
Makefile.authdaemond so that courier-auth* module packages will patch
correctly.

diffstat:

 mail/courier-auth/Makefile             |  3 +--
 mail/courier-auth/Makefile.authdaemond |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 04ceeb3809a2 -r f6576ca53a29 mail/courier-auth/Makefile
--- a/mail/courier-auth/Makefile        Wed Jul 14 21:33:11 2004 +0000
+++ b/mail/courier-auth/Makefile        Wed Jul 14 21:37:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/07/14 20:07:07 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/14 21:37:09 jlam Exp $
 
 PKGNAME=       courier-auth-${BASE_VERS}
 CATEGORIES=    security
@@ -17,7 +17,6 @@
 .include "../courier-auth/Makefile.authdaemond"
 
 WRKSRC_FILES+=         imap/system-auth.authpam
-WRKSRC_SUBDIRS+=       liblog
 
 INSTALL_DIRS=          ${WRKSRC}/liblog ${WRKSRC}/makedat              \
                        ${WRKSRC}/userdb ${WRKSRC}/authlib
diff -r 04ceeb3809a2 -r f6576ca53a29 mail/courier-auth/Makefile.authdaemond
--- a/mail/courier-auth/Makefile.authdaemond    Wed Jul 14 21:33:11 2004 +0000
+++ b/mail/courier-auth/Makefile.authdaemond    Wed Jul 14 21:37:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.authdaemond,v 1.12 2004/07/14 20:07:07 jlam Exp $
+# $NetBSD: Makefile.authdaemond,v 1.13 2004/07/14 21:37:09 jlam Exp $
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
@@ -26,7 +26,7 @@
 #
 WRKSRC_SUBDIRS=                afx bdbobj gdbmobj numlib soxwrap md5 sha1      \
                        libhmac random128 unicode rfc822 rfc1035        \
-                       rfc2045 liblock
+                       rfc2045 liblock liblog
 
 # These are the parts of courier that we will be building and installing.
 WRKSRC_SUBDIRS+=       makedat userdb authlib



Home | Main Index | Thread Index | Old Index