[Bug 253621] Arch-specific OPTIONS not handled by OPTIONS_SUB
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 18 14:26:12 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253621
Bug ID: 253621
Summary: Arch-specific OPTIONS not handled by OPTIONS_SUB
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: mi at FreeBSD.org
CC: ports-bugs at FreeBSD.org
The latest lang/siod port has an i386-only option: SQL_ORACLE. It also sets
OPTIONS_SUB to have all of the options added to PLIST_SUB, as documented.
Unfortunately, the SQL_ORACLE="@comment " is NOT added to PLIST_SUB on non-i386
platforms -- and the port has to do it itself as a work-around.
The work-around should not be necessary...
To reproduce the problem, comment out the PLIST_SUB-amending line in the port's
makefile and try "make clean check-plist" on any architecture except i386.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list