FreeBSD Bugzilla – Attachment 122826 Details for
Bug 166082
[patch] devel/gdb does not install gdb link from packages.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1003 bytes, created by
Romain Tartière
on 2012-03-14 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Romain Tartière
Created:
2012-03-14 09:20:01 UTC
Size:
1003 bytes
patch
obsolete
>diff -Nur /var/cache/portshaker/ports/devel/gdb/Makefile ./Makefile >--- /var/cache/portshaker/ports/devel/gdb/Makefile 2012-03-09 18:03:28.000000000 +0100 >+++ ./Makefile 2012-03-14 10:12:45.204626165 +0100 >@@ -55,9 +55,9 @@ > .include <bsd.port.options.mk> > > .if defined(WITH_GDB_LINK) >-PLIST_SUB+= GDB_LINK=true >+PLIST_SUB+= GDB_LINK="" > .else >-PLIST_SUB+= GDB_LINK=false >+PLIST_SUB+= GDB_LINK="@comment " > .endif > > .if defined(WITH_PYTHON) >diff -Nur /var/cache/portshaker/ports/devel/gdb/pkg-plist ./pkg-plist >--- /var/cache/portshaker/ports/devel/gdb/pkg-plist 2012-03-09 18:03:28.000000000 +0100 >+++ ./pkg-plist 2012-03-14 10:13:11.288629566 +0100 >@@ -1,3 +1,4 @@ >+%%GDB_LINK%%bin/gdb > bin/gdb%%VER%% > bin/gdbtui%%VER%% > %%PYTHON%%share/gdb%%VER%%/python/gdb/__init__.py >@@ -11,4 +12,3 @@ > %%PYTHON%%@dirrm share/gdb%%VER%%/python/gdb > %%PYTHON%%@dirrm share/gdb%%VER%%/python > %%PYTHON%%@dirrm share/gdb%%VER%% >-@unexec if $( %%GDB_LINK%% ) ; then rm -f %%PREFIX%%/bin/gdb; fi >--- p2 ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166082
:
122825
| 122826