pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mail-notification Fix:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd0681cf6f81
branches:  trunk
changeset: 508420:fd0681cf6f81
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 00:27:26 2006 +0000

description:
Fix:
cannot create /bin/msgfmt: read-only file system
cannot create /bin/msgfmt: read-only file system
chmod: /bin/msgfmt: No such file or directory

Solution:
Do not include gettext-lib/builtin.mk, if it's included
too early, BUILDLINK_DIR is not defined. Use gettext-lib/buildlink3.mk
instead.

While here, remove superfluous inclusion of bsd.prefs.mk.

diffstat:

 mail/mail-notification/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r be0fd32f83c5 -r fd0681cf6f81 mail/mail-notification/Makefile
--- a/mail/mail-notification/Makefile   Sun Feb 19 00:05:31 2006 +0000
+++ b/mail/mail-notification/Makefile   Sun Feb 19 00:27:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:55 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2006/02/19 00:27:26 wiz Exp $
 #
 
 DISTNAME=      mail-notification-2.0
@@ -28,7 +28,6 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mail-notification
 PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
 
-.include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
 # Whether to add IPv6 support.
@@ -52,7 +51,7 @@
 
 .include "../../devel/eel2/buildlink3.mk"
 .include "../../devel/GConf2/schemas.mk"
-.include "../../devel/gettext-lib/builtin.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libbonobo/buildlink3.mk"
 .include "../../devel/libglade2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index