summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-03 00:02:33 +0000
committerasau <asau@pkgsrc.org>2012-10-03 00:02:33 +0000
commit10e57b98b03f5181234ab7d591a22649fbf4446a (patch)
tree4aa30529e48266b3b23855c535d330e6d5b5d7d3 /cross
parent9e335beeddda593403a4cf550fe49f73d4d471fa (diff)
downloadpkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'cross')
-rw-r--r--cross/atasm/Makefile3
-rw-r--r--cross/avr-binutils/Makefile4
-rw-r--r--cross/avr-gcc/Makefile4
-rw-r--r--cross/avr-gdb/Makefile4
-rw-r--r--cross/avr-libc/Makefile4
-rw-r--r--cross/avrdude/Makefile3
-rw-r--r--cross/bfd-crunchide/Makefile4
-rw-r--r--cross/bfd-mdsetimage/Makefile4
-rw-r--r--cross/binutils/Makefile4
-rw-r--r--cross/cc65/Makefile4
-rw-r--r--cross/dasm/Makefile3
-rw-r--r--cross/dfu-programmer/Makefile4
-rw-r--r--cross/h8300-hms-binutils/Makefile4
-rw-r--r--cross/h8300-hms-gcc/Makefile4
-rw-r--r--cross/icdprog/Makefile4
-rw-r--r--cross/mingw-binutils/Makefile4
-rw-r--r--cross/mingw-gcc/Makefile4
-rw-r--r--cross/mingw-runtime-bin/Makefile4
-rw-r--r--cross/mingw-w32api-bin/Makefile4
-rw-r--r--cross/uisp/Makefile4
20 files changed, 20 insertions, 57 deletions
diff --git a/cross/atasm/Makefile b/cross/atasm/Makefile
index d8df3d32325..56386eb1753 100644
--- a/cross/atasm/Makefile
+++ b/cross/atasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/03 00:10:28 asau Exp $
#
DISTNAME= atasm104
@@ -13,7 +13,6 @@ HOMEPAGE= http://sourceforge.net/projects/atasm/
COMMENT= Cross-assembler for 6502 optimized to code for Atari 8 bit computers
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_CONFIGURE= YES
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 9746cdc5c96..fce582353f6 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/11/26 04:39:31 sbd Exp $
+# $NetBSD: Makefile,v 1.18 2012/10/03 00:10:28 asau Exp $
DISTNAME= binutils-2.19.1
PKGNAME= avr-binutils-2.19.1
@@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_BZIP2= yes
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index be25cab034f..c5505cd52f3 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2012/01/12 15:29:12 hans Exp $
+# $NetBSD: Makefile,v 1.27 2012/10/03 00:10:29 asau Exp $
DISTNAME= gcc-4.4.1
PKGNAME= avr-gcc-4.4.1
@@ -12,8 +12,6 @@ DISTFILES= ${DISTNAME:S/-/-core-/}${EXTRACT_SUFX} \
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU gcc-4.4 for Atmel AVR 8-bit RISC microcontrollers
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index acf4cbf30ad..36a66ec2130 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/12/17 10:15:04 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/10/03 00:10:29 asau Exp $
DISTNAME= gdb-5.3
PKGNAME= avr-gdb-5.3
@@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q}
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index 0ca7cd99aa3..fe38fe96b04 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/08/30 08:00:17 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $
DISTNAME= avr-libc-1.6.7
PKGREVISION= 2
@@ -11,8 +11,6 @@ HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc
COMMENT= C and math library for Atmel AVR 8-bit microcontrollers
LICENSE= modified-bsd
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index a190f6cfc35..f6ce6153e6c 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/04/16 13:09:27 shattered Exp $
+# $NetBSD: Makefile,v 1.34 2012/10/03 00:10:29 asau Exp $
DISTNAME= avrdude-5.11
PKGREVISION= 1
@@ -14,7 +14,6 @@ BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
-PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_GNU_READLINE= yes
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile
index 377f8988762..66429f5bf4b 100644
--- a/cross/bfd-crunchide/Makefile
+++ b/cross/bfd-crunchide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/04/09 00:48:07 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $
DISTNAME= bfd-crunchide-1.2
CATEGORIES= cross
@@ -8,8 +8,6 @@ DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Crunchide using libbfd, used for cross-building distributions
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILDLINK_DEPMETHOD.cross-binutils= build
WRKSRC= ${WRKDIR}
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile
index 4130f1d5cf4..215b5aaa29f 100644
--- a/cross/bfd-mdsetimage/Makefile
+++ b/cross/bfd-mdsetimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/04/09 00:48:07 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $
DISTNAME= bfd-mdsetimage-1.15.1
PKGREVISION= 1
@@ -9,8 +9,6 @@ DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mdsetimage using libbfd, used for cross-building distributions
-PKG_DESTDIR_SUPPORT= user-destdir
-
INSTALLATION_DIRS= bin
WRKSRC= ${WRKDIR}
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 5b25fb5c45b..c278840bab7 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2012/01/29 05:56:11 sbd Exp $
+# $NetBSD: Makefile,v 1.55 2012/10/03 00:10:29 asau Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -15,8 +15,6 @@ HOMEPAGE= http://www.gnu.org/
COMMENT= Unified GNU binutils for cross build environments
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILDLINK_TRANSFORM+= rm:-Werror
USE_CROSSBASE= yes
diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile
index ff9607ba877..c4a5b801e37 100644
--- a/cross/cc65/Makefile
+++ b/cross/cc65/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/03/08 11:33:35 obache Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/03 00:10:29 asau Exp $
#
DISTNAME= cc65-sources-2.12.0
@@ -13,8 +13,6 @@ COMMENT= C cross compiler for 6502 target systems
MAKE_JOBS_SAFE= no
-PKG_DESTDIR_SUPPORT= user-destdir
-
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
MAKE_FILE= make/gcc.mak
USE_TOOLS+= gmake perl
diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile
index c6f6229f3c7..18f098d06fb 100644
--- a/cross/dasm/Makefile
+++ b/cross/dasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/23 15:53:46 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/10/03 00:10:29 asau Exp $
#
DISTNAME= dasm212
@@ -13,7 +13,6 @@ HOMEPAGE= http://dasm-dillon.sourceforge.net/
COMMENT= Multi-CPU cross-assembler for 6502, 6803 and 68HC11
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
NO_CONFIGURE= YES
diff --git a/cross/dfu-programmer/Makefile b/cross/dfu-programmer/Makefile
index 8305fdb5e37..979630f39f1 100644
--- a/cross/dfu-programmer/Makefile
+++ b/cross/dfu-programmer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/15 20:01:01 jakllsch Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/03 00:10:29 asau Exp $
#
DISTNAME= dfu-programmer-0.5.4
@@ -10,8 +10,6 @@ HOMEPAGE= http://dfu-programmer.sourceforge.net/
COMMENT= Programmer for Atmel USB DFU Bootloader
LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
-
GNU_CONFIGURE= yes
.include "../../devel/libusb/buildlink3.mk"
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index cb88485c8f9..cba5ac997ff 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/02/08 05:18:37 dholland Exp $
+# $NetBSD: Makefile,v 1.20 2012/10/03 00:10:30 asau Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # empty
COMMENT= h8300-hms cross utility
-PKG_DESTDIR_SUPPORT= user-destdir
-
H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms
WRKSRC= ${WRKDIR}/objdir
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile
index 542aa09a78a..7b039c6220d 100644
--- a/cross/h8300-hms-gcc/Makefile
+++ b/cross/h8300-hms-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2012/01/02 01:25:25 dholland Exp $
+# $NetBSD: Makefile,v 1.27 2012/10/03 00:10:30 asau Exp $
DISTNAME= gcc-core-3.1
PKGNAME= cross-h8300-hms-gcc-3.1
@@ -18,8 +18,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= #empty
COMMENT= GCC compiler for h8300-hms
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils
H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms
diff --git a/cross/icdprog/Makefile b/cross/icdprog/Makefile
index 45f97a8d6f0..fe422f98352 100644
--- a/cross/icdprog/Makefile
+++ b/cross/icdprog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/01/29 16:55:48 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/03 00:10:30 asau Exp $
DISTNAME= icdprog-0.3
PKGREVISION= 1
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://icdprog.sourceforge.net/
COMMENT= Microchip PIC programmer using ICD hardware
-PKG_DESTDIR_SUPPORT= user-destdir
-
WRKSRC= ${WRKDIR}/${DISTNAME}/src
INSTALLATION_DIRS+= bin
diff --git a/cross/mingw-binutils/Makefile b/cross/mingw-binutils/Makefile
index 85e0ba28e59..fdcdbcd0a4d 100644
--- a/cross/mingw-binutils/Makefile
+++ b/cross/mingw-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/06/24 20:06:28 asau Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/03 00:10:30 asau Exp $
DISTNAME= binutils-2.18
PKGNAME= mingw-${DISTNAME:S/-src//}
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GNU binutils for win32 cross-development
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_CROSSBASE= yes
diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile
index aecdd6db32d..3a8871d9d90 100644
--- a/cross/mingw-gcc/Makefile
+++ b/cross/mingw-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/31 20:56:28 asau Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/03 00:10:30 asau Exp $
#
DISTNAME= mingw-gcc-${DIST_VERSION}
@@ -13,8 +13,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GNU C Compiler for win32 cross-development
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/cross/mingw-runtime-bin/Makefile b/cross/mingw-runtime-bin/Makefile
index a6e56d0ba10..40a54e7c3d2 100644
--- a/cross/mingw-runtime-bin/Makefile
+++ b/cross/mingw-runtime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 18:34:39 asau Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/03 00:10:30 asau Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GCC runtime libraries for win32 cross-development
-PKG_DESTDIR_SUPPORT= user-destdir
-
NO_BUILD= yes
NO_CONFIGURE= yes
USE_CROSSBASE= yes
diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile
index 664e9849dc6..ec88ee231b6 100644
--- a/cross/mingw-w32api-bin/Makefile
+++ b/cross/mingw-w32api-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 18:34:41 asau Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/03 00:10:30 asau Exp $
DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mingw.sourceforge.net/
COMMENT= GCC libraries for win32 cross-development
-PKG_DESTDIR_SUPPORT= user-destdir
-
NO_BUILD= yes
NO_CONFIGURE= yes
USE_CROSSBASE= yes
diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile
index 77c58c095c0..10d87ac8c1f 100644
--- a/cross/uisp/Makefile
+++ b/cross/uisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/03 00:10:30 asau Exp $
#
DISTNAME= uisp-20040311
@@ -9,8 +9,6 @@ EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://savannah.nongnu.org/projects/uisp
COMMENT= AVR microcontroller hardware in-system programmer
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes