mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Actually patch the correct file. You can't patch C++ files in the gtk--
subdir since they are generated at build-time.
This commit is contained in:
parent
c97b065dac
commit
65f8b96e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61088
@ -1,8 +1,6 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
@ -1,8 +1,6 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
@ -1,8 +1,6 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
@ -1,8 +1,6 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
11
x11-toolkits/gtkmm24/files/patch-src::editable.gen_h
Normal file
11
x11-toolkits/gtkmm24/files/patch-src::editable.gen_h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
|
||||
+ string Editable::get_chars (int start_pos, int end_pos) const
|
||||
{
|
||||
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
|
||||
string ret_val = chars;
|
@ -1,13 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
|
||||
+ string Editable::get_chars (int start_pos, int end_pos) const
|
||||
{
|
||||
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
|
||||
string ret_val = chars;
|
11
x11-toolkits/gtkmm30/files/patch-src::editable.gen_h
Normal file
11
x11-toolkits/gtkmm30/files/patch-src::editable.gen_h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
|
||||
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
|
||||
@@ -147,7 +147,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
|
||||
+ string Editable::get_chars (int start_pos, int end_pos) const
|
||||
{
|
||||
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
|
||||
string ret_val = chars;
|
@ -1,13 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
|
||||
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
|
||||
@@ -5,7 +5,7 @@
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
|
||||
+ string Editable::get_chars (int start_pos, int end_pos) const
|
||||
{
|
||||
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
|
||||
string ret_val = chars;
|
Loading…
Reference in New Issue
Block a user