Bug 50176

Summary: Missing dependency in `devel/autoconf' (and, maybe in other new `devel/auto*' ports)
Product: Ports & Packages Reporter: lev <lev>
Component: Individual Port(s)Assignee: Alan Eldridge <alane>
Status: Closed FIXED    
Severity: Affects Only Me CC: alane
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description lev 2003-03-21 20:40:03 UTC
  `devel/autoconf' (version 2.53) installs `autoconf' script, which is `bash', not `sh' script:

freebsd# head /usr/local/bin/autoconf
#! /usr/local/bin/bash
# -*- shell-script -*-
# autoconf -- create `configure' using m4 macros
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
# Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
freebsd#

  But here is not any dependency to `shell/bash' in `devel/autoconf':

freebsd# cd /usr/ports/devel/autoconf && grep -i bash *
freebsd#

  I think, that same problem presents in `devel/autoconf254' and `devel/autoconf257'
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-03-23 23:28:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alane

Over to maintainer
Comment 2 Alan Eldridge freebsd_committer freebsd_triage 2003-04-01 06:13:15 UTC
State Changed
From-To: open->closed

Not a dependency. Depends on sys config.