Bug 132833 - [PATCH] graphics/aqsis: prepare for upcoming boost 1.37.0 and fix build on CURRENT
Summary: [PATCH] graphics/aqsis: prepare for upcoming boost 1.37.0 and fix build on CU...
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 02:00 UTC by Dmitry Marakasov
Modified: 2009-04-02 23:00 UTC (History)
1 user (show)

See Also:


Attachments
aqsis-1.4.1.patch (1.70 KB, patch)
2009-03-20 02:00 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-20 02:00:00 UTC
- add CMAKE_USE_PTHREAD to build with upcoming boost 1.37 (seems like it only fails on 6.x) (see http://wiki.freebsd.org/BoostPortingProject)
- fix build on CURRENT by removing extra CUSTOM_TARGET in the CMakeLists.txt that makes a file depend on itself (not sure why it only shows itself on CURRENT though)

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-20 02:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-02 22:58:00 UTC
gahr        2009-04-02 21:57:50 UTC

  FreeBSD ports repository

  Modified files:
    graphics/aqsis       Makefile distinfo pkg-plist 
    graphics/aqsis/files patch-CMakeLists.txt 
  Added files:
    graphics/aqsis/files patch-aqsistypes_plugins.cpp 
                         patch-displays-piqsl_piqsl.cpp 
  Removed files:
    graphics/aqsis/files patch-aqsistypes::plugins.cpp 
  Log:
  - Update to 1.4.2
  - Prepare for upcoming boost 1.37.0 [1]
  
  PR:             132833 [1]
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  
  Revision  Changes    Path
  1.35      +29 -18    ports/graphics/aqsis/Makefile
  1.12      +3 -3      ports/graphics/aqsis/distinfo
  1.2       +27 -6     ports/graphics/aqsis/files/patch-CMakeLists.txt
  1.3       +0 -11     ports/graphics/aqsis/files/patch-aqsistypes::plugins.cpp (dead)
  1.1       +11 -0     ports/graphics/aqsis/files/patch-aqsistypes_plugins.cpp (new)
  1.1       +10 -0     ports/graphics/aqsis/files/patch-displays-piqsl_piqsl.cpp (new)
  1.10      +2 -0      ports/graphics/aqsis/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 Pietro Cerutti freebsd_committer freebsd_triage 2009-04-02 22:58:21 UTC
State Changed
From-To: open->closed

Committed as part of update to 1.4.2. Thanks!