Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 06:08:42 +0100
From:      "Miguel Mendez" <mmendez@energyhq.be>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93911: [Maintainer Update] fix pkg-plist for emulators/sim
Message-ID:  <1141016922.61563@scienide.energyhq.be>
Resent-Message-ID: <200602271950.k1RJo4f1091721@freefall.freebsd.org>

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

>Number:         93911
>Category:       ports
>Synopsis:       [Maintainer Update] fix pkg-plist for emulators/sim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 19:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
The 32bit world is not enough. 
>Environment:


System: FreeBSD 6.0-STABLE #0: Sat Jan 28 16:36:11 CET 2006
    root@scienide.energyhq.be:/usr/src/sys/amd64/compile/SCIENIDE64



>Description:


As notified by Kris the pkg-plist is wrong due to a typo in the Makefile.
The included patch fixes this.


>How-To-Repeat:





>Fix:


--- sim.diff begins here ---
diff -ruN sim.old/Makefile sim/Makefile
--- sim.old/Makefile	Sun Feb 12 23:17:23 2006
+++ sim/Makefile	Sun Feb 26 19:22:48 2006
@@ -11,10 +11,10 @@
 MASTER_SITES=	http://simh.trailing-edge.com/sources/
 DISTNAME=	${PORTNAME}hv35-2
 
-MAINTAINER=	mmendez@gmail.com
+MAINTAINER=	mmendez@energyhq.be
 COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
 
-BROKEN=		Incorrect pkg-plist (does not compile completely?)
+#BROKEN=		Incorrect pkg-plist (does not compile completely?)
 
 USE_ZIP=	yes
 EXTRACT_BEFORE_ARGS=	-qoa
@@ -55,8 +55,8 @@
 	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
 .endfor
 
-	@${MKDIR} ${PREFIX}/${DATADIR}
-	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${PREFIX}/${DATADIR}
+	@${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
 
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
--- sim.diff ends here ---



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



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