Bug 156929 - [patch] multimedia/vlc: fix the goom dependency
Summary: [patch] multimedia/vlc: fix the goom dependency
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: Joseph S. Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 16:00 UTC by Anatoly Borodin
Modified: 2011-06-07 21:20 UTC (History)
0 users

See Also:


Attachments
file.txt (327 bytes, text/plain)
2011-05-10 16:00 UTC, Anatoly Borodin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Borodin 2011-05-10 16:00:20 UTC
multimedia/vlc can depend on graphics/goom after some recent update, but cannot find it during the install: the dependency is broken, the wrong name of the library is used.

Fix: See the patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-10 16:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jsa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ivan Klymenko 2011-05-10 16:14:46 UTC
=D0=92 Tue, 10 May 2011 14:54:41 GMT
Anatoly Borodin <anatoly.borodin@gmail.com> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:

>=20
> >Number:         156929
> >Category:       ports
> >Synopsis:       [patch] multimedia/vlc: fix the goom dependency
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports-bugs
> >State:          open
> >Quarter:       =20
> >Keywords:      =20
> >Date-Required:
> >Class:          update
> >Submitter-Id:   current-users
> >Arrival-Date:   Tue May 10 15:00:20 UTC 2011
> >Closed-Date:
> >Last-Modified:
> >Originator:     Anatoly Borodin
> >Release:       =20
> >Organization:
> >Environment:
> >Description:
> multimedia/vlc can depend on graphics/goom after some recent update,
> but cannot find it during the install: the dependency is broken, the
> wrong name of the library is used.
> >How-To-Repeat:
>=20
> >Fix:
> See the patch.
>=20
> >=20
> --- multimedia/vlc/Makefile
> +++ multimedia/vlc/Makefile
> @@ -358,7 +358,7 @@ CONFIGURE_ARGS+=3D--enable-gnutls --enable-libgcrypt
>  .endif
> =20
>  .if defined(WITH_GOOM)
> -LIB_DEPENDS+=3D	goom.0:${PORTSDIR}/graphics/goom
> +LIB_DEPENDS+=3D	goom2.0:${PORTSDIR}/graphics/goom
>  CONFIGURE_ARGS+=3D--enable-goom
>  .else
>  CONFIGURE_ARGS+=3D--disable-goom
>=20
>=20
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to
> "freebsd-ports-bugs-unsubscribe@freebsd.org"
>=20
>=20
reiterative http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156671
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-07 21:13:46 UTC
jsa         2011-06-07 20:13:36 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile distinfo 
  Log:
  Update to 1.1.10.
  Add net/libproxy to HTTPD option. (nox@)
  Fix GOOM option. [1] [2]
  
  PR:             ports/156671 [1], ports/156929 [2]
  Submitted by:   Ivan Klymenko [1], Anatoly Borodin [2]
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.264     +4 -4      ports/multimedia/vlc/Makefile
  1.47      +2 -2      ports/multimedia/vlc/distinfo
_______________________________________________
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 4 Joseph S. Atkinson freebsd_committer freebsd_triage 2011-06-07 21:15:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!