[111239] trunk/dports/devel/udis86/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Sep 17 10:41:55 PDT 2013
Revision: 111239
https://trac.macports.org/changeset/111239
Author: ryandesign at macports.org
Date: 2013-09-17 10:41:55 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
udis86: use supported_archs; add modeline
Modified Paths:
--------------
trunk/dports/devel/udis86/Portfile
Modified: trunk/dports/devel/udis86/Portfile
===================================================================
--- trunk/dports/devel/udis86/Portfile 2013-09-17 17:38:11 UTC (rev 111238)
+++ trunk/dports/devel/udis86/Portfile 2013-09-17 17:41:55 UTC (rev 111239)
@@ -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
@@ -6,6 +7,8 @@
version 1.7
categories devel
maintainers nomaintainer
+supported_archs i386 x86_64
+
description Minimalistic disassembler library for x86 and AMD64 (x86-64)
long_description Udis86 is an easy-to-use minimalistic disassembler library \
@@ -21,13 +24,7 @@
checksums md5 e279108e10f774e6c3af83caa18f5dc3 \
sha1 1a9949e33024542a24a948af5d9cbee34ff64695 \
rmd160 42f39d8c2c6941913e18a85777d157825e6d1d33
-
+
universal_variant no
configure.args --enable-shared
-
-platform powerpc {
- pre-fetch {
- return -code error "${name} is not supported on the PPC architecture."
- }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130917/67fc3fe3/attachment.html>
More information about the macports-changes
mailing list