Bug 152890 - multimedia/libvpx port not configured for powerpc
Summary: multimedia/libvpx port not configured for powerpc
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 15:00 UTC by Jason W. Bacon
Modified: 2011-09-19 16:45 UTC (History)
0 users

See Also:


Attachments
file.diff (460 bytes, patch)
2010-12-07 15:00 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2010-12-07 15:00:20 UTC
The libvpx port currently does not support powerpc, although the libvpx configure script has appropriate build options.

Fix: See attached patch.

Patch attached with submission follows:
How-To-Repeat: Build libvpx with default options on a powerpc system.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-12-08 06:16:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-19 16:36:18 UTC
ashish      2011-09-19 15:36:04 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libvpx    Makefile distinfo pkg-plist 
  Added files:
    multimedia/libvpx/files patch-libs.mk 
  Log:
  - Update to 0.9.7-p1[1]
  - Disable installing documentation due to incompatibility with doxygen[2]
  - Enable support for PowerPC architectures[3]
  - Fix port to not assume GCC for ${LD}[4]
  
  PR:             ports/155937[2], ports/152890[3], ports/159193[4]
  Submitted by:   Francisco de Borja Lopez Rio <borja@codigo23.net>[1] (via private email)
                  Peter Jeremy <peterjeremy@acm.org>[2]
                  Jason Bacon <jwbacon@tds.net>[3]
                  Test Rat <ttsestt@gmail.com>[4]
  
  Revision  Changes    Path
  1.6       +9 -3      ports/multimedia/libvpx/Makefile
  1.4       +2 -2      ports/multimedia/libvpx/distinfo
  1.1       +16 -0     ports/multimedia/libvpx/files/patch-libs.mk (new)
  1.5       +2 -1      ports/multimedia/libvpx/pkg-plist
_______________________________________________
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 3 Ashish SHUKLA freebsd_committer freebsd_triage 2011-09-19 16:45:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!