[69929] trunk/dports/devel/fbopenssl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 22 09:02:28 PDT 2010


Revision: 69929
          http://trac.macports.org/changeset/69929
Author:   ryandesign at macports.org
Date:     2010-07-22 09:02:24 -0700 (Thu, 22 Jul 2010)
Log Message:
-----------
fbopenssl: fix breakage caused by MacPorts 1.9.x evaluating platform variants inline instead of in a second phase; see #25601

Modified Paths:
--------------
    trunk/dports/devel/fbopenssl/Portfile

Modified: trunk/dports/devel/fbopenssl/Portfile
===================================================================
--- trunk/dports/devel/fbopenssl/Portfile	2010-07-22 13:33:38 UTC (rev 69928)
+++ trunk/dports/devel/fbopenssl/Portfile	2010-07-22 16:02:24 UTC (rev 69929)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name             fbopenssl
 version          0.0.4
-revision         2
+revision         3
 categories       devel
 maintainers      nomaintainer
 description      SPNEGO library
@@ -21,13 +21,6 @@
 
 patchfiles       patch-Makefile.diff
 
-set shared_ext   .so
-platform darwin {
-    set shared_ext .dylib
-    patchfiles-append patch-Makefile-Darwin.diff
-    build.args-append PREFIX=${prefix}
-}
-
 use_configure    no
 
 build.args       CC=${configure.cc} CFG=release OPENSSLDIR=${prefix}
@@ -41,4 +34,11 @@
     copy ${worksrcpath}/include ${destroot}${prefix}/include
 }
 
+set shared_ext   .so
+platform darwin {
+    set shared_ext .dylib
+    patchfiles-append patch-Makefile-Darwin.diff
+    build.args-append PREFIX=${prefix}
+}
+
 livecheck.distname  ${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100722/86cac6bf/attachment.html>


More information about the macports-changes mailing list