Bug 149789 - [PATCH] multimedia/libvpx: add ia64 support, fix plist for WITHOUT_SHARED
Summary: [PATCH] multimedia/libvpx: add ia64 support, fix plist for WITHOUT_SHARED
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-08-19 02:30 UTC by Dmitry Marakasov
Modified: 2010-08-21 03:42 UTC (History)
1 user (show)

See Also:


Attachments
libvpx-0.9.1.patch (2.21 KB, patch)
2010-08-19 02:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-08-19 02:30:02 UTC
- Add support for ia64. Compiles fine on Itanium 2 and tested by encoding a single video fragment - it's bitwise identical with what I get on i386.
- Mark MAKE_JOBS_SAFE
- Fix plist for WITHOUT_SHARED case

Added file(s):
- files/patch-configure

Port maintainer (ashish@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-19 02:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-21 03:27:06 UTC
ashish      2010-08-21 02:26:52 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libvpx    Makefile pkg-plist 
  Added files:
    multimedia/libvpx/files patch-configure 
  Log:
  - Add IA64 support.
  - Mark MAKE_JOBS_SAFE.
  - Fix pkg-plist for WITHOUT_SHARED case.
  
  PR:             ports/149789
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  Approved by:    tabthorpe (mentor)
  
  Revision  Changes    Path
  1.2       +6 -0      ports/multimedia/libvpx/Makefile
  1.1       +10 -0     ports/multimedia/libvpx/files/patch-configure (new)
  1.2       +4 -4      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 2010-08-21 03:42:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!