From owner-freebsd-ports Mon Oct 16 19:23: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 6155D37B4C5 for ; Mon, 16 Oct 2000 19:23:03 -0700 (PDT) Received: by mail.XtremeDev.com (Postfix, from userid 1008) id 679E95BAD; Mon, 16 Oct 2000 20:23:02 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 3BB551C9D6 for ; Mon, 16 Oct 2000 20:23:02 -0600 (MDT) Date: Mon, 16 Oct 2000 20:23:02 -0600 (MDT) From: FreeBSD To: ports@freebsd.org Subject: Recent port changes and distclean target Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since the recent ports revamp, I haven't been able to get the distclean target to do what it used to do. That is, distclean doesn't remove the downloaded source tar.gz balls, even though it removes the temporary work dir without problems. For example: ~# cd /usr/ports/archivers/unzip (or any port dir for that matter) unzip# make fetch >> unzip541.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.freesoftware.com/pub/infozip/src/. Receiving unzip541.tar.gz (1040190 bytes): 100% 1040190 bytes transferred in 27.7 seconds (36.66 kBps) unzip# ls -l /usr/ports/distfiles/ -rw-r--r-- 1 root wheel 1040190 Apr 16 2000 unzip541.tar.gz unzip# make distclean ===> Cleaning for unzip-5.41 ===> Deleting distfiles for unzip-5.41 unzip# ls -l /usr/ports/distfiles/ -rw-r--r-- 1 root wheel 1040190 Apr 16 2000 unzip541.tar.gz unzip# This happens on any ports in the ports tree. I don't know much about Makefile syntax, so I can't submit any patches. I am uncertain as to what to do now. (ps. Please cc to my email, I'm not subscribed to the ports mailing list yet due to it's high volume) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message