Summary: | Added AUTORECONF definition in Uses/autoreconf.mk | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||
Component: | Ports Framework | Assignee: | Tijl Coosemans <tijl> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | portmgr | ||||||
Priority: | --- | Keywords: | needs-qa, patch | ||||||
Version: | Latest | Flags: | koobs:
merge-quarterly?
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 163136 [details]
patch2
- Move the defintion of AUTORECONF and use ?= instead of ".if defined"
- Use AUTORECONF throughout the ports tree
Comment on attachment 163136 [details] patch2 Maybe you can change the MAINTAINER line in the file (it is still autotools@FreeBSD.org) 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 |
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.