Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 03:00:03 -0800 (PST)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for  UN*X systems
Message-ID:  <200102151100.f1FB03j92755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24022; it has been noted by GNATS.

From: George Reid <greid@ukug.uk.freebsd.org>
To: "James E. Housley" <jeh@FreeBSD.ORG>
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 <bsd.port.mk>
  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 <stdio.h>
  X #include <string.h>
  X #include <stdlib.h>
  X-#include <malloc.h>
 -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




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