#34805: poedit-devel --------------------------------------------+------------------------------- Reporter: mojca.miklavec.lists@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: poedit --------------------------------------------+------------------------------- I would like to request adding poedit-devel port. The reasons why poedit itself is not satisfactory for me: * requires wxWidgets and thus conflicts with, say, gnuplot +wxwidgets_devel * 1.4.6 messes up line breaks and keeps confusing version control There are quite some Lion-specific fixes. On top of what's in Portfile, here are a few more variables from build.properties that might be worth fixing as well before configuring anything: {{{ osx.xcoderoot=/Developer poedit.osx.sdk=10.6 poedit.osx.deploy=10.5 poedit.osx.arch.native=i386 poedit.osx.sdk.path=${osx.xcoderoot}/SDKs/MacOSX${poedit.osx.sdk}.sdk poedit.osx.cc=${osx.xcoderoot}/usr/bin/gcc poedit.osx.cxx=${osx.xcoderoot}/usr/bin/g++ poedit.osx.cflags.sdk=-isysroot ${poedit.osx.sdk.path} -mmacosx-version- min=${poedit.osx.deploy} poedit.osx.ldflags.sdk=${poedit.osx.cflags.sdk} -Wl,-syslibroot,${poedit.osx.sdk.path} -Wl,-macosx_version_min,${poedit.osx.deploy} poedit.osx.cflags=-O2 -ggdb3 ${poedit.osx.cflags.sdk} poedit.osx.ldflags=-ggdb3 ${poedit.osx.ldflags.sdk} }}} as well as some variables in build.xml. But I'm not sure which ones are actually used as I don't get i386 binary despite the quote above. -- Ticket URL: <https://trac.macports.org/ticket/34805> MacPorts <http://www.macports.org/> Ports system for Mac OS