mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upstream fixed bug #3387164.
This commit is contained in:
parent
55b168f8dc
commit
b36b136d24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279038
2 changed files with 14 additions and 3 deletions
|
@ -7,12 +7,18 @@
|
|||
|
||||
PORTNAME= libc
|
||||
PORTVERSION= 1.0.${LIBCVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/mspgcc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
PKGNAMEPREFIX= ${LIBCTARGET}-
|
||||
PKGNAMESUFFIX= -gcc${NEEDGCCVERSION}
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${LIBCVERSION}
|
||||
|
||||
PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
PATCH_SITE_SUBDIR= mspgcc/Patches/LTS/${LTSVERSION}
|
||||
PATCHFILES= ${LTS_PATCHES}
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= Libc for TI's msp430 MCUs cross-development
|
||||
|
||||
|
@ -26,14 +32,17 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-gcc${OTHERGCCVERSION}-[0-9]*
|
|||
OPTIONS= GCC4 "Use new msp430-gcc4 compiler" on \
|
||||
GCC3 "Use old msp430-gcc3 compiler" off
|
||||
|
||||
LIBCTARGET= msp430
|
||||
LIBCVERSION= 20110612
|
||||
LTSVERSION= 20110716
|
||||
BUGS_FIXED= 3387164
|
||||
LTS_PATCHES!= for bugid in ${BUGS_FIXED} ; do echo ${PKGNAMEPREFIX}${PORTNAME}-${LIBCVERSION}-sf$${bugid}.patch ; done
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= PATH=${PREFIX}/bin:${PATH} PREFIX=${PREFIX}
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}libc-${LIBCVERSION}/src
|
||||
|
||||
LIBCVERSION= 20110612
|
||||
LIBCTARGET= msp430
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_GCC4)
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
SHA256 (msp430-libc-20110612.tar.bz2) = 4dbfc97d1ef20c3ac65b16398f6f1557ee480b9c5030bb9e94f5e718f0953271
|
||||
SIZE (msp430-libc-20110612.tar.bz2) = 76622
|
||||
SHA256 (msp430-libc-20110612-sf3387164.patch) = 0b4dcdf17912424d04313dbb404dd83fe6e06047dcd1de244591bfb2c8937e9b
|
||||
SIZE (msp430-libc-20110612-sf3387164.patch) = 735
|
||||
|
|
Loading…
Add table
Reference in a new issue