Created attachment 156675 [details] svn diff to fix audio/mp3c This port is marked Unfetchable, but a small tweak to Makefile fixes this issue, and makes this port usable again. CHANGES Makefile - moves (missing) cdrip.sh to ${FILESDIR} That's pretty much it. :) Here's a short session, just for fun: # make -DBATCH fetch ===> mp3c-0.31_1 depends on file: /usr/local/sbin/pkg - found => mp3c-0.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://ftp.wspse.de/linux/wspse/mp3c-0.31.tar.gz mp3c-0.31.tar.gz 100% of 484 kB 279 kBps 00m02s ===> Fetching all distfiles required by mp3c-0.31_1 for building # make -DBATCH extract ===> mp3c-0.31_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mp3c-0.31_1 for building ===> Extracting for mp3c-0.31_1 => SHA256 Checksum OK for mp3c-0.31.tar.gz. Anyway. The file this port croaked on, was; cdrip.sh Now that it's part of the port, it's no longer going to be an issue. :) Thanks! P.S. Feel free to ad me as maintainer, if need be. --Chris
A commit references this bug: Author: jhale Date: Wed Jun 17 16:11:48 UTC 2015 New revision: 389939 URL: https://svnweb.freebsd.org/changeset/ports/389939 Log: - Unbreak by moving small unfetchable script to ${FILESDIR} While here: - Add LICENSE - Convert to options helpers - Fix location of default CDROM device on FreeBSD>=10 PR: 200140 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: maintainer timeout Changes: head/audio/mp3c/Makefile head/audio/mp3c/distinfo head/audio/mp3c/files/ head/audio/mp3c/files/cdrip.sh
Committed with a few improvements, thanks!