Bug 200140 - audio/mp3c FIXes Unfetchable
Summary: audio/mp3c FIXes Unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 03:56 UTC by Chris Hutchinson
Modified: 2015-06-17 16:13 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (joris)


Attachments
svn diff to fix audio/mp3c (1.36 KB, patch)
2015-05-12 03:56 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2015-05-12 03:56:05 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-17 16:12:25 UTC
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
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2015-06-17 16:13:15 UTC
Committed with a few improvements, thanks!