From 45f2245524f7a04eca4707eb2a6adeddc40fc440 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 9 Oct 2002 15:55:14 +0000 Subject: Add a patch that allows one to debug XFree86 loadable modules. Ported from http://www.dawa.demon.co.uk/xfree-gdb/ and http://sources.redhat.com/ml/gdb-patches/2001-09/msg00306.html. --- devel/gdb6/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/gdb6/Makefile') diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index a9a0d1750fb8..0d8b19f46173 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -8,11 +8,15 @@ PORTNAME= gdb PORTVERSION= 5.2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gdb/releases +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= obrien +PATCHFILES= gdb521_xfree-loadmod.diff + MAINTAINER= mp@FreeBSD.org USE_GMAKE= yes -- cgit