[44161] trunk/dports/x11/qt4-x11/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Mon Dec 22 12:40:03 PST 2008


Revision: 44161
          http://trac.macports.org/changeset/44161
Author:   mcalhoun at macports.org
Date:     2008-12-22 12:40:02 -0800 (Mon, 22 Dec 2008)
Log Message:
-----------
qt4-x11: Change mode line and order of depends_lib to be the same as qt4-mac.
Use full path of program sed.

Modified Paths:
--------------
    trunk/dports/x11/qt4-x11/Portfile

Modified: trunk/dports/x11/qt4-x11/Portfile
===================================================================
--- trunk/dports/x11/qt4-x11/Portfile	2008-12-22 20:36:23 UTC (rev 44160)
+++ trunk/dports/x11/qt4-x11/Portfile	2008-12-22 20:40:02 UTC (rev 44161)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -38,7 +38,6 @@
     port:unixODBC                          \
     port:mysql5                            \
     port:postgresql83                      \
-    port:sqlite3                           \
     port:openssl                           \
     port:fontconfig                        \
     port:gettext                           \
@@ -47,7 +46,8 @@
     lib:libXi.6:xorg-libXi                 \
     lib:libXrandr.2:xorg-libXrandr         \
     port:gstreamer                         \
-    port:gst-plugins-base
+    port:gst-plugins-base                  \
+    port:sqlite3
 
 patchfiles  patch-compile.test.diff
 
@@ -59,7 +59,7 @@
 configure.ldflags
 # ensure that MacPorts compilers are used
 configure.cmd \
-    sed -ibak -e \"s|= cc\\\$|= \${CC}|g\" -e \"s|= c++\\\$|= \${CXX}|g\" ${worksrcpath}/mkspecs/darwin-g++/qmake.conf && ${configure.cmd}
+    /usr/bin/sed -ibak -e \"s|= cc\\\$|= \${CC}|g\" -e \"s|= c++\\\$|= \${CXX}|g\" ${worksrcpath}/mkspecs/darwin-g++/qmake.conf && ${configure.cmd}
 
 configure.env-append \
     OPENSOURCE_CXXFLAGS=-D__USE_WS_X11__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081222/111b7bfa/attachment-0001.html>


More information about the macports-changes mailing list