- make PKGNAME=${TARGET}-${DISTNAME} the default
This commit is contained in:
parent
258b54f6e3
commit
c2a5121f0e
@ -1,7 +1,9 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.11 2011/11/11 17:24:12 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.12 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
TARGET= msp430
|
||||
|
||||
PKGNAME?= ${TARGET}-${DISTNAME}
|
||||
|
||||
CATEGORIES+= devel devel/msp430
|
||||
|
||||
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/11/11 17:24:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
COMMENT= GNU binutils for msp430
|
||||
|
||||
@ -6,7 +6,6 @@ V= 2.21.1
|
||||
R= 20110716
|
||||
DISTNAME= binutils-$V
|
||||
REVISION= 2
|
||||
PKGNAME= ${TARGET}-${DISTNAME}
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
||||
PATCHFILES= msp430-binutils-${V}-${R}.patch:0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/11/11 17:24:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
COMMENT= GNU Compiler Collection for msp430
|
||||
|
||||
@ -6,7 +6,6 @@ VERSION= 4.5.3
|
||||
R= 20110706
|
||||
DISTNAME= gcc-${VERSION}
|
||||
REVISION= 5
|
||||
PKGNAME= ${TARGET}-${DISTNAME}
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(VERSION)/}
|
||||
PATCHFILES= msp430-gcc-${VERSION}-${R}.patch:0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/11/11 17:24:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
COMMENT= GNU debugger for msp430
|
||||
|
||||
@ -6,7 +6,6 @@ VERSION= 7.2
|
||||
R= 20110103
|
||||
DISTNAME= gdb-${VERSION}
|
||||
REVISION= 1
|
||||
PKGNAME= ${TARGET}-${DISTNAME}
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
||||
PATCHFILES= msp430-gdb-${VERSION}-${R}.patch:0
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/11/11 17:30:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
COMMENT= libc for msp430
|
||||
|
||||
DISTNAME= ${TARGET}-libc-20110612
|
||||
PKGNAME= ${DISTNAME}
|
||||
REVISION= 2
|
||||
|
||||
LTS_PATCHES= msp430-libc-20110612-sf3387164.patch \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/11/11 17:24:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/11/11 18:38:17 jasper Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= C headers and binutils linker scripts for msp430
|
||||
|
||||
DISTNAME= msp430mcu-20110613
|
||||
PKGNAME= ${DISTNAME}
|
||||
REVISION= 1
|
||||
|
||||
LTS_PATCHES= msp430mcu-20110613-sf3379189.patch \
|
||||
|
Loading…
x
Reference in New Issue
Block a user