Bug 137441 - multimedia/gstreamer 0.10.23 format error [patch]
Summary: multimedia/gstreamer 0.10.23 format error [patch]
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-08-05 04:30 UTC by marka
Modified: 2009-08-05 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (676 bytes, patch)
2009-08-05 04:30 UTC, marka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marka 2009-08-05 04:30:05 UTC
	argument/format mis-match in gstregistry.c

Fix: Add
multimedia/gstreamer/files/patch-gstregistry.c:
How-To-Repeat: 
	compile multimedia/gstreamer and read warning.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-05 04:30:18 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-08-05 13:28:29 UTC
kwm         2009-08-05 12:28:16 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer Makefile distinfo pkg-plist 
  Added files:
    multimedia/gstreamer/files patch-gst_gstregistry.c 
                               patch-plugins_elements_gstfilesrc.c 
  Log:
  Update to 0.10.24.
  
  Changelog:      http://gstreamer.freedesktop.org/releases/gstreamer/0.10.24.html
  
  Fix argument warnings in gst/gstregister.c while here fix the other one in gstfilesrc.
  
  PR:             ports/137441 [1]
  Submitted by:   Mark Andrews <marka@isc.org>
  
  Revision  Changes    Path
  1.75      +2 -3      ports/multimedia/gstreamer/Makefile
  1.39      +3 -3      ports/multimedia/gstreamer/distinfo
  1.1       +11 -0     ports/multimedia/gstreamer/files/patch-gst_gstregistry.c (new)
  1.1       +13 -0     ports/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c (new)
  1.30      +3 -0      ports/multimedia/gstreamer/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 Koop Mast freebsd_committer freebsd_triage 2009-08-05 13:30:21 UTC
State Changed
From-To: open->closed

Committed, Thank!