Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 00:02:40 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25021: [PATCH] emulators/spim has unfetchable distfile
Message-ID:  <Pine.BSF.4.21.0102120000400.28143-100000@sobek.openirc.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         25021
>Category:       ports
>Synopsis:       [PATCH] emulators/spim has unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 11 16:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Port emulators/spim has unfetchable distfile. Patch updates port to
version 6.3. Patch from previous port merged, patch-0[1,2] need to go.

This may also need an entry in ports/LEGAL:

"    You may not sell SPIM or distributed SPIM in conjunction with a
     commercial product or service without the expressed written consent
     of James Larus. "

(from README).

>How-To-Repeat:
Try to build :)
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/spim/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	2000/11/13 12:26:50	1.16
+++ Makefile	2001/02/11 23:54:03
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	spim
-PORTVERSION=	6.2
+PORTVERSION=	6.3
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.cs.wisc.edu/pub/spim/
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -15,7 +15,7 @@
 MAINTAINER=	obrien@FreeBSD.org
 
 PREFIX?=	${LOCALBASE}
-NO_WRKSUBDIR=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 USE_IMAKE=	yes
Index: distinfo
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/spim/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2000/11/13 12:26:50	1.3
+++ distinfo	2001/02/11 23:48:48
@@ -1 +1 @@
-MD5 (spim6.2.tar.gz) = fccec0eaf1e2c2ed76375180e2b39491
+MD5 (spim6.3.tar.gz) = 04b1909f3ff647f1f04437f297c9ad84
Index: files/patch-01
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/spim/files/patch-01,v
retrieving revision 1.3
diff -u -r1.3 patch-01
--- files/patch-01	2000/11/13 12:26:50	1.3
+++ files/patch-01	2001/02/11 23:52:22
@@ -1,7 +1,6 @@
-diff -ru Imakefile.orig Imakefile
---- Imakefile.orig	Fri Sep 20 22:44:50 1996
-+++ Imakefile	Mon Feb  3 11:26:40 1997
-@@ -57,13 +57,13 @@
+--- Imakefile.orig	Sun Jan 14 20:55:15 2001
++++ Imakefile	Sun Feb 11 23:49:11 2001
+@@ -44,13 +44,13 @@
  #
  
  # Full path for directory that will hold the trap handler file:
@@ -18,12 +17,10 @@
  
  
  # If you have flex, use it instead of lex.  If you use flex, define this
-@@ -291,7 +291,7 @@
+@@ -255,7 +255,7 @@
  	mv -f lex.yy.c.xx lex.yy.c
  
  depend::
 -	makedepend -w10 *.c
 +	makedepend -w10 -I$(X11BASE)/include *.c
  
- #
- # DO NOT DELETE THIS LINE -- make depend depends on it.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102120000400.28143-100000>