Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 12:50:31 -0800 (PST)
From:      Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tkjacobsen@gmail.com
Subject:   ports/173944: [PATCH] science/avogadro: [SUMMARIZE CHANGES]
Message-ID:  <50b3d617.251e700a.4a1c.16b3@mx.google.com>
Resent-Message-ID: <201211262100.qAQL00sY094488@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173944
>Category:       ports
>Synopsis:       [PATCH] science/avogadro: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 26 21:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Troels Kofoed Jacobsen
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd.koja.dk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC
>Description:
[DESCRIBE CHANGES]
Adding a patch that make the port compile with latest boost 1.48. People who already have the port installed don't need to recompile (thus no PORTREVISION bump)

Added file(s):
- files/patch-libavogadro__CMakeLists.txt

Port maintainer (tkjacobsen@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- avogadro-1.0.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/science/avogadro/files/patch-libavogadro__CMakeLists.txt ./files/patch-libavogadro__CMakeLists.txt
--- /usr/ports/science/avogadro/files/patch-libavogadro__CMakeLists.txt	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-libavogadro__CMakeLists.txt	2012-11-26 21:42:29.000000000 +0100
@@ -0,0 +1,12 @@
+--- libavogadro/CMakeLists.txt.orig	2012-11-26 21:38:12.000000000 +0100
++++ libavogadro/CMakeLists.txt	2012-11-26 21:39:47.000000000 +0100
+@@ -18,7 +18,8 @@
+   # Assume all MOC stuff is in the headers, replace .cpp and use qt4_wrap_cpp
+   # We should probably scan the header to verify the Q_OBJECT macro is used
+   string(REPLACE ".cpp" ".h" hdr_list "${src_list}")
+-  qt4_wrap_cpp(moc_files ${hdr_list})
++  qt4_wrap_cpp(moc_files ${hdr_list} OPTIONS
++      -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+   # Now sort out the ui and qrc files, process them as appropriate
+   set(ui_plugin_files)
+   set(qrc_plugin_files)
--- avogadro-1.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 SEND-PR: 	[ non-critical | serious | critical ] 
 SEND-PR: 	[ low | medium | high ]
 SEND-PR: <choose from the list of categories below (one line)>
 SEND-PR: advocacy  alpha     amd64     arm       bin       conf
 SEND-PR: docs      gnu       i386      ia64      java      kern
 SEND-PR: misc      ports     powerpc   sparc64   standards sun4v
 SEND-PR: threads   usb       www
 SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50b3d617.251e700a.4a1c.16b3>