[113952] trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

michaelld at macports.org michaelld at macports.org
Tue Nov 26 10:01:53 PST 2013


Revision: 113952
          https://trac.macports.org/changeset/113952
Author:   michaelld at macports.org
Date:     2013-11-26 10:01:53 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
qt4 1.0 PortGroup:
+ fix coding line;
+ remove pkg_config_path stuff since it is unnecessary.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/qt4-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/qt4-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2013-11-26 18:01:19 UTC (rev 113951)
+++ trunk/dports/_resources/port1.0/group/qt4-1.0.tcl	2013-11-26 18:01:53 UTC (rev 113952)
@@ -1,4 +1,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
+# -*- 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
 # $Id$
 
 # Copyright (c) 2010 The MacPorts Project
@@ -239,15 +239,3 @@
 } else {
     destroot.env-append QMAKE_NO_DEFAULTS=""
 }
-
-# append Qt's PKGCONFIG path to whatever is there now.
-set qt_pkg_config_path ${qt_pkg_config_dir}
-if {${qt_dir} != ${prefix}} {
-    set qt_pkg_config_path ${pkg_config_path}:${prefix}/lib/pkgconfig
-}
-if {${configure.pkg_config_path} == ""} {
-    configure.pkg_config_path ${qt_pkg_config_path}
-} else {
-    configure.pkg_config_path ${qt_pkg_config_path}:${configure.pkg_config_path}
-}
-unset qt_pkg_config_path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/9888653f/attachment.html>


More information about the macports-changes mailing list