Thu Jan 8 16:41:44 2015 UTC ()
Add links for automake-1.15.


(wiz)
diff -r1.23 -r1.24 pkgsrc/mk/tools/automake.mk

cvs diff -r1.23 -r1.24 pkgsrc/mk/tools/automake.mk (expand / switch to unified diff)

--- pkgsrc/mk/tools/automake.mk 2015/01/06 09:26:55 1.23
+++ pkgsrc/mk/tools/automake.mk 2015/01/08 16:41:44 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: automake.mk,v 1.23 2015/01/06 09:26:55 obache Exp $ 1# $NetBSD: automake.mk,v 1.24 2015/01/08 16:41:44 wiz Exp $
2# 2#
3# Copyright (c) 2005 The NetBSD Foundation, Inc. 3# Copyright (c) 2005 The NetBSD Foundation, Inc.
4# All rights reserved. 4# All rights reserved.
5# 5#
6# This code is derived from software contributed to The NetBSD Foundation 6# This code is derived from software contributed to The NetBSD Foundation
7# by Johnny C. Lam. 7# by Johnny C. Lam.
8# 8#
9# Redistribution and use in source and binary forms, with or without 9# Redistribution and use in source and binary forms, with or without
10# modification, are permitted provided that the following conditions 10# modification, are permitted provided that the following conditions
11# are met: 11# are met:
12# 1. Redistributions of source code must retain the above copyright 12# 1. Redistributions of source code must retain the above copyright
13# notice, this list of conditions and the following disclaimer. 13# notice, this list of conditions and the following disclaimer.
14# 2. Redistributions in binary form must reproduce the above copyright 14# 2. Redistributions in binary form must reproduce the above copyright
@@ -80,38 +80,40 @@ PKG_FAIL_REASON+= "\`\`automake'' and \` @@ -80,38 +80,40 @@ PKG_FAIL_REASON+= "\`\`automake'' and \`
80# This is an exhaustive list of all of the scripts supplied by GNU 80# This is an exhaustive list of all of the scripts supplied by GNU
81# automake. 81# automake.
82# 82#
83_TOOLS_AM_NAMES= aclocal aclocal-1.4 \ 83_TOOLS_AM_NAMES= aclocal aclocal-1.4 \
84 aclocal-1.5 \ 84 aclocal-1.5 \
85 aclocal-1.6 \ 85 aclocal-1.6 \
86 aclocal-1.7 \ 86 aclocal-1.7 \
87 aclocal-1.8 \ 87 aclocal-1.8 \
88 aclocal-1.9 \ 88 aclocal-1.9 \
89 aclocal-1.10 \ 89 aclocal-1.10 \
90 aclocal-1.11 \ 90 aclocal-1.11 \
91 aclocal-1.12 \ 91 aclocal-1.12 \
92 aclocal-1.13 \ 92 aclocal-1.13 \
93 aclocal-1.14 93 aclocal-1.14 \
 94 aclocal-1.15
94_TOOLS_AM_NAMES+= automake automake-1.4 \ 95_TOOLS_AM_NAMES+= automake automake-1.4 \
95 automake-1.5 \ 96 automake-1.5 \
96 automake-1.6 \ 97 automake-1.6 \
97 automake-1.7 \ 98 automake-1.7 \
98 automake-1.8 \ 99 automake-1.8 \
99 automake-1.9 \ 100 automake-1.9 \
100 automake-1.10 \ 101 automake-1.10 \
101 automake-1.11 \ 102 automake-1.11 \
102 automake-1.12 \ 103 automake-1.12 \
103 automake-1.13 \ 104 automake-1.13 \
104 automake-1.14 105 automake-1.14 \
 106 automake-1.15
105 107
106.for _t_ in ${_TOOLS_AM_NAMES} 108.for _t_ in ${_TOOLS_AM_NAMES}
107_TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING 109_TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING
108.endfor 110.endfor
109 111
110.if !defined(TOOLS_IGNORE.automake) && !empty(USE_TOOLS:C/:.*//:Mautomake) 112.if !defined(TOOLS_IGNORE.automake) && !empty(USE_TOOLS:C/:.*//:Mautomake)
111. if !empty(PKGPATH:Mdevel/automake) 113. if !empty(PKGPATH:Mdevel/automake)
112MAKEFLAGS+= TOOLS_IGNORE.automake= 114MAKEFLAGS+= TOOLS_IGNORE.automake=
113. else 115. else
114AUTOMAKE_REQD?= 1.9 116AUTOMAKE_REQD?= 1.9
115AUTOCONF_REQD?= 2.58 117AUTOCONF_REQD?= 2.58
116 118
117. if !empty(USE_TOOLS:Mautomake\:run) 119. if !empty(USE_TOOLS:Mautomake\:run)