This patch: * updates the port devel/gdb to the version 7.4 * adds devel/readline as mandatory dependency (the previous version is not compatible anymore) * fixes a problem with multihread applications (thanks Lee Thomas) * fixes a misconfiguration issue if the devel/binutils port is installed Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-01-27 09:38:15 UTC FreeBSD ports repository Modified files: devel/gdb Makefile distinfo devel/gdb/files fbsd-threads.c patch-gdb-Makefile.in Added files: devel/gdb/files patch-bfd-configure patch-gdb-configure Log: - update to version 7.4 - adds devel/readline as mandatory dependency (the previous version is not compatible anymore) - fixes a problem with multihread applications (thanks Lee Thomas) - fixes a misconfiguration issue if the devel/binutils port is installed PR: ports/164521 Submitted by: maintainer Approved by: gabor (mentor, implicit) Revision Changes Path 1.12 +6 -9 ports/devel/gdb/Makefile 1.4 +2 -2 ports/devel/gdb/distinfo 1.3 +10 -11 ports/devel/gdb/files/fbsd-threads.c 1.1 +17 -0 ports/devel/gdb/files/patch-bfd-configure (new) 1.3 +4 -4 ports/devel/gdb/files/patch-gdb-Makefile.in 1.1 +11 -0 ports/devel/gdb/files/patch-gdb-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks. Tested a couple of dependent ports. All ok.