Date: Thu, 18 Feb 2021 14:26:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253621] Arch-specific OPTIONS not handled by OPTIONS_SUB Message-ID: <bug-253621-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253621 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@FreeBSD.org Reporter: mi@FreeBSD.org CC: ports-bugs@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=3D"@comment " is NOT added to PLIST_SUB on no= n-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 po= rt's makefile and try "make clean check-plist" on any architecture except i386. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253621-7788>