From amdmi3@amdmi3.ru  Fri Mar 20 01:52:23 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3BDBA1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Mar 2009 01:52:23 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id BC3E08FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Mar 2009 01:52:22 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1LkTuI-0003C6-56; Fri, 20 Mar 2009 04:52:22 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 8C16AB4E3;
	Fri, 20 Mar 2009 04:51:53 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 63FA8108839; Fri, 20 Mar 2009 04:51:18 +0300 (MSK)
Message-Id: <20090320015118.63FA8108839@hades.panopticon>
Date: Fri, 20 Mar 2009 04:51:18 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gahr@FreeBSD.org
Subject: [PATCH] graphics/aqsis: prepare for upcoming boost 1.37.0 and fix build on CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132833
>Category:       ports
>Synopsis:       [PATCH] graphics/aqsis: prepare for upcoming boost 1.37.0 and fix build on CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 20 02:00:00 UTC 2009
>Closed-Date:    Thu Apr 02 21:58:22 UTC 2009
>Last-Modified:  Thu Apr  2 22:00:07 UTC 2009
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Feb 10 23:56:47 MSK 2009
>Description:
- 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
>How-To-Repeat:
>Fix:

--- aqsis-1.4.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/aqsis/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile	10 Dec 2008 07:35:16 -0000	1.33
+++ Makefile	20 Mar 2009 00:01:59 -0000
@@ -33,6 +33,7 @@
 		-DAQSIS_FLTK_INCLUDE_DIR:PATH=${LOCALBASE}/include \
 		-DAQSIS_FLTK_LIBRARIES:FILEPATH=${LOCALBASE}/lib/libfltk.so \
 		-DAQSIS_FLTK_LIBRARIES_DIR:PATH=${LOCALBSAE}/lib
+CMAKE_USE_PTHREAD=	yes
 
 USE_LDCONFIG=	yes
 USE_CMAKE=	yes
Index: files/patch-CMakeLists.txt
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/aqsis/files/patch-CMakeLists.txt,v
retrieving revision 1.1
diff -u -u -r1.1 patch-CMakeLists.txt
--- files/patch-CMakeLists.txt	21 Aug 2008 17:37:25 -0000	1.1
+++ files/patch-CMakeLists.txt	20 Mar 2009 01:21:11 -0000
@@ -1,5 +1,5 @@
---- CMakeLists.txt.orig	2008-08-21 01:09:19.000000000 +0200
-+++ CMakeLists.txt	2008-08-21 01:09:27.000000000 +0200
+--- CMakeLists.txt.orig	2008-09-23 15:02:27.000000000 +0400
++++ CMakeLists.txt	2009-03-20 04:21:11.000000000 +0300
 @@ -17,9 +17,6 @@
  
  INCLUDE(macros)
@@ -10,3 +10,13 @@
  # Find path to precompiled libs on windows.
  INCLUDE(FindWin32Libs)
  
+@@ -275,9 +272,6 @@
+ SET(PROCEDURALPATH "${PROCEDURALPATH}" CACHE STRING "Aqsis procedural searchpath")
+ SET(RESOURCEPATH "${RESOURCEPATH}" CACHE STRING "Aqsis resource searchpath")
+ CONFIGURE_FILE(aqsisrc.in.cmake ${PROJECT_BINARY_DIR}/aqsisrc)
+-ADD_CUSTOM_TARGET(aqsisrc ALL echo
+-	DEPENDS  ${PROJECT_BINARY_DIR}/aqsisrc
+-	)
+ INSTALL(FILES ${PROJECT_BINARY_DIR}/aqsisrc DESTINATION ${SYSCONFDIR})
+ 
+ 
--- aqsis-1.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 20 02:00:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132833 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Thu Apr 2 21:58:21 UTC 2009 
State-Changed-Why:  
Committed as part of update to 1.4.2. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132833 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132833: commit references a PR
Date: Thu,  2 Apr 2009 21:58:00 +0000 (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"
 
>Unformatted:
