Bug 266954

Summary: devel/pear-Horde_Role: replace @unexec by @postunexec
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: horde
Status: New ---    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (horde)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Replace @unexec by @postunexec none

Description Thierry Thomas freebsd_committer freebsd_triage 2022-10-10 19:43:11 UTC
Created attachment 237200 [details]
Replace @unexec by @postunexec

Building php74-pear-horde-Horde_Role-1.0.1 produces an error:

# make install
===>  Installing for php74-pear-horde-Horde_Role-1.0.1
===>  Checking if php74-pear-horde-Horde_Role is already installed
===>   Registering installation for php74-pear-horde-Horde_Role-1.0.1
pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/pear-Horde_Role

The simple attached patch fixes it.