pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/lang/perl5 Pullup ticket 416 - requested by Kl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80bbf67dd331
branches:  pkgsrc-2005Q1
changeset: 490904:80bbf67dd331
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Apr 02 11:32:48 2005 +0000

description:
Pullup ticket 416 - requested by Klaus Heinz
build infrastructure fix for perl5

Revisions pulled up:
- pkgsrc/lang/perl5/module.mk   1.44

   Module Name:         pkgsrc
   Committed By:        heinz
   Date:                Fri Apr  1 22:37:44 UTC 2005

   Modified Files:
        pkgsrc/lang/perl5: module.mk

   Log Message:
   BUILDING_PERL5 is _always_ defined now, so test for a specific value.
   This fixes (at least) the build of mail/p5-razor-agents on NetBSD 1.6.2.
   Ok'ed by jlam.

diffstat:

 lang/perl5/module.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad405f472b09 -r 80bbf67dd331 lang/perl5/module.mk
--- a/lang/perl5/module.mk      Fri Apr 01 07:50:29 2005 +0000
+++ b/lang/perl5/module.mk      Sat Apr 02 11:32:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.42 2005/02/26 00:04:48 jlam Exp $
+# $NetBSD: module.mk,v 1.42.2.1 2005/04/02 11:32:48 salo Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install perl5 modules.
@@ -177,7 +177,7 @@
 # directory where the perllocal.pod file should be installed, which
 # should point into the package prefix.
 #
-.if !defined(BUILDING_PERL5)
+.if empty(BUILDING_PERL5:M[yY][eE][sS])
 MAKE_FLAGS+=           ${PERL5_MAKE_FLAGS}
 BUILD_MAKE_FLAGS=      ${MAKE_FLAGS}
 BUILD_MAKE_FLAGS+=     INSTALLARCHLIB="${VIEWBASE}/${PERL5_SUB_INSTALLARCHLIB}"



Home | Main Index | Thread Index | Old Index