Bug 161084 - [PATCH] audio/libao: bump PORTREVISION to chase gdbm update if PULSEAUDIO is enabled
Summary: [PATCH] audio/libao: bump PORTREVISION to chase gdbm update if PULSEAUDIO is ...
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 22:20 UTC by Matthias Andree
Modified: 2011-09-28 01:00 UTC (History)
1 user (show)

See Also:


Attachments
libao-1.1.0_1.patch (414 bytes, patch)
2011-09-27 22:20 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2011-09-27 22:20:08 UTC
If libao is built with pulseaudio enabled,
$PREFIX/lib/ao/plugins-4/libpulse.so contains a "NEEDED" ELF entry for
gdbm.so - in my case, the gdbm.so.3.

Bump port revision so it can pick up the new gdbm.

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-27 22:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-28 00:54:36 UTC
mandree     2011-09-27 23:54:27 UTC

  FreeBSD ports repository

  Modified files:
    audio/libao          Makefile 
  Log:
  Bump PORTREVISION to have the port rebuilt after the GDBM upgrade.
  This affects configurations using the PULSEAUDIO option only.
  
  Approved by: naddy@ (maintainer)
  PR:          ports/161084
  
  Revision  Changes    Path
  1.48      +1 -0      ports/audio/libao/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 Matthias Andree freebsd_committer freebsd_triage 2011-09-28 00:54:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!