summaryrefslogtreecommitdiff
path: root/devel/agenda-libs
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-05 17:31:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-05 17:31:37 +0000
commit424fefe5575e0e9b877d59179ecb007bbf565c83 (patch)
treec0e60c5aae3d8ab3ec954747cd5635b072c224b9 /devel/agenda-libs
parentUpgrade port to last SNOWed Agenda toolchain. (diff)
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
Notes
Notes: svn path=/head/; revision=49619
Diffstat (limited to 'devel/agenda-libs')
-rw-r--r--devel/agenda-libs/Makefile22
-rw-r--r--devel/agenda-libs/distinfo1
-rw-r--r--devel/agenda-libs/pkg-descr4
3 files changed, 11 insertions, 16 deletions
diff --git a/devel/agenda-libs/Makefile b/devel/agenda-libs/Makefile
index fabe8d0b408f..a50a46f9cb2b 100644
--- a/devel/agenda-libs/Makefile
+++ b/devel/agenda-libs/Makefile
@@ -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>
diff --git a/devel/agenda-libs/distinfo b/devel/agenda-libs/distinfo
index cdc6be865838..e69de29bb2d1 100644
--- a/devel/agenda-libs/distinfo
+++ b/devel/agenda-libs/distinfo
@@ -1 +0,0 @@
-MD5 (agenda-libs-1.0.tar.bz2) = 95e0e90474a8bb8a85d6ca4b895d8e37
diff --git a/devel/agenda-libs/pkg-descr b/devel/agenda-libs/pkg-descr
index 980bbbbc6deb..f56dad7d5efe 100644
--- a/devel/agenda-libs/pkg-descr
+++ b/devel/agenda-libs/pkg-descr
@@ -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/