Bug 164580

Summary: Fix multimedia/mplayer builds on 8.2-RELEASE-pX and earlier
Product: Ports & Packages Reporter: Thomas Zander <thomas.e.zander>
Component: Individual Port(s)Assignee: Michael Scheidell <scheidell>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
m.diff.txt none

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!