Bug 159193 - [patch] multimedia/libvpx: assumes gcc for ${LD}
Summary: [patch] multimedia/libvpx: assumes gcc for ${LD}
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: 2011-07-25 21:40 UTC by Test Rat
Modified: 2011-09-19 16:46 UTC (History)
0 users

See Also:


Attachments
a.diff (646 bytes, patch)
2011-07-25 21:40 UTC, Test Rat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Test Rat 2011-07-25 21:40:08 UTC

How-To-Repeat: $ make CC=clang
$ tail -1 $(make -V WRKSRC)/config.err
gcc -m64 -o /tmp/vpx-conf-...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-25 21:40:18 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 2011-09-19 16:36:19 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:46:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!