[104544] trunk/dports/aqua/TOra/Portfile

pvanek at macports.org pvanek at macports.org
Wed Mar 27 07:43:59 PDT 2013


Revision: 104544
          https://trac.macports.org/changeset/104544
Author:   pvanek at macports.org
Date:     2013-03-27 07:43:59 -0700 (Wed, 27 Mar 2013)
Log Message:
-----------
TOra is using cmake portgroup

Modified Paths:
--------------
    trunk/dports/aqua/TOra/Portfile

Modified: trunk/dports/aqua/TOra/Portfile
===================================================================
--- trunk/dports/aqua/TOra/Portfile	2013-03-27 14:32:14 UTC (rev 104543)
+++ trunk/dports/aqua/TOra/Portfile	2013-03-27 14:43:59 UTC (rev 104544)
@@ -3,13 +3,14 @@
 
 PortSystem              1.0
 PortGroup               qt4 1.0
+PortGroup               cmake 1.0
 
 name                    TOra
 version                 2.1.3
 revision                4
 description             GUI tool for Oracle, PostgreSQL, and MySQL
 long_description        Database developer/DBA frontend for various DB servers.
-maintainers             scribus.info:petr
+maintainers             pvanek openmaintainer
 categories              aqua databases
 platforms               macosx
 homepage                http://torasql.com/
@@ -22,29 +23,22 @@
 
 depends_build           port:cmake
 
-# WARNING: postgresql83 is there due to qt4-mac's dependency on it.
-# It's dangerous to mix library versions in one binary. It's required
-# to spot qt4-mac's dependencies' version bumps.
 depends_lib             port:qscintilla
 
 patchfiles              patch-cmake-modules-FindOracle.cmake.diff \
                         patch-osx_tools-Info.plist.in.diff
 
-configure.cmd           cmake
 configure.pre_args      -DCMAKE_INSTALL_PREFIX=${prefix}/tmprelease/
 # -Dmacports_prefix is there due to the patch for the Info.plist file
-configure.args          -DCMAKE_LIBRARY_PATH=${prefix}/lib \
-                        -DCMAKE_INCLUDE_PATH=${prefix}/include \
-                        -DCMAKE_VERBOSE_MAKEFILE=ON \
-                        -DUSE_PCH=0 \
-                        -Dmacports_prefix=${prefix} \
-                        -DWANT_BUNDLE=1 \
-                        -DWANT_BUNDLE_STANDALONE=0 \
-                        -DWANT_RPM=0 \
-                        -DWANT_INTERNAL_QSCINTILLA=0 \
-                        -DENABLE_DB2=0 \
-                        -DENABLE_ORACLE=0 \
-                        ${qt_cmake_defines} .
+configure.args-append   -DUSE_PCH=0 \
+                         -Dmacports_prefix=${prefix} \
+                         -DWANT_BUNDLE=1 \
+                         -DWANT_BUNDLE_STANDALONE=0 \
+                         -DWANT_RPM=0 \
+                         -DWANT_INTERNAL_QSCINTILLA=0 \
+                         -DENABLE_DB2=0 \
+                         -DENABLE_ORACLE=0 \
+                         ${qt_cmake_defines} .
 
 
 #
@@ -109,3 +103,4 @@
 destroot {
     file copy ${worksrcpath}/src/${name}.app ${destroot}${applications_dir}
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130327/a48a9ff1/attachment.html>


More information about the macports-changes mailing list