From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 9 00:30:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B63716A4CE for ; Fri, 9 Jan 2004 00:30:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B80143D53 for ; Fri, 9 Jan 2004 00:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i098UGFR039985 for ; Fri, 9 Jan 2004 00:30:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i098UGx5039984; Fri, 9 Jan 2004 00:30:16 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 9 Jan 2004 00:30:16 -0800 (PST) Resent-Message-Id: <200401090830.i098UGx5039984@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Merryweather Cooper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B287716A4CE for ; Fri, 9 Jan 2004 00:25:28 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE07543D2F for ; Fri, 9 Jan 2004 00:25:26 -0800 (PST) (envelope-from johnmary@adelphia.net) Received: from adelphia.net ([24.52.251.224]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040109082526.RKLY1458.mta10.adelphia.net@adelphia.net> for ; Fri, 9 Jan 2004 03:25:26 -0500 Message-Id: <3FFE6578.907@adelphia.net> Date: Fri, 09 Jan 2004 00:25:28 -0800 From: John Merryweather Cooper To: FreeBSD Submit Bugs Subject: ports/61113: [NEW PORT] databases/fpc-odbc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Merryweather Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 08:30:19 -0000 >Number: 61113 >Category: ports >Synopsis: [NEW PORT] databases/fpc-odbc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 09 00:30:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #6: Thu Jan 1 21:36:51 PST 2004 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386 >Description: databases/fpc-odbc is a Free Pascal unit providing an interface to ODBC. It is part of the base set of units. >How-To-Repeat: N/A >Fix: --- new-port-fpc-odbc-1.0.10 begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fpc-odbc # fpc-odbc/Makefile # fpc-odbc/distinfo # fpc-odbc/pkg-descr # fpc-odbc/pkg-plist # echo c - fpc-odbc mkdir -p fpc-odbc > /dev/null 2>&1 echo x - fpc-odbc/Makefile sed 's/^X//' >fpc-odbc/Makefile << 'END-of-fpc-odbc/Makefile' X# New ports collection makefile for: Free Pascal Compiler X# Date created: 8 January 2004 X# Whom: John Merryweather Cooper X# X# $FreeBSD: ports/lang/fpc/Makefile,v 1.10 2004/01/07 10:14:04 znerd Exp $ X# X XPORTNAME= odbc XPORTVERSION= 1.0.10 XCATEGORIES= databases lang XMASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ X http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ X ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ X ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ X ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ X ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= freepascal XPKGNAMEPREFIX= fpc- XDISTNAME= fpc-${PORTVERSION}.ELF XEXTRACT_SUFX= .tar X XMAINTAINER= coop9211@uidaho.edu XCOMMENT= Free Pascal interface to ODBC X X.include X XLIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC XBUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc XRUN_DEPENDS= ${BUILD_DEPENDS} X.if ${OSVERSION} >= 500000 XLIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x X.endif X.if ${OSVERSION} < 470000 XEXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar XTAR= ${LOCALBASE}/bin/gtar X.endif XUSE_GMAKE= yes XUSE_REINPLACE= yes XONLY_FOR_ARCHS= i386 X XPLIST_SUB+= PORTVERSION=${PORTVERSION} X XMAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ X FPC=${LOCALBASE}/bin/ppc386 \ X INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ X INSTALL_BINDIR=${PREFIX}/bin \ X GCCLIBDIR=/usr/lib \ X RELEASE=1 X Xdo-extract: X# unpack distribution X @${MKDIR} ${WRKSRC} X @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} X# unpack sources distribution X @${MKDIR} ${WRKSRC}/sources X @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources X# further extract base sources X# X# odbc sources X @${TAR} zxf ${WRKSRC}/sources/unitsodbcsrc.tar.gz \ X --directory ${WRKSRC} X Xpost-patch: X# change to alter amount of optimization X @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \ X "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' X Xdo-build: X cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/odbc && \ X ${GMAKE} ${MAKE_ENV} all X Xdo-install: X cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/odbc && \ X ${GMAKE} ${MAKE_ENV} install X X.include END-of-fpc-odbc/Makefile echo x - fpc-odbc/distinfo sed 's/^X//' >fpc-odbc/distinfo << 'END-of-fpc-odbc/distinfo' XMD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 END-of-fpc-odbc/distinfo echo x - fpc-odbc/pkg-descr sed 's/^X//' >fpc-odbc/pkg-descr << 'END-of-fpc-odbc/pkg-descr' XOdbc is part of the base packages of Free Pascal, a 32-bit XTurbo Pascal/Delphi compatible compiler. Odbc provides an Xinterface to ODBC. X XWWW: http://www.freepascal.org/ X X-- XJohn Merryweather Cooper END-of-fpc-odbc/pkg-descr echo x - fpc-odbc/pkg-plist sed 's/^X//' >fpc-odbc/pkg-plist << 'END-of-fpc-odbc/pkg-plist' Xlib/fpc/%%PORTVERSION%%/units/freebsd/odbc/Package.fpc Xlib/fpc/%%PORTVERSION%%/units/freebsd/odbc/odbcsql.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/odbc/odbcsql.ppu X@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/odbc X@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd X@dirrm lib/fpc/%%PORTVERSION%%/units X@dirrm lib/fpc/%%PORTVERSION%% X@dirrm lib/fpc END-of-fpc-odbc/pkg-plist exit --- new-port-fpc-odbc-1.0.10 ends here --- --------------070804030608010503090500-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------070804030608010503090500 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit See attached. --------------070804030608010503090500 Content-Type: text/plain; name="send-pr-new-port-databases-fpc-odbc" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="send-pr-new-port-databases-fpc-odbc" To: FreeBSD-gnats-submit@freebsd.org From: John Merryweather Cooper Reply-To: John Merryweather Cooper Cc: X-send-pr-version: 3.113 X-GNATS-Notify: