Bug 142034 - [PATCH] multimedia/libtheora: don't link with -lcompat
Summary: [PATCH] multimedia/libtheora: don't link with -lcompat
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-26 13:00 UTC by Dmitry Marakasov
Modified: 2009-12-29 22:40 UTC (History)
1 user (show)

See Also:


Attachments
libtheora-1.1.1_1.patch (892 bytes, patch)
2009-12-26 13:00 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 2009-12-26 13:00:01 UTC
After latest update to 1.1.1, libtheora links with -lcompat
(configure.ac claims that's needed for OpenBSD). However on FreeBSD
it's not needed, and also breaks dependent ports, at least
gmerlin-avdecoder:

http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20091222210227/gmerlin-avdecoder-1.0.1_1.log

thus, patch configure to not detect libcompat.

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-26 13:00:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-29 22:30:10 UTC
ahze        2009-12-29 22:30:01 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libtheora Makefile 
  Log:
  Don't link to compat
  
  PR:             ports/142034
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.27      +3 -1      ports/multimedia/libtheora/Makefile
_______________________________________________
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 Michael Johnson freebsd_committer freebsd_triage 2009-12-29 22:30:14 UTC
State Changed
From-To: open->closed

Committed, Thanks!