Bug 204534

Summary: Added AUTORECONF definition in Uses/autoreconf.mk
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Ports FrameworkAssignee: Tijl Coosemans <tijl>
Status: Closed FIXED    
Severity: Affects Only Me CC: portmgr
Priority: --- Keywords: needs-qa, patch
Version: LatestFlags: koobs: merge-quarterly?
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
patch2 antoine: maintainer-approval+

Description Yuri Victorovich freebsd_committer freebsd_triage 2015-11-13 22:14:25 UTC
Created attachment 163104 [details]
patch

When the port has USES=autoreconf, port can expect that autoreconf executable is aliased to AUTORECONF. ports-mgmt/portlint also complains about the unaliased use of autoreconf.
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2015-11-15 14:30:58 UTC
Created attachment 163136 [details]
patch2

- Move the defintion of AUTORECONF and use ?= instead of ".if defined"
- Use AUTORECONF throughout the ports tree
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2015-11-15 14:37:57 UTC
Comment on attachment 163136 [details]
patch2

Maybe you can change the MAINTAINER line in the file  (it is still autotools@FreeBSD.org)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-11-15 15:35:02 UTC
A commit references this bug:

Author: tijl
Date: Sun Nov 15 15:34:52 UTC 2015
New revision: 401710
URL: https://svnweb.freebsd.org/changeset/ports/401710

Log:
  Let USES=autoreconf define AUTORECONF and use it throughout the tree.

  PR:		204534
  Approved by:	portmgr (antoine)

Changes:
  head/Mk/Uses/autoreconf.mk
  head/devel/ptlib/Makefile
  head/games/qqwing/Makefile
  head/net/tigervnc/Makefile
  head/print/fontforge/Makefile