From e416f6b5179372ab8fc11462fd3228f1af4b407c Mon Sep 17 00:00:00 2001 From: garga Date: Wed, 21 Jun 2006 16:52:57 +0000 Subject: - Update fpc to 2.0.2 PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652, 98654, 98656, 98657, 98658, 98720, 98724 Submitted by: Jose Alonso Cardenas Marquez --- lang/fpc-base/Makefile | 46 ++++++++++++++++++++++++++-------------------- lang/fpc-base/pkg-descr | 3 --- 2 files changed, 26 insertions(+), 23 deletions(-) (limited to 'lang/fpc-base') diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 98c11949ff72..86d81ef1c448 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -5,34 +5,40 @@ # $FreeBSD$ # -PORTNAME= fpc-base -PORTVERSION= 1.0.10 -CATEGORIES= lang devel +PORTNAME= base +PORTVERSION= 2.0.2 +CATEGORIES= lang MASTER_SITES= # empty +PKGNAMEPREFIX= fpc- DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= Meta package to install all of the Free Pascal base -RUN_DEPENDS= fp:${PORTSDIR}/editors/fpc-ide \ - ${PAKGDIR}/ibase/ibase60.ppu:${PORTSDIR}/databases/fpc-ibase \ - ${PAKGDIR}/mysql/mysql.ppu:${PORTSDIR}/databases/fpc-mysql \ - ${PAKGDIR}/odbc/odbcsql.ppu:${PORTSDIR}/databases/fpc-odbc \ - ${PAKGDIR}/postgres/postgres.ppu:${PORTSDIR}/databases/fpc-postgres \ - ${PAKGDIR}/oracle/oraoci.ppu:${PORTSDIR}/databases/fpc-oracle \ - ${PAKGDIR}/regexpr/regexpr.ppu:${PORTSDIR}/devel/fpc-regexpr \ - ${PAKGDIR}/inet/inet.ppu:${PORTSDIR}/net/fpc-inet \ - ${PAKGDIR}/md5/md5.ppu:${PORTSDIR}/security/fpc-md5 \ - ${PAKGDIR}/paszlib/paszlib.ppu:${PORTSDIR}/archivers/fpc-paszlib - -PAKGDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd -DOCSDIR= ${LOCALBASE}/share/doc/fpc -EXAMPLESDIR= ${LOCALBASE}/share/examples/fpc +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +DOCSDIR= ${LOCALBASE}/share/doc/fpc-${PORTVERSION} +EXAMPLESDIR= ${LOCALBASE}/share/examples/fpc-${PORTVERSION} +BUILDNAME= i386-freebsd .if !defined(NOPORTDOCS) -RUN_DEPENDS+= ${DOCSDIR}/user.pdf:${PORTSDIR}/lang/fpc-docs \ - ${EXAMPLESDIR}/Makefile.fpc:${PORTSDIR}/lang/fpc-demo +RUN_DEPENDS+= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs \ + ${LOCALBASE}/share/doc/fpc-${PORTVERSION}/demo/Makefile.fpc:${PORTSDIR}/lang/fpc-demo .endif NO_BUILD= yes diff --git a/lang/fpc-base/pkg-descr b/lang/fpc-base/pkg-descr index 85e8f52c6d21..5ffb112f5cce 100644 --- a/lang/fpc-base/pkg-descr +++ b/lang/fpc-base/pkg-descr @@ -4,6 +4,3 @@ This collection constitutes the base packages and utilities for Free Pascal. WWW: http://www.freepascal.org/ - --- -John Merryweather Cooper -- cgit