Bug 266954 - devel/pear-Horde_Role: replace @unexec by @postunexec
Summary: devel/pear-Horde_Role: replace @unexec by @postunexec
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: horde
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-10 19:43 UTC by Thierry Thomas
Modified: 2022-10-10 19:43 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (horde)


Attachments
Replace @unexec by @postunexec (567 bytes, patch)
2022-10-10 19:43 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.