Upgrade port to last SNOWed Agenda toolchain.
It is meta-port now, includes agenda-static-libs and agenda-snow-libs It is version for rootdisk-1.2.0S PR: 31406 Submitted by: maintainer
This commit is contained in:
parent
04561896a1
commit
424fefe557
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49619
@ -6,25 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= agenda-libs
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lev.serebryakov.spb.ru/download/agenda/
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= lev@serebryakov.spb.ru
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${TARGET_PLATFORM}/include/stdio.h:${PORTSDIR}/devel/agenda-headers
|
||||
RUN_DEPENDS= ${LOCALBASE}/mipsel-linux/lib/libc.a:${PORTSDIR}/devel/agenda-static-libs \
|
||||
${LOCALBASE}/mipsel-linux/lib/snow/libc.1.sso:${PORTSDIR}/devel/agenda-snow-libs
|
||||
|
||||
TARGET_PLATFORM=mipsel-linux
|
||||
USE_BZIP2= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
LIBC_SUB= PREFIX=${PREFIX} TARGET_PLATFORM=${TARGET_PLATFORM}
|
||||
|
||||
do-build:
|
||||
@${SED} ${LIBC_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} < ${WRKSRC}/lib/libc.so > ${WRKSRC}/lib/libc.so.new
|
||||
@${MV} ${WRKSRC}/lib/libc.so.new ${WRKSRC}/lib/libc.so
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && tar --exclude '*.orig' -cf - *) \
|
||||
| (cd ${PREFIX}/${TARGET_PLATFORM} && tar xf -)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +0,0 @@
|
||||
MD5 (agenda-libs-1.0.tar.bz2) = 95e0e90474a8bb8a85d6ca4b895d8e37
|
@ -1,6 +1,8 @@
|
||||
All libraries, which are need to develop for Agenda VR3 PDA.
|
||||
Agenda VR3 uses Linux VR (mipsel-linux gcc target) as OS.
|
||||
So, this libraries was build with egcs-1.0.3a for mipsel-linux
|
||||
So, this libraries was build with gcc-2.97 for mipsel-linux
|
||||
target.
|
||||
|
||||
It is meat-port for static and SNOWed libraries.
|
||||
|
||||
WWW: http://dev.agendacomputing.org/
|
||||
|
Loading…
Reference in New Issue
Block a user