[141611] trunk/dports/x11/qt3/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 02:15:49 PST 2015


Revision: 141611
          https://trac.macports.org/changeset/141611
Author:   ryandesign at macports.org
Date:     2015-10-23 05:44:58 -0700 (Fri, 23 Oct 2015)
Log Message:
-----------
qt3: remove old code that prevents upgrades from working (#49382)

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

Modified: trunk/dports/x11/qt3/Portfile
===================================================================
--- trunk/dports/x11/qt3/Portfile	2015-10-23 01:03:52 UTC (rev 141610)
+++ trunk/dports/x11/qt3/Portfile	2015-10-23 12:44:58 UTC (rev 141611)
@@ -135,18 +135,6 @@
 
 use_configure       no
 
-#workaround for upgrade problem.
-pre-build {
-    if {[file exists ${prefix}/lib/libqassistantclient.a]} {
-        system "ranlib ${prefix}/lib/libqassistantclient.a"
-    }
-}
-
-# The ranlib above requires the build phase to be run as root
-if {[getuid] == 0} {
-    build.asroot   yes
-}
-
 use_parallel_build  yes
 build {
     system "cd ${worksrcpath} && ./CompileScript.sh"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/221bed78/attachment.html>


More information about the macports-changes mailing list