Bug 164580 - Fix multimedia/mplayer builds on 8.2-RELEASE-pX and earlier
Summary: Fix multimedia/mplayer builds on 8.2-RELEASE-pX and earlier
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 17:40 UTC by Thomas Zander
Modified: 2012-02-02 08:52 UTC (History)
0 users

See Also:


Attachments
file.diff (2.10 KB, patch)
2012-01-28 17:40 UTC, Thomas Zander
no flags Details | Diff
m.diff.txt (2.19 KB, text/plain; charset=US-ASCII)
2012-01-31 19:12 UTC, Thomas Zander
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zander 2012-01-28 17:40:07 UTC
Update to the mplayer + mencoder ports to address the following issues:
- Does not build if no log2 and log2f is present on the system (before OSVERSION 802502, that is): Introduced a new EXTRA_PATCHES in files/extra-patch-base_system_log2f to address the issue.
- Remove unixfreunde.de from MASTER_SITES, since it is not used anymore.

@Committer: I do have a MASTER_SITES problem here since rrr.de is not intended to serve these GET requests from around the whole world. Does the FreeBSD project have space for these distfiles and a proper way of allowing me to put them there now and in future?

Fix: Patch is attached.

Patch attached with submission follows:
Comment 1 Thomas Zander 2012-01-31 19:12:27 UTC
Functionally identical version of the patch, but I can host the
distfiles now on google code.
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-02-01 04:11:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-02 08:42:14 UTC
scheidell    2012-02-02 08:42:05 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mplayer   Makefile.options Makefile.shared 
  Added files:
    multimedia/mplayer/files extra-patch-base_system_log2f 
  Log:
  - Fix build if OSVERSION < 802502
  - Update MASTER_SITES
  
  PR:             ports/164580
  Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com> maintainer
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.25      +5 -1      ports/multimedia/mplayer/Makefile.options
  1.15      +4 -2      ports/multimedia/mplayer/Makefile.shared
  1.1       +22 -0     ports/multimedia/mplayer/files/extra-patch-base_system_log2f (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-02-02 08:52:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!