[Bug 210969] gconftool-2 --makefile-unilstall-rule cannot find the schema files on package deinstall phase

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 10 14:41:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210969

            Bug ID: 210969
           Summary: gconftool-2 --makefile-unilstall-rule cannot find the
                    schema files on package deinstall phase
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: lenzi.sergio at gmail.com
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 172316
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172316&action=edit
this patches /usr/ports/Mk/Uses/gnome.mk to correct the gconftool-2
--makefile-unistall-rule that must execute BEFORE the port is uninstalled

when using gnome, or mate (http://mate-desktop.org) the ports uses gnome
schemas but the framework on DEINSTALL phase tries to remove the schema from
the gconf AFTER the port is deinstalled, but the schema is not there any more
(was removed by the port because it is in the plist).

A fix of @postunexec to preunexec in the /usr/ports/Mk/Uses/gnome.mk resolves
the issue

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list