Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 20:05:52 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8850691923c - main - x11-toolkits/gtk20: unbreak after e497a16a2869
Message-ID:  <202107222005.16MK5q5H019969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit e8850691923cbf17ab8d960b114f2e97573d3535
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-07-22 18:38:22 +0000
Commit:     Jan Beich <jbeich@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
-@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
-@unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache
+@postunexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107222005.16MK5q5H019969>