git: e8850691923c - main - x11-toolkits/gtk20: unbreak after e497a16a2869

Jan Beich jbeich at FreeBSD.org
Thu Jul 22 20:05:52 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8850691923cbf17ab8d960b114f2e97573d3535

commit e8850691923cbf17ab8d960b114f2e97573d3535
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-07-22 18:38:22 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-07-22 20:01:57 +0000

    x11-toolkits/gtk20: unbreak after e497a16a2869
    
    ===>  Building package for gtk2-2.24.33
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    *** Error code 1
---
 x11-toolkits/gtk20/pkg-plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index a8b2a2d91e7d..2acfa4551fcb 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -567,8 +567,8 @@ share/themes/Default/gtk-2.0-key/gtkrc
 share/themes/Emacs/gtk-2.0-key/gtkrc
 share/themes/Raleigh/gtk-2.0/gtkrc
 @postexec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true
- at unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
- at unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache
+ at postunexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
+ at postunexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache
 @postexec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
 @dir lib/gtk-2.0/modules
 @dir lib/gtk-2.0/%%GTK2_VERSION%%/printbackends


More information about the dev-commits-ports-all mailing list