Bug 132891 - [PATCH] audio/gx2osd: prepare for upcoming boost 1.37.0, minor fixes
Summary: [PATCH] audio/gx2osd: prepare for upcoming boost 1.37.0, minor fixes
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: Alexander Botero-Lowry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 03:30 UTC by Dmitry Marakasov
Modified: 2009-04-07 13:20 UTC (History)
1 user (show)

See Also:


Attachments
gx2osd-0.2_2.patch (1.75 KB, patch)
2009-03-21 03:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2009-03-21 03:30:02 UTC
Prepare for upcoming boost 1.37.0 (see http://wiki.freebsd.org/BoostPortingProject).

- Add -I${LOCALBASE}/include to CPPFLAGS, so boost headers can be found by waf
- Remove single header test from wscript, as it won't succeed without linking to boost_filesystem library

While here, minor fixes:
- Install manpages relative to PREFIX, not LOCALBASE
- Some whitespace/identation nits

Added file(s):
- files/patch-src-wscript

Port maintainer (alexbl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-21 03:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alexbl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2009-04-07 13:15:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-07 13:16:07 UTC
lwhsu       2009-04-07 12:15:44 UTC

  FreeBSD ports repository

  Modified files:
    audio/gx2osd         Makefile 
  Added files:
    audio/gx2osd/files   patch-src-wscript 
  Log:
  Fix building with boost 1.37:
  - Add -I${LOCALBASE}/include to CPPFLAGS, so boost headers can be found by waf
  - Remove single header test from wscript, as it won't succeed without linking to boost_filesystem library
  
  While here, minor fixes:
  - Install manpages relative to PREFIX, not LOCALBASE
  - Some whitespace/identation nits
  
  PR:             ports/132891
  Submitted by:   amdmi3
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.8       +5 -5      ports/audio/gx2osd/Makefile
  1.1       +12 -0     ports/audio/gx2osd/files/patch-src-wscript (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"