Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 1999 19:26:05 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10454: Update: emulators/spim
Message-ID:  <199903070326.TAA98647@patrol.area51.fremont.ca.us>

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

>Number:         10454
>Category:       ports
>Synopsis:       Update: emulators/spim
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar  6 19:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Updated version of this port.  No files added or removed.

Not really sure why it installs as cl-spim/cl-xspim and spim/xspim, 
but the old version of this port did, so I left it that way.

>How-To-Repeat:

	

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/spim/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	1997/10/10 06:53:35	1.5
+++ Makefile	1999/03/07 03:08:49
@@ -7,10 +7,10 @@
 # $Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp $
 #
 
-DISTNAME=	spim5.9
-PKGNAME=	spim-5.9
+DISTNAME=	spim6.2
+PKGNAME=	spim-6.2
 CATEGORIES=	emulators
-MASTER_SITES=	ftp://ftp.cs.wisc.edu/pub/spim/Old_Versions/
+MASTER_SITES=	ftp://ftp.cs.wisc.edu/pub/spim/
 
 MAINTAINER=	obrien@FreeBSD.org
 
@@ -20,24 +20,25 @@
 CONFIGURE_SCRIPT=	Configure
 USE_IMAKE=	yes
 XMKMF=		xmkmf
-ALL_TARGET=	y.tab.c depend cl-spim cl-xspim
+ALL_TARGET=	spim xspim
 
 
-pre-configure:
-	@${RM} -f ${WRKSRC}/y.tab.*
-	
+post-build:
+	${MV} ${WRKDIR}/spim ${WRKDIR}/cl-spim
+	${MV} ${WRKDIR}/xspim ${WRKDIR}/cl-xspim
+
 pre-install:
-	@${MKDIR} ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim
+	@${MKDIR} ${PREFIX}/share/spim
 
 post-install:
 	[ -e ${PREFIX}/bin/cl-spim ] &&  \
-		/bin/ln -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim
+		${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim
 	[ -e ${PREFIX}/bin/cl-xspim ] &&  \
-		/bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim
+		${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim
+
 .if !defined(NOPORTDOCS)
-	@${ECHO} "Installing spim/xspim documentation"
-	@${MKDIR} ${PREFIX}/share/doc/spim  \
-		&& chmod a+rx ${PREFIX}/share/doc/spim
+	@${ECHO_MSG} "Installing spim/xspim documentation"
+	@${MKDIR} ${PREFIX}/share/doc/spim
 	${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps  \
 		${PREFIX}/share/doc/spim
 	${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps  \
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/spim/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1997/02/15 22:35:25	1.2
+++ md5	1999/03/07 01:41:29
@@ -1 +1 @@
-MD5 (spim5.9.tar.gz) = 4e706ff0a93ef64cabab4b5fc79059c3
+MD5 (spim6.2.tar.gz) = fccec0eaf1e2c2ed76375180e2b39491
Index: pkg/PLIST
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/spim/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1996/10/30 01:58:56	1.1.1.1
+++ PLIST	1999/03/07 03:01:57
@@ -7,3 +7,5 @@
 share/spim/trap.handler
 share/doc/spim/spim.ps.gz
 share/doc/spim/cycle.ps.gz
+@dirrm share/doc/spim
+@dirrm share/spim


>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?199903070326.TAA98647>