Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 Feb 2004 00:12:22 -0800 (PST)
From:      John Merryweather Cooper <coop9211@uidaho.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62571: [MAINTAINER-UPDATE] update devel/gdbint to 1.0.10_2
Message-ID:  <20040209081222.B4532BAA@borgdemon.losaca.adelphia.net>
Resent-Message-ID: <200402090820.i198KHRP073395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
-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 <bsd.port.post.mk>
#### 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209081222.B4532BAA>