diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc3/Makefile.common | 5 | ||||
-rw-r--r-- | lang/gcc48/Makefile.common | 7 | ||||
-rw-r--r-- | lang/kaffe/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php54/Makefile.common | 4 | ||||
-rw-r--r-- | lang/sablevm-classpath/Makefile.common | 3 | ||||
-rw-r--r-- | lang/smlnj/Makefile.common | 5 | ||||
-rw-r--r-- | lang/swi-prolog-lite/Makefile.common | 6 |
7 files changed, 27 insertions, 7 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index 05adcaebd42..62bffa36e48 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.25 2006/12/07 11:24:27 markd Exp $ +# $NetBSD: Makefile.common,v 1.26 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/gcc3/language.mk +# used by lang/gcc3-c/Makefile GCC_VERSION= 3.3.6 DISTNAME= gcc-${GCC_VERSION} diff --git a/lang/gcc48/Makefile.common b/lang/gcc48/Makefile.common index f5fe751ee2d..2d213899b06 100644 --- a/lang/gcc48/Makefile.common +++ b/lang/gcc48/Makefile.common @@ -1,4 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2014/05/31 13:06:25 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.4 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/gcc48-objc/Makefile +# used by lang/gcc48-libs/Makefile +# used by lang/gcc48-fortran/Makefile +# used by lang/gcc48-cc++/Makefile GCC_PKGNAME= gcc48 .include "../../lang/gcc48/version.mk" diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common index 1f471c83bdd..a4bcc6d4c73 100644 --- a/lang/kaffe/Makefile.common +++ b/lang/kaffe/Makefile.common @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.common,v 1.25 2013/01/11 00:15:40 joerg Exp $ +# $NetBSD: Makefile.common,v 1.26 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/kaffe-esound/Makefile # used by lang/kaffe-x11/Makefile DISTNAME= kaffe-1.1.7 diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common index 72b00286ed2..55bdce627f9 100644 --- a/lang/php54/Makefile.common +++ b/lang/php54/Makefile.common @@ -1,7 +1,9 @@ -# $NetBSD: Makefile.common,v 1.17 2013/10/25 21:47:51 joerg Exp $ +# $NetBSD: Makefile.common,v 1.18 2014/10/05 16:41:07 wiz Exp $ # used by lang/php54/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php54-extensions/Makefile +# used by devel/libthrift/options.mk +# used by databases/php-sqlrelay/Makefile PHP_VERSION_REQD= 54 PHP_BASE_VERS= ${PHP54_VERSION} diff --git a/lang/sablevm-classpath/Makefile.common b/lang/sablevm-classpath/Makefile.common index 8bfd5122a9d..717b700e5e3 100644 --- a/lang/sablevm-classpath/Makefile.common +++ b/lang/sablevm-classpath/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.10 2009/04/08 22:43:24 joerg Exp $ +# $NetBSD: Makefile.common,v 1.11 2014/10/05 16:41:07 wiz Exp $ # +# used by lang/sablevm-classpath-gui/Makefile DISTNAME= sablevm-classpath-1.13 CATEGORIES= lang diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index d3b2e952809..00c9cdf94a9 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2009/12/15 06:35:29 asau Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/smlnj/Makefile +# used by lang/twelf/Makefile # smlnj also supports hppa, sparc, ppc, mlrisc & alpha # pkg support for those platforms, and say, solaris-x86 diff --git a/lang/swi-prolog-lite/Makefile.common b/lang/swi-prolog-lite/Makefile.common index 7c6b4559d66..f846a76f2a9 100644 --- a/lang/swi-prolog-lite/Makefile.common +++ b/lang/swi-prolog-lite/Makefile.common @@ -1,4 +1,8 @@ -# $NetBSD: Makefile.common,v 1.11 2014/05/28 10:29:12 markd Exp $ +# $NetBSD: Makefile.common,v 1.12 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/swi-prolog/Makefile +# used by lang/swi-prolog-packages/Makefile +# used by lang/swi-prolog-jpl/Makefile SWIPLVERS= 6.6.5 DISTNAME= pl-${SWIPLVERS} |