diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 04:33:04 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 04:33:04 +0000 |
| commit | 0002baf18813f5041ee75b5ec58dbe402be8aadc (patch) | |
| tree | 8ef73fea6ccf16a0585301ef5f8f299d4b08b1cc /math/isabelle/files/patch-lib-scripts-feeder | |
| parent | Forgotten in previous commit. (diff) | |
[MAINTAINER] math/isabelle: update from 2007 to 2008
Updates the port to the latest Isabelle release. It does
not seem worth the effort to continually patch the bash
script files to make them work under sh, hence the large
number of removed files.
PR: ports/126067
Submitted by: Timothy Bourke <timbob@bigpond.com>
Notes
Notes:
svn path=/head/; revision=218598
Diffstat (limited to 'math/isabelle/files/patch-lib-scripts-feeder')
| -rw-r--r-- | math/isabelle/files/patch-lib-scripts-feeder | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/math/isabelle/files/patch-lib-scripts-feeder b/math/isabelle/files/patch-lib-scripts-feeder deleted file mode 100644 index 2c0963651e3a..000000000000 --- a/math/isabelle/files/patch-lib-scripts-feeder +++ /dev/null @@ -1,26 +0,0 @@ ---- ./lib/scripts/feeder.orig Sun Sep 2 15:12:50 2007 -+++ ./lib/scripts/feeder Sun Sep 2 15:54:12 2007 -@@ -1,4 +1,4 @@ --#!/usr/bin/env bash -+#!/bin/sh - # - # $Id: feeder,v 1.10 2005/04/26 17:50:58 wenzelm Exp $ - # Author: Markus Wenzel, TU Muenchen -@@ -11,7 +11,7 @@ - PRG="$(basename "$0")" - DIR="$(dirname "$0")" - --function usage() -+usage() - { - echo - echo "Usage: $PRG [OPTIONS]" -@@ -27,7 +27,7 @@ - exit 1 - } - --function fail() -+fail() - { - echo "$1" >&2 - exit 2 |
