[135922] trunk/dports/aqua/Freecell/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 6 18:52:05 PDT 2015


Revision: 135922
          https://trac.macports.org/changeset/135922
Author:   ryandesign at macports.org
Date:     2015-05-06 18:52:05 -0700 (Wed, 06 May 2015)
Log Message:
-----------
Freecell: remove custom universal variant which no longer works and is no longer needed; add modeline

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

Modified: trunk/dports/aqua/Freecell/Portfile
===================================================================
--- trunk/dports/aqua/Freecell/Portfile	2015-05-07 01:46:49 UTC (rev 135921)
+++ trunk/dports/aqua/Freecell/Portfile	2015-05-07 01:52:05 UTC (rev 135922)
@@ -1,3 +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
 # $Id$
 
 PortSystem              1.0
@@ -28,14 +29,5 @@
     copy -force ${filespath}/project.pbxproj ${worksrcpath}/Freecell.xcodeproj/project.pbxproj
 }
 
-variant universal {
-    post-patch {
-        reinplace -E "/OTHER_CFLAGS/s|\"\"|\"${configure.universal_cflags}\"|" \
-            ${worksrcpath}/Freecell.pbproj/project.pbxproj
-        reinplace -E "/OTHER_LDFLAGS/s|\"\"|\"${configure.universal_ldflags}\"|" \
-            ${worksrcpath}/Freecell.pbproj/project.pbxproj
-    }
-}
-
 livecheck.type          regex
 livecheck.regex         "${name} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/4e256982/attachment.html>


More information about the macports-changes mailing list