[27946] trunk/dports/archivers/9e/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 16 07:11:22 PDT 2007
Revision: 27946
http://trac.macosforge.org/projects/macports/changeset/27946
Author: nox at macports.org
Date: 2007-08-16 07:11:22 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
9e:
* Added universal support.
* Added sha1 and rmd160 checksums.
* Disabled livecheck.
Modified Paths:
--------------
trunk/dports/archivers/9e/Portfile
Modified: trunk/dports/archivers/9e/Portfile
===================================================================
--- trunk/dports/archivers/9e/Portfile 2007-08-16 14:03:47 UTC (rev 27945)
+++ trunk/dports/archivers/9e/Portfile 2007-08-16 14:11:22 UTC (rev 27946)
@@ -14,17 +14,28 @@
and at least some Inferno archives.
homepage http://www.eecs.harvard.edu/~wkj/Software/9e/
-
master_sites ${homepage}
distname ${name}
-checksums md5 ffb6c9963c6bb61ddfc456fd29f96073
+checksums md5 ffb6c9963c6bb61ddfc456fd29f96073 \
+ sha1 fc966f51a167e4ed3dc371e399bbc8909f074b54 \
+ rmd160 bbcdde8d9b4989a12edd935c6156d80aaf5f8f5e
+
patchfiles patch-9e.c
-use_configure no
+# Dummy configure to enable universal variant
+configure {}
build.args CFLAGS= LIBS=
destroot {
xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
}
+
+variant universal {
+ build.args "CFLAGS=\"${configure.universal_cflags}\"" \
+ "LIBS=\"${configure.universal_ldflags}\""
+}
+
+livecheck.check none
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/d61a6df6/attachment.html
More information about the macports-changes
mailing list