Bug 167049 - [patch] devel/gdb: fix GDB_LINK option
Summary: [patch] devel/gdb: fix GDB_LINK option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 10:40 UTC by Tijl Coosemans
Modified: 2012-04-19 20:10 UTC (History)
0 users

See Also:


Attachments
gdb.patch (1.39 KB, patch)
2012-04-18 10:40 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2012-04-18 10:40:01 UTC
devel/gdb does not create a symbolic link when installed from ports,
only when installed as a package.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-18 10:40:10 UTC
Maintainer of devel/gdb,

Please note that PR ports/167049 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/167049

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-18 10:40:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 luca.pizzamiglio 2012-04-18 12:31:33 UTC
Hi.
I approve this patch.
Effectively, the other way doesn't create the link.
This patch fix the problem. Tested using port and package.

Best regards
Luca
On Wed, Apr 18, 2012 at 11:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote=
:
> Maintainer of devel/gdb,
>
> Please note that PR ports/167049 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:
> =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/167049
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-04-18 16:21:21 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2012-04-18 20:59:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-04-19 20:05:18 UTC
pawel       2012-04-19 19:05:03 UTC

  FreeBSD ports repository

  Modified files:
    devel/gdb            Makefile pkg-plist 
  Log:
  Fix GDB_LINK option
  
  PR:             ports/167049
  Submitted by:   Tijl Coosemans <tijl@coosemans.org>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.16      +6 -3      ports/devel/gdb/Makefile
  1.5       +1 -2      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"
Comment 7 Pawel Pekala freebsd_committer freebsd_triage 2012-04-19 20:05:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!