handle PATCHFILES better

This commit is contained in:
jasper 2012-04-17 13:10:57 +00:00
parent 28e4e554c8
commit fb1672391d
3 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.17 2012/04/17 13:07:36 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.18 2012/04/17 13:10:57 jasper Exp $
#
# XXX: Don't forget to adjust meta/msp430 when updating to new LTS
@ -9,14 +9,14 @@ TARGET= msp430
DISTNAME?= ${TOOL}-${TOOL_V}
.if defined(GNU_TOOL) && ${GNU_TOOL:L:Myes}
PKGNAME?= ${TARGET}-${DISTNAME}
PKGNAME?= ${TARGET}-${DISTNAME}
# Patches distributed by mspgcc to modify the GNU sources.
PATCHFILES?= ${TARGET}-${TOOL}-${TOOL_V}-${LTS_V}.patch:0
.endif
LTS_V?= 20120406
# Patches distributed by mspgcc to modify the GNU sources.
PATCHFILES?= ${TARGET}-${TOOL}-${TOOL_V}-${LTS_V}.patch:0
CATEGORIES+= devel devel/msp430
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2012/04/17 13:07:36 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2012/04/17 13:10:58 jasper Exp $
COMMENT= libc for msp430
TOOL= ${TARGET}-libc
TOOL_V= 20120224
PATCHFILES= # This space intentionally left blank.
CONFIGURE_STYLE= # This space intentionally left blank.
RUN_DEPENDS= devel/msp430/gcc>=4.6.3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2012/04/17 13:07:36 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2012/04/17 13:10:58 jasper Exp $
PKG_ARCH= *
@ -7,7 +7,6 @@ COMMENT= C headers and binutils linker scripts for msp430
TOOL= msp430mcu
TOOL_V= ${LTS_V}
PATCHFILES= # This space intentionally left blank.
CONFIGURE_STYLE=# This space intentionally left blank
RUN_DEPENDS= devel/msp430/libc>=20120224