Installing a package of devel/gdb with GDB_LINK option set does not install the ${LOCALBASE}/bin/gdb link. Fix: Either create the link from the pkg-plist in the same fashion it is removed on uninstall and remove the related lines from the Makefile: OR package the link in pkg-plist: How-To-Repeat: # cd /usr/ports/devel/gdb && make package # file /usr/local/bin/gdb # Works # pkg_delete gdb-\* # pkg_add gdb* # file /usr/local/bin/gdb # Fails
Responsible Changed From-To: freebsd-ports-bugs->romain Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of devel/gdb, Please note that PR ports/166082 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166082 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I tested the first patch attached (p1) and I happily approve it! thanks for the support Luca
romain 2012-04-01 16:13:10 UTC FreeBSD ports repository Modified files: devel/gdb Makefile pkg-plist Log: Create ${PREFIX}/bin/gdb link when installing from a packages with GDB_LINK enabled. PR: ports/166082 Submitted by: romain (myself) Approved by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (Maintainer) Feature safe: yes Revision Changes Path 1.15 +1 -4 ports/devel/gdb/Makefile 1.4 +1 -0 ports/devel/gdb/pkg-plist _______________________________________________ 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: feedback->closed Committed. Thanks!