From owner-freebsd-ports Wed Jun 4 00:33:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01821 for ports-outgoing; Wed, 4 Jun 1997 00:33:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01738; Wed, 4 Jun 1997 00:32:36 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA00820; Wed, 4 Jun 1997 00:32:35 -0700 (PDT) Date: Wed, 4 Jun 1997 00:32:35 -0700 (PDT) Message-Id: <199706040732.AAA00820@freefall.freebsd.org> To: pjm@cs.ntu.edu.au, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3363 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port of nana-1.00 for your collection State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Wed Jun 4 00:29:08 PDT 1997 State-Changed-Why: The distfile is no longer available at your site. I got the 1.05 distfile but the installation fails with install -c -s -o bin -g bin -m 555 nana-c++lg /usr/local/bin/nana-c++lg strip: /usr/local/bin/nana-c++lg: Inappropriate file type or format This is a shell script. At this point I'm going to give the port back to you. Please make necessary updates and re-submit (as a reply to this mail not a new send-pr). Here are my changes so far: === diff -ru nana/Makefile nana.new/Makefile --- nana/Makefile Mon Apr 21 03:48:17 1997 +++ nana.new/Makefile Wed Jun 4 00:19:27 1997 @@ -3,10 +3,10 @@ # Date created: 20th April 1997 # Whom: Phil Maker # -# $Id: Makefile,v 1.1.1.1 1997/04/20 19:29:24 pjm Exp $ +# $Id$ # -DISTNAME= nana-1.00 +DISTNAME= nana-1.05 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/ @@ -14,9 +14,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes - -BUILD_DEPENDS = gmake:${PORTSDIR}/devel/gmake \ - gdb:${PORTSDIR}/devel/gdb MAN1 = nana.1 nana-clg.1 MAN3 = nana.3 I.3 DI.3 L.3 DL.3 Q.3 Only in nana.new: Makefile~ diff -ru nana/files/md5 nana.new/files/md5 --- nana/files/md5 Sun Apr 20 21:23:53 1997 +++ nana.new/files/md5 Wed Jun 4 00:22:57 1997 @@ -1 +1 @@ -MD5 (nana-1.00.tar.gz) = 28ca01ab1e7d9c998fd5216d651d4976 +MD5 (nana-1.05.tar.gz) = c7bd7c7dd13f13929ca23a9968ce6c39 diff -ru nana/pkg/DESCR nana.new/pkg/DESCR --- nana/pkg/DESCR Mon Apr 21 03:11:38 1997 +++ nana.new/pkg/DESCR Wed Jun 4 00:16:43 1997 @@ -20,5 +20,3 @@ o Support for before and after state saving and checking (x, x'). Phil Maker - - diff -ru nana/pkg/PLIST nana.new/pkg/PLIST --- nana/pkg/PLIST Mon Apr 21 03:09:14 1997 +++ nana.new/pkg/PLIST Wed Jun 4 00:17:03 1997 @@ -1,30 +1,30 @@ -lib/libnana.a -libexec/nanafilter -libexec/nana-run.gdb -libexec/nana-run-init.gdb -libexec/nana-trace.gdb bin/nana bin/nana-clg bin/nana-run bin/nana-trace -include/nana-config.h -include/nana.h include/DI.h -include/I.h include/DL.h -include/L.h -include/Q.h include/GDB.h +include/I.h +include/L.h include/L_buffer.h +include/Q.h +include/nana-config.h +include/nana.h include/now.h info/nana.info info/nana.info-1 info/nana.info-2 -man/man1/nana-clg.1 -man/man1/nana.1 -man/man3/Q.3 -man/man3/DI.3 -man/man3/nana.3 -man/man3/DL.3 -man/man3/I.3 -man/man3/L.3 +lib/libnana.a +libexec/nana-run-init.gdb +libexec/nana-run.gdb +libexec/nana-trace.gdb +libexec/nanafilter +man/man1/nana-clg.1.gz +man/man1/nana.1.gz +man/man3/DI.3.gz +man/man3/DL.3.gz +man/man3/I.3.gz +man/man3/L.3.gz +man/man3/Q.3.gz +man/man3/nana.3.gz === Please start from here (and test "make package").