summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-16 00:49:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-16 00:49:36 +0000
commit3d90109deac69888eda897fe8492c901179055f4 (patch)
tree4a2f92090888ed15d9bd18edf30ef45d23608491 /databases
parent- Fix compilation for threaded MPM. (diff)
add fpc-odbc 1.0.10
Free Pascal interface to ODBC PR: 61113 Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
Notes
Notes: svn path=/head/; revision=98242
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/fpc-odbc/Makefile77
-rw-r--r--databases/fpc-odbc/distinfo1
-rw-r--r--databases/fpc-odbc/pkg-descr8
-rw-r--r--databases/fpc-odbc/pkg-plist4
5 files changed, 91 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index cb59f67cb4f2..0939211d8d33 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -29,6 +29,7 @@
SUBDIR += firebird
SUBDIR += firebird-devel
SUBDIR += fireprofile
+ SUBDIR += fpc-odbc
SUBDIR += freetds
SUBDIR += freetds-msdblib
SUBDIR += gadfly
diff --git a/databases/fpc-odbc/Makefile b/databases/fpc-odbc/Makefile
new file mode 100644
index 000000000000..0cd5815e9c30
--- /dev/null
+++ b/databases/fpc-odbc/Makefile
@@ -0,0 +1,77 @@
+# New ports collection makefile for: Free Pascal Compiler
+# Date created: 8 January 2004
+# Whom: John Merryweather Cooper
+#
+# $FreeBSD$
+#
+
+PORTNAME= odbc
+PORTVERSION= 1.0.10
+CATEGORIES= databases
+MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
+ http://planetmirror.com/pub/fpc/dist/FreeBSD/ \
+ ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \
+ ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \
+ ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \
+ ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \
+ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= freepascal
+PKGNAMEPREFIX= fpc-
+DISTNAME= fpc-${PORTVERSION}.ELF
+EXTRACT_SUFX= .tar
+
+MAINTAINER= coop9211@uidaho.edu
+COMMENT= Free Pascal interface to ODBC
+
+.include <bsd.port.pre.mk>
+
+LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+RUN_DEPENDS= ${BUILD_DEPENDS}
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
+.if ${OSVERSION} < 470000
+EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
+TAR= ${LOCALBASE}/bin/gtar
+.endif
+USE_GMAKE= yes
+USE_REINPLACE= yes
+ONLY_FOR_ARCHS= i386
+
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
+
+MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \
+ FPC=${LOCALBASE}/bin/ppc386 \
+ INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
+ INSTALL_BINDIR=${PREFIX}/bin \
+ GCCLIBDIR=/usr/lib \
+ RELEASE=1
+
+do-extract:
+# unpack distribution
+ @${MKDIR} ${WRKSRC}
+ @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
+# unpack sources distribution
+ @${MKDIR} ${WRKSRC}/sources
+ @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources
+# further extract base sources
+#
+# odbc sources
+ @${TAR} zxf ${WRKSRC}/sources/unitsodbcsrc.tar.gz \
+ --directory ${WRKSRC}
+
+post-patch:
+# change to alter amount of optimization
+ @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \
+ "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'
+
+do-build:
+ cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/odbc && \
+ ${GMAKE} ${MAKE_ENV} all
+
+do-install:
+ cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/odbc && \
+ ${GMAKE} ${MAKE_ENV} install
+
+.include <bsd.port.post.mk>
diff --git a/databases/fpc-odbc/distinfo b/databases/fpc-odbc/distinfo
new file mode 100644
index 000000000000..cdc32c64a7d3
--- /dev/null
+++ b/databases/fpc-odbc/distinfo
@@ -0,0 +1 @@
+MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
diff --git a/databases/fpc-odbc/pkg-descr b/databases/fpc-odbc/pkg-descr
new file mode 100644
index 000000000000..e88dc6794d31
--- /dev/null
+++ b/databases/fpc-odbc/pkg-descr
@@ -0,0 +1,8 @@
+Odbc is part of the base packages of Free Pascal, a 32-bit
+Turbo Pascal/Delphi compatible compiler. Odbc provides an
+interface to ODBC.
+
+WWW: http://www.freepascal.org/
+
+--
+John Merryweather Cooper <coop9211@uidaho.edu>
diff --git a/databases/fpc-odbc/pkg-plist b/databases/fpc-odbc/pkg-plist
new file mode 100644
index 000000000000..095c7bcb3c64
--- /dev/null
+++ b/databases/fpc-odbc/pkg-plist
@@ -0,0 +1,4 @@
+lib/fpc/%%PORTVERSION%%/units/freebsd/odbc/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/freebsd/odbc/odbcsql.o
+lib/fpc/%%PORTVERSION%%/units/freebsd/odbc/odbcsql.ppu
+@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/odbc