summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortv <tv>2005-04-11 21:44:48 +0000
committertv <tv>2005-04-11 21:44:48 +0000
commit2560f48b2f5afa9fcb23e0718a2e2727ca7824cc (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /cross
parentef731a8149ff6629b89ef7b7b5cf109c8144b868 (diff)
downloadpkgsrc-2560f48b2f5afa9fcb23e0718a2e2727ca7824cc.tar.gz
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'cross')
-rw-r--r--cross/atasm/Makefile3
-rw-r--r--cross/avr-binutils/Makefile3
-rw-r--r--cross/avr-gcc/Makefile3
-rw-r--r--cross/avr-gdb/Makefile3
-rw-r--r--cross/avrdude/Makefile3
-rw-r--r--cross/binutils/Makefile3
-rw-r--r--cross/h8300-hms-binutils/Makefile3
-rw-r--r--cross/h8300-hms-gcc/Makefile3
-rw-r--r--cross/uisp/Makefile3
9 files changed, 9 insertions, 18 deletions
diff --git a/cross/atasm/Makefile b/cross/atasm/Makefile
index b250ec7bde8..0065f7ad436 100644
--- a/cross/atasm/Makefile
+++ b/cross/atasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:17 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:10 tv Exp $
#
DISTNAME= atasm104
@@ -16,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${DISTNAME}/src
NO_CONFIGURE= YES
-USE_BUILDLINK3= YES
DOCDIR= ${PREFIX}/share/doc/atasm
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 6a91f094365..0c0197a993b 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:10 tv Exp $
DISTNAME= binutils-2.13.2.1
PKGNAME= avr-binutils-2.13.2.1
@@ -10,7 +10,6 @@ MAINTAINER= karlj@mdstud.chalmers.se
COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
USE_BZIP2= yes
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index 60b4f42ef9e..6ca5e81c318 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:10 tv Exp $
DISTNAME= gcc-3.3.2003.05.11
PKGNAME= avr-gcc-3.3.2003.05.11
@@ -21,7 +21,6 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX}
# Unfortunately, only some mirrors have it as a .bz2 file, while
# the original master site still uses .gz.
GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_PERL5= build
USE_BZIP2= yes
USE_GNU_TOOLS+= lex make yacc
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index 83c06c907f3..60ab5d39113 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:10 tv Exp $
DISTNAME= gdb-5.3
PKGNAME= avr-gdb-5.3
@@ -10,7 +10,6 @@ MAINTAINER= karlj@mdstud.chalmers.se
COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers
USE_GNU_TOOLS+= make
-USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 569dad81fb8..915acefb9ac 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/02 13:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:10 tv Exp $
DISTNAME= avrdude-4.1.0
PKGREVISION= 2
@@ -9,7 +9,6 @@ MAINTAINER= karlj@mdstud.chalmers.se
HOMEPAGE= http://www.bsdhome.com/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
-USE_BUILDLINK3= YES
USE_GNU_READLINE= YES
BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 8ce51d25f84..8be8c729cb0 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/05 11:03:03 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2005/04/11 21:45:10 tv Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -14,7 +14,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/
COMMENT= Unified GNU binutils for cross build environments
-USE_BUILDLINK3= yes
USE_CROSSBASE= yes
USE_GNU_TOOLS+= m4
USE_LIBTOOL= yes
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index cf5caae03c8..4e085db91a6 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:53 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:10 tv Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
@@ -13,7 +13,6 @@ COMMENT= h8300-hms cross utility
H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms
WRKSRC= ${WRKDIR}/objdir
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_MAKEINFO= yes
HAS_CONFIGURE= yes
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile
index aa2e0af2b00..9604274bcc0 100644
--- a/cross/h8300-hms-gcc/Makefile
+++ b/cross/h8300-hms-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:53 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:10 tv Exp $
DISTNAME= gcc-core-3.1
PKGNAME= cross-h8300-hms-gcc-3.1
@@ -20,7 +20,6 @@ DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils
H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms
WRKSRC= ${WRKDIR}/objdir
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${H8300_PREFIX}
diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile
index 8568c144ddd..77b315b2df7 100644
--- a/cross/uisp/Makefile
+++ b/cross/uisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/25 01:58:09 rumble Exp $
+# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:10 tv Exp $
#
DISTNAME= uisp-20040311
@@ -10,7 +10,6 @@ MAINTAINER= rumble@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/uisp
COMMENT= AVR microcontroller hardware in-system programmer
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes