summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-11-18 11:00:41 +0000
committeragc <agc@pkgsrc.org>1999-11-18 11:00:41 +0000
commit2d4ca4e0682ac8e7354f9c1faa583687d514358e (patch)
tree83f5f312ef3c0240f886f8cc9c7527c59e41c5ae /lang/cint
parent71ddb9350505b7ebb578bd6aa64ee1ecaa2e6168 (diff)
downloadpkgsrc-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')
-rw-r--r--lang/cint/Makefile10
-rw-r--r--lang/cint/files/md55
-rw-r--r--lang/cint/files/patch-sum6
-rw-r--r--lang/cint/patches/patch-ab18
4 files changed, 27 insertions, 12 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 77785af2bf2..51e125bf63b 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 14:48:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 1999/11/18 11:00:41 agc Exp $
DISTNAME= cint5.14
PKGNAME= cint-5.14
@@ -10,7 +10,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://root.cern.ch/root/Cint.html
do-build:
- cd $(WRKDIR); sh ./setup platform/netbsd
+ @cd $(WRKDIR); \
+ case ${OPSYS} in \
+ NetBSD) \
+ ${SH} ./setup platform/netbsd ;; \
+ SunOS) \
+ ${SH} ./setup platform/solaris_gcc ;; \
+ esac
do-install:
$(MKDIR) $(PREFIX)/cint
diff --git a/lang/cint/files/md5 b/lang/cint/files/md5
index a2fe9ce12b5..61b3838b692 100644
--- a/lang/cint/files/md5
+++ b/lang/cint/files/md5
@@ -1,2 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/11/17 14:48:18 drochner Exp $
-MD5 (cint5.14.tar.gz) = 49d4325043efa6e00612adcdb53e218c
+$NetBSD: md5,v 1.2 1999/11/18 11:00:42 agc Exp $
+
+MD5 (cint5.14.tar.gz) = 510a66927667c813d78e885408969aef
diff --git a/lang/cint/files/patch-sum b/lang/cint/files/patch-sum
index 955070fee67..d3672078325 100644
--- a/lang/cint/files/patch-sum
+++ b/lang/cint/files/patch-sum
@@ -1,6 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/11/17 14:48:18 drochner Exp $
+$NetBSD: patch-sum,v 1.2 1999/11/18 11:00:42 agc Exp $
MD5 (patch-aa) = 5a11421be4157b21f6c3aea01d332187
-MD5 (patch-aa~) = 5a11421be4157b21f6c3aea01d332187
-MD5 (patch-ab) = 5cea73bae45bccd80f30340ec2dbbffc
-MD5 (patch-ab~) = 5cea73bae45bccd80f30340ec2dbbffc
+MD5 (patch-ab) = 5afc4d045c93271db82f24dbd7f3a6b6
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
#################################################################