Bug 193950 - [PATCH] math/maxima: remove run-time dependency on bash
Summary: [PATCH] math/maxima: remove run-time dependency on bash
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: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-26 14:42 UTC by Jan Kokemüller
Modified: 2015-03-08 10:15 UTC (History)
1 user (show)

See Also:
jan.kokemueller: maintainer-feedback? (bf)


Attachments
Patch that removes run-time dependency on bash (752 bytes, patch)
2014-09-26 14:43 UTC, Jan Kokemüller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kokemüller 2014-09-26 14:42:30 UTC
The attached patch removes the run-time dependency on bash. maxima/rmaxima/xmaxima seem to work fine with just /bin/sh (unless I'm missing something).
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-09-26 14:42:30 UTC
Auto-assigned to maintainer bf@FreeBSD.org
Comment 2 Jan Kokemüller 2014-09-26 14:43:11 UTC
Created attachment 147694 [details]
Patch that removes run-time dependency on bash
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-08 10:14:17 UTC
A commit references this bug:

Author: robak
Date: Sun Mar  8 10:13:59 UTC 2015
New revision: 380756
URL: https://svnweb.freebsd.org/changeset/ports/380756

Log:
  math/maxima: remove bash dependency

  - Maintainer's timeout (bf@FreeBSD.org)

  PR:		193950
  Submitted by:	Jan Kokem?ller <jan.kokemueller@gmail.com>

Changes:
  head/math/maxima/Makefile
Comment 4 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-08 10:15:24 UTC
Committed, thanks for your work!