Bug 142869 - [maintainer update] accessibility/speech-dispatcher fix building on FreeBSD < 8.0
Summary: [maintainer update] accessibility/speech-dispatcher fix building on FreeBSD <...
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 19:20 UTC by Alberto Villa
Modified: 2010-01-18 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (13.56 KB, patch)
2010-01-15 19:20 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa 2010-01-15 19:20:02 UTC
on FreeBSD < 8.0, build fails because of the missing implementation of getline()

Fix: use the implementation found in /usr/ports/audio/raop_play/files/getline.*

added files:
files/extrapatch-src-c-api-Makefile.in
files/extrapatch-src-c-clients-say-Makefile.in
files/extrapatch-src-c-clients-spdsend-Makefile.in
files/extrapatch-src-modules-Makefile.in
files/extrapatch-src-server-Makefile.in
files/getline.c
files/getline.h

no PORTREVISION bump needed

Patch attached with submission follows:
How-To-Repeat: try to build accessibility/speech-dispatcher on FreeBSD 7 or 6
Comment 1 Dima Panov freebsd_committer freebsd_triage 2010-01-15 19:23:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-18 03:40:57 UTC
fluffy      2010-01-18 03:40:48 UTC

  FreeBSD ports repository

  Modified files:
    accessibility/speech-dispatcher Makefile 
  Added files:
    accessibility/speech-dispatcher/files 
                                          extrapatch-src-c-api-Makefile.in 
                                          extrapatch-src-c-clients-say-Makefile.in 
                                          extrapatch-src-c-clients-spdsend-Makefile.in 
                                          extrapatch-src-modules-Makefile.in 
                                          extrapatch-src-server-Makefile.in 
                                          getline.c getline.h 
  Log:
  - speech-dispatcher: try fix building on FreeBSD < 8.0
  
  PR:             142869
  Submitted by:   Alberto Villa (maintainer)
  Approved by:    miwi, tabthorpe (mentors implicit)
  
  Revision  Changes    Path
  1.2       +10 -1     ports/accessibility/speech-dispatcher/Makefile
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/extrapatch-src-c-api-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-say-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/extrapatch-src-c-clients-spdsend-Makefile.in (new)
  1.1       +55 -0     ports/accessibility/speech-dispatcher/files/extrapatch-src-modules-Makefile.in (new)
  1.1       +11 -0     ports/accessibility/speech-dispatcher/files/extrapatch-src-server-Makefile.in (new)
  1.1       +169 -0    ports/accessibility/speech-dispatcher/files/getline.c (new)
  1.1       +23 -0     ports/accessibility/speech-dispatcher/files/getline.h (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 Dima Panov freebsd_committer freebsd_triage 2010-01-18 03:41:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!