pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail812 options.mk needs to be included befor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f7a185aca11
branches:  trunk
changeset: 497784:6f7a185aca11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 04 12:30:59 2005 +0000

description:
options.mk needs to be included before Makefile.common, since
Makefile.common checks PKG_OPTIONS; however, options.mk needs
bsd.prefs.mk for an OPSYS test; and bsd.prefs.mk defines FILESDIR
if it isn't defined yet. So we have to override FILESDIR unconditionally
(and similarly for a few other variables) to make libmilter812 pick
up the correct values. Should fix libmilter812 bulk build problem.

diffstat:

 mail/sendmail812/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 6ad69d47065b -r 6f7a185aca11 mail/sendmail812/Makefile.common
--- a/mail/sendmail812/Makefile.common  Thu Aug 04 12:05:30 2005 +0000
+++ b/mail/sendmail812/Makefile.common  Thu Aug 04 12:30:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/08/01 14:54:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/08/04 12:30:59 wiz Exp $
 #
 # Makefile fragment shared with libmilter
 #
@@ -14,9 +14,9 @@
 
 LICENSE=       no-profit
 
-DISTINFO_FILE?=        ${.CURDIR}/../../mail/sendmail812/distinfo
-FILESDIR?=     ${.CURDIR}/../../mail/sendmail812/files
-PATCHDIR?=     ${.CURDIR}/../../mail/sendmail812/patches
+DISTINFO_FILE= ${.CURDIR}/../../mail/sendmail812/distinfo
+FILESDIR=      ${.CURDIR}/../../mail/sendmail812/files
+PATCHDIR=      ${.CURDIR}/../../mail/sendmail812/patches
 
 DIST_VERS=     8.12.11
 



Home | Main Index | Thread Index | Old Index