[MacPorts] #43508: vmdktool 1.3

MacPorts noreply at macports.org
Tue Apr 29 19:20:19 PDT 2014


#43508: vmdktool 1.3
-------------------------+--------------------------
  Reporter:  glenn@…     |      Owner:  ryandesign@…
      Type:  submission  |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.2.1
Resolution:              |   Keywords:
      Port:  vmdktool    |
-------------------------+--------------------------

Comment (by ryandesign@…):

 I'm attaching a revised portfile in which I:

  * changed the whitespace from tabs to spaces to conform to the modeline
 (and what we usually do)
  * moved a few lines around
  * smartened an apostrophe in the description
  * removed sentence "vmdktool is free" from long description because
 that's implied by the license being BSD (and by the port being in
 MacPorts, really)
  * removed sentence "Contact the author with any questions or comments"
 because that's implied for any software product

 Remaining issues:

  * because the port uses "use_configure no", we must add code to ensure
 we're UsingTheRightCompiler and `-arch` flags, and if possible add a
 universal variant
  * the port does not build for me on OS X 10.9.2 Mavericks with Xcode
 5.1.1:

 {{{
 cc -Wsystem-headers -Wno-format-y2k -W -Werror -Wno-unused-parameter
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
 -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-
 parameter -Wchar-subscripts -Winline -Wnested-externs -Wunused -g -O -pipe
 -c -o vmdktool.o vmdktool.c
 In file included from vmdktool.c:44:
 In file included from /opt/local/include/zlib.h:34:
 In file included from /opt/local/include/zconf.h:427:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stdarg.h:30:27:
 error: redefinition of typedef 'va_list' is a C11 feature [-Werror
 ,-Wtypedef-redefinition]
 typedef __builtin_va_list va_list;
                           ^
 /usr/include/sys/_types/_va_list.h:31:26: note: previous definition is
 here
 typedef __darwin_va_list va_list;
                          ^
 1 error generated.
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/43508#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list