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-Tools-findlogics | |
| 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-Tools-findlogics')
| -rw-r--r-- | math/isabelle/files/patch-lib-Tools-findlogics | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/isabelle/files/patch-lib-Tools-findlogics b/math/isabelle/files/patch-lib-Tools-findlogics deleted file mode 100644 index e992cb876e60..000000000000 --- a/math/isabelle/files/patch-lib-Tools-findlogics +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/Tools/findlogics.orig Sat Jan 12 16:57:07 2008 -+++ lib/Tools/findlogics Sat Jan 12 17:00:42 2008 -@@ -1,4 +1,4 @@ --#!/usr/bin/env bash -+#!/bin/sh - # - # $Id: findlogics,v 1.9 2005/10/08 18:15:31 wenzelm Exp $ - # Author: Markus Wenzel, TU Muenchen -@@ -8,7 +8,7 @@ - - PRG=$(basename "$0") - --function usage() -+usage() - { - echo - echo "Usage: $PRG" |
