Bug 234738 - net/quagga: Do not set CONFIGURE_ARGS twice
Summary: net/quagga: Do not set CONFIGURE_ARGS twice
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 11:20 UTC by Tobias Kortkamp
Modified: 2019-01-08 12:47 UTC (History)
0 users

See Also:
pi: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-08 11:20:54 UTC
The port sets

CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga
[...]
CONFIGURE_ARGS= --enable-user=${ENABLE_USER} \
[...]

so --enable-exampledir is never passed to the build.

Is this a problem or can the first CONFIGURE_ARGS be removed?
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2019-01-08 12:47:05 UTC
Thanks for the pointer, this was really messed up, I hope the next change fixes it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-08 12:47:30 UTC
A commit references this bug:

Author: pi
Date: Tue Jan  8 12:47:05 UTC 2019
New revision: 489676
URL: https://svnweb.freebsd.org/changeset/ports/489676

Log:
  net/quagga: fix EXAMPLES option

  PR:		234738
  Submitted by:	tobik

Changes:
  head/net/quagga/Makefile
  head/net/quagga/pkg-plist