ports/107176: [PATCH] x11-themes/gnome-splashscreen-manager: [SUMMARIZE CHANGES]

Sergio Lenzi lenzi at k1.com.br
Sun Dec 24 22:30:14 UTC 2006


>Number:         107176
>Category:       ports
>Synopsis:       [PATCH] x11-themes/gnome-splashscreen-manager: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 24 22:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergio Lenzi
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
k1 sistemas
>Environment:
System: FreeBSD k1.com.br 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sat Nov  4 17:26:48 BRST
>Description:
[DESCRIBE CHANGES]

Port maintainer (ahze at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
erroneous patches the xml <splash_screens> tag (coded twice)
so the program aborts at run time with a xml error
>Fix:

--- gnome-splashscreen-manager-0.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb /usr/src/ports/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb
--- /usr/ports/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb	Sun Apr 17 18:04:26 2005
+++ /usr/src/ports/x11-themes/gnome-splashscreen-manager/files/patch-lib_gnome-splashscreen-manager_gnome_splashscreen_manager.rb	Wed Dec 13 19:50:04 2006
@@ -5,7 +5,7 @@
        splash_screens_file = File.new(file, File::CREAT|File::TRUNC|File::RDWR, 0644)
    
 -      new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n</splash_screens>\n"
-+      new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n%%SPLASHSCREENS%%\n<splash_screens>\n</splash_screens>\n"
++      new_splash_screens_file = "<?xml version=\"1.0\"?>\n<splash_screens>\n%%SPLASHSCREENS%%\n</splash_screens>\n"
  
        splash_screens_file.write(new_splash_screens_file)
      
--- gnome-splashscreen-manager-0.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list