Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+19 -6
View File
@@ -1,10 +1,23 @@
# $NetBSD: Makefile.common,v 1.9 2009/12/15 06:35:29 asau Exp $
# $NetBSD: Makefile.common,v 1.12 2015/01/05 11:03:22 wiz Exp $
#
# used by lang/smlnj/Makefile
# smlnj also supports hppa, sparc, ppc, mlrisc & alpha
# pkg support for those platforms, and say, solaris-x86
# is left as an (easy) exercise for the reader.
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc \
FreeBSD-*-i386 Linux-*-i386 SunOS-*-sparc
# smlnj supports i386, hppa, sparc, ppc, mlrisc & alpha
# but this package only handles i386, ppc, and sparc.
# Extending this is left as an (easy) exercise for the reader.
ONLY_FOR_PLATFORM+= *-*-alpha *-*-hppa *-*-i386 \
*-*-mlrisc *-*-sparc *-*-powerpc
BROKEN_ON_PLATFORM= *-*-alpha *-*-hppa *-*-mlrisc
# This package also only supports netbsd, freebsd, linux, and solaris.
# Making it work on other OSes shouldn't be all that hard.
BROKEN_EXCEPT_ON_PLATFORM+= NetBSD-*-* FreeBSD-*-* Linux-*-* SunOS-*-*
# Furthermore, some OS/machine combinations aren't handled and might
# need hacking to work if enabled.
BROKEN_ON_PLATFORM+= FreeBSD-*-sparc FreeBSD-*-powerpc
BROKEN_ON_PLATFORM+= Linux-*-sparc Linux-*-powerpc
BROKEN_ON_PLATFORM+= SunOS-*-i386 SunOS-*-powerpc
.include "../../mk/bsd.prefs.mk"