diff options
author | agc <agc@pkgsrc.org> | 1999-11-18 11:00:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-18 11:00:41 +0000 |
commit | 2d4ca4e0682ac8e7354f9c1faa583687d514358e (patch) | |
tree | 83f5f312ef3c0240f886f8cc9c7527c59e41c5ae /lang/cint/patches | |
parent | 71ddb9350505b7ebb578bd6aa64ee1ecaa2e6168 (diff) | |
download | pkgsrc-2d4ca4e0682ac8e7354f9c1faa583687d514358e.tar.gz |
Package this up a bit better for Solaris.
Delete unwanted patch-file checksums from patchsum file.
Re-generate distfile checksum, which seemed to be bad.
Add a missing quotation mark to the end of an echo command in the setup script
Diffstat (limited to 'lang/cint/patches')
-rw-r--r-- | lang/cint/patches/patch-ab | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/lang/cint/patches/patch-ab b/lang/cint/patches/patch-ab index 81a01cda862..ff70b2cb7e8 100644 --- a/lang/cint/patches/patch-ab +++ b/lang/cint/patches/patch-ab @@ -1,7 +1,17 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/11/17 14:48:18 drochner Exp $ ---- setup.orig Fri Oct 22 16:34:52 1999 -+++ setup Sat Nov 6 18:43:29 1999 -@@ -208,13 +208,13 @@ +$NetBSD: patch-ab,v 1.2 1999/11/18 11:00:42 agc Exp $ + +--- setup.orig Tue Nov 2 23:42:05 1999 ++++ setup Thu Nov 18 10:36:43 1999 +@@ -26,7 +26,7 @@ + echo '#######################################################################' + echo '# setup' + echo '# C/C++ interpreter installation' +-echo '# Author : Masaharu Goto ++echo '# Author : Masaharu Goto' + echo '# Copyright(c) : 1995~1999 Masaharu Goto (MXJ02154@niftyserve.or.jp)' + echo '# revision : 5.14.22' + echo '#######################################################################' +@@ -206,13 +206,13 @@ ################################################################# # setup GNU readline library .inputrc file ################################################################# |