[Bug 234704] x11-toolkits/p5-Tk: Do not set CONFIGURE_ARGS twice
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 7 19:23:47 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234704
Bug ID: 234704
Summary: x11-toolkits/p5-Tk: Do not set CONFIGURE_ARGS twice
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: pi at FreeBSD.org
Reporter: tobik at freebsd.org
CC: pi at FreeBSD.org
Flags: maintainer-feedback?(pi at FreeBSD.org)
Assignee: pi at FreeBSD.org
Attachment #200882 maintainer-approval?(pi at FreeBSD.org)
Flags:
CC: pi at FreeBSD.org
Created attachment 200882
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200882&action=edit
x11-toolkits__p5-Tk.diff
The port currently sets CONFIGURE_ARGS twice like this
CONFIGURE_ARGS= X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib
[...]
.if ${PORT_OPTIONS:MXFT}
CONFIGURE_ARGS= XFT=1
USE_XORG+= xft
.else
CONFIGURE_ARGS= XFT=0
.endif
Since the second CONFIGURE_ARGS= overwrites the first, X11INC and
X11LIB are not in CONFIGURE_ARGS. The port builds fine anyway, so
I think the first line should be removed for clarity's sake.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list