From owner-freebsd-ports Thu Feb 15 3: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1B4737B491 for ; Thu, 15 Feb 2001 03:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FB03j92755; Thu, 15 Feb 2001 03:00:03 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 03:00:03 -0800 (PST) Message-Id: <200102151100.f1FB03j92755@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: George Reid Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Reply-To: George Reid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24022; it has been noted by GNATS. From: George Reid To: "James E. Housley" Cc: freebsd-ports@FreeBSD.ORG, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Date: Thu, 15 Feb 2001 11:07:14 +0000 (GMT) The following diff against the original shar in ports/24022 fixes the distfile problem and updates the port to 0.6.2. --- as80.shar.orig Thu Feb 15 10:49:31 2001 +++ as80.shar Thu Feb 15 11:01:38 2001 @@ -27,7 +27,7 @@ X# X XPORTNAME= as80 -XPORTVERSION= 0.6 +XPORTVERSION= 0.6.2 XCATEGORIES= devel XMASTER_SITES= http://home.t-online.de/home/thomas.strathmann/files/ X @@ -35,54 +35,54 @@ X XWRKSRC= ${WRKDIR}/${PORTNAME} X -XALL_TARGET= ${PORTNAME} -X Xdo-install: -X ${INSTALL_SCRIPT} ${WRKSRC}/asm ${PREFIX}/bin -X ${INSTALL_PROGRAM} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_SCRIPT} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_PROGRAM} ${WRKSRC}/asm80 ${PREFIX}/bin +X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/Manual.txt ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/as80 +X.endif X X.include END-of-as80/Makefile echo x - as80/distinfo sed 's/^X//' >as80/distinfo << 'END-of-as80/distinfo' -XMD5 (as80-0.6.tar.gz) = 1ac442b4d12bfc01b0b0a2b95605bcaa +XMD5 (as80-0.6.2.tar.gz) = cc871391e460758806fd368948fa3158 END-of-as80/distinfo echo c - as80/files mkdir -p as80/files > /dev/null 2>&1 echo x - as80/files/patch-aa sed 's/^X//' >as80/files/patch-aa << 'END-of-as80/files/patch-aa' -X--- Makefile.orig Wed Jan 10 16:06:20 2001 -X+++ Makefile Wed Jan 10 22:22:22 2001 +X--- Makefile.orig Thu Feb 15 10:54:44 2001 +X+++ Makefile Thu Feb 15 10:55:00 2001 X@@ -1,6 +1,5 @@ -X-CC=gcc -X-CFLAGS=-O3 -fomit-frame-pointer -Wall -pedantic -ansi -X-PREFIX=/usr/local -X+CC?=gcc -X+CFLAGS=-fomit-frame-pointer -Wall +X-CC = gcc +X-CFLAGS = -Wall -pedantic -ansi -O3 -fomit-frame-pointer +X-PREFIX = /usr/local +X+CC? = gcc +X+CFLAGS += -Wall -pedantic -ansi X -X all: as80 doc +X all: asm80 Manual.txt X END-of-as80/files/patch-aa echo x - as80/files/patch-ab sed 's/^X//' >as80/files/patch-ab << 'END-of-as80/files/patch-ab' -X--- as80.c.orig Wed Jan 10 22:23:09 2001 -X+++ as80.c Wed Jan 10 22:22:53 2001 +X--- asm80.c.orig Sun Jan 14 14:08:12 2001 +X+++ asm80.c Thu Feb 15 10:55:50 2001 X@@ -23,7 +23,6 @@ X #include X #include X #include X-#include -X #include "as80.h" +X #include "asm80.h" X X END-of-as80/files/patch-ab echo x - as80/pkg-plist sed 's/^X//' >as80/pkg-plist << 'END-of-as80/pkg-plist' Xbin/as80 -Xbin/asm +Xbin/asm80 Xshare/doc/as80/Manual.txt Xshare/doc/as80/README X@dirrm share/doc/as80 "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message