[60745] trunk/dports/devel/nsis/Portfile

landonf at macports.org landonf at macports.org
Sat Nov 21 12:41:42 PST 2009


Revision: 60745
          http://trac.macports.org/changeset/60745
Author:   landonf at macports.org
Date:     2009-11-21 12:41:34 -0800 (Sat, 21 Nov 2009)
Log Message:
-----------
Fix for #21199.
Submitted by rob [at] octarine [dot] com

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

Modified: trunk/dports/devel/nsis/Portfile
===================================================================
--- trunk/dports/devel/nsis/Portfile	2009-11-21 19:54:10 UTC (rev 60744)
+++ trunk/dports/devel/nsis/Portfile	2009-11-21 20:41:34 UTC (rev 60745)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			nsis
-version			2.44
+version			2.45
 categories		devel win32
 platforms		darwin
 maintainers		landonf openmaintainer
@@ -18,13 +18,13 @@
 distfiles		nsis-${version}-src.tar.bz2 \
 			nsis-${version}.zip
 checksums		nsis-${version}-src.tar.bz2 \
-				md5     b7f508d5e66ea6730f15702dd793237b \
-				sha1    07db4bcbbba7b66b4e1553c2d6ea42ed8eaab66a \
-				rmd160  663884df81341fe7ee88262e6423d5eb273bf346 \
+				md5     91a167a19c75f8dd52654e4cdc2ae0d4 \
+                    		sha1    ce02adf68dbedc798615ffb212d27a9b03d5defb \
+                    		rmd160  c5b1abdac37892b3f49455fa42d44c030dc451b7 \
 			nsis-${version}.zip \
-				md5     93af69b2776d92a7e17cb8115d672f22 \
-				sha1    6dec54d6a3cacd615b3fad16bd6eb30260d4be63 \
-				rmd160  3159f2fecf8846c2fb16761df6cd40dff646f731
+            		        md5     8fb39ec61b003653968c0f1c6b6dc73f \
+                    		sha1    d956939a4aa0cc78c72a93f236b121c40e0c4bc9 \
+                    		rmd160  327d0ed9ebdfab44ecaf71c7b4a83c8b874f7519
 
 worksrcdir		nsis-${version}-src
 use_bzip2		yes
@@ -39,7 +39,11 @@
 
 use_configure		no
 
-set scons.args		"PREFIX=\"${prefix}\" PREFIX_DEST=\"${destroot}\" SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all APPEND_CPPPATH=\"${prefix}/include\" APPEND_LIBPATH=\"${prefix}/lib\""
+# nsis can only ever be built 32-bit, but relies on libiconv. Since the dependency is limited to only iconv,
+# we will rely on the base system 32-bit libiconv installation. Should MacPorts switch to 32-bit/64-bit universal
+# builds by default, this decision should be revisited.
+set scons.args		"PREFIX=\"${prefix}\" PREFIX_DEST=\"${destroot}\" SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all"
+# APPEND_CPPPATH=\"${prefix}/include\" APPEND_LIBPATH=\"${prefix}/lib\"
 
 build {
 	system "cd ${worksrcpath} && scons ${scons.args}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091121/ea6af5ee/attachment-0001.html>


More information about the macports-changes mailing list