From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 9 00:20:17 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 2AAB216A4CE for ; Mon, 9 Feb 2004 00:20:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA2043D1F for ; Mon, 9 Feb 2004 00:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i198KHbv073396 for ; Mon, 9 Feb 2004 00:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i198KHRP073395; Mon, 9 Feb 2004 00:20:17 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 9 Feb 2004 00:20:17 -0800 (PST) Resent-Message-Id: <200402090820.i198KHRP073395@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 9D79616A4CE for ; Mon, 9 Feb 2004 00:12:45 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C8A43D2F for ; Mon, 9 Feb 2004 00:12:45 -0800 (PST) (envelope-from jmcoopr@borgdemon.losaca.adelphia.net) Received: from borgdemon.losaca.adelphia.net ([67.21.169.8]) by mta9.adelphia.netESMTP <20040209081244.MVAO22188.mta9.adelphia.net@borgdemon.losaca.adelphia.net> for ; Mon, 9 Feb 2004 03:12:44 -0500 Received: by borgdemon.losaca.adelphia.net (Postfix, from userid 1001) id B4532BAA; Mon, 9 Feb 2004 00:12:22 -0800 (PST) Message-Id: <20040209081222.B4532BAA@borgdemon.losaca.adelphia.net> Date: Mon, 9 Feb 2004 00:12:22 -0800 (PST) From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62571: [MAINTAINER-UPDATE] update devel/gdbint to 1.0.10_2 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: Mon, 09 Feb 2004 08:20:17 -0000 >Number: 62571 >Category: ports >Synopsis: [MAINTAINER-UPDATE] update devel/gdbint to 1.0.10_2 >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: Mon Feb 09 00:20:16 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 #11: Sun Feb 8 00:49:01 PST 2004 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386 >Description: * clean up Makefile * configure to use modified GDB built in devel/fpc-gdb >How-To-Repeat: N/A >Fix: --- update-fpc-gdbint-1.0.10_2 begins here --- # This is a patch for fpc-gdbint to update it to fpc-gdbint-1.0.10_2 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'fpc-gdbint/Makefile' 'fpc-gdbint-1.0.10_2/Makefile' Index: ./Makefile --- ./Makefile Thu Feb 5 13:45:20 2004 +++ ./Makefile Mon Feb 9 00:43:48 2004 @@ -2,12 +2,12 @@ # Date created: 28 November 2001 # Whom: John Merryweather Cooper et al # -# $FreeBSD: ports/devel/fpc-gdbint/Makefile,v 1.2 2004/02/04 05:19:29 marcus Exp $ +# $FreeBSD$ # PORTNAME= gdbint PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ @@ -26,11 +26,9 @@ .include -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + gdbfpc:${PORTSDIR}/devel/fpc-gdb 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 @@ -46,6 +44,7 @@ INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ INSTALL_BINDIR=${PREFIX}/bin \ GCCLIBDIR=/usr/lib \ + GDBLIBDIR=${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/libgdb \ RELEASE=1 do-extract: @@ -67,11 +66,13 @@ "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' do-build: - cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint && \ - ${GMAKE} ${MAKE_ENV} all + @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ + ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \ + all do-install: - cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint && \ - ${GMAKE} ${MAKE_ENV} install + @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ + ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \ + install .include #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Mon Feb 9 00:07:31 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 2216 1076316228 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Mon Feb 9 00:07:31 2004] #### #### Checksum: 88 2792 15900 #### --- update-fpc-gdbint-1.0.10_2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: