View | Details | Raw Unified | Return to bug 25021
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	spim
9
PORTNAME=	spim
10
PORTVERSION=	6.2
10
PORTVERSION=	6.3
11
CATEGORIES=	emulators
11
CATEGORIES=	emulators
12
MASTER_SITES=	ftp://ftp.cs.wisc.edu/pub/spim/
12
MASTER_SITES=	ftp://ftp.cs.wisc.edu/pub/spim/
13
DISTNAME=	${PORTNAME}${PORTVERSION}
13
DISTNAME=	${PORTNAME}${PORTVERSION}
Lines 15-21 Link Here
15
MAINTAINER=	obrien@FreeBSD.org
15
MAINTAINER=	obrien@FreeBSD.org
16
16
17
PREFIX?=	${LOCALBASE}
17
PREFIX?=	${LOCALBASE}
18
NO_WRKSUBDIR=	yes
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
CONFIGURE_SCRIPT=	Configure
20
CONFIGURE_SCRIPT=	Configure
21
USE_IMAKE=	yes
21
USE_IMAKE=	yes
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (spim6.2.tar.gz) = fccec0eaf1e2c2ed76375180e2b39491
1
MD5 (spim6.3.tar.gz) = 04b1909f3ff647f1f04437f297c9ad84
(-)files/patch-01 (-7 / +4 lines)
Lines 1-7 Link Here
1
diff -ru Imakefile.orig Imakefile
1
--- Imakefile.orig	Sun Jan 14 20:55:15 2001
2
--- Imakefile.orig	Fri Sep 20 22:44:50 1996
2
+++ Imakefile	Sun Feb 11 23:49:11 2001
3
+++ Imakefile	Mon Feb  3 11:26:40 1997
3
@@ -44,13 +44,13 @@
4
@@ -57,13 +57,13 @@
5
 #
4
 #
6
 
5
 
7
 # Full path for directory that will hold the trap handler file:
6
 # Full path for directory that will hold the trap handler file:
Lines 18-29 Link Here
18
 
17
 
19
 
18
 
20
 # If you have flex, use it instead of lex.  If you use flex, define this
19
 # If you have flex, use it instead of lex.  If you use flex, define this
21
@@ -291,7 +291,7 @@
20
@@ -255,7 +255,7 @@
22
 	mv -f lex.yy.c.xx lex.yy.c
21
 	mv -f lex.yy.c.xx lex.yy.c
23
 
22
 
24
 depend::
23
 depend::
25
-	makedepend -w10 *.c
24
-	makedepend -w10 *.c
26
+	makedepend -w10 -I$(X11BASE)/include *.c
25
+	makedepend -w10 -I$(X11BASE)/include *.c
27
 
26
 
28
 #
29
 # DO NOT DELETE THIS LINE -- make depend depends on it.

Return to bug 25021