Date: Thu, 25 Mar 2004 22:11:29 -0500 From: Michael Johnson <ahze@ahze.net> To: ports@FreeBSD.org Subject: can't extract zip Message-ID: <46DAE276-7ED3-11D8-AF21-000A958C81C6@ahze.net>
next in thread | raw e-mail | index | archive | help
Hi, why will this not extract correctly ? (this is just the beginning of nant) I get the following error and I can't figure out what the heck I'm doing wrong. $ make extract < --- SNIP --- > ===> Extracting for nant-0.84 >> Checksum OK for nant-0.84.zip. ===> nant-0.84 depends on executable: unzip - found warning: /usr/ports/distfiles//nant-0.84.zip appears to use backslashes as path separators *** Error code 1 # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nant/ # nant/pkg-descr # nant/Makefile # nant/distinfo # echo c - nant/ mkdir -p nant/ > /dev/null 2>&1 echo x - nant/pkg-descr sed 's/^X//' >nant/pkg-descr << 'END-of-nant/pkg-descr' X[description of the port] X XAuthor: Author's name and e-mail address XWWW: http://port.home.page/ END-of-nant/pkg-descr echo x - nant/Makefile sed 's/^X//' >nant/Makefile << 'END-of-nant/Makefile' X# New ports collection makefile for: nant X# Date created: 2004-03-24 X# Whom: michael johnson <ahze@ahze.net> X# X# $FreeBSD$ X# X XPORTNAME= nant XPORTVERSION= 0.84 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= nant-${PORTVERSION} X XMAINTAINER= ahze@ahze.net XCOMMENT= CHANGE ME X XNO_WRKSUBDIR= yes X XNO_BUILD= yes XUSE_ZIP= yes X X.include <bsd.port.mk> END-of-nant/Makefile echo x - nant/distinfo sed 's/^X//' >nant/distinfo << 'END-of-nant/distinfo' XMD5 (nant-0.84.zip) = 918c29f52679bc7d7fc03fce7be97798 XSIZE (nant-0.84.zip) = 3378840 END-of-nant/distinfo exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46DAE276-7ED3-11D8-AF21-000A958C81C6>