Bug 165853 - [patch] devel/sdl12 -- fix CDROM device names
Summary: [patch] devel/sdl12 -- fix CDROM device names
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 11:20 UTC by Pietro Cerutti
Modified: 2012-03-14 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (490 bytes, patch)
2012-03-08 11:20 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2012-03-08 11:20:08 UTC
CDROM names in libsdl-1.2 still have a 'c' at the tail (/dev/cd0c).

The patch file attached fixes this.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-08 11:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-14 20:02:22 UTC
mva         2012-03-14 20:02:08 UTC

  FreeBSD ports repository

  Modified files:
    devel/sdl12          Makefile 
  Added files:
    devel/sdl12/files    patch-src_cdrom_freebsd_SDL_syscdrom.c 
  Log:
  Fix CDROM device names on the current FreeBSD releases
  
  PR:             ports/165853
  Submitted by:   gahr@
  Feature safe:   yes
  
  Revision  Changes    Path
  1.129     +1 -0      ports/devel/sdl12/Makefile
  1.1       +11 -0     ports/devel/sdl12/files/patch-src_cdrom_freebsd_SDL_syscdrom.c (new)
_______________________________________________
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 Marcus von Appen freebsd_committer freebsd_triage 2012-03-14 20:03:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!