Date: Wed, 11 Feb 1998 20:57:16 -0800 (PST) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/5725: Problems with crossgdb ports Message-ID: <199802120457.UAA01704@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 5725 >Category: ports >Synopsis: Problems with crossgdb ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 11 21:00:00 PST 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5-R >Environment: >Description: It seems that the crosscompiled programs build without using the crosscompiler but don't do their work correctly. Since a native linux gdb is included in the distribution, I suggest to nuke linuxgdb. A patch for scogdb follows. >How-To-Repeat: BTW. Please change all ocurrences of pgiffuni@FPS.biblos.unal.edu.co to giffunip@asme.org, I won't be using the former as frequently. Please don't forget to change it in the additional contributors list also. >Fix: *** Makefile.orig Wed Feb 11 23:40:16 1998 --- Makefile Wed Feb 11 23:55:46 1998 *************** *** 1,7 **** ! # New ports collection makefile for: gdbsco # Version required: 4.16 # Date created: 26 Mar 97 ! # Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> # # $Id: Makefile,v 1.1.1.1 1997/04/11 19:40:36 erich Exp $ # --- 1,7 ---- ! # New ports collection makefile for: scogdb # Version required: 4.16 # Date created: 26 Mar 97 ! # Whom: Pedro Giffuni <giffunip@asme.org> # # $Id: Makefile,v 1.1.1.1 1997/04/11 19:40:36 erich Exp $ # *************** *** 11,22 **** CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} ! MAINTAINER= pgiffuni@fps.biblos.unal.edu.co ! TARGET= i386-sco HAS_CONFIGURE= yes ! CONFIGURE_ARGS= --prefix=$(PREFIX) --target=$(TARGET) ! MAN1= configure.1 i386-sco-gdb.1 .include <bsd.port.mk> --- 11,24 ---- CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} ! MAINTAINER= giffunip@asme.org ! BUILD_DEPENDS= i386-sco-gcc:${PORTSDIR}/devel/crosssco ! ! TARGET= i386-sco HAS_CONFIGURE= yes ! CONFIGURE_ARGS= --target=$(TARGET) ! MAN1= configure.1 $(TARGET)-gdb.1 .include <bsd.port.mk> >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802120457.UAA01704>