diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /lang | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ezm3/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc3-ada/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc34-ada/Makefile | 4 | ||||
-rw-r--r-- | lang/ghc/Makefile | 4 | ||||
-rw-r--r-- | lang/nhc98/Makefile | 4 | ||||
-rw-r--r-- | lang/pnetC/Makefile | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 8ed63916ded..cc24d299422 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/02/04 14:42:14 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/08/14 17:07:56 asau Exp $ DISTNAME= ezm3-1.2 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cvsup.org/ezm3/ COMMENT= Easier, more portable Modula-3 distribution for building CVSup +PKG_DESTDIR_SUPPORT= none + DIST_SUBDIR= ezm3 USE_TOOLS+= gmake INSTALL_TARGET= all diff --git a/lang/gcc3-ada/Makefile b/lang/gcc3-ada/Makefile index 0219b5666a3..e3ba27fe678 100644 --- a/lang/gcc3-ada/Makefile +++ b/lang/gcc3-ada/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2006/12/07 11:24:27 markd Exp $ +# $NetBSD: Makefile,v 1.18 2012/08/14 17:07:57 asau Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-ada-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - Ada compiler +PKG_DESTDIR_SUPPORT= none + .include "../../lang/gcc3/language.mk" PTHREAD_OPTS+= require native diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile index 3c11f9bef49..3999bf00eed 100644 --- a/lang/gcc34-ada/Makefile +++ b/lang/gcc34-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/04/22 13:43:59 obache Exp $ +# $NetBSD: Makefile,v 1.28 2012/08/14 17:07:57 asau Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -14,6 +14,8 @@ COMMENT= This is the gcc 3.4 Ada compiler GCC_VERSION= 3.4.6 +PKG_DESTDIR_SUPPORT= none + USE_TOOLS+= gmake msgfmt HAS_CONFIGURE= YES CONFIGURE_ARGS+= --enable-languages="c,ada" diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 4d99e419bbc..870d8e5c9f0 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/03/24 19:43:25 asau Exp $ +# $NetBSD: Makefile,v 1.46 2012/08/14 17:07:57 asau Exp $ DISTNAME= ghc-6.8.3 PKGREVISION= 2 @@ -18,6 +18,8 @@ SITES.ghc-6.4.2-i386-unknown-netbsd-hc.tar.gz=${MASTER_SITE_LOCAL} ONLY_FOR_PLATFORM= Darwin-*-i386 FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 +PKG_DESTDIR_SUPPORT= none + CHECK_PORTABILITY_SKIP= distrib/prep-bin-dist-mingw # += in a shell script, but in embedded AWK code, so it's ok. diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 1171da010d0..665ea77f782 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2010/01/07 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2012/08/14 17:07:57 asau Exp $ DISTNAME= nhc98src-1.18.tar.gz PKGNAME= nhc98-1.18 @@ -15,6 +15,8 @@ COMMENT= Portable Haskell 98 compiler # Not yet ported to 64-bit machines NOT_FOR_PLATFORM= ${LP64PLATFORMS} +PKG_DESTDIR_SUPPORT= none + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile index 5863b7dd811..91e2829e395 100644 --- a/lang/pnetC/Makefile +++ b/lang/pnetC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/06/25 09:04:26 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/08/14 17:07:57 asau Exp $ # DISTNAME= pnetC-0.6.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dotgnu.org/ COMMENT= C language binding for DotGNU Portable .NET +PKG_DESTDIR_SUPPORT= none + GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes |