Date: Mon, 16 Oct 2000 20:23:02 -0600 (MDT) From: FreeBSD <freebsd@XtremeDev.com> To: ports@freebsd.org Subject: Recent port changes and distclean target Message-ID: <Pine.BSF.4.21.0010162016120.88328-100000@Amber.XtremeDev.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010162016120.88328-100000>