FreeBSD Bugzilla – Attachment 52052 Details for
Bug 78903
Update port: x11/gnometerminal (fix URL hilighting)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.20 KB, created by
Jean-Yves Lefort
on 2005-03-16 02:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Yves Lefort
Created:
2005-03-16 02:30:02 UTC
Size:
2.20 KB
patch
obsolete
>diff -ruN /usr/ports/x11/gnometerminal/Makefile gnometerminal/Makefile >--- /usr/ports/x11/gnometerminal/Makefile Mon Mar 14 00:30:29 2005 >+++ gnometerminal/Makefile Wed Mar 16 03:12:02 2005 >@@ -7,6 +7,7 @@ > > PORTNAME= gnometerminal > PORTVERSION= 2.10.0 >+PORTREVISION= 1 > CATEGORIES= x11 gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= sources/gnome-terminal/2.10 >diff -ruN /usr/ports/x11/gnometerminal/files/patch-src::terminal-screen.c gnometerminal/files/patch-src::terminal-screen.c >--- /usr/ports/x11/gnometerminal/files/patch-src::terminal-screen.c Thu Jan 1 01:00:00 1970 >+++ gnometerminal/files/patch-src::terminal-screen.c Wed Mar 16 03:12:23 2005 >@@ -0,0 +1,27 @@ >+--- src/terminal-screen.c.orig Thu Mar 3 15:13:08 2005 >++++ src/terminal-screen.c Wed Mar 16 03:11:08 2005 >+@@ -246,18 +246,18 @@ >+ #define USER "[" USERCHARS "]+(:["PASSCHARS "]+)?" >+ >+ terminal_widget_match_add (screen->priv->term, >+- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?" >+- "(/[-A-Za-z0-9_$.+!*(),;:@&=?/~#%]*[^]'.}>) \t\r\n,\\\"])?\\>", FLAVOR_AS_IS); >++ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?" >++ "(/[-A-Za-z0-9_$.+!*(),;:@&=?/~#%]*[^]'.}>) \t\r\n,\\\"])?[[:>:]]", FLAVOR_AS_IS); >+ >+ terminal_widget_match_add (screen->priv->term, >+- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?" >+- "(/[-A-Za-z0-9_$.+!*(),;:@&=?/~#%]*[^]'.}>) \t\r\n,\\\"])?\\>", FLAVOR_DEFAULT_TO_HTTP); >++ "[[:<:]](www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?" >++ "(/[-A-Za-z0-9_$.+!*(),;:@&=?/~#%]*[^]'.}>) \t\r\n,\\\"])?[[:>:]]", FLAVOR_DEFAULT_TO_HTTP); >+ >+ terminal_widget_match_add (screen->priv->term, >+- "\\<(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); >++ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+[[:>:]]", FLAVOR_MAILTO); >+ >+ terminal_widget_match_add (screen->priv->term, >+- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); >++ "[[:<:]]news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?[[:>:]]", FLAVOR_AS_IS); >+ >+ >+ terminal_screen_setup_dnd (screen);
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 78903
: 52052