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:
Maxim Sobolev 2001-11-05 17:31:37 +00:00
parent 04561896a1
commit 424fefe557
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49619
3 changed files with 11 additions and 16 deletions

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (agenda-libs-1.0.tar.bz2) = 95e0e90474a8bb8a85d6ca4b895d8e37

View File

@ -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/