Bug 161084

Summary: [PATCH] audio/libao: bump PORTREVISION to chase gdbm update if PULSEAUDIO is enabled
Product: Ports & Packages Reporter: Matthias Andree <mandree>
Component: Individual Port(s)Assignee: Christian Weisgerber <naddy>
Status: Closed FIXED    
Severity: Affects Only Me CC: naddy
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libao-1.1.0_1.patch none

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!