pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee81eeb4b46c
branches:  trunk
changeset: 493621:ee81eeb4b46c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 10 19:34:02 2005 +0000

description:
TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}.

diffstat:

 mk/tools/autoconf.mk |  4 ++--
 mk/tools/automake.mk |  4 ++--
 mk/tools/make.mk     |  4 ++--
 mk/tools/perl.mk     |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 4b8729b9bc6e -r ee81eeb4b46c mk/tools/autoconf.mk
--- a/mk/tools/autoconf.mk      Tue May 10 19:25:06 2005 +0000
+++ b/mk/tools/autoconf.mk      Tue May 10 19:34:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: autoconf.mk,v 1.4 2005/04/28 03:01:11 jlam Exp $
+# $NetBSD: autoconf.mk,v 1.5 2005/05/10 19:34:02 jlam Exp $
 #
 # This Makefile fragment handles packages that use GNU autoconf.
 #
@@ -140,7 +140,7 @@
 #
 AUTOMAKE_OVERRIDE?=    yes
 .if !empty(AUTOMAKE_OVERRIDE:M[yY][eE][sS])
-TOOLS_SYMLINK+=                ${_TOOLS_AUTOCONF_LINKS}
+TOOLS_CREATE+=         ${_TOOLS_AUTOCONF_LINKS}
 .  for _t_ in ${_TOOLS_AUTOCONF_LINKS}
 .    for _s_ in ${_TOOLS_AUTOCONF.${_t_}}
 .      if empty(TOOLS_REAL_CMD.${_t_}:M*/${_s_})
diff -r 4b8729b9bc6e -r ee81eeb4b46c mk/tools/automake.mk
--- a/mk/tools/automake.mk      Tue May 10 19:25:06 2005 +0000
+++ b/mk/tools/automake.mk      Tue May 10 19:34:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.4 2005/04/28 03:01:11 jlam Exp $
+# $NetBSD: automake.mk,v 1.5 2005/05/10 19:34:02 jlam Exp $
 #
 # This Makefile fragment handles packages that use GNU automake.
 #
@@ -124,7 +124,7 @@
 #
 AUTOMAKE_OVERRIDE?=    yes
 .if !empty(AUTOMAKE_OVERRIDE:M[yY][eE][sS])
-TOOLS_SYMLINK+=                ${_TOOLS_AUTOMAKE_LINKS}
+TOOLS_CREATE+=         ${_TOOLS_AUTOMAKE_LINKS}
 .  for _t_ in ${_TOOLS_AUTOMAKE_LINKS}
 .    for _s_ in ${_TOOLS_AUTOMAKE.${_t_}}
 .      if empty(TOOLS_REAL_CMD.${_t_}:M*/${_s_})
diff -r 4b8729b9bc6e -r ee81eeb4b46c mk/tools/make.mk
--- a/mk/tools/make.mk  Tue May 10 19:25:06 2005 +0000
+++ b/mk/tools/make.mk  Tue May 10 19:34:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: make.mk,v 1.6 2005/05/04 06:44:45 jlam Exp $
+# $NetBSD: make.mk,v 1.7 2005/05/10 19:34:02 jlam Exp $
 #
 # This Makefile fragment creates a tool called "make" under ${TOOLS_DIR}
 # that corresponds to the make program used to build the package.
@@ -19,7 +19,7 @@
 MAKE_PROGRAM=          ${MAKE}
 .endif
 
-TOOLS_SYMLINK+=                make
+TOOLS_CREATE+=         make
 TOOLS_REAL_CMD.make=   ${MAKE_PROGRAM}
 
 CONFIGURE_ENV+=                MAKE=${MAKE_PROGRAM:T:Q}
diff -r 4b8729b9bc6e -r ee81eeb4b46c mk/tools/perl.mk
--- a/mk/tools/perl.mk  Tue May 10 19:25:06 2005 +0000
+++ b/mk/tools/perl.mk  Tue May 10 19:34:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.5 2005/05/02 06:36:29 jlam Exp $
+# $NetBSD: perl.mk,v 1.6 2005/05/10 19:34:02 jlam Exp $
 
 # Create a symlink from ${TOOLS_DIR}/bin/perl to ${PERL5} when USE_PERL5
 # is defined.  This ensures that when "perl" is invoked, the pkgsrc perl
@@ -11,7 +11,7 @@
 .    include "../../lang/perl5/buildlink3.mk"
 TOOLS_DEPMETHOD.perl?= BUILD_DEPENDS
 TOOLS_DEPENDS.perl?=   ${BUILDLINK_DEPENDS.perl}:${BUILDLINK_PKGSRCDIR.perl}
-TOOLS_SYMLINK+=                perl
+TOOLS_CREATE+=         perl
 TOOLS_REAL_CMD.perl=   ${LOCALBASE}/bin/perl
 PERL5=                 ${TOOLS_REAL_CMD.perl}
 .  endif



Home | Main Index | Thread Index | Old Index