__group__,ticket,summary,component,version,type,owner,status,created,_changetime,_description,_reporter
,7277,"apache2, apache20, apache: Protect .ht* and .DS_Store files case-insensitively",ports,,defect,macports-tickets@…,reopened,2006-02-15T09:34:52-08:00,2013-04-19T16:53:45-07:00,"By default the apache2 port installs an httpd.conf containing this section which is supposed to prevent malicious users from reading the contents of .htaccess or .htpasswd files:

{{{
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<FilesMatch ""^\.ht"">
    Order allow,deny
    Deny from all
</FilesMatch>
}}}

This is insufficient on file systems which are case insensitive, such as Mac OS X's default HFS+ file system. Mac OS X also has other files and directories inside each directory which must not be made accessible to web visitors. See Apple's knowledge base article:

http://docs.info.apple.com/article.html?artnum=300422

The updated rules provided in that knowledge base article should be patched into the default httpd.conf file provided through darwinports so that users are by default protected from this problem.

Someone should also examine the apache 1 port to see if it suffers from the same problem, and patch it too if necessary (possibly creating a separate bug report if necessary).

This issue is related a bit to bug #803.",ryandesign@…
,10226,BUG: port command can't be interrupted cleanly - creates database inconsistency,base,,defect,macports-tickets@…,new,2006-08-02T19:23:21-07:00,2013-04-12T04:24:40-07:00,"Attempting to upgrade gnupg from 1.4.4_0 to 1.4.5_0 hangs (reported separately).

After waiting 5 min, I interrupted the ""port -v upgrade gnupg"" process.  This
left my ports in the following peculiar state:

port info gnupg claims that gnupg is at 1.4.5.
The PortIndex file claims that gnupg is at 1.4.5.
The Portfile claims that gnupg is at 1.4.5.
port outdated doesn't report gnupg as outdated.
gnupg 1.4.4_0 has been deactivated, quietly leaving me without gpg.

This is really evil, especially considering that the deactivation normally takes place just before activating the new version.  By scrolling back to the beginning, I can see that the deactivation took place, but if one habitually runs with port -d, or immediately reruns the upgrade with -d without looking closely at the output, he'll probably miss the fact that gnupg was deactivated.

port built 1 Aug 2006 00:07 JST from freshly updated CVS.",stephen@…
,11225,problems with graphviz language bindings,ports,,defect,ryandesign@…,new,2007-01-05T14:22:38-08:00,2009-10-08T13:49:42-07:00,"The Portfile for graphviz required some tweaks to get the language bindings to build (particuarly, they all depend on swig to build). I've attached my modified port file.

You'll probably need to cut out/modify my python tweaks since (1) I use a python25 port as my base python installation and (2) I install python as a framework into /Library/Frameworks instead of /opt/local/lib.

Darrell

PS: I'll attach my modified portfile after submitting this (since I can't seem to do it from the ""Create New Ticket"" page
",drs@…
,11303,BUG: mpeg2vidcodec crashes at runtime on PowerPC,ports,,defect,macports-tickets@…,new,2007-01-29T02:04:52-08:00,2010-09-20T23:23:01-07:00,"hello, 
I tried to get mpeg2vidcodec. I had problems executing the mpeg2dec code. The software compiles but I get an Unexpected start_code and I really don't what could be the reason. 
I guess it is due to the PPC platform. The message is given by the gethdr() function.
Could anyone help me?
thanks",conci@…
,11679,BUG: maildrop and courier-imap cannot be installed simultaneously,ports,,defect,macports-tickets@…,new,2007-03-30T02:25:50-07:00,2011-11-03T22:30:19-07:00,"The current ports of maildrop 2.0.2 and courier-imap 4.1.0 both attempt to install the following files:

${prefix}/bin/deliverquota
${prefix}/share/man/deliverquota.8.gz
${prefix}/bin/maildirmake
${prefix}/share/man/maildirmake.1.gz

This results in the installation of one blocking the installation of the other.

The attached patch is an attempt to solve this problem by simply providing maildrop with the option of not installing the conflicting files. (Although maildrop can be configured with a --disable-maildirquota flag, this alters the source so that maildrop is built without maildirquota support, and some users might still want this.)  This patch has not yet, however, been tested (I don't yet feel confident to set up such a mail system, let alone that I would test it properly.)  It might be better to provide a similar variant for courier-imap as well, or indeed a more elegant solution than I can think of.

This ticket has been assigned to macports-dev@lists.macosforge.org as neither the listed maintainer for maildrop (matt@tnpi.biz) not that for courier-imap (bchesneau@mac.com) are on the list of possible ticket assignees.

The attached patch to the dports tree is designed to be applied with the -p1 option (or -Np1) from the dports directory.",boeyms@…
,12108,"php4, php5, php5-devel: post-install ui_msg's not correct",ports,,defect,ryandesign@…,assigned,2007-06-11T08:54:58-07:00,2009-04-28T00:53:07-07:00,"I've just installed PHP5 on a Panther box. At the end of the progress messages, I see:
{{{
--->  Installing php5 5.2.3_0+darwin_7+macosx

If this is your first install, you might want
--->  Activating php5 5.2.3_0+darwin_7+macosx
--->  Cleaning php5
}}}
This is not a misquote; it really does look interspersed and cut off like that. I can probably grep for ""If this is your first install, you might want"" and find the rest of the text, though I have not yet tried that. I suppose it might be relevant that I got this in interactive mode.",pete@…
,12321,libnet and libnet11 conflict,ports,,defect,macports-tickets@…,new,2007-07-18T07:26:19-07:00,2013-03-20T07:30:01-07:00,"I use both dsniff and arping for work, but dsniff depends on libnet and arping depends on libnet11.  Libnet and libnet11 can't be installed simultaneously.",bahamat@…
,16355,"Document port dir, port file, port edit in the Guide",guide,,defect,markd@…,new,2008-08-19T23:39:22-07:00,2013-03-21T17:33:33-07:00,"The Guide should explain `port dir`, `port file` and `port edit`

The manpage (`man port`) does explain these.

A good place for this might be in the [http://guide.macports.org/#development.patches.portfile Portfile Patches section]. There, we tell the user to copy the Portfile and then edit it, but we never tell the user where the Portfile is so that they can accomplish this.",ryandesign@…
,16482,Search Error page for the Trac lacks logo and headers,server/hosting,,defect,wsiegrist@…,reopened,2008-09-06T14:23:20-07:00,2009-04-28T01:04:30-07:00,"The best way to describe this bug is to simply do a search on ""cc"" and notice the page that results. It basically lacks the MacPorts logo and normal header with links to ""New Ticket"", ""Wiki"", etc. Instead the page should have the logo and normal page header links.

",macsforever2000@…
,17754,vxl-1.11.0 Shuffling library directories breaks UseVXL.cmake,ports,,defect,wiking@…,new,2008-12-23T19:16:14-08:00,2010-04-27T23:56:00-07:00,"When you use VXL in a CMake project the standard way:

{{{
FIND_PACKAGE(VXL)
 IF(VXL_FOUND)
  INCLUDE(${VXL_CMAKE_DIR}/UseVXL.cmake)
 ELSE(VXL_FOUND)
  MESSAGE(""VXL_DIR should be set to the VXL build directory."")
ENDIF(VXL_FOUND)
}}}

The LINK_DIRECTRIES is set to:

{{{
UseVXL.cmake:84:  LINK_DIRECTORIES(${VXL_LIBRARY_DIR})
UseVXL.cmake:131:    SET(VXL_LIBRARY_PATH ${VXL_LIBRARY_DIR})
}}}

Which is by default configured as:

{{{
VXLConfig.cmake:38:SET(VXL_LIBRARY_DIR ""/opt/local/lib"")
}}}

Small problem I know!

I also have made a variant of the vxl port to include DICOM support that I can submit in another ticket.

Cheers,
Andy ",andrew@…
,18357,tmux needs to fix its bootstrap,ports,,defect,toby@…,reopened,2009-02-03T20:15:57-08:00,2013-03-30T15:40:47-07:00,"tmux 0.6 as distributed with MacPorts blocks the usage of [http://developer.apple.com/documentation/Cocoa/Conceptual/DistrObjects/DistrObjects.html Distributed Objects] for inter-process messaging. This is a problem when specifying an editor such as TextMate or MacVim for writing commit messages in version control systems such as git or Subversion.

The version of GNU Screen bundled with OS X Leopard has a similar issue, as outlined on the TextMate blog: http://blog.macromates.com/2007/leopard-issues/

Since this issue is resolved in the MacPorts version of screen for GNU screen, I suspect that the same could be done for tmux.",l.g.chin@…
,18386,Guide Has No PortGroup Invocation Example,guide,,defect,markd@…,new,2009-02-05T05:38:48-08:00,2013-03-21T19:13:33-07:00,The guide goes to lengths to explain what various PortGroups do but never explains how to write a PortGroup line in a Portfile.,rmsfisher@…
,18480,bigloo: links with sqlite and openssl but does not declare dependencies,ports,,defect,reilles@…,new,2009-02-12T15:37:50-08:00,2009-11-14T12:09:15-08:00,"bigloo links with MacPorts libraries libsqlite3.0.dylib, libcrypto.0.9.8.dylib and libssl.0.9.8.dylib on my system, but does not declare dependencies on the sqlite3 or openssl ports. bigloo must either declare these dependencies or not link with these libraries.

You can add variants if you want the functionality to be optional, but if there is a strong likelihood that users will want these features, enable them always and forgo variants.",ryandesign@…
,19128,mpab timeout on port builds,contrib,,defect,macports-tickets@…,new,2009-04-02T11:50:29-07:00,2009-08-13T00:38:50-07:00,I was running mpab until it hit a snag on a port that was failing in an infinite loop (guile or something).  It looks like mpab needs a process to monitor the time of each port build with a timeout limit to kill a build and move on to the next build. ,dweber@…
,19298,ports.php: category pages hard to navigate; consider by-letter navigation,website,,defect,jmpp@…,new,2009-04-13T02:43:21-07:00,2013-03-21T19:27:55-07:00,"If you're on a category page, the only available navigation links let you go to pages by number. This is not useful if you want to, say, browse a category for all ports whose names start with a particular letter.

This deficiency was pointed out to me via email by Mojca Miklavec.",ryandesign@…
,19300,"ports.php: web site should have page about each port, not link to portfile",website,,defect,jmpp@…,new,2009-04-13T02:53:09-07:00,2013-03-21T19:32:15-07:00,"Currently ports.php lets you search for a port, but once you click on one for more info, it just takes you to the portfile in the repository. Users should never need to see the portfile text. Instead, we should show a nicely-formatted page which would include the information you can see in such commands as ""`port info`"" and ""`port variants`""

James Berry [http://article.gmane.org/gmane.os.opendarwin.darwinports/14459 brought this up back in 2005].

This issue was sent to me via email by Mojca Miklavec. ",ryandesign@…
,20861,flac2mp3 does not handle FLAC tags,ports,,defect,macports-tickets@…,new,2009-08-28T11:26:06-07:00,2013-04-17T09:19:11-07:00,"FLAC has its own standard tagging system which is not ID3 (http://flac.sourceforge.net/faq.html#general__tagging)

However, flac2mp3 only supports ID3-tags.

Suggest replacing MP3::Info with Audio::FLAC::Header (which should also support ID3)",markus.tujula@…
,21150,"nonpareil 15c, no LCD display",ports,,defect,krischik@…,new,2009-09-06T10:07:49-07:00,2010-10-30T06:10:34-07:00,"Type nonpareil 15c, it runs and the emulation is running, but there is no LCD display.  I suspect issue with GTK or use of GTK.  This is not a problem with Linux or Windows.  The other calcs are fine, only 11c, 12c, 15c, and 16c affected.",egan@…
,21166,Cannot compile and install net-snmp 5.4.2.1_1 from macports,ports,,defect,ryandesign@…,assigned,2009-09-06T19:12:40-07:00,2010-01-20T23:21:22-08:00,"{{{
port install net-snmp
Port command started with PID 1820
--->  Computing dependencies for net-snmp
--->  Fetching net-snmp
--->  Verifying checksum(s) for net-snmp
--->  Extracting net-snmp
--->  Applying patches to net-snmp
--->  Configuring net-snmp
--->  Building net-snmp
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/net-snmp-5.4.2.1"" && /usr/bin/make -j2 all "" returned error 2
Command output: /bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_D
ARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o table_data.lo table_data.c
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-al
iasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_container.c  -fno-common -DPIC -o .libs/table_container.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/
include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_data.c  -fno-common -DPIC -o .libs/table_data.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/
local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_container.c -o table_container.o >/dev/null 2>&1
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_data.c -o table_data.o >/dev/null 2>&1
/bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o table_dataset.lo table_dataset.c
/bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o table_iterator.lo table_iterator.c
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_dataset.c  -fno-common -DPIC -o .libs/table_dataset.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_iterator.c  -fno-common -DPIC -o .libs/table_iterator.o
table_dataset.c: In function 'netsnmp_table_data_set_helper_handler':
table_dataset.c:514: warning: pointer targets in passing argument 2 of 'netsnmp_table_get_or_create_row_stash' differ in signedness
table_dataset.c:694: warning: pointer targets in assignment differ in signedness
table_dataset.c: In function 'netsnmp_set_row_column':
table_dataset.c:1255: warning: pointer targets in passing argument 2 of 'memdup' differ in signedness
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_iterator.c -o table_iterator.o >/dev/null 2>&1
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_dataset.c -o table_dataset.o >/dev/null 2>&1
/bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o table_row.lo table_row.c
/bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o table_tdata.lo table_tdata.c
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_row.c  -fno-common -DPIC -o .libs/table_row.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_tdata.c  -fno-common -DPIC -o .libs/table_tdata.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_row.c -o table_row.o >/dev/null 2>&1
/bin/sh ../../libtool  --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -c -o watcher.lo watcher.c
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_tdata.c -o table_tdata.o >/dev/null 2>&1
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c watcher.c  -fno-common -DPIC -o .libs/watcher.o
 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c watcher.c -o watcher.o >/dev/null 2>&1
/bin/sh ../../libtool  --mode=link /usr/bin/gcc-4.0 -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9  -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47  -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE   -rpath /opt/local/lib -version-info 16:2:1 -o libnetsnmphelpers.la all_helpers.lo baby_steps.lo bulk_to_next.lo cache_handler.lo debug_handler.lo instance.lo mode_end_call.lo multiplexer.lo null.lo old_api.lo read_only.lo row_merge.lo scalar.lo scalar_group.lo serialize.lo stash_cache.lo stash_to_next.lo table.lo table_array.lo table_container.lo table_data.lo table_dataset.lo table_iterator.lo table_row.lo table_tdata.lo watcher.lo ../libnetsnmpagent.la ../../snmplib/libnetsnmp.la -L/opt/local/lib -L/opt/local/lib  
libtool: link: cannot find the library `../libnetsnmpagent.la' or unhandled argument `../libnetsnmpagent.la'
make[2]: *** [libnetsnmphelpers.la] Error 1
make[1]: *** [subdirs] Error 1
make: *** [subdirs] Error 1
Error: Status 1 encountered during processing.
--->  Executing: /opt/local/bin/port install net-snmp
}}}",james.applemac@…
,22794,iwidgets: fix manpage installation dir,ports,,defect,mww@…,new,2009-12-05T14:26:17-08:00,2009-12-05T14:26:17-08:00,"This patch fixes the manpage installation dir so it doesn't violate the mtree. It also disables the universal variant because AFAICT this port does not install anything that's compiled. It also removes a hardcoded /usr/X11R6/lib from the ldflags, though I would assume the ldflags and build.args can go entirely, since this port doesn't build anything.",ryandesign@…
,23228,zabbix always prints MySQL instructions even if I requested a different database,ports,,defect,markd@…,new,2010-01-11T02:22:38-08:00,2010-01-11T10:29:58-08:00,"I installed zabbix with the +sqlite3 variant, but in the post-install message it still printed instructions about how to set up my MySQL server.",ryandesign@…
,23793,rb-bioruby depends on nonexistent ports rb-dbd-mysql and rb-dbd-pg,ports,,defect,macports-tickets@…,new,2010-02-20T02:50:03-08:00,2010-02-20T02:50:03-08:00,"rb-bioruby declares dependencies on rb-dbd-mysql and rb-dbd-pg but no such ports exist.

{{{
$ port lint rb-bioruby +mysql +postgres
--->  Verifying Portfile for rb-bioruby
Warning: Variant mysql does not have a description
Warning: Variant postgres does not have a description
Error: Unknown dependency: rb-dbd-mysql
Error: Unknown dependency: rb-dbd-pg
--->  2 errors and 2 warnings found.
}}}
",ryandesign@…
,23800,rabbitmq-server fails install phase when startupitem_type is none,ports,,defect,macports-tickets@…,new,2010-02-21T06:47:13-08:00,2012-05-02T00:42:12-07:00,"I set ""startupitem_type none"" in macports.conf and rabbitmq-server failed the install phase:

{{{
:msg:destroot --->  Installing rabbitmq-server @1.7.2_0
:debug:install install phase started at Sun Feb 21 08:23:55 CST 2010
:debug:install Executing proc-pre-org.macports.install-install-0
:info:install sh: line 0: cd: /x86_64-10.6-mp/var/macports/build/_Users_rschmidt_macports_dports_net_rabbitmq-server/work/destroot/x86_64-10.6-mp/etc/LaunchDaemons/org.macports.rabbitmq-server: No such file or directory
:info:install can't find file to patch at input line 3
:info:install Perhaps you should have used the -p or --strip option?
:info:install The text leading up to this was:
:info:install --------------------------
:info:install |--- org.macports.rabbitmq-server.plist.old       2009-02-26 08:00:31.000000000 -0800
:info:install |+++ org.macports.rabbitmq-server.plist   2009-02-26 08:01:27.000000000 -0800
:info:install --------------------------
:info:install File to patch: 
:info:install Skip this patch? [y] 
:info:install Skipping patch.
:info:install 1 out of 1 hunk ignored
:info:install shell command ""cd /x86_64-10.6-mp/var/macports/build/_Users_rschmidt_macports_dports_net_rabbitmq-server/work/destroot/x86_64-10.6-mp/etc/LaunchDaemons/org.macports.rabbitmq-server; patch </Users/rschmidt/macports/dports/net/rabbitmq-server/files/patch-org.macports.rabbitmq-server.plist.diff"" returned error 1
:error:install Target org.macports.install returned: shell command failed
}}}
",ryandesign@…
,23858,FAQ needs info on how to build for i386 on 10.6 (64 bit kernel),wiki,,defect,macports-tickets@…,new,2010-02-25T04:02:10-08:00,2010-02-28T02:07:48-08:00,"I have trouble building some ports for 64 bit, so I found the FAQ entry mentioning ""build_arch"", which suggests that it's possible to build for another arch.

HOWEVER, I can find no info on how to use this feature anywhere. Neither the wiki nor the man page nor ""port help"" mentions ""build_arch"".

Besides this problem of lacking docs on build_arch, it would be good if the FAQ could simply give instructions on what needs to be done in order to rebuild all ports (and future installs as well) for i386 on a 10.6 64 bit system.
",tempelmann@…
,24170,ganglia fails to build with universal variant,ports,,defect,uwaechte@…,new,2010-03-23T06:10:38-07:00,2010-03-23T06:10:38-07:00,"ganglia doesn't build (on Snow Leopard, anyway) when I request the universal variant. The full debug log is attached, but the short of it is:

{{{
 /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I.. -I../../lib -I../../include -O2 -arch x86_64 -arch i386 -Wall -MT metrics.lo -MD -MP -MF .deps/metrics.Tpo -c metrics.c  -fno-common -DPIC -o .libs/metrics.o
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
}}}

This should either be fixed, or the universal variant should be disabled.",ryandesign@…
,24233,advancemame and advancemenu conflict,ports,,defect,macports-tickets@…,new,2010-03-26T15:38:03-07:00,2012-07-04T08:52:33-07:00,"advancemame and advancemenu conflict:

{{{
$ sudo port install advancemame
--->  Computing dependencies for advancemame
--->  Fetching advancemame
--->  Verifying checksum(s) for advancemame
--->  Extracting advancemame
--->  Applying patches to advancemame
--->  Configuring advancemame
--->  Building advancemame
--->  Staging advancemame into destroot
--->  Installing advancemame @0.106.1_0+darwin_i386+universal
--->  Activating advancemame @0.106.1_0+darwin_i386+universal
Error: Target org.macports.activate returned: Image error: /opt/local/share/doc/advance/advcfg.html is being used by the active advancemenu port.  Please deactivate this port first, or use 'port -f activate advancemame' to force the activation.
Error: Status 1 encountered during processing.
}}}

Is this intentional? I thought advancemame and advancemenu were meant to work together. But if the conflict is intentional, both ports should be marked as conflicting with one another using the ""conflicts"" keyword.
",ryandesign@…
,24707,mod_perl2 and p5-apache-test conflict on share/man/man3/Apache::Test.3pm.gz,ports,,defect,ryan@…,new,2010-04-28T02:50:47-07:00,2010-04-28T02:50:47-07:00,"{{{
$ sudo port activate p5-apache-test @1.28_0
--->  Activating p5-apache-test @1.28_0
Error: port activate failed: Image error: /opt/local/share/man/man3/Apache::Test.3pm.gz is being used by the active mod_perl2 port.  Please deactivate this port first, or use 'port -f activate p5-apache-test' to force the activation.
}}}
",ryandesign@…
,24897,document test.dir in guide,guide,,defect,markd@…,new,2010-05-15T15:58:20-07:00,2010-05-15T15:58:20-07:00,The guide talks about other test phase variables but not test.dir,ryandesign@…
,24956,Having trouble using mysql5 and php5,wiki,,defect,macports-tickets@…,new,2010-05-19T13:19:24-07:00,2010-05-22T12:09:02-07:00,"Hi:

I have started the process of installing MAMP as per the instructions on the MacPorts wiki howto for MAMP on [wiki:howto/MAMP howto/MAMP]

I had no problems through the beginning of Step 3: Install MySQL. The port install worked seamlessly.

However, setting up the database was very silent (no feedback what so ever).

The autostart seems to work, and grep filtering for mysql processes seems to indicate mysql is running no problem.

But when I try to set the root password, I get the following error.

{{{
mysqladmin5: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/opt/local/var/run/mysql5/mysqld.sock' exists!
}}}

Likewise, when I try to log into the server, it says:

{{{
Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)
}}}

I am running Mac OS X 10.6.3 [[br]]
2.4 GHz Intel Core 2 Duo [[br]]
3 GB Ram

Not sure how to proceed.",samii@…
,25722,Mailing list email lines broken at 990 chars,server/hosting,,defect,wsiegrist@…,new,2010-07-17T22:52:19-07:00,2010-07-17T22:52:19-07:00,"[http://lists.macosforge.org/pipermail/macports-users/2010-July/021089.html I sent an email] to the list with a paragraph of text that was longer than 1000 characters. Email standards dictate that no line in an email should exceed 1000 characters (according to RFC 821), but I sent with Mail.app from Snow Leopard, which of course is aware of this requirement and wraps lines at far less than this. Looks like Mail.app ensures lines are no longer than 74 characters long, including the overhead of the quoted-printable encoding it uses. In my Sent box, the source of the content of the message looks like this:

{{{
On Jul 17, 2010, at 23:00, Ryan Schmidt wrote:

> Once MacPorts is installed, which it sounds like you've done, you can =
install a port like autopano-sift-c by simply typing:
>=20
> sudo port install autopano-sift-c

I should point out that in most cases MacPorts is not installing =
pre-built software; it is actually building the software on your =
machine. For some ports, this can take more time than you may be used =
to, especially if your computer is older or not very fast. Many ports =
will install in seconds or a few minutes, but I see, for example, that =
autopano-sift-c depends on cmake, and that hugin-app depends on boost; =
these are large programs that may require 30 or 60 minutes or more to =
build, depending on your computer. Normally you won't get any feedback =
about what's going on either; the last line displayed in the Terminal =
will be something like ""--->  Building cmake"", and you may get the =
impression after awhile that MacPorts has crashed or frozen, but this is =
almost always not the case. You can use Activity Monitor (in =
/Applications/Utilities) to see whether your computer is busy; usually =
you will see at least one CPU meter doing something, indicating things =
are proceeding along. Just wait awhile and let it finish; on modern =
Macs, most ports will install within a couple hours, most in much less =
time, but a port like hugin-app which I believe ends up having a total =
of 73 dependencies that need to be installed may still take awhile.
}}}

However, when the copy of the message arrived from the list server, the source of the content of the message looks like this:

{{{
On Jul 17, 2010, at 23:00, Ryan Schmidt wrote:

> Once MacPorts is installed, which it sounds like you've done, you can install a port like autopano-sift-c by simply typing:
> 
> sudo port install autopano-sift-c

I should point out that in most cases MacPorts is not installing pre-built software; it is actually building the software on your machine. For some ports, this can take more time than you may be used to, especially if your computer is older or not very fast. Many ports will install in seconds or a few minutes, but I see, for example, that autopano-sift-c depends on cmake, and that hugin-app depends on boost; these are large programs that may require 30 or 60 minutes or more to build, depending on your computer. Normally you won't get any feedback about what's going on either; the last line displayed in the Terminal will be something like ""--->  Building cmake"", and you may get the impression after awhile that MacPorts has crashed or frozen, but this is almost always not the case. You can use Activity Monitor (in /Applications/Utilities) to see whether your computer is busy; usually you will see at least one CPU meter doing something, indicating things are proceeding along. Ju
 st wait awhile and let it finish; on modern Macs, most ports will install within a couple hours, most in much less time, but a port like hugin-app which I believe ends up having a total of 73 dependencies that need to be installed may still take awhile.


_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
}}}

The mailing list server has taken away the incoming quoted-printable encoding, and replaced it with no encoding at all, resulting in the mail server receiving a line that was longer than 1000 characters, and the mail server decided to insert a newline at 990 characters (as is [http://support.jodohost.com/showthread.php?p=74835 apparently common practice] for some email servers like qmail -- the headers don't indicate what mail server software is used so I don't know if you're using qmail or merely something that's acting similarly). The result is that when I read this email in my mail program, the word ""Just"" appears as ""Ju st"".

When viewed in the mailing list archive as per the link above, there is no problem.

What can we do to let the mailing list system send emails that are not unintentionally reformatted like this?",ryandesign@…
,25868,parrot universal variant fails,ports,,defect,l2g@…,assigned,2010-07-29T18:46:57-07:00,2011-07-19T16:59:10-07:00,"See subject.

{{{
$ sudo port -v install parrot +universal
--->  Computing dependencies for parrot.
--->  Fetching parrot
--->  Verifying checksum(s) for parrot
--->  Checksumming parrot-2.6.0.tar.gz
--->  Extracting parrot
--->  Extracting parrot-2.6.0.tar.gz
--->  Configuring parrot
Invalid option ""disable-dependency-tracking"". See ""perl Configure.pl --help"" for valid options
shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_parrot/work/parrot-2.6.0"" && perl Configure.pl --prefix=/opt/local --disable-dependency-tracking --mandir=/opt/local/share/man --optimize "" returned error 2
}}}
",ryandesign@…
,25896,rb19-sqlite3 fails destroot when ruby19 installed with nosuffix variant,ports,,defect,singingwolfboy@…,new,2010-08-01T12:21:07-07:00,2010-08-01T12:21:07-07:00,"rb19-sqlite3 fails destroot when ruby19 is installed with the nosuffix variant since it cannot find $prefix/bin/ruby1.9. Perhaps the nosuffix variant needs to lay down some symlinks, or rb19-sqlite3 needs a nosuffix variant to match. ",wsiegrist@…
,27665,ccache cannot write manifest files,ports,,defect,landonf@…,new,2010-12-14T02:01:54-08:00,2011-01-19T19:46:44-08:00,"ccache has lots of cache misses because it does not write manifest files or rather cannot rename the temporary manifest files.

the logfile shows this:
[2010-12-14T10:41:37.967554 79067] Error writing to manifest file
[2010-12-14T10:41:37.967608 79067] Failed to write manifest file
[2010-12-14T10:41:37.968484 79067] Failed to add object file hash to .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest

these are the files left over after this failure (empty manifest file and temporary manifest file):
-rw-r----- 0 Dec 14 10:41 .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest
-rw-r----- 9.6K Dec 14 10:41 .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest.tmp.hostname.79067

i should note that a downloaded and self-compiled build of 3.1.3 works without problems. the only differences i see are a minor patch and omitting debugging symbols (-g). i recompiled macpors ccache without the patch and ommitted -g in my private build. so both versions should be the same. still the macports version fails which leaves me puzzled.",florian@…
,27936,sunwait @20041208 does not accept eastern longitude,ports,,defect,macports-tickets@…,reopened,2011-01-12T09:07:14-08:00,2012-05-13T09:35:23-07:00,"When submitting an eastern longitude sunwait displays a warning and falls back to the default, using 77.069450W as longitude coordinate.[[BR]]

{{{
% sunwait -d12 -m1 -p 33.56S 18.25E
warning: latitude or longitude not set
	default coords of Alexandria, Virgina, USA used
Using location:             33.560000S, 77.069450W
Date:                       12 Jan 2011 
Local time:                 17:56 
Day length:                 14:12 hours
With civil twilight         15:06 hours
With nautical twilight      16:15 hours
With astronomical twilight  17:29 hours
Length of twilight:  civil   0:26 hours
                  nautical   1:01 hours
              astronomical   1:38 hours
Current specified time zone: CET (1 from UTC) 
Sun transits 1816 CET
                   Sun rises 1111 CET, sets 0121 CET
       Civil twilight starts 1043 CET, ends 0150 CET
    Nautical twilight starts 1009 CET, ends 0224 CET
Astronomical twilight starts 0932 CET, ends 0301 CET
}}}
",nonstop.server@…
,28481,bf2c @1.2.3 Most any program results in a bus error,ports,,defect,macports-tickets@…,new,2011-02-19T14:12:23-08:00,2011-02-19T14:12:43-08:00,"In my tests, feeding anything but the most trivial Brainfuck program as input to this compiler ultimately results in a bus error.

{{{
$ bf2c -i calc.bf -o calc.c
bf2c.cc 1.2.2 Copyright (c) 2002-2003 Rene Ladan <r.c.ladan@student.tue.nl>

Optimizing BrainFuck to C compiler.

Building parse tree.
Cleaning parse tree.
Converting mulzero's.
Cleaning parse tree.
Removing non-i/o tail.
Making header absolute.
Bus error
}}}

(It's also interesting that the portfile says this is version 1.2.3 while bf2c itself says it's 1.2.2. The port really is grabbing the appropriate 1.2.3 tarball from Sourceforge.)

I'll attach a sample program that can be used as input. It's a quine (a program that generates itself as output).
",l2g@…
,29013,some trac sidebar links should be https but are http,server/hosting,,defect,wsiegrist@…,new,2011-04-03T12:20:10-07:00,2011-04-03T12:20:10-07:00,"Specifically: Mailing Lists, Ticket Search, and Ticket Query. Only applies when using Trac over https, obviously.",jmr@…
,29883,lingon: fix homepage in About box,ports,,defect,bfulgham@…,new,2011-06-20T13:59:23-07:00,2011-08-02T00:20:09-07:00,The About box of the Lingon app lists the homepage as !http://tuppis.com/lingon but that domain name seems to be owned by a domain name squatter now. Consider patching the app so that it lists a viable homepage in the About box (for example ${homepage}).,ryandesign@…
,30162,meinproc4 segfaults at end of build,ports,,defect,macports-tickets@…,reopened,2011-07-12T20:16:44-07:00,2013-03-07T05:50:01-08:00,"Same old worthless crash from meinproc4. This drives the KDE folks crazy. This one is from kdebase4:

{{{
/bin/sh: line 1: 95059 Segmentation fault      /opt/local/bin/meinproc4 --check --cache /opt/local/var/macports/build/_Users_aeetes_dports_kde_kdebase4/kdebase4/work/build/konsole/doc/manual/index.cache.bz2 /opt/local/var/macports/build/_Users_aeetes_dports_kde_kdebase4/kdebase4/work/kdebase-4.6.5/konsole/doc/manual/index.docbook
}}}
",snc@…
,31355,kdesdk4: Umbrello not able to run,ports,,defect,mk@…,new,2011-09-21T15:26:04-07:00,2013-05-23T13:26:37-07:00,"I built kdesdk4 a couple days ago to get Umbrello on my Lion system. The compilation finished without an error, and only a couple notices along the way about commands to run, including telling launchctl to start dbus-session and change the owner on ~/Library/Preferences/KDE, all of which have been done. However, Umbrello still won't start. If I try launching it using Finder, the icon bounces in the Dock for a couple seconds then disappears. Running the executable myself produces this output:


{{{
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work 
umbrello(4114)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes. 
umbrello(4114)/KSharedDataCache: Unable to find an appropriate lock to guard the shared cache.  This *should* be essentially impossible. :( 
umbrello(4114)/KSharedDataCache: Unable to perform initial setup, this system probably does not really support process-shared pthreads or semaphores, even though it claims otherwise. 
umbrello(4114)/KSharedDataCache: Unable to unmap shared memory segment 0x113015000 
umbrello(4114)/kdeui (kdelibs): Attempt to use QAction ""edit_undo"" with KXMLGUIFactory! 
umbrello(4114)/kdeui (kdelibs): Attempt to use QAction ""edit_redo"" with KXMLGUIFactory! 
Unable to start Dr. Konqi
}}}


Google searches for the last line doesn't seem to produce many useful results. In any case, this shouldn't happen by default.

Mid-2011 MacBook Air, 1.7GHz Core i5, 4GB RAM, OS X 10.7.1, Xcode 4.1, GCC 4.2.",mtughan@…
,31708,"Subversion with serf: qop=""auth"" authentication not supported",server/hosting,,defect,ryandesign@…,new,2011-10-21T14:26:46-07:00,2011-10-24T09:22:08-07:00,"I'm using MacPorts Subversion 1.6.17 to commit to the MacPorts Subversion repository, and it works fine when using the default neon http library. But serf is scheduled to become the default http library in Subversion 1.8 and as recommended on the Subversion users list I wanted to get a heads up and try it now (by setting ""http-library = serf"" in ~/.subversion/servers). I got this problem:

{{{
$ svn ci -m ""...""
svn: Commit failed (details follow):
svn: qop=""auth"" authentication not supported.
Authentication failed
svn: Your commit message was left in a temporary file:
svn:    '.../svn-commit.tmp'
}}}

I see this was reported years ago here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498340

The response was: ""The AuthDigestDomain parameter is incorrectly configured on this server"" and ""remove the AuthDigestDomain parameter or set it to a path or URI prefix."" Could you check the server configuration?
",ryandesign@…
,32862,cgal: wrong path in /opt/local/lib/CGAL/FindQGLViewer.cmake,ports,,defect,vince@…,new,2012-01-12T06:30:22-08:00,2012-07-11T12:50:34-07:00,"When installing in the normal places, all the paths in /opt/local/lib/cmake/FindQGLViewer.cmake use /usr instead of /opt
",josephwinston@…
,32967,cvsps needs to be UsingTheRightCompiler,ports,,defect,erickt@…,new,2012-01-21T08:04:36-08:00,2012-01-21T08:04:36-08:00,"{{{
cc -g -O2 -Wall  -I. -DVERSION=\""2.1\""   -c -o cbtcommon/debug.o cbtcommon/debug.c
cc -g -O2 -Wall -I. -DVERSION=""2.1"" -c -o cbtcommon/debug.o cbtcommon/debug.c
cc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make: *** [cbtcommon/debug.o] Error 1
}}}",snc@…
,33697,Incomplete uninstall script,guide,,defect,markd@…,new,2012-03-20T10:47:59-07:00,2012-03-21T03:39:43-07:00,"The uninstall script at

http://guide.macports.org/chunked/installing.macports.uninstalling.html

fails to remove

{{{
/private/var/db/dslocal/nodes/Default/users/macports.plist
/private/var/db/dslocal/nodes/Default/groups/macports.plist
}}}

which leaves user-name (macports), group (macports) and ID (typically 503) on the database causing confusion and minor inconvenience.

Users become aware of this when changing permissions in Get Info or using AppleJack etc.

Removing these 2 plist files works with Leopard and probably works with later OSs.

Correcting and testing the script should be relatively easy.",neville@…
,33788,exact-image looks for X11 in /usr/X11,ports,,defect,macports@…,new,2012-03-27T05:39:23-07:00,2012-03-27T05:39:23-07:00,"exact-image looks for X11 headers in /usr/X11/include and libraries in /usr/X11/lib and /usr/X11/lib64. There are never any lib64 directories on OS X, leading to many warnings like this:

{{{
ld: warning: directory '/usr/X11/lib64' following -L not found
}}}

More importantly, in MacPorts, we never want to get any X11 bits from /usr/X11; if any X11 bits are required, declare dependencies on the corresponding MacPorts xorg-* ports and reference them in ${prefix}.",ryandesign@…
,33977,py-dot: remove py24 subport,ports,,defect,phw@…,new,2012-04-10T07:11:44-07:00,2012-04-10T07:11:44-07:00,"In the effort to remove python24 packages, py-dot needs its py24 subport removed.",snc@…
,33979,py-celementtree: remove port,ports,,defect,macports-tickets@…,new,2012-04-10T07:18:55-07:00,2012-04-10T07:18:55-07:00,"Once [ticket:33978 yum removes its dependencies], py-celementree should be removed.",snc@…
,34124,openal: update to latest version,ports,,defect,macports-tickets@…,new,2012-04-19T06:40:10-07:00,2012-06-02T12:52:59-07:00,"I see 1.12 available in Ubuntu, that's quite a gap with what MacPorts has available. This also might allow more packages that use OpenAL to build against it (e.g. KDE).

Perhaps the livecheck needs fixed as well.",snc@…
,35326,MacPorts documentation needs minor updates for Mountain Lion,wiki,,defect,macports-tickets@…,new,2012-07-26T06:45:08-07:00,2012-07-31T17:54:55-07:00,"Current MacPorts documentation suggests that in the version of Mac OS older than Snow Leopard includes X11. As of Mountain Lion (released yesterday), this is no longer true.  It is now necessary for users to manually download and install Quartz X11.  (At least, Mountain Lion provides a link to make it quick and easy to do the install.)

There may be other Mountain Lion differences that affect MacPorts installation and operation. It's too early for me know. But I would recommend giving it a once over.",chamsdf@…
,35837,gnuplot & wxWidgets(-devel): broken fonts,ports,,defect,macports-tickets@…,new,2012-08-26T07:28:07-07:00,2012-11-28T09:23:14-08:00,"I think that this worked some time ago, but I won't swear it. The wxt terminal in gnuplot doesn't show any text labels at all (it seems like broken font initialization) and if I try
{{{
set term wxt font ""WhateverFont,16""
}}}
it crashes with:
{{{
(process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(process:3664): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed

(process:3664): GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed

(process:3664): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderCoreText', script='common'

(process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(process:3664): Pango-WARNING **: couldn't load font ""Lucida Not-Rotated 320"", modified variant/weight/stretch as fallback, expect ugly output.

(process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(process:3664): Pango-ERROR **: Could not load fallback font, bailing out.
Trace/BPT trap: 5
}}}

I didn't fill the Port in since it is not clear to me at this point if this is gnuplot, wxWidgets or Pango issue. This happens both with wxWidgets and wxWidgets-devel. I didn't play with different versions of pango & glib2.",mojca.miklavec.lists@…
,35947,hs-json @0.4.4 Command failed: /opt/local/libexec/hs-json/register.sh during activate,ports,,defect,macports-tickets@…,new,2012-09-03T07:29:49-07:00,2012-10-14T22:48:56-07:00,see log file attached,fsb@…
,36950,Local Port Repo Instructions Should Address Permissions Issue,guide,,defect,larryv@…,assigned,2012-11-10T14:05:41-08:00,2013-03-22T04:58:23-07:00,"The many tickets complaining of permissions issues on local portfile repos are evidence that the instructions at http://guide.macports.org/chunked/development.local-repositories.html should be updated.  In particular, it may well be that the requirement that portfiles be readable by ""nobody"" make it inappropriate for most users to store the ports under their home directories, as the ticket suggests.  Also, the ticket should suggest specific permissions and ownership for local portfile repos that will help avoid this issue, and suggest {{{sudo -u nobody ls <directory>}}} as a test",dave@…
,37137,gobject-introspection @1.34.1.1_0 +universal Build failure - missing symbol in Python shared object,ports,,defect,macports-tickets@…,new,2012-11-25T13:23:00-08:00,2013-04-13T17:47:40-07:00,"I was considering re-opening #36725 for this, but it turns out that this is a different error message, so I'm opening a separate ticket. Here's the relevant part of my main.log:
{{{
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/fontconfig-2.0.gir -o gir/fontconfig-2.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/freetype2-2.0.gir -o gir/freetype2-2.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/GL-1.0.gir -o gir/GL-1.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/libxml2-2.0.gir -o gir/libxml2-2.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/xft-2.0.gir -o gir/xft-2.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/xlib-2.0.gir -o gir/xlib-2.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/xfixes-4.0.gir -o gir/xfixes-4.0.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/xrandr-1.3.gir -o gir/xrandr-1.3.typelib
:info:build env PATH=.libs:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ./g-ir-compiler --includedir=. --includedir=./gir --includedir=. --includedir=. --includedir=. gir/cairo-1.0.gir -o gir/cairo-1.0.typelib
:info:build Traceback (most recent call last):
:info:build   File ""./g-ir-scanner"", line 44, in <module>
:info:build     from giscanner.scannermain import scanner_main
:info:build   File ""./giscanner/scannermain.py"", line 34, in <module>
:info:build     from giscanner.dumper import compile_introspection_binary
:info:build   File ""./giscanner/dumper.py"", line 28, in <module>
:info:build     from .gdumpparser import IntrospectionBinary
:info:build   File ""./giscanner/gdumpparser.py"", line 31, in <module>
:info:build     from .transformer import TransformerException
:info:build   File ""./giscanner/transformer.py"", line 27, in <module>
:info:build     from .girparser import GIRParser
:info:build   File ""./giscanner/girparser.py"", line 26, in <module>
:info:build     from .girwriter import COMPATIBLE_GIR_VERSION
:info:build   File ""./giscanner/girwriter.py"", line 25, in <module>
:info:build     from .xmlwriter import XMLWriter
:info:build   File ""./giscanner/xmlwriter.py"", line 74, in <module>
:info:build     from _giscanner import collect_attributes
:info:build   File ""./giscanner/libtoolimporter.py"", line 66, in load_module
:info:build     mod = imp.load_module(name, open(realpath), realpath, (extension, 'rb', 3))
:info:build ImportError: dlopen(./.libs/_giscanner.so, 2): Symbol not found: _getmntent
:info:build   Referenced from: /opt/local/lib/libgio-2.0.0.dylib
:info:build   Expected in: flat namespace
:info:build  in /opt/local/lib/libgio-2.0.0.dylib
:info:build make[2]: *** [GLib-2.0.gir] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build.build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.34.1.1'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build.build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.34.1.1'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build.build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.34.1.1'
:info:build Command failed:  cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.34.1.1"" && /usr/bin/make -j2 -w all CC=""/usr/bin/gcc-4.2 -arch x86_64"" V=1 
:info:build Exit code: 2
:error:build org.macports.build for port gobject-introspection returned: command execution failed
:debug:build Error code: CHILDSTATUS 18536 2
:debug:build Backtrace: command execution failed
    while executing
""system -nice 0 $fullcmdstring""
    (""eval"" body line 1)
    invoked from within
""eval system $notty $nice \$fullcmdstring""
    invoked from within
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: targets not executed for gobject-introspection: org.macports.install org.macports.build org.macports.destroot
}}}
Other potentially useful info:
{{{
Local-Admins-MacBook-Pro:~ ericgallager$ port -v installed glib2
The following ports are currently installed:
  glib2 @2.34.2_0+universal (active) platform='darwin 10' archs='i386 x86_64'
Local-Admins-MacBook-Pro:~ ericgallager$ port -v installed glib2-devel
The following ports are currently installed:
  glib2-devel @2.35.1_0+universal (active) platform='darwin 10' archs='i386 x86_64'

Local-Admins-MacBook-Pro:~ ericgallager$ which xcodebuild
/Developer/usr/bin/xcodebuild
Local-Admins-MacBook-Pro:~ ericgallager$ `which xcodebuild` -version
Xcode 3.2.6
Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0
BuildVersion: 10M2518

Local-Admins-MacBook-Pro:~ ericgallager$ which clang
/Developer/usr/bin/clang
Local-Admins-MacBook-Pro:~ ericgallager$ `which clang` --version
Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
Target: x86_64-apple-darwin10
Thread model: posix

Local-Admins-MacBook-Pro:~ ericgallager$ which gcc
/Developer/usr/bin/gcc
Local-Admins-MacBook-Pro:~ ericgallager$ `which gcc` --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Local-Admins-MacBook-Pro:~ ericgallager$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python
Local-Admins-MacBook-Pro:~ ericgallager$ `which python` --version
Python 2.7.2

Local-Admins-MacBook-Pro:~ ericgallager$ which ccache
/opt/local/bin/ccache
Local-Admins-MacBook-Pro:~ ericgallager$ `which ccache` --version
ccache version 3.1.8

Copyright (C) 2002-2007 Andrew Tridgell
Copyright (C) 2009-2011 Joel Rosdahl

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
}}}
",egall@…
,37426,shell paths not adapted by the installer,base,,defect,macports-tickets@…,new,2012-12-28T12:19:42-08:00,2012-12-30T20:55:49-08:00,"the ""export PATH=/opt/local/bin:/opt/local/sbin:$PATH"" line was not appended to my bash and zsh paths after installing Macport for the first time despite the online documentation saying it should:
""If needed your shell configuration files will be adapted by the installer to include the necessary settings to run MacPorts and the programs it installs, but you may need to open a new shell for these changes to take effect.""
",jule64@…
,37550,expat: configure failure,ports,,defect,ryandesign@…,new,2013-01-06T12:55:13-08:00,2013-01-07T06:20:47-08:00,"Hallo,

lately I try to install wine via macports but he gives the same error every time.
I searched for solutions but cannot find the right one.

gr Joost

here is the print:

{{{
-bash-3.2$ sudo port install wine
Password:
--->  Computing dependencies for wine
--->  Dependencies to be installed: bison gettext expat libiconv gperf ncurses m4 xz flex fontconfig freetype bzip2 zlib pkgconfig gst-plugins-base gnome-vfs desktop-file-utils glib2 libffi perl5 perl5.12 gdbm popt gconf dbus-glib dbus gtk-doc docbook-xml docbook-xml-4.1.2 docbook-xml-4.2 xmlcatmgr docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 docbook-xsl gnome-doc-utils intltool gnome-common p5.12-getopt-long p5.12-pathtools p5.12-scalar-list-utils p5.12-xml-parser iso-codes libxslt libxml2 py27-libxml2 python27 db46 libedit openssl python_select sqlite3 rarian getopt gtk2 atk gobject-introspection cairo libpixman libpng xorg-libXext autoconf help2man p5.12-locale-gettext automake libtool xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb xorg-libpthread-stubs xorg-xcb-proto xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-util-macros xorg-xcb-util xrender xorg-renderproto gdk-pixbuf2 jasper jpeg tiff hicolor-icon-theme pango Xft2 shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit eggdbus gnome-mime-data gstreamer gzip texinfo libtheora libvorbis libogg orc xorg-libice xorg-libsm lcms mesa makedepend tcl xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
--->  Configuring expat
Error: org.macports.configure for port expat returned: configure failure: command execution failed
Error: Failed to install expat
Please see the log file for port expat for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log
Error: The following dependencies were not installed: bison gettext expat libiconv gperf ncurses m4 xz flex fontconfig freetype bzip2 zlib pkgconfig gst-plugins-base gnome-vfs desktop-file-utils glib2 libffi perl5 perl5.12 gdbm popt gconf dbus-glib dbus gtk-doc docbook-xml docbook-xml-4.1.2 docbook-xml-4.2 xmlcatmgr docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 docbook-xsl gnome-doc-utils intltool gnome-common p5.12-getopt-long p5.12-pathtools p5.12-scalar-list-utils p5.12-xml-parser iso-codes libxslt libxml2 py27-libxml2 python27 db46 libedit openssl python_select sqlite3 rarian getopt gtk2 atk gobject-introspection cairo libpixman libpng xorg-libXext autoconf help2man p5.12-locale-gettext automake libtool xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb xorg-libpthread-stubs xorg-xcb-proto xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-util-macros xorg-xcb-util xrender xorg-renderproto gdk-pixbuf2 jasper jpeg tiff hicolor-icon-theme pango Xft2 shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit eggdbus gnome-mime-data gstreamer gzip texinfo libtheora libvorbis libogg orc xorg-libice xorg-libsm lcms mesa makedepend tcl xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wine failed
-bash-3.2$ 
}}}",foossolutions@…
,37551,PGPLOT crashes with GIF,ports,,defect,mcalhoun@…,new,2013-01-06T13:12:17-08:00,2013-01-06T14:18:14-08:00,"PGPLOT crashes with a segmentation fault if trying to generate GIF images.

The issue may be that the source changes needed to compile on 64-bit machines were not made.  One line needs to be changed in each of the following files (though, for the drivers enabled in macports, I think only the two gidriv.f files need modification):

- `drivers/gidriv.f`
- `drivers/ppdriv.f`
- `drivers/wddriv.f`
- `sys_win/gidriv.f`

In each, look for a line saying:
{{{
C Note: for 64-bit operating systems, change the following
C declaration to INTEGER*8:

Change the INTEGER declaration to INTEGER*8
}}}",andy@…
,37576,grass fails to configure: Unable to locate FFMPEG library,ports,,defect,macports-tickets@…,new,2013-01-08T16:10:01-08:00,2013-01-08T17:13:37-08:00,"
On MacOS X 10.5.8, Xcode 3.1.4.

",Peter.Danecek@…
,37620,kmymoney4 @4.6.3_0: build failure on OS X 10.8,ports,,defect,pixilla@…,new,2013-01-12T19:16:47-08:00,2013-04-22T14:35:58-07:00,"Hello,
I set /opt/local/etc/macports/sources.conf to http://www.macports.org/files/ports.tar.gz [default] to install the latest version of kmymoney4.
The installation process fails when trying to compile kmymoney4. Can someone help me?
I have attached the log file.

RenanG",renang010@…
,37680,xine-ui @0.99.6: build failure due to libpng 1.5 incompatibility,ports,,defect,ryandesign@…,new,2013-01-17T14:18:58-08:00,2013-04-18T01:54:58-07:00,"[https://build.macports.org/builders/buildports-mtln-x86_64/builds/1318/steps/compile/logs/stdio/text From the 10.8 buildbot]:

{{{
/usr/bin/clang -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -I../../../src -I../../../src -I../../../src/common -I../../../src/common -I../../../src/xitk/xine-toolkit -I../../../src/xitk/xine-toolkit -I/opt/local/include   -I/opt/local/include  -I/opt/local/include/libpng15   -Wall -D_FILE_OFFSET_BITS=64 -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -pipe -O2 -arch x86_64 -I/opt/local/include     -DNDEBUG -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -MT libImlib_light_a-misc.o -MD -MP -MF .deps/libImlib_light_a-misc.Tpo -c -o libImlib_light_a-misc.o `test -f 'misc.c' || echo './'`misc.c
load.c:64:15: error: incomplete definition of type 'struct png_info_def'
  if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
      ~~~~~~~~^
}}}

(Sorry I can't work on this myself. I was just planning on adding a `description`; I'm not really in a position to fix this new issue locally.)",larryv@…
,37722,gconf: configure: error: XML::Parser perl module is required for intltool,ports,,defect,macports-tickets@…,new,2013-01-20T18:13:44-08:00,2013-01-20T21:35:53-08:00,"I am trying to install fftw on Mac OSX 10.7.5 with Xcode 4.3.2 but halfway I get the following error and am not able to debug it from the log file. Please help. Thanks!

{{{
--->  Computing dependencies for gconf
--->  Configuring gconf
Error: org.macports.configure for port gconf returned: configure failure: command execution failed
Please see the log file for port gconf for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gconf/gconf/main.log
Error: Unable to upgrade port: 1
Error rebuilding gconf
    while executing
""error ""Error rebuilding $portname""""
    (procedure ""revupgrade_scanandrebuild"" line 370)
    invoked from within
""revupgrade_scanandrebuild broken_port_counts $opts""
    (procedure ""macports::revupgrade"" line 5)
    invoked from within
""macports::revupgrade $opts""
    (procedure ""action_revupgrade"" line 2)
    invoked from within
""action_revupgrade $action $portlist $opts""
    (procedure ""action_target"" line 94)
    invoked from within
""$action_proc $action $portlist [array get global_options]""
    (procedure ""process_cmd"" line 95)
    invoked from within
""process_cmd $remaining_args""
    invoked from within
""if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining...""
    (file ""/opt/local/bin/port"" line 4784)
}}}",s.mahajan1@…
,37768,p5-text-markdown: please ship the Mardown.pl script (and update to latest version),ports,,defect,paul.totterman@…,new,2013-01-23T16:35:12-08:00,2013-01-23T16:43:10-08:00,"Please ship the Markdown.pl script and update to the latest upstream version (1.000031).

CPAN home:
 * http://search.cpan.org/dist/Text-Markdown/

Changelog:
{{{
1.0.31 2010-03-20T23:06:04
        - Fix installation of the Markdown.pl script.
}}}
",jpo@…
,37995,mapnik and py26-mapnik,ports,,defect,stromnov@…,new,2013-02-09T02:52:43-08:00,2013-02-10T03:16:38-08:00,What is the situation with mapnik and py26-mapnik? Why do both exist? mapnik appears to be current while py26-mapnik is vastly out of date and does not build and has several tickets filed against it and is no longer being maintained by its maintainer. Should py26-mapnik be replaced_by mapnik?,ryandesign@…
,38125,tre and agrep should be marked as conflicting.,ports,,defect,erickt@…,new,2013-02-19T03:35:46-08:00,2013-03-13T08:42:34-07:00,"They both try to install an executable named `agrep` and so they should be marked as conflicting. Either that or the files that `tre` installs should be changed to match the name of the port (was it a fork at one point?).
",egall@…
,38139,cdsclient @3.4.0: needs runtime dependency on wget,ports,,defect,tim@…,new,2013-02-20T13:03:53-08:00,2013-02-20T13:49:24-08:00,cdsclient makes calls to wget which isn't installed as a dependency,janssens@…
,38154,libident @0.32: Does not respect build_arch,ports,,defect,toby@…,new,2013-02-21T15:47:51-08:00,2013-02-21T15:47:51-08:00,"The final linker command to assemble `libident.0.dylib` completely ignores the provided `-arch` flags. (Build was on an x86_64 system.)

{{{
% sudo port build libident supported_archs=i386
[…]
/bin/sh ./libtool --mode=link /usr/bin/clang  -pipe -O2 -Wall -W -arch i386  -L/opt/local/lib -arch i386 -o libident.la -rpath /opt/local/lib  ident.lo id_open.lo id_close.lo id_query.lo id_parse.lo support.lo  
/usr/bin/clang -dynamiclib -undefined dynamic_lookup -o .libs/libident.0.0.0.dylib  .libs/ident.o .libs/id_open.o .libs/id_close.o .libs/id_query.o .libs/id_parse.o .libs/support.o  -L/opt/local/lib -install_name  /opt/local/lib/libident.0.dylib -compatibility_version 1 -current_version 1.0
ld: warning: ld: warning: ignoring file .libs/ident.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/ident.oignoring file .libs/id_open.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/id_open.o

ld: warning: ld: warning: ignoring file .libs/id_close.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/id_close.oignoring file .libs/id_query.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/id_query.o

ld: warning: ld: warning: ignoring file .libs/id_parse.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/id_parse.oignoring file .libs/support.o, file was built for i386 which is not the architecture being linked (x86_64): .libs/support.o
}}}",larryv@…
,38254,man and man2html conflict,ports,,defect,mww@…,new,2013-03-02T14:54:06-08:00,2013-03-20T09:56:08-07:00,"Installing `man2html` while `man` is active causes the following files to get moved aside:
{{{
Warning: File /opt/local/bin/man2html already exists.  Moving to: /opt/local/bin/man2html.mp_1362264730.
Warning: File /opt/local/share/man/man1/man2html.1.gz already exists.  Moving to: /opt/local/share/man/man1/man2html.1.gz.mp_1362264730.
}}}
",egall@…
,38509,vtwm @5.4.6b puts its manpage in the wrong folder,ports,,defect,mdales@…,new,2013-03-23T15:01:39-07:00,2013-03-23T15:12:26-07:00,"It puts it in `${prefix}/share/man` instead of `${prefix}/share/man/man1` (i.e. it's one level too high up)
",egall@…
,38510,p5*-eperl: manpages go in the wrong folder,ports,,defect,cal@…,new,2013-03-23T15:04:59-07:00,2013-03-23T15:12:54-07:00,"They put their manpages in `${prefix}/share/man` instead of `${prefix}/share/man/man1` (i.e. they're all one level too high up). (Also all the p5*-eperl ports conflict with one another, too...)
",egall@…
,38549,Trac RSS Feed Broken,server/hosting,,defect,wsiegrist@…,new,2013-03-26T09:04:14-07:00,2013-05-18T06:42:56-07:00,"The rss feed (https://trac.macports.org/feeds/posts/macports) now returns ""Error: Not Found""",mgrimes@…
,39010,tovid: port abandoned,ports,,defect,macports@…,new,2013-05-05T03:24:26-07:00,2013-05-05T03:24:26-07:00,"Do you still wish to maintain the tovid port for MacPorts? You have not responded to any tickets that have ever been filed about it (#22019, #24151, #26454, #33522).

If we do not hear from you by June 1, 2013, we will consider the port abandoned and will assign it to someone else.",ryandesign@…
,39026,bigloo links to nonexisting framework,ports,,defect,reilles@…,new,2013-05-07T05:34:58-07:00,2013-05-11T04:29:42-07:00,"Compiling (third-party software) with bigloo fails with
{{{
dyld: Library not loaded: @executable_path/../Frameworks/bigloo/3.8c/libbigloo_s-3.8c.dylib
  Referenced from: /opt/local/bin/bigloo
  Reason: image not found
make[1]: *** [xxx] Trace/BPT trap: 5
make: *** [all] Error 2
}}}
The reason is that there seems to be a dependency/link on files inside Frameworks/bigloo:
{{{
> otool -L /opt/local/bin/bigloo
/opt/local/bin/bigloo:
	@executable_path/../Frameworks/bigloo/3.8c/libbigloo_s-3.8c.dylib (compatibility version 0.0.0, current version 0.0.0)
	@executable_path/../Frameworks/bigloo/3.8c/libbigloogc_fth-3.8c.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
}}}
but the framework doesn't exist. There is only {{{/opt/local/lib/bigloo/3.8c/libbigloo_s-3.8c.dylib}}} etc., but no framework.
",mojca@…
,39089,openmpi @1.7.1: Cannot determine global symbol label prefix during configure,ports,,defect,mww@…,new,2013-05-13T10:23:56-07:00,2013-05-22T07:07:22-07:00,"The updated port fails to configure on an Mac OS X 10.5.8 system.

The respective main.log and config.log attached.",Peter.Danecek@…
,39194,slimdata @2.6.5 fails to link,ports,,defect,macsforever2000@…,new,2013-05-22T08:49:40-07:00,2013-05-23T02:18:53-07:00,"
slimdata fails to build. I guess the problem is here:

{{{
[...]
/usr/bin/g++-4.0 -pipe -O2 -arch i386 -O3 -Wall -fPIC -I/opt/local/include -I../include -I. -DPACKAGE_NAME=\""slim\"" -DPACKAGE_TARNAME=\""slim\"" -DPACKAGE_VERSION=\""v2_6_5\"" -DPACKAGE_STRING=\""slim\ v2_6_5\"" -DPACKAGE_BUGREPORT=\""jfowler@princeton.edu\"" -DPACKAGE_URL=\""\"" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_UTIME_H=1 -DHAVE_UTIME_NULL=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_UTIME=1 -L/opt/local/lib -arch i386 -fPIC -L../lib  -shared  -Wl,-dylib_install_name -Wl,libslim.so.0 -o ../lib/libslim.so.0.0 bit_constants.o bitstream.o raw_section.o slim_channel.o slim_codec_constant.o slim_codec_default.o slim_codec_factory.o slim_codec_runlength.o slim_codec_reduced_binary.o slim_control.o slim_exceptions.o slim_file.o slimlib.o  -lm 
Undefined symbols:
  ""_main"", referenced from:
      start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
[...]
}}}

The complete main.log is attached.

I build on a Mac OS X 10.5.8 machine.
Xcode 3.1.4
Component versions: DevToolsCore-1204.0; DevToolsSupport-1186.0
BuildVersion: 9M2809
",Peter.Danecek@…
,777,Patches to automatically add/remove entries from info/dir,base,,enhancement,macports-tickets@…,new,2003-08-13T15:55:14-07:00,2013-03-05T21:41:47-08:00,"Here are some patches to base/src/port1.0 to automatically run install-info on installation, and 
install-info --delete on uninstall.  They also delete a ${destroot}/${prefix}/info/dir file that the 
port may have installed (e.g. by running install-info on its own) so that it won't overwrite the one 
in the base system.

The two package methods were extended to perform this as well, except that .pkg doesn't seem to 
have an uninstall so the deletion won't happen.",fenner@…
,2020,Add full logging support to MacPorts build oriented runtime actions,base,,enhancement,macports-tickets@…,new,2004-07-07T10:33:34-07:00,2013-03-05T21:42:07-08:00,"I usually do something like:

% date ; port install blender ; date

This does not actually give me what I want.

If it causes the download of 5 things, and it is sitting there on the last one five hours later, I want to 
know: Did each one take 1 hour, or did the first take 5 seconds each and the last 5 hours?

As it gives you each line below, it should, if I have called it with an option, give me a timestamp:

{{{
--->  Fetching coreutils
--->  Attempting to fetch coreutils-5.2.1.tar.bz2 from ftp://ftp.gnu.org/gnu/coreutils
--->  Verifying checksum(s) for coreutils
--->  Extracting coreutils
--->  Configuring coreutils
--->  Building coreutils with target all
--->  Staging coreutils into destroot
--->  Installing coreutils 5.2.1_1
--->  Activating coreutils 5.2.1_1
--->  Fetching ghostscript
}}}

Then it could be:

{{{
Wed Jul  7 10:15:49 PDT 2004 --->  Fetching coreutils
Wed Jul  7 10:15:49 PDT 2004 --->  Attempting to fetch coreutils-5.2.1.tar.bz2 from ftp://ftp.gnu.
org/gnu/coreutils
Wed Jul  7 10:15:49 PDT 2004 --->  Verifying checksum(s) for coreutils
Wed Jul  7 10:15:49 PDT 2004 --->  Extracting coreutils
Wed Jul  7 10:15:49 PDT 2004 --->  Configuring coreutils
Wed Jul  7 10:15:49 PDT 2004 --->  Building coreutils with target all
Wed Jul  7 10:15:49 PDT 2004 --->  Staging coreutils into destroot
Wed Jul  7 10:15:49 PDT 2004 --->  Installing coreutils 5.2.1_1
Wed Jul  7 10:15:49 PDT 2004 --->  Activating coreutils 5.2.1_1
Wed Jul  7 10:15:49 PDT 2004 --->  Fetching ghostscript
}}}

Of course, the times would chnage. You know what I mean.",ray@…
,2365,Add support for non-volatile default conf files,base,,enhancement,macports-tickets@…,new,2004-11-05T10:18:58-08:00,2013-03-05T21:43:04-08:00,"It is useful to be able to install as part of a port certain files that will not be uninstalled or overwritten 
by subsequent installations or upgrades to the port.

This patch adds support for intallation at activation time of ""default"" files which will not be tracked as 
part of the installed port, and do not overwrite existing files of the same name.

The new option activate.copy_defaults accepts [multiple] pairs of src/dst file paths. At the tail of the 
activation phase, each src file is copied to its paired dst file iff dst doesn't already exist.",jberry@…
,2421,RFE: Prefetch mode of operation,base,,enhancement,macports-tickets@…,new,2004-11-24T18:11:23-08:00,2013-03-05T21:43:47-08:00,"As a laptop user I have intermittant network connectivity.  It would be very useful if I could fetch all the 
sources needed for building a port and its uninstalled dependencies *before* building anything.  One 
way to do this would be with a 'recursive' flag to 'port fetch'.  Another (better, IMHO) option would be to 
allow 'fetch-first' as a permanent mode of operation.  I would prefer to work this way all the time 
anyway.",n8gray@…
,2684,RFE: add version glob handling to port clean --dist,base,,enhancement,macports-tickets@…,new,2005-02-11T19:37:40-08:00,2007-12-28T10:10:20-08:00,"Hi Robert! Just wanted to make a short suggestion/request. Would it be possible to include the ability to provide either an exact version or a glob pattern to other than the '--archive' switch of the clean target? I just attempted an update of my installed ports and found myself still doing a lot of manual cleaning, specially with distfiles. Here's why I ask:

{{{
$[juan@PowerBook: juan](25/0,1)-> ls /opt/local/var/db/dports/distfiles/adium/
total 28768
-rw-r--r--  1 root  admin       6M 25 Jan 00:24 AdiumX_Source_0.75.1.tar.gz
-rw-r--r--  1 root  admin       7M 31 Jan 23:48 AdiumX_Source_0.76.tar.gz

$[juan@PowerBook: juan](26/0,1)-> sudo port -d clean --dist adium 0.75.1
DEBUG: Found port in file:///usr/local/OpenDarwin/darwinports/dports/aqua/adium
DEBUG: Changing to port directory: /usr/local/OpenDarwin/darwinports/dports/aqua/adium
DEBUG: Requested variant powerpc is not provided by port adium.
DEBUG: Requested variant darwin is not provided by port adium.
DEBUG: Skipping com.apple.main (adium) since this port is already installed
--->  Cleaning adium
DEBUG: Executing com.apple.clean (adium)
--->  Removing distfiles for adium
DEBUG: Removing file: /opt/local/var/db/dports/distfiles/adium/AdiumX_Source_0.76.tar.gz
1 distfile(s) removed.
DEBUG: Removing directory: /opt/local/var/db/dports/distfiles/adium
1 distfile directory(s) removed.

$[juan@PowerBook: juan](27/0,1)-> ls /opt/local/var/db/dports/distfiles/adium/
ls: /opt/local/var/db/dports/distfiles/adium/: No such file or directory
}}}

	I tried to remove *only* the 0.75.1 Adium distfile in a similar fashion as I would have done with the archives, but instead all of them were nuked in one go along with distfiles/adium dir. Can this be improved?

	Regards,...


		Juan

",rshaw@…
,4115,BUG: mysql4 and mysql5 mutually exclusive,ports,,enhancement,ryandesign@…,assigned,2005-07-23T11:40:09-07:00,2009-09-15T21:40:50-07:00,"Both share some files and (correct me if I'm wrong) both use $prefix/var/db/mysql

The official binairies used to install as $prefix/mysql-$version/

Since some other ports depend on shared libs, then it could be $prefix/mysql$major to survive between 
upgrades with $prefix/var/db/mysql$major ?

thanks",yves@…
,5001,RFE: 'port upgrade' could report # of packages to be upgraded,base,,enhancement,macports-tickets@…,new,2005-09-15T21:52:18-07:00,2013-03-04T11:47:07-08:00,"This is a pretty simple user-interface suggestion. As I sit here waiting for DP to finishing upgrading, I 
have no idea how man packages are left. Windows, OSX, etc always have ""progress bars"", but these are 
typically in units of time and so could not be implemented in DP. However, a status of the number of 
packages would be VERY useful. For example,

{{{
--->  Cleaning libgnomecanvas
--->  Finished package 27 of 47
--->  Fetching libgnome
}}}

Perhaps, even at the beginning of doing an upgrade, give a message:

{{{
""47 packages to be upgraded. Continue (Y/N)?""
}}}

I can get the information of which packages are going to be updated with ""port outdated"", so this is just 
a matter of displaying the information. 

Thanks,

Matt",mguthaus@…
,5525,"RFE: add ""package.resources"" Portfile key",base,,enhancement,macports-tickets@…,new,2005-10-27T17:17:08-07:00,2009-07-12T08:13:16-07:00,"At long last, I've modified the self-building DarwinPorts port to include a path-patching postflight script, 
as well as a ReadMe and License.  Note that this requires the packages.resources patch in ""Depends On"", 
which may mean it needs to wait for 1.2.  But, hopefully this will help the DP maintainers build that!",drernie@…
,12048,RFE: Document all the code in the MacPorts base,base,,enhancement,macports-tickets@…,new,2007-06-01T06:21:12-07:00,2013-03-19T18:47:51-07:00,"I, and I suspect many others, find the MacPorts base difficult to understand because of the lack of documentation.  While the filenaming is on the whole a reasonably good guide to which parts of the functionality are where, there seems to be little documentation in the code of what individual functions do (with what little there is usually being quite terse), and, more importantly, there is almost nothing in the way of higher-level descriptions of the way in which MacPorts works, the data structures on which it operates, and which parts of the API are public and which are private.

The first priority, I think, would be just to document the source in any way, but a second goal should be to provide the means to generate separate code documentation from the source.  The extant means for doing this with Tcl appear to be [http://www.oche.de/~akupries/soft/autodoc/ autodoc], [http://www.oklin.com/zdoc/] and [http://wiki.tcl.tk/5598 tcldoc] (there are more details about tcldoc [http://tcl.jtang.org/tcldoc/tcldoc/ here]).  For a more minimal approach, the Tcl wiki has a [http://wiki.tcl.tk/10793 small example on how to generate Python-style docstrings from Tcl source] (it also appears [http://en.wikibooks.org/wiki/Programming:Tcl_Tcl_examples#Docstrings in the Tcl book on Wikipedia]).  We could also devise a new approach, though that would obviously be a project in itself.  Should we decide upon any of these, however, it should not be too difficult to convert any previous documentation to fit such tools; the main thing is that it really ought to be done to ease and speed development on the base code, both for those who currently work on it and to attract more developers to do so.",boeyms@…
,12060,RFE: gcc42 info pages,ports,,enhancement,mww@…,new,2007-06-03T12:04:59-07:00,2009-10-09T04:02:37-07:00,"The GCC manual, i.e. the info pages, should be installed with the package. The man-pages contain only rudimentary information in the compiler usage.

Maybe this could be done as a variant, although I think the info-page manuals should always be installed along the compilers themselves.",jochen@…
,12217,RFE: mono: unixodbc variant,ports,,enhancement,macports-tickets@…,new,2007-07-01T17:08:15-07:00,2013-04-18T01:23:46-07:00,The attached patches add a new unixodbc variant for mono.,mjscod@…
,15077,Document that installing other software in /usr/local can break ports,guide,,enhancement,markd@…,new,2008-04-20T21:10:51-07:00,2009-04-28T01:04:30-07:00,"We often field questions on the mailing lists regarding some port that doesn't install with some obscure error, and this is often the result of rogue software installed in /usr/local. readline is a frequent culprit but any software installed there is a bad idea. The Guide should recommend not having anything installed in /usr/local. Note that having things installed in /usr/local/anything is not a problem at all. For example, having /usr/local/mysql is fine. However having things directly in /usr/local is a problem because the compiler looks there by default and will find libraries that are installed there. So having things in /usr/local/bin and /usr/local/lib for example are problematic and not supported. Users who experience problems and who have the directory /usr/local are advised as a troubleshooting step to rename it (e.g. to /usr/local-off), clean the affected port, and retry the installation. If it succeeds, the software in /usr/local was the culprit. Users are advised to install whatever software they need using MacPorts and remove it from /usr/local.",ryandesign@…
,15210,Idea: add Trac field for name of port,server/hosting,,enhancement,wsiegrist@…,assigned,2008-05-05T20:35:02-07:00,2013-02-18T09:27:56-08:00,"It would be a good idea to have a Trac field for port name.

Possible uses:

 * Users could ''exactly'' specify which ports are affected, when creating tickets.
 * Maintainers could keep better track of what bugs a specific port has.
 * Users facing problems with a port could more easily search for existing bugs involving that port.
 * Committers might not have to manually cc maintainers: this could (in principle) be automated.

_wms thought this would be a good idea and asked me to create this ticket so that he would get to it eventually :-)
",shreevatsa.public@…
,15712,Add versions to platforms,base,,enhancement,larryv@…,assigned,2008-06-21T16:07:47-07:00,2013-03-24T14:04:46-07:00,"Currently the `platforms` statement can only specify a platform like `darwin, macosx, linux, freebsd` and others, but cannot require a version of the platform. So this is a proposal to extend it to also include platform version numbers.

This would look like this:
{{{
platforms    darwin                  # as it is now
platforms    {darwin 7} {darwin 8}   # Darwin 7 or 8
platforms    {darwin >=8}            # Darwin 8 or higher
platforms    {macosx >=9.3}          # Mac OS X 10.5.3 or higher
}}}

If a platform does not match the requirements, the port should error out automatically when trying to install it. To enforce a specifc version, some ports are using pre-fetch {} blocks at the moment, these could be replaced with this new syntax.",raimue@…
,15741,Add documentation contents information,base,,enhancement,macports-tickets@…,new,2008-06-24T21:53:09-07:00,2008-06-25T06:42:03-07:00,"The ports system should have a way to record which files installed in <root>/share/doc/<pkg> are the top level documentation files for each pkg.   This information could be used generate a table of contents (TOC) for all installed packages, at least the ones with documentation associated with them.  At present, there is not enough information present to do this programatically in a general way.   ",ergosys@…
,15907,RFE: virtual packages,base,,enhancement,macports-tickets@…,new,2008-07-07T10:33:16-07:00,2008-07-08T08:07:17-07:00,"Hi,

I want to create a Portfile that just has a set of dependencies, but no new package of its own.  This is so I can make a prebuilt binary package of a set of software to install.  As far as I can tell, there is no way to create a Portfile that is like a virtual package.",jbarr@…
,16969,Cacti: plist to use instead of cron,ports,,enhancement,markd@…,new,2008-10-22T17:44:45-07:00,2009-04-28T00:53:28-07:00,"Cacti gives the user instructions for installation involving cron. It would be nice if it also offered a plist to use like:

{{{
<?xml version=""1.0"" encoding=""UTF-8""?>
<!DOCTYPE plist PUBLIC ""-//Apple//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1.0.dtd"">
<plist version=""1.0"">
<dict>
        <key>Label</key>
        <string>org.macports.cacti.poll</string>
        <key>ProgramArguments</key>
        <array>
                <string>/opt/local/bin/php</string>
                <string>/opt/local/share/cacti/poller.php</string>
        </array>
        <key>StartInterval</key>
        <integer>300</integer>
        <key>UserName</key>
        <string>_www</string>
</dict>
</plist>
}}}",wsiegrist@…
,18361,tor: add a LaunchDaemon,ports,,enhancement,macports-tickets@…,new,2009-02-04T08:03:18-08:00,2013-01-20T17:09:58-08:00,"The port ""tor"" need a LaunchDaemon.",yaohua2000@…
,18569,"fop 0.95: add variant ""hyphenation""",ports,,enhancement,macports-tickets@…,new,2009-02-20T11:49:34-08:00,2011-11-03T22:37:46-07:00,"Hi,

would it be possible to update fop to 0.95? There were many enhancements since 0.94.

Would it be furthermore possible to add a variant (or a separate port), which will install the hyphenation patterns from http://offo.sourceforge.net/hyphenation/ ?

Many thanks,

Cheers.",campesr@…
,19250,Modify SVN-Notify to add additional links into repository from the commit email,server/hosting,,enhancement,wsiegrist@…,assigned,2009-04-08T19:47:44-07:00,2009-04-08T20:31:02-07:00,"The commit emails put out by SVN-Notify would be more useful if they included links directly to the file in SVN or Trac.

A heading is put out before each diff section, which already includes path information and revisions. It seems like it would be nice if each of those were a true link into the trac representation.

The following heading, for instance, could include three links (one to the file in trac, one to the starting revision, and one to the ending revision).

Modified: trunk/base/src/port1.0/portlint.tcl (49405 => 49406)

",jberry@…
,19251,Substitute #<ticketnumber> in commit email with link to actual trac ticket.,server/hosting,,enhancement,wsiegrist@…,assigned,2009-04-08T19:52:13-07:00,2009-04-08T20:31:17-07:00,"In ticket emails, It would be nice to be able to substitute the #nnn or rnnn forms of ticket references with a link to the ticket in trac. SVN-Notify even appears to support something like this with its ticket_map option.

For a given bug number 1234, the following text should be converted into a link to the ticket, if found in the log message:

   #1234
   r1234

This follows trac's own internal substitution conventions.


",jberry@…
,19783,scons: add ${prefix}/bin to PATH in Platform/darwin.py,ports,,enhancement,landonf@…,new,2009-05-27T16:33:49-07:00,2010-11-05T20:28:48-07:00,"It might be useful to add the MacPorts directory /opt/local/bin to the default PATH of the MacOSX/Darwin Platform in Scons. The Fink path is already included, see http://scons.tigris.org/issues/show_bug.cgi?id=2 and /opt/local/lib/scons-1.2.0/SCons/Platform/darwin.py for reference.
",macports@…
,20051,gnupg2 2.0.11 Package shouldn't have libusb dependency,ports,,enhancement,macports-tickets@…,new,2009-06-23T20:13:53-07:00,2012-08-07T00:09:20-07:00,"Installing gnupg2 also installs the libusb package to support scadaemon, which handles authentication via smart cards. As I doubt a sizable portion of GPG users require this feature I propose it be disabled by default and available as a variant.

If smartcard users ''do'' represent a large enough portion of the user base, a no_scdaemon variant to remove the dependency should be available.",speed.rob@…
,20652,'segmented downloading' for fetch,base,,enhancement,macports-tickets@…,new,2009-08-12T07:37:32-07:00,2011-06-04T16:24:38-07:00,"If a port has multiple master_sites listed (either explicitly or implicitly through the likes of sourceforge), we should consider splitting the file download chunks into pieces.

The size of the file can be determined with a curl header call and then even portions distributed to each download.  In the future, we can use our ping calculations to fuzz this off even segments to chunks that are fitting for the ping times.

This feature should likely be implemented as opt-in, since most users don't expect to attempt to fully saturate their bandwidth.",macports.users@…
,20659,automatically update config.guess/config.sub,base,,enhancement,macports-tickets@…,new,2009-08-13T00:16:56-07:00,2009-08-13T00:16:56-07:00,"Provide a way for a port to request automatic update of its config.guess/config.sub files. For an example of a port that would be simplified by such a feature: http://trac.macports.org/browser/trunk/dports/net/traceroute/Portfile

We could just keep recent copies in ${prefix}/share/macports and update ports that set an option for it.",toby@…
,20911,make caml-pcre use the same compiler as ocaml,ports,,enhancement,landonf@…,new,2009-08-29T19:27:29-07:00,2010-01-20T16:58:34-08:00,"If you had to mess with the compiler flags to get a stable ocaml, then caml-pcre might fail to work because it overrides and ignores ocaml's compiler configuration. This patch gets me a working pcre.",wiml@…
,20946,add license display to ports.php,website,,enhancement,jmpp@…,new,2009-08-30T17:55:45-07:00,2009-08-30T20:02:50-07:00,Would it be beneficial to provide the license information in the information displayed about our available ports?,snc@…
,21046,Guide: mention using -append/-delete in 4.2 Creating a Portfile,guide,,enhancement,markd@…,new,2009-09-03T01:17:25-07:00,2013-03-21T20:17:57-07:00,"Jim Busser sent this Guide feedback to macports-mgr:

{{{
Under 4.2 Creating a Portfile > 14. Port dependencies

where it says
	A port's dependencies are ports that must be installed before another port is installed.
and gives the example
	depends_lib
might it be worth cautioning to
	see 5.3.2.1 (bullet 2) on preferred use of the -append, -delete keyword modifiers
}}}

This should be considered not only for the `depends_lib` example but also for the `configure.args` example and the `categories` example, since portgroups commonly define those.",ryandesign@…
,21294,Enable cffi support in swig?,ports,,enhancement,kevin@…,new,2009-09-10T14:33:27-07:00,2010-12-02T19:08:52-08:00,"Swig 1.3.40 supports cffi, but the port does not have a variant for it, and the +universal variant does not seem to do anything. Would it be possible to enable cffi support? Is it possible to enable support for the other languages swig supports but for which there are no port variants?

The built-in OSX swig does support cffi, but the implementation is quite old.",glen.henshaw@…
,21385,apache2-2.2.13 Add a feature - auto generate SSL certificate file,ports,,enhancement,macports-tickets@…,new,2009-09-14T23:26:19-07:00,2011-02-11T13:26:51-08:00,"Hi, I added a feature to apache2 port.
The feature is auto generate SSL certficate file(server.key & server.crt).
I added post-destroot trigger.
{{{
    # Genarate SSL certificate file
    set openssl ${prefix}/bin/openssl
    if {![file exists ${confDir}/server.key]} {
        system ""${openssl} genrsa -rand randomfile > ${confDir}/server.key""
    }

    if {![file exists ${confDir}/server.crt]} {
        set FQDN `/bin/hostname`
        system ""
cat << EOF | ${openssl} req -new -key ${confDir}/server.key -x509 -days 365 -out ${confDir}/server.crt 2>/dev/null
--
SomeState
SomeCity
SomeOrganization
SomeOrganizationalUnit
${FQDN}
root@${FQDN}
EOF
""
}}}",naoya.n@…
,21745,gutenprint cups variant,ports,,enhancement,devans@…,assigned,2009-10-01T07:00:45-07:00,2010-10-09T14:52:40-07:00," - version update 5.2.3 -> 5.2.4
 - cups variant; //maybe launchctl should restart cups after activation?
 - set default_variant to cups, however it's up to maintainer to decide
 - don't know for what gutenprint uses readline, anyway it's implausible to be usefull",mroman@…
,22105,add nav links to bottom of ticket pages,server/hosting,,enhancement,wsiegrist@…,assigned,2009-10-15T18:20:54-07:00,2010-03-13T13:15:59-08:00,"Please add the nav links (previous ticket, back to query, next ticket) to the bottom of the page.  When closing a ticket, the page loads down at the anchor of the last post; the navigation to go to the next ticket or the query that was used is at the top of the page.

This is a lot of repetitive scrolling and can likely be fixed with little work.  Links near the bottom of the page would be an adequate solution.",snc@…
,22349,Document OpenGL SDK requirement on Tiger,guide,,enhancement,markd@…,new,2009-11-02T14:52:35-08:00,2009-11-02T18:47:03-08:00,"Need to add..  

OpenGL SDK

to the list REQUIRED when installing XCode for use with MacPorts",dee@…
,22449,StartupItems page could be clearer?,guide,,enhancement,markd@…,new,2009-11-10T03:29:21-08:00,2009-11-10T13:16:28-08:00,"Hi!
The macports guide:
http://ruderich.com/macports/chunked/ch05s07.html

Just isn't quite clear enough when talking about startup items / daemondo / launchd plists. We hope it may be improved in three areas:

1) Daemondo command-line arguments (string quoting):
The section 5.7.2 Note:
----
Do not wrap values in quotes if passing arguments to the daemon; “executable” StartupItem elements must be tagged individually so the spaces between arguments serve as delimiters for “string” tags. For example, this startupitem key/value pair:

startupitem.executable    ${prefix}/sbin/vm-pop3d -d 10 -t 600
----
This explanatory note is well intentions, However it its just a little too unclear. A user may wrap the entire command string in quotes. The explanatory note says nothing against this (and execvp fails). TCL does not strip any outside quotes and therefore it would be better to say:
""Do use quotes anywhere in the command string"" rather than ""Do not wrap values in quotes if passing arguments"".  BUT ""A quoted string will be passed as-is."", ""unlike regular shell command, quotes will not be stripped"". etc. A clearer explanation (with examples) is provided on the mailing list thread.

Please see the mailinglist thread for full details:
http://www.mail-archive.com/macports-users@lists.macosforge.org/msg16988.html

2) port load / port unload command not documented.
This is a new feature, recently introduced into MacPorts. But it isn't mentioned anywhere in section 5.7.4. It seem to be applicable to daemondo items only. So that would correspond to plists created by ""startupitem.executable"" and ""startupitem <script>"" methods. Or a manually created script that called daaemondo.

""port load daemondo-label""
""port unload daemondo-label""

See the blog post:
http://www.reasonablyopinionated.com/2009/06/intro-to-using-launchctl-with-macports.html

It is also known that the command:
""port load tagname"" will work globally for all plist files.
Or only daemondo plist files

3) Manual plists in files/ directory

Users can only create one plist file per Portfile. It may be the case for a complex software service, multiple plists need to be used. It would be nice to see a mention at the end of the page that explains briefly how you can put extra manual plists into files/ directory of a port. Thank you.


For all 1),2),3) Answers please see mailinglist dicussion:
http://www.mail-archive.com/macports-users@lists.macosforge.org/msg16988.html

We were all quite confused but got there in the end !
",dreamcat4@…
,22530,[Ruby] Specify arbitrary gem sources in a Portfile,ports,,enhancement,macports-tickets@…,new,2009-11-14T08:56:34-08:00,2011-05-18T06:21:31-07:00,"Hi,
This is related to ticket #22406. I believe we need to let people specify arbitrary gem sources in their portfiles. It may be better in the long run to provide this. Then for the most common sources provide a wrapper.

Example:
http://gems.opscode.com


",dreamcat4@…
,22654,usbprog-0.1.8 fix to compile against wxWidgets-2.9.0,ports,,enhancement,macports@…,new,2009-11-23T15:58:08-08:00,2011-02-07T16:01:02-08:00,really basic stuff.,crazor@…
,22977,postgresql8x/9x should have tablefunc variant,ports,,enhancement,mww@…,reopened,2009-12-21T16:28:33-08:00,2012-09-17T12:25:45-07:00,"postgresql should either build more of the contrib section, or allow the contrib items that are not in the default build to be selected as variants. the attached patch adds a ""tablefunc"" variant that adds that contrib item to the build.",russm-trac-macports-org@…
,23118,cacti logs and databases would be better stored under ${prefix}/var,ports,,enhancement,markd@…,new,2010-01-03T05:38:09-08:00,2010-01-03T05:38:09-08:00,"cacti stores its log file in the log directory inside its directory. It would fit better with the MacPorts hierarchy if the log were stored in ${prefix}/var/log/${name}.

Similarly, the round robin database is stored in the rra directory inside its directory. A better fit with the MacPorts mtree would be ${prefix}/var/db/${name} (or ${prefix}/var/db/${name}/rra if we anticipate there being other cacti databases other than those in the rra directory).",ryandesign@…
,23177,Some of curl's variants should be rolled into the main port,ports,,enhancement,ryandesign@…,assigned,2010-01-07T06:57:21-08:00,2010-02-18T00:38:30-08:00,"Since our general policy for ports is to make them as featureful as possible (and reserve variants for things like preventing pulling in huge dependencies), some of the curl variants should probably be included by default.

I would say ssl and ipv6 for sure (with the gnutls variant removing openssl support and adding gnutls support instead since they conflict).",dluke@…
,23336,MacPort didn't work out,guide,,enhancement,markd@…,new,2010-01-18T17:22:25-08:00,2010-01-18T23:06:00-08:00,"I think I was just over my head but I had recently upgraded in Mac OS 10.6 and lost MySQL and phpMyAdmin.  I found something about MacPort and it looked like an easy way to install them.  It wasn't

While MacPort says it installed 35 things I can't find these things on my system and I can't use them.  Its as if they are installed on another computer.

A couple suggestions I'd like to make.  Make a guide for someone who isn't a Unix Admin on how to use (or recommend they not use) MacPort.   An example would be great.  

Also, add a feature to MacPort so that it tells you why its installing all this stuff while its happening.  I only wanted MySQL and phpMyAdmin and I ended up with stuff like freetype, gawk, apache2 (which I thought came on every Mac already), m4, and so on.....  I have no idea why those things were necessary.  If MacPort explained why it installed this stuff it would have been helpful.

Its clear a lot of work has gone into this project and a lot of people find it very helpful.  So, the fault is on me but you can save people like myself a lot of headaches with a bit of documentation specifically directed to them.  

Best Regards,
Brent Mitchell",in@…
,23633,mysql5: Add XtraDB Storage Engine,ports,,enhancement,ryandesign@…,assigned,2010-02-10T01:42:36-08:00,2010-04-09T07:48:41-07:00,"I would like to see the XtraDB Storage Engine added as a variant to the mysql5 port.

This Storage Engine is developed at Percona Labs and is currently at Version 1.0.6-9. It provides an enhanced version of the InnoDB plugin with patches that are not part of the standard InnoDB Plugin provided with MySQL 5.1.

I believe that this plugin would be installed as a variant as it would need to be compiled at the time MySQL is compiled.

The in the case of version 1.0.6-9, the portfile would need to download  percona-xtradb-1.0.6-9.tar.gz from https://launchpad.net/percona-xtradb and build it from ""sources"" the same way one would build the InnoDB plugin from sources (see http://www.percona.com/docs/wiki/percona-xtradb:info:faq)

Thanks,

Caio",rcj@…
,24294,py26-scapy variant for no-pyx,ports,,enhancement,macports-tickets@…,new,2010-03-30T16:37:03-07:00,2011-08-07T08:47:55-07:00,"py26-scapy requires pyx which requires a full tex install. 
Making postscript drawings is definitely not part of normal scapy usage",news@…
,24318,Document how to get the result of a program from within a Portfile,guide,,enhancement,markd@…,new,2010-04-01T09:10:48-07:00,2010-07-09T22:59:14-07:00,"Please add a guide wich explain how i can add in a variant box a code execution ie:


{{{
variant python description {Builds port with python support} {
    pythonincdir=`python-config --includes | sed -e 's/-I//' | awk '{print \$1}'`
    
    configure.args-delete   --disable-python`
    configure.args-append   --enable-python  \
                            --with-python-incdir=pythonincdir \
							--with-python-libdir=""${prefix}/lib""

}
}}}

Thank you!",mattiafrancescomoro@…
,24416,Setting xterm titles while building,base,,enhancement,raimue@…,assigned,2010-04-08T16:38:46-07:00,2013-03-05T21:39:32-08:00,"port could make use of the xterm title to provide some indicator what is currently doing. When using verbose or debug mode a lot of code will scroll by making it difficult to see what is actually being run at the moment.

Such titles can be set by writing to stdout with special escape sequences, such as:
{{{
echo -ne ""\033]0;Foo Bar\007""
}}}

This will be implemented in the branch [source:branches/xterm-titles].
",raimue@…
,24579,Add SOCKS proxy support,base,,enhancement,macports-tickets@…,new,2010-04-21T05:55:50-07:00,2011-10-18T00:49:29-07:00,"MacPorts currently supports HTTP, HTTPS and FTP proxies from the environment, Mac OS X system configuration or macports.conf. But it does not honor any SOCKS proxy even when reading the system configuration, where this might be the only proxy specified.

curl has support for SOCKS proxies but does not read them from any environment variable so some special handling for this proxy type would be necessary. More information can be found in the [http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Proxies libcurl tutorial].

tsocks can be used to force the use of a SOCKS proxy, but it creates a chicken-and-egg problem for new users. SOCKS support would also allow to tunnel over SSH connections using the `ssh -D` option.",raimue@…
,24778,please add mcpu (march is only for x86),base,,enhancement,macports-tickets@…,new,2010-05-04T04:04:58-07:00,2010-05-23T13:25:55-07:00,"Hello,
I saw that there was a ticket here before that proposed adding mcpu, but the author couldn't really say what was the difference between mcpu and march, so let me state why mcpu is needed:
On any architecture other than x86/x86-64 (and it seems ARM too), march, which means to generate code that will run only on the CPU specified, will not work. For the same function, you need mcpu, march=G5 will not work. mcpu on x86/x86-64 is basically mtune, which means generate code that is not architecture specific.
Basically:[[BR]]

x86/x86-64  PowerPC[[BR]]
march=mcpu[[BR]]
mcpu=mtune[[BR]]

I also propose that a general purpose dumping ground for compiler flags and linker flags a la Gentoo's /etc/make.conf CFLAGS and LDFLAGS be implemented, so that I don't have to file a ticket every time I find that macports.conf doesn't let you specify a certain compiler flag.",randomshinichi4869@…
,24799,"Sqlite3 variants: fts3, icu, rtree and soundex",ports,,enhancement,mww@…,new,2010-05-05T10:40:30-07:00,2013-02-03T01:30:38-08:00,"Added the following variants to sqlite3:
  - fts3: Add the FTS3 extension for full text search
  - icu: Add the International Components for Unicode (ICU) extension
  - rtree: Add the R*Tree extension for spatial data structure
  - soundex: Enables the soundex() function

Additionally:
Licence was set to ""public domain"" as per sqlite3.
File tabs have been normalised (4 chars).
Added myself as port maintainer.",franck@…
,25001,Add a Quartz graphical device and GUI to R,ports,,enhancement,kjell.konis@…,new,2010-05-22T15:11:23-07:00,2010-05-27T03:11:26-07:00,It appears this port for R does not include a quartz graphical device neither the new R GUI. It would be nice to have both. Thanks,luis.beca@…
,25768,gssapi support for postgresql8x,ports,,enhancement,mww@…,new,2010-07-21T11:40:31-07:00,2011-03-07T19:35:56-08:00,"Would it be possible to have a variant that builds in GSSAPI support via the --with-gssapi switch?  I imagine it's pretty straightforward for someone who has composed/edited port files, but I have to stay out of rabbit holes these days.  Thanks.",nbest@…
,25976,weechat: add OTR support,ports,,enhancement,nefar@…,new,2010-08-06T09:01:09-07:00,2012-07-04T08:43:49-07:00,The instructions available here (http://wiki.flashtux.org/wiki/WeeChat/irc-otr) don't compile the libotr plugin for Weechat. It results in the log attached. It would be great if we could add in +otr as a configuration option. I apologize but I really can't understand the log or I'd add more detail.,frenchja@…
,26032,Patches for psi and psi-otr for augmented functionality,ports,,enhancement,rowue@…,new,2010-08-10T13:03:46-07:00,2011-08-03T02:36:25-07:00,Changes to the Portfile and files to either correct or enhance functionality.  Might even address ticket #22563 but I'm really not sure what the OP's issue is.,michaelld@…
,26150,gst-plugins-good dependency-limiting variant,ports,,enhancement,rmstonecipher@…,assigned,2010-08-18T14:27:30-07:00,2011-08-09T05:22:59-07:00,Add variant to exclude external dependencies,louis-francis.ratte-boulianne@…
,26184,File python module,ports,,enhancement,macports-tickets@…,new,2010-08-20T15:16:31-07:00,2011-08-19T07:46:23-07:00,File integrates a python module. Currently it is not build.,hsivank@…
,26372,[InsightToolkit] CableSwig-ITK becomes a variant,ports,,enhancement,dweber@…,new,2010-09-06T05:44:16-07:00,2010-09-06T09:32:22-07:00,"Few users are interested in the Cable-Swig wrapping of ITK library, especially since:
* the wrapping of ITKv4 will be based on WrapITK
* the low coverage of this wrapping method",arnaud_gelas@…
,26373,[InsightToolkit] enable parallel builds,ports,,enhancement,dweber@…,new,2010-09-06T05:46:15-07:00,2010-09-06T09:31:59-07:00,"With the latest release of ITK, ITK is supposed to perfectly build in parallel on most of architecture (see dashboard).
Else a bug report can be filed to ITK developers.",arnaud_gelas@…
,26374,[InsightToolkit] set ITK_USE_REVIEW_STATISTICS to ON,ports,,enhancement,dweber@…,new,2010-09-06T05:48:07-07:00,2010-09-06T09:31:40-07:00,"For ITKv4, the old (and standard) statistics framework will be replaced by the ""review"" one. The new framework fix several bugs and can process much larger data than the old one.
 ",arnaud_gelas@…
,26648,screen 4.0.3 no vertical split,ports,,enhancement,macports-tickets@…,new,2010-09-27T07:51:42-07:00,2012-11-20T02:13:01-08:00,"Hey, I love having this on the mac.  Just a question : I was wondering if there will ever be a vertical split like there is on the unbuntu debian package version?  Thanks.",cp@…
,26850,Pallet Patch,contrib,,enhancement,macports-tickets@…,new,2010-10-14T13:13:55-07:00,2012-06-07T01:07:56-07:00,"I added a new feature to Pallet: 
You can now Filter the Ports for:  All, Installed, Outdated and Not installed

Using the nice MGScopeBar: http://mattgemmell.com/2008/10/28/mgscopebar


I've also done some minor changes like displaying Confirmation Dialog on stopping port process or Error Dialogs. ",stefhoff@…
,27386,mldonkey: add a variant to disable gtk (gnome) deps,ports,,enhancement,macports-tickets@…,new,2010-11-19T11:29:34-08:00,2010-11-19T15:20:25-08:00,"Since mldonkey depends mainly on a Web UI, maybe I think you guys can make a variant to choose whether to use the gtk(gnome) stuff or not.",eric@…
,27649,ntfs-3g: show mount in finder,ports,,enhancement,petri@…,new,2010-12-12T04:54:06-08:00,2013-01-07T19:27:13-08:00,"i just got ntfs-3g to automount my volumes by replacing ""/sbin/mount_ntfs"" by ""ntfs-3g""

{{{
mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
ln -s /opt/local/bin/ntfs-3g /sbin/mount_ntfs
}}}

this makes ntfs-3g automount my ntfs-volumes. but they don't show up in finder.

since there is the ntfs-3g-version for mac from tuxera ([http://www.tuxera.com]), where the volumes show up in finder, i searched in their code a little bit and found this in ""ntfs-3g.c"":

{{{
#if defined(__APPLE__) || defined(__DARWIN__)
        /* If the volume has a volume name, then append the MacFUSE-specific
         * 'volname' option, making the volume name appear in Finder. */
        if (ctx->vol->vol_name) {
                int i;
                size_t vol_name_len = strlen(ctx->vol->vol_name);
                char *scrubbed_vol_name =
                        calloc(1, sizeof(char) * (vol_name_len + 1));
                if (scrubbed_vol_name == NULL)
                        goto err_out;

                /* Scrub all ',' characters from the volume name since they
                 * would interfere with FUSE argument delimiters. */
                for (i = 0; i < vol_name_len; ++i) {
                        char cur = ctx->vol->vol_name[i];
                        if(cur == ',')
                                scrubbed_vol_name[i] = '_';
                        else
                                scrubbed_vol_name[i] = cur;
                }

                scrubbed_vol_name[i] = '\0';

                if (strappend(&parsed_options, "",volname=""))
                        goto err_out;
                if (strappend(&parsed_options, scrubbed_vol_name))
                        goto err_out;

                free(scrubbed_vol_name);
        }
#endif /* defined(__APPLE__) || defined(__DARWIN__) */
}}}

maybe this could be adapted by/added to the ntfs-3g macports version so the volumes show up in finder?

don't know whether they use a special macfuse or the ""volname""-option is standard.

for reference, the latest source of tuxera ntfs-3g for mac can be found here: [http://sourceforge.net/projects/catacombae/files/NTFS-3G%20for%20Mac%20OS%20X/2010.10.2/]:

(so there's an updated version of ntfs-3g out, too: 2010.10.2. will open another ticket for update)",markus.doits@…
,27826,py26-pyqt4 switch from mac to x11 dist for dbus support,ports,,enhancement,michaelld@…,new,2010-12-30T18:07:56-08:00,2012-06-13T07:12:24-07:00,"I have ported the HPLIP software successfully and have been working on the GUI variant, which requires a Python module:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520789

Specifically, the GUI app fails on this statement:
{{{
  from dbus.mainloop.qt import DBusQtMainLoop
}}}

this is the ""dbus support module"" in PyQt4, which is offered only for the X11 (not the mac) variant.

I went to the site that hosts the source code, which has been updated to version 4.8.2, which in turn requires the latest version of SIP. Both built with no problem with only minor changes in the Portfiles. (SIP only needed to change the version number and checksums.)

I have attached a diff for the working new Portfile for py26-pyqt4 enabling dbus support.
",okmacports@…
,28091,Missing _int contrib in postgresql83,ports,,enhancement,mww@…,reopened,2011-01-22T08:18:32-08:00,2011-11-29T06:50:15-08:00,Add _int contrib to http://trac.macports.org/browser/trunk/dports/databases/postgresql83/Portfile#L65,eirc.eirc@…
,28133,postgresql ports: symlink binaries into ${destroot}${prefix}/bin with version suffix,ports,,enhancement,mww@…,reopened,2011-01-25T12:28:35-08:00,2013-01-23T06:15:46-08:00,"I have modified the Portfile for postgresql90 @9.0.2 so that it will symlink all postgresql90-related binaries into {destroot}${prefix}/bin. This will place them into the PATH, for ease of use.

I am attaching the diff for the Portfile.  Let me know if you have any questions.

Thanks,
speeves",speeves@…
,28461,ffmpeg @0.6.1_0 +x11grab,ports,,enhancement,devans@…,new,2011-02-18T13:30:06-08:00,2011-04-21T09:12:43-07:00,"Hi everybody.
Is there any chance we could add +x11grab to the ffmpeg package? Current variants include jack, no_gpl, no_mmx, no_nonfree.  X11grab would be great for taking video grabs. 

A how-to for enabling the build in configure is available at: http://www.jedi.be/blog/2010/08/30/capturing-the-screen-of-your-virtual-machines-using-x-vnc-rdp-or-native/

Thanks!",seanburk@…
,28462,Enhancement:  Add +no_tk to py*-pil,ports,,enhancement,macports-tickets@…,new,2011-02-18T13:38:24-08:00,2012-01-23T18:07:57-08:00,"Add a ""no_tk"" variant to py*-pil",ricci@…
,28502,rename dbus plists for removal via uninstall instructions,ports,,enhancement,mcalhoun@…,new,2011-02-21T16:34:37-08:00,2011-02-21T20:50:54-08:00,"Currently the plists created by dbus are named org.freedesktop.dbus-...  These are not removed if you have a broken port command and follow the manual delete instructions in the guide
http://guide.macports.org/chunked/installing.macports.uninstalling.html
If these plists were listed as org.macports... then this problem would not exist.  Not sure if this would cause any other problems.",sewebster@…
,29185,py-pyodbc: Add iODBC variant,ports,,enhancement,macports-tickets@…,new,2011-04-17T13:49:28-07:00,2013-02-07T22:07:00-08:00,"Following the php5-odbc Portfile, I added separate variants for unixodbc and iodbc.  The default variant is +unixodbc, and it uses the same setup.py.patch file from before.  The +iodbc variant works without any patches, because the default setup.py does libraries.append('iodbc') on darwin platforms.",stevemcc@…
,29298,openldap @2.4.21 add back-ldap variant,ports,,enhancement,landonf@…,new,2011-04-27T09:30:18-07:00,2011-04-27T09:47:10-07:00,The configuration option --enable-ldap would be great. Even better if it doesn't create too much of a headache would be the --enable-backends as modules so that they are all available.,chrisi@…
,29653,xapian-bindings: add perl,ports,,enhancement,dcolish@…,new,2011-05-30T21:32:38-07:00,2012-05-30T06:11:57-07:00,"Perl bindings to Xapian are available on CPAN as Search::Xapian. Can these be added to the xapian-bindings package, or made available in a a separate port?",profjim@…
,29730,tortoisehg: add launcher icon and gui ssh-askpass,ports,,enhancement,macports-tickets@…,new,2011-06-06T11:41:11-07:00,2012-04-19T08:03:26-07:00,"==== About launcher icon ====
Because TortoiseHg had a good logo, it converted it into the icon according to the following procedures.
 1. get thg_logo.svg from https://bitbucket.org/tortoisehg/thg/src/47ff626c895d/icons/svg/thg_logo.svg
 2. convert thg_logo.svg into tiff of width:128px and height:128px.
 I did export to png of 128x128 pixel with Inkscape, and converted it into tiff by the convert command of ImageMagick. 
 3. converts it into the icns by the tiff2icns command.

==== About gui ssh-askpass ====
It fails in the connection of the ssh server for which the password is necessary because osx doesn't have ssh-askpass.
Then, it comes to be able to input the password by using this macos-askpass.
I built this in tortoisehg.

http://blogs.oracle.com/mock/entry/and_now_chicken_of_the
",shiena.jp@…
,29763,*_select framework does not apply to Perl: fix provided,ports,,enhancement,ricci@…,new,2011-06-09T07:06:56-07:00,2013-02-18T09:19:09-08:00,"Currently, there's no {{{perl_select}}} port to make {{{port select}}} work with Perl. Since {{{port select}}} is a great system, I updated the {{{perl*}}} ports to install filelists into the {{{etc/select/perl}}} tree, and also added a {{{perl_select}}} port, to add the essential files to make Perl version selection function.

These files are not perfect, and I haven't tested them with Perl versions other than 5.12. They also do not include the manual pages. If there is interest in that, I can take time to do it.

I have posted the ports to my github[https://github.com/myw/my.ports]. Please contact me for incorporation into MacPorts or improvement/testing before such incorporation. Thanks!",mywolfson@…
,29852,php5-eaccelerator - port conflicts and enhancements,ports,,enhancement,ryandesign@…,new,2011-06-16T07:19:03-07:00,2011-11-05T13:01:31-07:00,"php5-apc[[BR]]
php5-xcache[[BR]]
php5-eaccelerator

seem to conflict with each other.
at the very least the first two explicitly conflict as xcache detects the presense of apc upon loading of the extension.

--------------
add default configuration to the eaccelerator.ini file[[BR]]
### REQUIRES ### the proposed enhancement from [#29849]
",macintosh@…
,30048,drush: Remove dependency on port:php52,ports,,enhancement,c_dantonio@…,new,2011-07-06T05:44:05-07:00,2011-08-12T01:30:44-07:00,"The dependency on a very specify macports php version (php52) is too restricting and keeps me from installing the drush port.  I already have a version of php that works with drush.


{{{
David-Kings-MacBook-Pro:/ dking$ sudo port search drush
drush @2.1 (www, php)
    The DRUpal SHell
David-Kings-MacBook-Pro:/ dking$ sudo port install drush
--->  Computing dependencies for drushError: Unable to execute port: Can't install php52 because conflicting ports are installed: php5
Before reporting a bug, first run the command again with the -d flag to get complete output.
David-Kings-MacBook-Pro:/ dking$ which php
/opt/local/bin/php
David-Kings-MacBook-Pro:/ dking$ php --version
PHP 5.3.2 (cli) (built: Jan 13 2011 11:16:05) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans

}}}
",dkingofpa@…
,30183,py26-pip @0.8_0 should support select to properly link pip/easy_install,ports,,enhancement,macports-tickets@…,new,2011-07-13T14:04:38-07:00,2011-07-13T14:48:15-07:00,There is no support for select with the pip port.  It would be great if the proper version of pip can be selected when a particular version of python is selected.,nominal@…
,30264,deluge: Variant to build daemon and webclient only,ports,,enhancement,devans@…,new,2011-07-20T22:58:03-07:00,2011-07-21T13:17:05-07:00,"It would be nifty if I could choose which parts of deluge to build with variants

like  port install deluge +web +daemon -gui

Thanks",andreas@…
,30533,Remove mention of X11 from your reqs webpage: I installed xorg-server accidentally after misreading the page,website,,enhancement,jmpp@…,new,2011-08-01T19:14:26-07:00,2012-08-24T22:11:28-07:00,"[http://www.macports.org/install.php#requirements www.macports.org/install.php#requirements] includes three sentences about X11.  I skimmed them too fast.  So I didn't realize all modern versions of OS X -- 10.5 ""Leopard"" and newer -- preinstall X11 by default.

I didn't know where this MacBook's OS X DVD was.  So I used MacPorts to build and install a second copy of X11, not knowing that I already had one copy installed.  I wasted time, disk space, and electricity.

Please remove X11 from the list of MacPorts requirements, so that nobody else will make the same mistake as me.  :)",jasonspiro4@…
,30562,MacPorts should offer to sign archives,base,,enhancement,macports-tickets@…,new,2011-08-02T22:14:12-07:00,2012-03-30T11:58:58-07:00,"Now that MacPorts is always generating archives and has support for fetching signed archives, it should also generate and clean up the signature files when possible.

A configuration item that specifies the path to the private key would be necessary to start signing packages.

Regardless, MacPorts should delete any '''.rmd160''' files that are left over when uninstalling a port.

It would also be beneficial if an existing '''.rmd160''' file were deleted if it exists when a new archive is created. In the event that an archive is signed before it is finished being written, or the user forces a reinstall of an existing port.",arno+macports@…
,30713,jetty: add startup item,ports,,enhancement,landonf@…,new,2011-08-11T01:06:50-07:00,2012-05-18T10:02:07-07:00,"There is no startup item available in the Jetty Portfile.
I added it, the patch is attached to this ticket.

'Hope that helps :)",jerome.renard@…
,30905,give clojure ports better descriptions,ports,,enhancement,macports-tickets@…,new,2011-08-20T07:10:35-07:00,2012-05-20T12:12:24-07:00,"All of the ports clojure, clojure-contrib, clojure-contrib-devel, and clojure-devel have the same description. As someone who's interested in playing with clojure and installing a macports version for the first time, some more guidance here would be a huge help!",jabronson@…
,31248,Split PostGIS variants into separate ports,ports,,enhancement,stromnov@…,new,2011-09-13T13:52:34-07:00,2012-05-20T15:28:20-07:00,"Since the base PostgreSQL ports are separate and can be run alongside one another, it would be helpful if the PostGIS port, or any port relying on PostgreSQL, were port-based instead of variant-based. I sometimes have to run multiple versions of PostgreSQL, but I don't think I can easily run multiple versions of PostGIS since you'd need to install the PostGIS port multiple times, each with a different variant, and multiple variants can't be enabled concurrently. 

It would be helpful if there were multiple PostGIS ports, i.e. postgis90, postgis91, etc., allowing for separate PostGIS installs for each PostgreSQL install.",dark.panda+macports@…
,31443,Report on all the tickets on which someone added a comment or attachment,server/hosting,,enhancement,wsiegrist@…,new,2011-09-28T14:38:29-07:00,2012-05-30T21:31:24-07:00,I believe a report to locate all the tickets someone added an attachment or made a comment would be helpful. It would be helpful to show people's contribution to MacPorts.,blackfrog1@…
,31625,OpenVPN Example Scripts,ports,,enhancement,macports-tickets@…,new,2011-10-16T00:39:11-07:00,2011-10-16T10:43:50-07:00,"I recently setup an OpenVPN environment for various computers in remote locations within my organization. Originally I fooled around with [http://code.google.com/p/tunnelblick/ Tunnelblick] and while I learned a lot about OpenVPN in doing so, ultimately I decided that I just wanted to keep things simple and install the OpenVPN port and set it up to run at boot. Simple right? Nope. Then it became a challenge. Namely the interaction with DHCP and DNS that occurs between OpenVPN and OS X's rather dynamic SystemConfiguration framework. After a lot of research online about how OS X's SystemConfiguration framework works (and has evolved over time) and looking through Tunnelblick's source, I got things to work well and wanted to contribute some example scripts. 

Currently this port installs with not much information regarding how to use it with OS X. It would be nice if there were some examples to point people in the right direction.

Attached are:

=== net.openvpn2.server.plist ===
Starts an OpenVPN server:
 * Goes into `/Library/LaunchDaemons`
 * Runs on load once a Network is available
 * Loads a configuration file from `/opt/local/etc/openvpn2/example/server.conf`
 * Logs to `/opt/local/var/log/openvpn2/server.log` and `/opt/local/var/log/openvpn2/status.log`

=== net.openvpn2.client.plist ===
Connects to an OpenVPN server:
 * Goes into `/Library/LaunchDaemons`
 * Runs on load once a Network is available
 * Loads a configuration file from `/opt/local/etc/openvpn2/example/client.conf`
 * Logs to `/opt/local/var/log/openvpn2/client.log` and `/opt/local/var/log/openvpn2/status.log`

=== net.openvpn2.watcher.plist ===
Loads a watcher utility that loads on changes to `/Library/Preferences/SystemConfiguration`
 * Goes into `/Library/LaunchDaemons`
 * Reloads OpenVPN's configuration when the network configuration changes

=== up.sh ===
Runs after a client successfully connects to a server:
 * Goes into `/opt/local/etc/openvpn2`
 * A script that configures OS X's DNS and Search Domain settings for the vpn
 * ''This is a modified version of a Tunnelblick script sans the Tunnelblick specific stuff''

=== down.sh ===
Runs after a client successfully disconnects from a server:
 * Goes into `/opt/local/etc/openvpn2`
 * A script that restores OS X's DNS and Search Domain settings to its previous state
 * ''This is a modified version of a Tunnelblick script sans the Tunnelblick specific stuff''

=== watcher ===
The utility loaded by the net.openvpn2.watcher.plist on a network change:
 * Goes into `/opt/local/etc/openvpn2`
 * Checks to see if the change to the network requires OpenVPN to reload its configuration
 * Reconfigures the vpn's DNS and Domain Search settings if necessary
 * ''This is a modified version of a Tunnelblick script sans the Tunnelblick specific stuff''

=== server.conf ===
An example server configuration:
 * Goes into `/opt/local/etc/openvpn2/example`
 * User still needs to create necessary certificates and keys in `/opt/local/etc/openvpn2/example`

=== client.conf ===
An example client configuation:
 * Goes into `/opt/local/etc/openvpn2/example`
 * User still needs to create necessary certificates and keys in `/opt/local/etc/openvpn2/example`",mmpestorich@…
,31665,explain the difference between <db> and <db>-server,ports,,enhancement,ryandesign@…,new,2011-10-18T10:03:17-07:00,2012-06-06T03:03:23-07:00,"for example, the descriptions of both mysql5 and mysql5-server state that it is a ""multithreaded SQL database server"". In reality, the former is the mysql5 client, required to access other mysql5 servers, and the latter is the real server in case one wants to run the server on their own computer. Making the description reflect the difference would be helpful to new users.",punk.kish@…
,31699,subversion: enable libmagic support,ports,,enhancement,dluke@…,new,2011-10-20T20:49:03-07:00,2013-04-22T17:28:56-07:00,"Subversion 1.7 adds a new feature where it can use libmagic to guess file types

http://subversion.apache.org/docs/release-notes/1.7.html#libmagic-support

Could this be enabled? Thanks.",ryandesign@…
,31740,tftp-hpa: use notes instead of ui_msg,ports,,enhancement,markd@…,new,2011-10-23T15:40:58-07:00,2011-10-23T15:40:58-07:00,tftp-hpa should use the notes feature instead of manually printing ui_msg's.,ryandesign@…
,31949,octave: new version of portgroup (octave 1.1),ports,,enhancement,macports-tickets@…,new,2011-11-07T01:23:00-08:00,2011-12-12T18:14:00-08:00,"Some recent octave packages require to be compiled within octave, and not through standard tools. This updated version of the octave portgroup aims at enabling this type of installation, and should be compatible with both octave and octave-devel present versions.",nicos@…
,32108,gconf-editor +quartz,ports,,enhancement,devans@…,new,2011-11-17T14:38:31-08:00,2013-02-03T01:37:06-08:00,This patch adds a quartz variant to gconf-editor.,rudloff@…
,32110,Epiphany with gtk2+quartz,ports,,enhancement,devans@…,new,2011-11-17T16:52:37-08:00,2011-11-17T17:21:32-08:00,"It would be nice to have Epiphany with Quartz.

I tried to do it myself with no luck.
I have replaced every include of ''gdk/gdk.h'' with ''gdk/gdkquartz.h'' and added the -xobjective-c flag and it seems to build correctly. But when comes the linking ({{{CCLD   epiphany}}}), I get hundreds of errors like this, with various libs (and have absolutely no idea why) :
{{{
/opt/local/lib/libiconv.dylib:17: error: stray '\187' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\253' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\255' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\255' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\131' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\225' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\252' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\15' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\133' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\255' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\255' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\255' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\139' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\224' in program
/opt/local/lib/libiconv.dylib:17: error: stray '\133' in program
}}}
",rudloff@…
,32452,Use postgresql91 by default in py26-mapnik port,ports,,enhancement,dbsgeo@…,new,2011-12-07T14:51:55-08:00,2011-12-17T20:09:36-08:00,Makes sense as 9.1 is default in most other places as far as I've checked.,shirshegsm@…
,32762,mail/dovecot - add postgresql90 postgresql91 variants,ports,,enhancement,jberry@…,new,2012-01-04T07:55:38-08:00,2012-01-04T08:17:59-08:00,"adding support for postgresql 9.0 & 9.1
not tested !!!",macintosh@…
,33036,sdcc update port to 3.2.0,ports,,enhancement,snc@…,assigned,2012-01-27T03:32:16-08:00,2012-10-03T11:02:59-07:00,"Hi. Here is a patch to update SDCC to version 3.2.0.

I also removed avr and xa51 then added variants for them because they are unsupported by SDCC now.",lara.dougan@…
,33145,"postgresql90,postgresql91 improvement to Unicode support",ports,,enhancement,macports-tickets@…,new,2012-02-05T04:58:37-08:00,2012-10-15T15:54:34-07:00,"Because Mac OS X's POSIX locale support is flakey, PostgreSQL does not sort UTF-8 text properly (or do other character and collation-related operations properly). FreeBSD suffers from the same problem.

A workaround is to patch PostgreSQL to use the ICU library (http://site.icu-project.org/) instead of the system's locale-related functions. FreeBSD have done this (http://people.freebsd.org/~girgen/postgresql-icu/README.html). PostgreSQL then works properly.

I have updated the Portfiles for the postgresql90 and postgresql91 ports, and updated and added the patches to do this.

There are a few deficiencies:

- Autoconf now needs to be run, but the version has been changed (which isn't recommended by PostgreSQL) and is hardcoded to the version currently in MacPorts (so will break once the autoconf port moves to a new version). It would be better to make MacPorts use autoconf 2.63 (which, after all, is available as a port), and we won't have this problem. (We also won't need the uuid-related update.)

- It would be good to have a better way of testing for the ICU library in ./configure rather than hardcoding in library symbols to search for that are specific to the library version (and thus will break as soon as the ICU port is updated).

- ICU should perhaps be a variant (quite possibly it should be the default variant, but still, perhaps a variant is best rather than always using it).

I am happy to help address these (or other) problems, but I wanted to raise the issue first, and find out what you maintainers think before proceeding any further.

Hopefully we can get the patch applied upstream, too, and then MacPorts need only supply appropriate configure options and dependencies. But I think it's best to get it working with the patch in MacPorts first.",mail_ben_schmidt@…
,33259,"cmake portgroup: out of source build option, possibly by default",ports,,enhancement,macports-tickets@…,new,2012-02-15T07:29:20-08:00,2013-01-18T02:45:25-08:00,"Many of the ports that use the cmake portgroup manually do an out-of-source build. It would be nice if the cmake portgroup could do this on its own, possibly with a tbool option like ""cmake.use_out_of_source_build"" so that individual ports could opt-in.

Since so many of the ports using this portgroup do this, and out-of-source builds are a recommended practice, it might make sense to eventually make this option on by default. But all existing cmake portgroup ports would have to be tested to ensure they work with it on.",ryandesign@…
,33467,Proftpd: enable sftp and other modules,ports,,enhancement,jenix@…,new,2012-03-04T08:49:33-08:00,2012-07-31T06:23:40-07:00,"I wanted to compile mod_sftp with the port. With help I figured out that only mod_tls is available. This allows ftps but not sftp. It was suggested on the macports-users list that the port could be enhanced to build most, if not all, modules as DSOs so they're available to turn on, and off, through the proftpd.conf file. This would be a great enhancement.",mdbecque@…
,33774,ejabberd doesn't support odbc,ports,,enhancement,ciserlohn@…,new,2012-03-26T08:42:19-07:00,2012-03-26T15:19:31-07:00,"best way could be to provide a variant for this, patch to Portfile attached",max.desyatov@…
,34130,subversion: mod_dav_svn subport,ports,,enhancement,dluke@…,new,2012-04-19T14:11:33-07:00,2012-08-17T06:15:11-07:00,Could mod_dav_svn be changed from a variant to a subport?,ryandesign@…
,34143,ocaml-ocamlnet : all variants available in configure,ports,,enhancement,landonf@…,new,2012-04-20T08:23:04-07:00,2012-08-14T17:10:57-07:00,"I've just tested a new portfile for ocaml-ocamlnet, including all the variants in the configure from the source distribution.
",pierreetienne.meunier@…
,34289,ffmpeg-devel: add qt-faststart,ports,,enhancement,devans@…,new,2012-05-01T08:14:55-07:00,2013-02-04T00:25:49-08:00,"the ffmpeg-devel port does not include makeing and installing the qt-fasttart tools, that is part of the base ffmpeg-installs for debian/ubuntu.

qt-faststart is a tool to move the MOOV-atoms from the end to the beginning of a mp4 file.

I think it should be part of the default install. I attached an updated Portfile.",jonas@…
,34583,php5-shindig: rename and move to www category,ports,,enhancement,bm55b@…,new,2012-05-22T17:42:20-07:00,2012-05-22T17:42:20-07:00,"php5-shindig should be renamed and moved to the www category; the php category and the ""php5-"" name prefix are for php extensions, not for apps that happen to use php. I suggest the name be changed to just ""shindig"", or (since I see there is a java version of shindig available as well), perhaps ""shindig-php"".",ryandesign@…
,34584,php5-unit and dependencies: use PEAR port naming conventions,ports,,enhancement,singingwolfboy@…,new,2012-05-22T19:15:24-07:00,2012-05-22T21:14:13-07:00,"In the course of converting PHP extension ports to the new unified format (#34507) it comes to my attention that php5-unit and its dependencies aren't PHP extensions, don't use the php5extension portgroup, and are noarch and actually just install PHP code, and are thus more related to the other PEAR ports. As such I suggest they be renamed to the PEAR ports naming convention, which is to begin port names with ""pear-"". Unless Bradley plans to split all the PEAR ports into (sub)ports for each PHP version...",ryandesign@…
,34601,nmap: zenmap subport,ports,,enhancement,dluke@…,new,2012-05-23T16:12:47-07:00,2012-05-23T16:12:47-07:00,"Currently, users searching for zenmap might not find it, because it's a variant of the nmap port:

{{{
$ port search zenmap
No match for zenmap found
}}}

Also users who already have nmap installed would be forced to rebuild it if they want to add zenmap.

Could zenmap become a subport of the nmap port, instead of a variant? That could solve both issues.",ryandesign@…
,34604,php5-shindig: install elsewhere,ports,,enhancement,bm55b@…,new,2012-05-23T17:40:42-07:00,2012-05-23T17:40:42-07:00,"php5-shindig currently installs its files to ${prefix}/apache2/htdocs/shindig but wouldn't it work just as well with another web server with php support, such as lighttpd or nginx? It should probably install its files elsewhere, like ${prefix}/www/shindig, and let the server administrator create symlinks or server aliases as appropriate to their setup.",ryandesign@…
,34649,py*-nltk: unify,ports,,enhancement,stevenbird1@…,new,2012-05-28T01:09:55-07:00,2012-05-29T15:28:28-07:00,,deric@…
,34655,phpsh: update for php53 / php54,ports,,enhancement,singingwolfboy@…,new,2012-05-28T05:10:09-07:00,2012-05-28T05:10:09-07:00,phpsh should be updated to work with the new php53 / php54 ports. I'm not sure what the best approach is. Options include giving the phpsh port php53 and php54 variants or giving it php53-phpsh and php54-phpsh subports. I'm not sure which approach makes most sense for phpsh.,ryandesign@…
,34799,lua-luasocket @2.0.2 include unix domain socket support,ports,,enhancement,emmett.shear@…,new,2012-06-07T13:37:37-07:00,2012-06-07T13:42:57-07:00,"I want to use http://code.google.com/p/prosody-modules/wiki/mod_auth_dovecot , but it requires unix domain support to be compiled into luasocket.  The changes needed to make this happen are very small.  I do not know why luasocket-2.0.2 does not by default build unix domain socket support.

{{{
Dislike$ lua -l socket.unix
lua: module 'socket.unix' not found:
. . .

Like$ lua -l socket.unix
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
}}}
",juc@…
,34846,auctex: add biber variant,ports,,enhancement,macports-tickets@…,new,2012-06-12T14:51:20-07:00,2012-09-18T14:46:08-07:00,"This is a major update to the auctex port. I've been keeping track and getting incremental updates from their cvs repo into mercurial here:

https://bitbucket.org/seanfarley/auctex

This update also includes a new variant based on biber:

http://sourceforge.net/projects/biblatex-biber/forums/forum/824416/topic/4716925",sean.michael.farley@…
,34968,py26-ete2: use unified portgroup and add py27,ports,,enhancement,sopo.dev@…,new,2012-06-25T09:47:30-07:00,2012-09-05T12:44:25-07:00,"Based on py26-ete2, but updated with latest version. Tested and works fine (at my computer).",danmichaelo+macports@…
,35073,"ffmpeg, ffmpeg-devel missing textual subtitle rendering filters",ports,,enhancement,jeremyhu@…,new,2012-07-03T11:49:22-07:00,2013-01-31T07:30:21-08:00,"Currently drawtext filter is not available in ffmpeg and ffmpeg-devel.  It is necessary for subtitle rendering.  To enable it would require adding a dependency to libfreetype.  

Similarly, ass filter is also not available.  It is necessary for SSA/ASS subtitle rendering.  To enable it would require adding a dependency to libass.",paul@…
,35402,vtk5: add Java bindings,ports,,enhancement,macports-tickets@…,new,2012-07-29T03:58:57-07:00,2013-05-07T11:50:41-07:00,"What is the reason that there are no Java-bindings in the vtk5-port? Old ports of the same package (vtk-devel which is v5.4 instead of the current v5.10) at least has a variant ""java"".

I guess there is a good reason that these bindings are not there in vtk5, but what is it? The Cocoa/Carbon/QT4/X11-business? (that it will only work with a few of these options)

What would be the best wy to run Java-programs that require VTK5?",bgschaid@…
,35474,RFE: Have curl-ca-bundle install individual .pem files in ${prefix}/etc/openssl/certs,ports,,enhancement,ryandesign@…,new,2012-08-01T12:10:10-07:00,2013-05-14T09:36:06-07:00,"curl-ca-bundle currently installs a single cacerts.pem file. This makes it difficult to add new CA certificates to OpenSSL's default set, as cacerts.pem takes precedence over the ${prefix}/etc/openssl/certs directory.

Rather than install a single file, curl-ca-bundle could instead install individual certificates in ${prefix}/etc/openssl/certs. This would make it easy for users to add new certificates without modifying a port-installed cacerts file.

Debian/Ubuntu implement this mechanism in their ca-certificates package, along with some helpful scripts (update-ca-certificates) to generate the certs/ directory and keep it up-to-date: http://archive.ubuntu.com/ubuntu/pool/main/c/ca-certificates/ca-certificates_20111211.tar.gz

Note that Debian/Ubuntu use Mozilla's trust store instead of curl-ca-bundle; I'm not sure which is really better.",landonf@…
,35651,wxWidgets(-devel): install share/locale/<lang>/LC_MESSAGES/wxstd.mo,ports,,enhancement,jwa@…,new,2012-08-13T04:16:30-07:00,2012-10-04T10:00:39-07:00,"In relation to Poedit port which tries to copy wxstd.mo from wxWidgets into Poedit.app, I would like to request figuring out how to install translation files into {{{${prefix}/share/locale/<lang>/LC_MESSAGES/wxstd.mo}}}. The translations are already part of wxWidgets, see {{{locale/<lang>.po}}} inside source, but they don't get installed. Maybe the necessary flag is {{{--enable-xlocale}}}, but I didn't test anything yet.",mojca.miklavec.lists@…
,35741,"Don't add ""Cc Me!"" comment when ""CcMe!"" button is clicked",server/hosting,,enhancement,wsiegrist@…,assigned,2012-08-19T02:58:51-07:00,2013-03-21T20:21:29-07:00,"Is it possible to modify the ""CcMe!"" button in our Trac installation so that it does not insert a comment ""Cc Me!"" into the ticket? More than once, I've found tickets where users have written the comment ""Cc Me!"" into a ticket manually, expecting for this to cause them to be Cc'd.",ryandesign@…
,36054,Feature request: reload action,base,,enhancement,macports-tickets@…,new,2012-09-08T14:18:23-07:00,2012-10-20T05:15:52-07:00,"When using ports that are started using launchd (e.g. apache2, mysql, php-fpm) the combination of {{{port unload}}} and {{{port load}}} is used to test configuration changes. Sadly typing this is long and cumbersome:

{{{
sudo port unload apache2 && sudo port load apache2
}}}

I suggest the {{{port reload}}} action that reduces the above to:

{{{
sudo port reload apache2
}}}

This is a common practice of ""similar"" commands like [http://manpages.ubuntu.com/manpages/hardy/en/man1/service.1.html service].",mailtoarlo@…
,36095,puppet @2.7.6 request installation of emacs major mode for puppet,ports,,enhancement,nigel@…,new,2012-09-11T02:36:15-07:00,2012-09-25T15:28:51-07:00,"Puppet comes with a major mode for emacs for editing manifests. This feature is not installed by the current port. I'd like to request addition of this feature. 

I patched the Portfile to create a variant 'emacs' which installs puppet-mode.el and gives instructions on the terminal how to activate it. I am not sure if making this a variant is the right way to do it, or if installing it by default or putting it into a separate package would be more appropriate.

There is also something for vi - maybe this could be added as well.

",tom@…
,36266,soci: add more database variants,ports,,enhancement,g.lorenz@…,new,2012-09-21T03:22:45-07:00,2013-02-28T04:40:49-08:00,"soci currently has database variants for mysql4, mysql5, odbc, oracle, postgresql84, postgresql90 and sqlite3.

It would be good to add variants for mysql51, mysql55, mariadb, percona, postgresql91 and postgresql92.",ryandesign@…
,36340,remove link to current page in ticket titles,server/hosting,,enhancement,wsiegrist@…,new,2012-09-26T03:18:52-07:00,2012-09-26T03:27:15-07:00,"Since the last Trac upgrade, the ""Ticket #XZY"" in the title at the top of ticket pages has become a link. However, it is useless because it links to the same page it is on. It just makes it harder to select the ticket number for copying. (You can still get it from the URL bar of course, or by careful drag-selecting.)

Would it be possible to de-linkify this text?",jmr@…
,36390,monitor mode for wireshark,ports,,enhancement,opendarwin.org@…,new,2012-09-30T04:11:18-07:00,2013-05-23T08:01:28-07:00,"Hello,

I have unfortunately upgraded to wireshark 1.8.2 to find out that monitor mode was removed from capturing options for the interface? I am trying to revert back to old 1.6 wireshark but that doesn't work any more :(. Is there any other way I can enable apple wireless card to capture RAW air packets?

Thanks a lot for your help.

Kindest regards,

Vania Toperich",vaniat@…
,36410,Qt applications are blurry on MBP Retina,ports,,enhancement,michaelld@…,reopened,2012-10-01T05:44:12-07:00,2013-03-05T18:31:32-08:00,"The applications using Qt (all KDE apps) are not rendering correctly on a MacBookPro with Retina screen.
The text is blurry like if it was upsized with a very bad filter.

",mail.pourri@…
,36585,mldonkey: add X11 support.,ports,,enhancement,macports-tickets@…,new,2012-10-13T06:18:13-07:00,2012-10-14T13:00:05-07:00,"Hi, I'm build  mldonkey with '''sudo port install mldonkey''' and this work fine but not build with X11 support, the mldonkey+gui command isn't installed.",mcklaren@…
,36629,"gcc42, gcc43, gcc44, gcc45, gcc46, gcc47, gcc48: install the info documentation",ports,,enhancement,mww@…,new,2012-10-16T08:27:07-07:00,2012-11-06T01:34:05-08:00,"Hi all,

The man pages for GCC are just informative, the real documentation is provided by the info files.  Yet, reading the port file, I read:

{{{
post-destroot {
    file delete -force ${destroot}${prefix}/share/man/man7 \
        ${destroot}${prefix}/share/info
}}}

The documentation is needed.  At least make it a variant if you really want _not_ to install the documentation.

I don't know either what's in man.7, but removing it does not sound right.

Thanks!",akim.demaille@…
,36652,Transmission add variant/subport QT,ports,,enhancement,mnick@…,new,2012-10-18T09:44:20-07:00,2012-10-18T09:50:30-07:00,"As urged in this [http://blog.heritage.org/2012/08/15/national-emp-awareness-day/ comment]:

Please add a variant/subport QT to the Transmission port. The X11 port is outdated (1.73 vs. 2.71). Building of (the native GUI/Cocoa) Transmission client is only possible on OSX 10.8. Yet the daemon, cli and QT based binaries can be build on systems running OSX pre 10.8. A QT version would give users on said legacy systems a GUI, without the need to run a X11 server.",bitmail@…
,36668,postgresql92 @9.2.1 Add hstore Extension,ports,,enhancement,jwa@…,new,2012-10-20T02:42:52-07:00,2013-01-29T01:14:09-08:00,Please add the hstore extension to postgresql92 as described here for postgresql91: http://stackoverflow.com/a/9343432/245405,matias@…
,36678,mutt-devel @1.5.21 Add support for GSSAPI authentication,ports,,enhancement,mnick@…,new,2012-10-21T02:31:34-07:00,2012-11-07T23:59:12-08:00,Mutt is able to use GSSAPI authentication. Optionally enable support for GSSAPI authentication.,mk@…
,36891,Consider adding debug variant for python ports,ports,,enhancement,macports-tickets@…,new,2012-11-04T17:19:33-08:00,2012-11-14T04:32:09-08:00,"Please consider adding debug variants for all python ports, so one can build them with debug symbols, if possible. Thank you.",martin.zeman@…
,36904,grass: add wxPython variant,ports,,enhancement,macports-tickets@…,new,2012-11-05T18:20:13-08:00,2013-03-17T11:59:34-07:00,"the grass port is missing the wxPython variant, and therefore when I start up grass I get the following error message:

{{{
""Starting GRASS ...
ERROR: wxGUI requires wxPython. No module named wxversion
Error in GUI startup. If necessary, please
report this error to the GRASS developers.
Switching to text mode now.
Hit RETURN to continue...""
}}}

I have tried installing the wxPython port and some others, but have not been able to get the GUI to work.  Can you please either help me or add a variant to install the necessary wxPython when porting grass.  Thanks so much!
",drew.mueller@…
,37020,"ffmpeg, ffmpeg-devel: Add libass (subtitle burning)",ports,,enhancement,devans@…,new,2012-11-16T19:14:16-08:00,2013-04-09T19:51:54-07:00,Add libass (subtitle burning) to ffmpeg,pdan-mp@…
,37034,plplot: use cmake portgroup,ports,,enhancement,takeshi@…,reopened,2012-11-18T02:48:37-08:00,2013-01-22T00:26:53-08:00,The plplot portfile could probably be simplified by using the cmake portgroup.,ryandesign@…
,37035,plplot: change no_x11 variant to x11 variant,ports,,enhancement,takeshi@…,reopened,2012-11-18T02:49:31-08:00,2012-11-22T20:21:45-08:00,"The no_x11 variant should be changed to an x11 variant on by default, as we've done in other ports.",ryandesign@…
,37087,kdelibs4 mobile profile,ports,,enhancement,nicos@…,new,2012-11-21T13:54:58-08:00,2012-11-24T08:53:25-08:00,"I added mobile variant to kdelibs4. Normally nobody will use mobile profile on OSX, this variant is for kde app developers who want to make an app bundle or standalone installer using libraries compiled from macports, and keep the bundle/pkg as small as possible. This will work for those kde apps that can compile with mobile profiled kdelibs4, such as Calligra. Patches are inherited from meego project. Currently I disabled soprano and nepomuk in this variant because they cause compilation failure.",yue.liu@…
,37095,disable submit button when clicked,server/hosting,,enhancement,wsiegrist@…,new,2012-11-21T23:04:11-08:00,2012-11-21T23:04:11-08:00,"If I accidentally click a ticket's ""Create ticket"" button twice, two identical tickets are created. This seems to happen enough to our users, and today to me, that we should do something about it.

The last comment in [http://trac.edgewall.org/ticket/10138 trac ticket 10138] shows a short snippet of jquery code we could add to fix it.",ryandesign@…
,37097,DSDP should include atlas variant *option*,ports,,enhancement,mnick@…,new,2012-11-22T00:33:49-08:00,2013-05-14T01:12:30-07:00,"Many people have run into issues building DSDP and other ports that depend on it (like cvxopt) due to linker issues with building against ATLAS.
It is suggested that a atlas variant option is created for DSDP in order to enable default linking against the Accelerator Framework libs provided by Apple.

I have tested building cvxopt with -dsdp and it -atlas, which compiles and runs without errors.",dallas.johnston@…
,37125,"Livecheck for master_sites of ""gnome:"" format is incomplete",ports,,enhancement,macports-tickets@…,new,2012-11-24T15:51:25-08:00,2012-11-25T14:39:38-08:00,"Gnome's hosted projects tend to have the following directory tree and distname for releases:
{{{
gnome:sources/${name}/${branch}/${name}-${version}.${extension}
}}}
Odd-numbered branches are used for unstable versions, while even-numbered branches are used for stable/release versions.[[br]]
The above-described organizational structure and odd/even versioning complicates a livecheck operation:[[br]]
 1. A two-step evaluation is necessary, first checking the project's directory to see if a new branch is available, then checking in the branch directory to see if a new version is available.
 2. Using vercomp alone may determine that an odd-numbered branch has the highest available version, potentially influencing a MacPorts developer to upgrade to an unstable version.
I would propose the following procedures for the default livecheck for ports with master_sites of the ""gnome:"" format:
 * Parse gnome:sources/${name} for a list of numbered branch directories and identify the highest even-numbered branch ${foo} and the highest odd-numbered branch ${bar}
  i. Run livecheck in gnome:sources/${name}/${foo} to identify the current release version
  ii. Run livecheck again in gnome:sources/${name}/${bar} to identify the current unstable version, noting in the output that this may be an unstable/bleeding-edge version
Dave - would this be something you would take interest in improving, or is it more of a portmgr kind of change?
",rmstonecipher@…
,37148,Missing argument to launch php54-fpm ?,ports,,enhancement,ryandesign@…,new,2012-11-27T05:58:57-08:00,2012-11-27T18:04:11-08:00,"Hello

I have installed nginx with PHP 54 and struggled a while to understand why mysqli extension was not loaded when I accessed phpMyAdmin for instance. When I tested in command line (php54 -r ""var_dump(get_loaded_extensions());"") mysqli extension appeared but not when the same function was executed in a web environment.

I eventually found that mysql*.so extension where loaded in /opt/local/var/db/php54/mysql.ini, which php54 parsed when called in a shell, but not when called via php54-fpm. It worked when I relaunched php54-fpm with ""-c /opt/local/var/db/php54"" argument.

Have I missed something in the installation of php54 and php54-fpm or is it normal that php54-fpm is not configured by default to parse this extra directory ?  (I have looked in the .plist file but not sure this argument is configured...).

Thanks,

Olivier",olivier@…
,37268,relax: review scons dependency,ports,,enhancement,howarth@…,new,2012-12-10T02:24:08-08:00,2012-12-10T02:24:08-08:00,Isn't scons only used at build time?,ryandesign@…
,37318,Why is pyXX-wxpython30 is  not universal,ports,,enhancement,jwa@…,new,2012-12-15T02:28:36-08:00,2012-12-15T05:09:52-08:00,"Is there a reason why pyXX-wxpython30 is explicitly forbidden to build universal? I just commented out the corresponding line in the Portfile and it builds alright…
",vince@…
,37366,Enhancement : MacPorts Guide : 2.5 Uninstall macports user,guide,,enhancement,markd@…,new,2012-12-21T08:49:53-08:00,2013-01-05T18:19:23-08:00,"The MacPorts Guide uninstall section (2.5) does not include instructions to delete the macports user account that is created by MacPorts.  Also not sure about this, but does MapPorts also create a user account called ""mobilebus"".",Kenspratlin@…
,37452,php: add mysql variants to ${php}-mysql subports,ports,,enhancement,ryandesign@…,new,2012-12-30T10:43:58-08:00,2013-01-23T01:17:37-08:00,"I'm running remi's releases on my Linux machines - and would like php5.4 and mysql5.5. Be good if you could supply a variant mysql55 for php54-mysql - I'd like apache2 to use mysql5.5 as default.   Alternatively is there a better way of doing this?

Thanks.

",pc@…
,37524,php5-timer: use pear portgroup,ports,,enhancement,macports-tickets@…,new,2013-01-04T08:48:16-08:00,2013-01-04T08:48:16-08:00,"The php5-timer port appears to be a PEAR module. Perhaps it could be converted to use the pear-1.0 portgroup, and perhaps renamed to pear-Timer.",ryandesign@…
,37667,port lint should complain about using only md5 or sha1 checksums,base,,enhancement,macports-tickets@…,new,2013-01-16T16:40:46-08:00,2013-03-20T13:17:13-07:00,"`port lint` should issue a warning if any distfile or patchfile is listed with only an md5 or sha1 checksum, since md5 is a broken algorithm and sha1 is also kind of old by now. The warning message should encourage portfile authors to use both rmd160 and sha256 checksums on each file, like we show in the guide.",ryandesign@…
,37763,mod_wsgi support for Python 3.2 and 3.3,ports,,enhancement,macports-tickets@…,new,2013-01-23T09:49:33-08:00,2013-01-23T17:18:02-08:00,Attached is a diff for the mod_wsgi portfile to support Python 3.2 and 3.3.,bryan@…
,37798,"MacVim: Request to create 'gvim', 'gvimdiff', ... symbolic links in addition to 'mvim' series",ports,,enhancement,raimue@…,assigned,2013-01-27T02:59:21-08:00,2013-01-27T15:26:26-08:00,"Would it be possible to create /opt/local/bin/gvim, .../gvimdiff, etc. symbolic links in addition to /opt/local/bin/mvim, .../mvimdiff, ... ?
This would allow git mergetool gvimdiff work out of the box.

See also this Homebrew issue: [https://github.com/mxcl/homebrew/issues/14458]

Thanks.",alexey.muranov@…
,37800,libpar2: add patches from nzbget,ports,,enhancement,arno+macports@…,new,2013-01-27T06:34:47-08:00,2013-01-27T06:36:05-08:00,"I want to update nzbget to 9.1, for which I'll file a separate ticket, but it fails to configure, saying:

{{{configure: error: Your version of libpar2 doesn't include the recent bugfixes-patch (version 2, updated Dec 3, 2012). Please patch libpar2 with the patches supplied with NZBGet (see README for details). If you cannot patch libpar2, you can use configure parameter --disable-libpar2-bugfixes-check to suppress the check. Please note however that in this case the program may crash during par-check/repair. The patch is highly recommended!}}}

Can these patches please be applied to the libpar2 port?",ryandesign@…
,37890,RFE: General categories cleanup,ports,,enhancement,macports-tickets@…,new,2013-02-01T11:04:26-08:00,2013-04-03T18:45:13-07:00,"This was inspired by revisiting ticket #37832 after seeing cal's commit r102355 in irc. The following categories only have a single port in them:

[http://www.macports.org/ports.php?by=category&substr=mercurial mercurial]: currently only contains hg-forest, could also possibly contain mercurial, py*hgsvn, py*mercurial_keyring, py*hggit, py27-hgsubversion, and tortoisehg

[http://www.macports.org/ports.php?by=category&substr=win32 win32]: currently only contains nsis, could also possibly contain ASFRecorder, i386-mingw32*, icoconvert, mystonline-wine, octave-windows, ophcrack, p5*parse-win32registry, pev, png2ico, rdesktop*, wine*, and wxmsw

[http://www.macports.org/ports.php?by=category&substr=wsn wsn]: currently only contains nesc, not sure what else it could contain

[http://www.macports.org/ports.php?by=category&substr=squeak squeak]: currently only contains squeak, pretty sure that's the only thing it could contain

[http://www.macports.org/ports.php?by=category&substr=lua lua]: currently only used for luash, could also be used for lpeg, lua*, ocaml-lua, prosody, swig-lua, texlive-luatex, toluapp, and wxLua

[http://www.macports.org/ports.php?by=category&substr=ipv6 ipv6]: currently only used for aiccu, could also be used for a lot of other things

[http://www.macports.org/ports.php?by=category&substr=html html]: currently only used for xml2, could be used for so many other things that it might not be worth it

[http://www.macports.org/ports.php?by=category&substr=emacs emacs]: currently only used for po-mode.el, could also be used for auctex, cedet, *.el, ecb, emacs*, erc, ess, jove, lookup, magit, mg, nxml-mode, org-mode*, ProofGeneral, psgml, py*pymacs, slime, tex-whizzytex, vile, xemacs, and zile

Also the ""[http://www.macports.org/ports.php?by=category&substr=database database]"" and ""[http://www.macports.org/ports.php?by=category&substr=databases databases]"" categories should probably be combined with one another. Same thing with the ""[http://www.macports.org/ports.php?by=category&substr=ml ml]"" and ""[http://www.macports.org/ports.php?by=category&substr=ocaml ocaml]"" categories.

(Note: All ""*""s in the above are wildcards)",egall@…
,37929,postgresql92 @9.2.2 hstore support,ports,,enhancement,mww@…,new,2013-02-04T02:56:00-08:00,2013-02-04T06:33:42-08:00,"Add default hstore support by adding hstore to the contribs list.
Duplicate of #37928 where port name was spelled wrong (blush) ",dave@…
,37961,zsh: port completion is no longer available (+mp_completion),ports,,enhancement,larryv@…,new,2013-02-06T16:58:24-08:00,2013-02-07T14:32:19-08:00,"I upgraded my ports today and noticed that my tab completion was
broken for the `port` command in zsh.  While investigating this, I
noticed that the zsh-devel port was marked obsolete in favor of the
zsh port.  I'm glad to see that the zsh port was brought up to date,
but is it possible to restore the +mp_completion variant?

The patch should be straightforward.  The mp_completion code from
zsh-devel simply copied the _port file to the appropriate directory:

{{{
variant mp_completion description {Install port(1) completion file} {
    post-destroot {
        set sitedir ${prefix}/share/${my_name}/site-functions
        xinstall -m 0644 ${filespath}/_port \
            ${destroot}${sitedir}
    }
}
}}}

The _port file is, of course, still available in the repository:

browser:trunk/dports/shells/zsh-devel/files/_port?rev=100755

I verified that placing this file in
`/opt/local/share/zsh/site-functions` restored my ability to use tab
completion with the `port` command using the current `zsh` package.
",jrblevin@…
,38087,ocaml @4.00.1 emacs variant for installing .el files,ports,,enhancement,mww@…,new,2013-02-16T14:47:30-08:00,2013-02-16T16:01:58-08:00,"The ocaml distribution contains emacs support .el files.
They are not installed by current port, and nor has variant to install it.

This enhancement introduces emacs variant to ocaml port.
This variant installs the .el files into ${prefix}/share/emacs/site-lisp",inouetakahiroki@…
,38095,RFE: Automatically check tickets for common mistakes before allowing users to submit them,server/hosting,,enhancement,wsiegrist@…,new,2013-02-17T01:16:18-08:00,2013-02-17T16:16:04-08:00,"For example, if the component is ""ports"" but you left the ""port"" field blank, it could prevent you from filing the ticket until you fill in the ""port"" field. Or if you leave the ""cc"" field blank for a port that isn't nomaintainer, it could remind you to fill it in (even better, it could check the maintainer field of the port itself and automatically fill it in for you). Or if you're submitting a portfile, it could automatically run `port -v lint --nitpick` on it and prevent you from submitting it if there are any errors or warnings. It could also submit the portfile to the buildbot and let you know if the buildbot fails to build it, kinda like how some GitHub repos have Travis CI integrated with their pull requests. My idea for submitting this ticket originally came up in IRC when larryv was wondering if the ""priority"" field could be hidden for certain users.
",egall@…
,38102,Request for 'disable log' variant of libusb port,ports,,enhancement,toby@…,new,2013-02-17T09:24:16-08:00,2013-02-17T14:35:58-08:00,Could a variant be added to the libusb port to disable the logging information produced (i.e. configure the port with the --disable-log argument)?,stephen.creswell@…
,38190,Request for xboard +gtk variant,ports,,enhancement,macports-tickets@…,new,2013-02-24T12:26:13-08:00,2013-02-24T12:31:08-08:00,xboard can now be configured to use gtk instead of Xaw. It would be nice to have a variant of the xboard port that uses this configuration.,zullil@…
,38219,squirrel @3.0.4: add +universal variant,ports,,enhancement,larryv@…,new,2013-02-26T15:32:31-08:00,2013-02-26T15:32:31-08:00,Squirrel’s makefiles make this somewhat more difficult than I expected. I closed #38195 with just the update (r103476) and will work on `+universal` separately.,larryv@…
,38270,Updated SMLNJ,ports,,enhancement,bfulgham@…,new,2013-03-03T14:27:11-08:00,2013-03-03T14:47:58-08:00,Updated Portfile attached. Works on my machine.,watsonbladd@…
,38336,gdal @1.9.2_3: please consider enabling GRIB format,ports,,enhancement,seanasy@…,new,2013-03-08T15:53:03-08:00,2013-03-08T16:04:42-08:00,"Is there a reason why the default configuration for GDAL contains ""--without-grib""?  I tried to edit my own local version of the portfile according to http://guide.macports.org/#development.local-repositories but couldn't get it to work.  This format is built into GDAL by default and has no external dependencies.  I can't think of a downside to enabling it.  I would be glad to understand what went wrong with my local repository if anyone would care to engage with me on that offline.  Thanks.

Neil Best",nbest@…
,38383,rust @0.5_3: Use llvm-3.x ports instead of bundled LLVM,ports,,enhancement,larryv@…,assigned,2013-03-13T23:36:16-07:00,2013-03-18T15:56:12-07:00,We currently just build the bundled LLVM. Using MacPorts’ LLVM ports results in a broken stage2 compiler that segfaults immediately during the build.,larryv@…
,38406,boost: disable no_single by default,ports,,enhancement,macports-tickets@…,new,2013-03-16T17:59:54-07:00,2013-05-07T11:41:33-07:00,"I am preparing a new Portfile for htcondor (http://research.cs.wisc.edu/htcondor/) that will depend on the single-threaded Boost libraries, which requires boost to be built with the {{{no_single}}} variant disabled. Since Boost takes so very long to build, could the {{{no_single}}} variant be disabled by default, so that the buildbots build the single-threaded libraries as well as the multi-threaded ones?",aronnax@…
,38433,libiodbc @3.52.8: Make the gui into a variant,ports,,enhancement,snc@…,new,2013-03-19T00:21:34-07:00,2013-05-05T16:35:44-07:00,"A [comment:ticket:35955:5 comment on #35955] says that there's an option to disable the gui for libiodbc. It'd be useful to have a variant for this, so that users who don't want to install gtk2 with the `+x11` variant (say, because they have `+quartz` in their `variants.conf`) wouldn't have to do so if they have to install libiodbc (say, because it gets dragged in as a dependency by the kde4 ports).
",egall@…
,38740,sml-mode.el enhancement to support Emacs.app,ports,,enhancement,mcalhoun@…,new,2013-04-09T21:03:59-07:00,2013-04-10T07:51:16-07:00,"The attached patch will enable building sml-mode.el with Emacs.app without requiring the '''emacs''' port to be installed.

Rather than creating an '''app''' variant, I follow the gnuplot port's example of searching for `${applications_dir}/Emacs.app/Contents/MacOS/Emacs`, and if that does not exist then falling back to `${prefix}/bin/emacs`.  Either way, the files are installed to `${prefix}/share/emacs/site-lisp`, and '''emacs''' will properly be a dependency if that path does not exist yet.",jrh@…
,38844,Build tk without X11,ports,,enhancement,mww@…,new,2013-04-17T23:54:23-07:00,2013-04-19T11:58:24-07:00,"tk comes with copies of X11 headers, so ""tk -x11 +quartz"" can be built without depending on xorg-libX11.",irony42@…
,38865,gcc48: remove unused dependency,ports,,enhancement,mww@…,new,2013-04-20T00:15:13-07:00,2013-04-20T07:52:56-07:00,"Starting from GCC 4.8, graphite has been migrated to cloog+isl, so the ppl dependency is actually unused. The attached patch removes ppl from dependency and corresponding configure option. The same should be applied to gcc49 as well.
",manphiz@…
,38902,Write a pre-commit hook to prevent expanded keywords from being committed,server/hosting,,enhancement,wsiegrist@…,new,2013-04-23T16:27:44-07:00,2013-04-23T20:52:07-07:00,"We should have a pre-commit hook in the Subversion repository to prevent expanded keywords from being committed. That is, if a file has svn:keywords set to ""Id"", it should not be possible to commit the file with contents like this:

{{{
$Id: anything $
}}}

The Subversion client is responsible for normalizing this before committing to:

{{{
$Id$
}}}

The problem is that some committers use non-standard Subversion clients like git-svn that do not respect this requirement. This could have unforeseen consequences and should be prevented.

I will work on writing this pre-commit script. It could be combined with the one needed for #12594.",ryandesign@…
,39012,pficommon: add database variants,ports,,enhancement,hum@…,reopened,2013-05-05T13:55:14-07:00,2013-05-17T18:20:46-07:00,"pficommon currently has these variants:

{{{
pficommon has the variants:
   fcgi: Enable FastCGI module
   magickpp: Enable Magick++ of ImageMagick module
[+]mprpc: Enable MessagePack RPC module
   mysql: Obsolete compatibility variant
     * requires mysql5
   mysql5: Enable MySQL 5
   postgresql: Obsolete compatibility variant
     * requires postgresql91
   postgresql84: Enable PostgreSQL 8.4
     * conflicts with postgresql90 postgresql91
   postgresql90: Enable PostgreSQL 9.0
     * conflicts with postgresql84 postgresql91
   postgresql91: Enable PostgreSQL 9.1
     * conflicts with postgresql84 postgresql90
   universal: Build for multiple architectures
}}}

Could you please add variants for postgresql92 (conflicts with other postgresql variants) and mysql51, mysql55, mariadb and percona (conflict with mysql5 variant)?

The old ""mysql"" and ""postgresql"" variants can be removed; they've been ""obsolete compatibility variants"" for 18 months.",ryandesign@…
,39068,py-mysql: add +mariadb and +percona variants,ports,,enhancement,rwilcox@…,new,2013-05-10T22:42:59-07:00,2013-05-10T22:55:08-07:00,"mariadb @5.5.30 is meant to be a replacement for mysql55 and as such is supposed to work with mysql55 connectors. The py27-mysql @1.2.3 port has a +mysql55 variant but currently no +mariadb variant, meaning mysql55 must be installed along with mariadb for the py27-mysql port to properly install. 

(On my local system, I have installed the mariadb @5.5.30 port without mysql55 and have been able to compile the python mysql connector v1.2.3 and v1.2.4.b4 from source and run it in python 2.7 successfully.)

Can a +mariadb variant be added to py27-mysql? ",newberg@…
,39079,gdb-apple @1822: Build the MacsBug plugin,ports,,enhancement,jeremyhu@…,new,2013-05-12T11:15:24-07:00,2013-05-12T11:33:47-07:00,"One of the things that makes Apple's version of gdb that they ship with Xcode worth using over the FSF gdb is the MacsBug plugin that comes with Apple's gdb: http://opensource.apple.com/source/gdb/gdb-1824/macsbug/

However, the MacPort's port for gdb-apple doesn't include this plugin. Could it be updated to fix this?
",egall@…
,39126,Requesting libvpx_vp9 for ffmpeg,ports,,enhancement,devans@…,new,2013-05-16T08:44:31-07:00,2013-05-16T09:57:17-07:00,"http://news.cnet.com/8301-1023_3-57584706-93/google-urges-fast-adoption-of-vp9-video-compression/
http://ffmpeg.org/pipermail/ffmpeg-cvslog/2013-January/059366.html

VP8 was great, but VP9 will be fine",scott@…
,39182,MacVim @7.3.snapshot66_3: should use vim's vimfiles directory,ports,,enhancement,raimue@…,assigned,2013-05-21T18:18:51-07:00,2013-05-23T08:48:25-07:00,"A number of ports install Vim support files into `${prefix}/share/vim/vimfiles`. MacVim currently doesn’t pick these up.

The attached patch corrects this by adding the vim port’s `vimfiles` directory to MacVim’s default `runtimepath`.

Another option would be to create a symlink at `${applications_dir}/MacVim.app/Contents/Resources/vim/vimfiles` pointing to `${prefix}/share/vim/vimfiles`, but that feels a little sneaky to me. It would admittedly be a little simpler.",larryv@…
,39212,postgresql93-server: shared-memory reminder is unnecessary,ports,,enhancement,jwa@…,new,2013-05-23T10:35:22-07:00,2013-05-23T11:26:46-07:00,"I dont think the lines 54-55 in https://trac.macports.org/browser/trunk/dports/databases/postgresql93-server/Portfile are relevant as of postgresql version 9.3.

Refs: http://www.postgresql.org/docs/9.3/static/release-9-3.html#AEN114049",ts@…
,39216,py-ipython: include offline copy of MathJax,ports,,enhancement,akitada@…,new,2013-05-23T17:14:20-07:00,2013-05-24T05:49:49-07:00,"The IPython Notebook offers an option to install an offline copy of MathJax. This is really helpful for using the IPython Notebook without internet access. The installation instructions say that you do this by running the following Python snippet:

{{{
from IPython.external.mathjax import install_mathjax
install_mathjax()
}}}

However, this requires write access to the {{{site-packages}}} directory. As such, it would be handy if this was offered as a port variant, {{{+mathjax}}}.

I noticed another ticket, #39197, that has a dependency on MathJax. Perhaps a MathJax port would be in order here?",aronnax@…
,7667,Request for crm114 package.,ports,,request,macports-tickets@…,new,2006-03-08T11:35:03-08:00,2013-03-23T19:33:47-07:00,"See:

http://crm114.sourceforge.net/

Very useful set of utilities.  I'm most interested myself in the CSS stuff but I suspect people would be interested the package in it's entirety.",jamie@…
,14206,bitpim,ports,,request,macports-tickets@…,new,2008-02-06T08:14:41-08:00,2009-04-28T01:02:13-07:00,"Bitpim is an application to manipulate data on different CDMA phones like LG, Samsung, Sanyo and others.

Homepage is http://bitpim.sourceforge.net/ there's a OS X build too.",and.damore@…
,14618,gtkam - Requesting a new port to enhance existing libgphoto2 and gphoto2 packages,ports,,request,macports-tickets@…,new,2008-03-10T01:37:36-07:00,2009-04-28T01:02:13-07:00,"I'd like to request that the '''gtkam''' program be ported to MacPorts: 
 
  [http://www.gphoto.org/proj/gtkam/] 
 
This is a GTK-based, GUI front-end to '''libgphoto2''' and '''gphoto2''', both of which I've successfully installed under Leopard using DarwinPorts / MacPorts. 
 


This program suite allows using a wide variety of digital cameras which are otherwise unsupported. The GUI front-end would greatly improve usability, as importing photos is a visual task.  
 
Download of gtkam 0.1.14 is available from: 
 
  [http://sourceforge.net/project/showfiles.php?group_id=8874] 
 
",bcsi@…
,15969,port request GPS appli,ports,,request,macports-tickets@…,new,2008-07-13T06:52:26-07:00,2009-04-28T01:02:13-07:00,"simple appli to plot in 3d gps tracklogs
http://petit-poucet.org/spip/

",alejoduque@…
,16777,Koha - Integrated Library Sistem,ports,,request,macports-tickets@…,new,2008-10-06T16:22:52-07:00,2010-10-11T22:01:39-07:00,"Is there anybody interested in having a port and a wiki HOWTO for installing this open source cataloguing software for libraries?[[BR]]
[[BR]]
Look at my wiki howto pages at [https://trac.macports.org/wiki/howto/Koha]
",danocd@…
,17369,request: DoxyS,ports,,request,macports-tickets@…,new,2008-11-23T17:26:25-08:00,2009-08-06T14:54:18-07:00,"The DoxyS source code documentation tool is not in MacPorts. It should be included.

http://www.doxys.dk/doxys_homepage/index.html

",alexei.svitkine@…
,19704,Elilo,ports,,request,macports-tickets@…,new,2009-05-20T19:39:30-07:00,2009-08-12T13:41:50-07:00,[http://elilo.sourceforge.net/cgi-bin/blosxom],macports.users@…
,19795,Lustre,ports,,request,macports-tickets@…,new,2009-05-28T07:41:23-07:00,2009-05-28T07:41:30-07:00,http://www.sun.com/software/products/lustre/get.jsp,macports.users@…
,21089,requested port: kmuddy,ports,,request,macports-tickets@…,new,2009-09-04T11:05:33-07:00,2009-09-04T12:48:58-07:00,"I would like to request the linux program Kmuddy have a port created for it! Thanks

You can find their website here. http://www.kmuddy.com/ 
Thanks in advance!",jogonzales@…
,22218,Port Conky,ports,,request,macports-tickets@…,new,2009-10-23T11:09:25-07:00,2009-10-23T11:09:25-07:00,"Conky is an extremely flexible tool for displaying system information, weather, and just about whatever you want.  It can easily be themed to fit in any color scheme or visual taste and has some very creative applications.",demonspork@…
,22251,Please create a mysql50 port from the 5.0.86 version of the mysql5 port,ports,,request,ryandesign@…,new,2009-10-26T13:58:56-07:00,2009-10-26T16:16:53-07:00,"Can we please keep a MySQL 5.0 port around? MySQL 5.1 is still incompatible with a great deal of software (I'm struggling with PHP's PDO library currently).

If you could just fork the mysql5 port from when it was at version 5.0.86 and call that mysql50, would that do the trick?",cap10morgan@…
,22268,add ports: totem-pps libpps gst-plugins-pps libppswrapper?,ports,,request,macports-tickets@…,new,2009-10-28T00:49:56-07:00,2009-10-28T17:23:02-07:00,"A totem plugin for play PPStream movies.

The distribution files are here: http://people.freedesktop.org/~jinghua/distfiles/",songzw@…
,22549,Port Request for Cinelerra,ports,,request,macports-tickets@…,new,2009-11-15T12:41:22-08:00,2009-11-20T12:26:45-08:00,"This is request for video editing tool Cinelerra.
[[BR]]
[http://cinelerra.org/about.php]
[[BR]]
[http://cinelerra.org/getting_cinelerra.php#source]
",macports.users@…
,22686,Zint Barcode Generator,ports,,request,macports-tickets@…,new,2009-11-25T12:19:49-08:00,2009-11-25T14:55:43-08:00,"A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Codablock, Composite Symbols and more.

Source code is here:
http://sourceforge.net/projects/zint/

I would like to see a port of this program. It is not my software. Creator can be reached via http://www.zint.org.uk/

I have done a compilation of a previous version, but it has library dependencies and I don't know how to turn this into a port file.",beroe@…
,22819,Unladen Swallow,ports,,request,macports-tickets@…,new,2009-12-07T11:32:02-08:00,2009-12-07T11:32:02-08:00,"Would it be possible to make a port of Unladen Swallow, http://code.google.com/p/unladen-swallow/ ?

Thanks very much,
Anand",anand.prabhakar.patil@…
,22906,mlocate: a locate/updatedb implementation,ports,,request,raimue@…,assigned,2009-12-15T10:59:48-08:00,2012-01-13T08:48:29-08:00,"From its website, https://fedorahosted.org/mlocate/

mlocate is a locate/updatedb implementation. The 'm' stands for ""merging"": updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much.

The locate(1) utility is intended to be completely compatible to slocate. It also attempts to be compatible to GNU locate, when it does not conflict with slocate compatibility.",ryan@…
,22925,MacPorts should support co-existing openmotif 2.2.4 and 2.3.2 packages like fink.,ports,,request,macports-tickets@…,new,2009-12-17T06:04:44-08:00,2009-12-21T06:10:23-08:00,"Currently MacPorts only provides a single openmotif package for 2.3.2 (libXm.4.dylib). Some software like molmol are not fully compatible with the newest openmotif major release and require 2.2.4 (libXm.3.dylib). In fink, when I maintained the lesstif, openmotif3 and openmotif4 packages, I adjusted them to co-exist. MacPorts needs to find a mechanism to do the same. Note that lesstif is substandard for those needing an earlier motif and in fact lacks active capable developers as is mentioned on the lesstif home page.",howarth@…
,23152,compojure web framework for clojure,ports,,request,macports-tickets@…,new,2010-01-06T00:51:05-08:00,2010-01-09T15:34:10-08:00,"This is the only major web framework for clojure:

http://github.com/blog/308-compojure-clojure-web-framework",trier@…
,23248,port djvusmooth,ports,,request,macports-tickets@…,new,2010-01-12T06:23:46-08:00,2010-01-12T13:03:54-08:00,djvusmooth is not in macports. Could somebody port it?,pengyu.ut@…
,23814,request: cream,ports,,request,macports-tickets@…,new,2010-02-22T06:05:45-08:00,2010-02-22T10:16:36-08:00,"Cream is a light web browser developped in C using the layout engine WebKit and the graphical library GTK+. The interface looks like Vimperator, a Firefox addon to use Firefox like the famous text editor : Vim. Cream-Browser is made to be the smallest and fastest as possible. The actual version of Cream-Browser is the 1.0-rc5[[BR]]
[http://cream-browser.net/]

",xpru017@…
,24567,Request for cdto,ports,,request,macports-tickets@…,new,2010-04-20T07:57:04-07:00,2010-04-22T18:37:58-07:00,"Attached is a start for a cdto port. Unfortunately, I'm lost when it comes to the xcode PortGroup and dealing with spaces in worksrcdir.",snc@…
,25343,openvas-scanner 3,ports,,request,ryandesign@…,assigned,2010-06-19T01:15:56-07:00,2010-06-19T16:54:40-07:00,"This ticket is for the request to create openvas-scanner version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25914,truecrypt 7.0 request to add port,ports,,request,l2g@…,assigned,2010-08-02T03:36:13-07:00,2011-08-31T11:43:33-07:00,"Request to add the latest version of TrueCrypt to MacPorts.[[BR]]
Sources of information:[[BR]]
 * [http://www.truecrypt.org/ TrueCrypt Home Page]
 * [http://www.truecrypt.org/downloads2 TrueCrypt Source Download Page]",nonstop.server@…
,25933,Devede,ports,,request,macports-tickets@…,new,2010-08-03T02:52:38-07:00,2010-08-03T04:55:39-07:00,"[http://www.rastersoft.com/programas/devede.html Devede]. It's an python based gui application to create DVDs from avi files. All it's dependencies are already in macports. the instructions to make devede work on mac is available at the devede group
http://groups.google.com/group/devede-forum/msg/3e149e4c3f2e40b1?

It would be nice if we can get it with gtk widgets.",myschizobuddy@…
,26163,RFP: pycups,ports,,request,macports-tickets@…,new,2010-08-19T13:40:33-07:00,2010-08-19T18:11:54-07:00,"{{{
$ sudo port install pycups
Error: Port pycups not found
}}}
Ref:
http://cyberelk.net/tim/software/pycups/

",rickrich@…
,26801,Scons 1.2.0,ports,,request,macports-tickets@…,new,2010-10-11T03:52:31-07:00,2011-09-13T14:02:21-07:00,"Hello,

can you add Scons Version 1.2.0? I need it for a simulation program, which doesn't work with newer scons versions.

thank you!

arthur",arthur.teimourian@…
,27176,Airpwn,ports,,request,macports-tickets@…,new,2010-11-06T11:43:02-07:00,2010-11-06T19:18:04-07:00,There is a utility for linux that lets you inject packets and modify web pages that a client is viewing it is located here: is there a possibility of making a port for that?,jkru08@…
,27336,py26-pyusb to compile with libusb-legacy,ports,,request,macports-tickets@…,new,2010-11-15T19:14:55-08:00,2010-11-16T04:04:10-08:00,"I am working on a project that needs py26-pyusb, but does not support libusb or libusb-compat. I need to get py26-pyusb to use the libusb-legacy instead of the libusb-compat, but I am new to OSX/MacPorts and hoping to get some help. 

I am trying to get the Triathlon python app for a NIA to function in Snow Leopard, but it only supports the libusb-legacy version.",davidharrington@…
,28495,aria2-devel port request,ports,,request,macports-tickets@…,new,2011-02-21T02:43:29-08:00,2011-07-14T01:57:32-07:00,"Is it possible to add a port for aria2c with newest source code from github (http://github.com/tatsuhiro-t/aria2)?
Would be nice because there are new features which I would like to use.
Unfortunately building with the installation guide from here ""How to build"" https://github.com/tatsuhiro-t/aria2 doesn't work for me on a mac.

Thanks!",moopheuz@…
,28938,tomcat 7,ports,,request,macports-tickets@…,new,2011-03-28T05:48:10-07:00,2013-03-14T13:26:32-07:00,"Would it be possible to add tomcat 7 (latest being 7.0.11) to macports? It's been GA for about six months now and appears to be stable.
",mikejbond@…
,29150,New port: Coherence Puncher,ports,,request,macports-tickets@…,new,2011-04-15T10:30:43-07:00,2011-04-15T21:11:19-07:00,"Allows to query the WAN connection and enable port-mappings on a UPnP IGD from the command line.

http://coherence-project.org/wiki/Puncher",james.r.haigh@…
,29595,Port of Scilab,ports,,request,macports-tickets@…,new,2011-05-26T05:03:34-07:00,2013-04-23T23:04:14-07:00,"Hello,

It would be nice to have Scilab available in MacPorts.
It supports Mac OS X and I can provide help in the packaging.

Thanks
Sylvestre",sylvestre@…
,29654,add port for xapian/omega,ports,,request,macports-tickets@…,new,2011-05-30T22:01:21-07:00,2012-03-14T22:48:08-07:00,Please add a port for the Xapian front-end Omega: <http://xapian.org/download>. Currently there are no ports for the perl bindings (Search::Xapian) nor for Omega.,profjim@…
,30038,Request pgmemcache port,ports,,request,macports-tickets@…,new,2011-07-05T08:41:24-07:00,2011-07-05T09:56:27-07:00,"It would be awesome if there was a pgmemcache port.
http://pgfoundry.org/projects/pgmemcache/
Thanks very much.",matt@…
,30039,Request for schemacrawler port.,ports,,request,macports-tickets@…,new,2011-07-05T08:43:23-07:00,2011-07-05T09:56:08-07:00,"I'd like to request a port file for schemacrawler.
https://sourceforge.net/projects/schemacrawler/files/ - for files and addons
http://schemacrawler.sourceforge.net/ - docs",matt@…
,30486,Request for pidgin-sipe,ports,,request,macports-tickets@…,new,2011-07-30T20:10:05-07:00,2012-08-21T19:13:52-07:00,Could you please add pidgin-sipe plugin to the mac ports repository?,brad.allison@…
,30827,RFP: py-sane,ports,,request,macports-tickets@…,new,2011-08-16T13:03:33-07:00,2011-08-16T16:18:19-07:00,"I'm trying to build ocrfeeder from a tarball using my macports installation. It requires the python 2.6 moudle pysane. Sadly there s no port available at the moment. I also tried to built it from source but running ""/opt/local/bin/python2.6 setup.py build"" gives me that:


{{{
running build
running build_py
creating build/lib.macosx-10.7-x86_64-2.6
copying sane.py -> build/lib.macosx-10.7-x86_64-2.6
running build_ext
building '_sane' extension
creating build/temp.macosx-10.7-x86_64-2.6
/Developer/usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I../libImaging -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c _sane.c -o build/temp.macosx-10.7-x86_64-2.6/_sane.o
_sane.c:26:21: error: Imaging.h: No such file or directory
_sane.c:27:23: error: sane/sane.h: No such file or directory
_sane.c:35: error: expected specifier-qualifier-list before ‘SANE_Handle’
_sane.c:44: error: expected ‘)’ before ‘st’
_sane.c: In function ‘newSaneDevObject’:
_sane.c:65: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c: In function ‘SaneDev_dealloc’:
_sane.c:74: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:74: warning: implicit declaration of function ‘sane_close’
_sane.c:74: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:75: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c: In function ‘SaneDev_close’:
_sane.c:84: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:84: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:85: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c: In function ‘SaneDev_get_parameters’:
_sane.c:93: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:93: error: (Each undeclared identifier is reported only once
_sane.c:93: error: for each function it appears in.)
_sane.c:93: error: expected ‘;’ before ‘st’
_sane.c:94: error: ‘SANE_Parameters’ undeclared (first use in this function)
_sane.c:94: error: expected ‘;’ before ‘p’
_sane.c:99: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:105: error: ‘st’ undeclared (first use in this function)
_sane.c:105: warning: implicit declaration of function ‘sane_get_parameters’
_sane.c:105: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:105: error: ‘p’ undeclared (first use in this function)
_sane.c:108: warning: implicit declaration of function ‘PySane_Error’
_sane.c:108: warning: return makes pointer from integer without a cast
_sane.c:111: error: ‘SANE_FRAME_GRAY’ undeclared (first use in this function)
_sane.c:112: error: ‘SANE_FRAME_RGB’ undeclared (first use in this function)
_sane.c:113: error: ‘SANE_FRAME_RED’ undeclared (first use in this function)
_sane.c:114: error: ‘SANE_FRAME_GREEN’ undeclared (first use in this function)
_sane.c:115: error: ‘SANE_FRAME_BLUE’ undeclared (first use in this function)
_sane.c: In function ‘SaneDev_fileno’:
_sane.c:126: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:126: error: expected ‘;’ before ‘st’
_sane.c:127: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:127: error: expected ‘;’ before ‘fd’
_sane.c:131: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:136: error: ‘st’ undeclared (first use in this function)
_sane.c:136: warning: implicit declaration of function ‘sane_get_select_fd’
_sane.c:136: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:136: error: ‘fd’ undeclared (first use in this function)
_sane.c:137: warning: return makes pointer from integer without a cast
_sane.c: In function ‘SaneDev_start’:
_sane.c:144: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:144: error: expected ‘;’ before ‘st’
_sane.c:148: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:159: error: ‘st’ undeclared (first use in this function)
_sane.c:159: warning: implicit declaration of function ‘sane_start’
_sane.c:159: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:161: warning: return makes pointer from integer without a cast
_sane.c: In function ‘SaneDev_cancel’:
_sane.c:171: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:176: warning: implicit declaration of function ‘sane_cancel’
_sane.c:176: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c: In function ‘SaneDev_get_options’:
_sane.c:184: error: nested functions are disabled, use -fnested-functions to re-enable
_sane.c:184: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
_sane.c:184: error: ‘d’ undeclared (first use in this function)
_sane.c:190: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:200: warning: implicit declaration of function ‘sane_get_option_descriptor’
_sane.c:200: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:208: error: ‘SANE_CONSTRAINT_NONE’ undeclared (first use in this function)
_sane.c:210: error: ‘SANE_CONSTRAINT_RANGE’ undeclared (first use in this function)
_sane.c:211: error: ‘SANE_TYPE_INT’ undeclared (first use in this function)
_sane.c:217: warning: implicit declaration of function ‘SANE_UNFIX’
_sane.c:221: error: ‘SANE_CONSTRAINT_WORD_LIST’ undeclared (first use in this function)
_sane.c:232: error: ‘SANE_CONSTRAINT_STRING_LIST’ undeclared (first use in this function)
_sane.c: In function ‘SaneDev_get_option’:
_sane.c:251: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:251: error: expected ‘;’ before ‘st’
_sane.c:252: error: nested functions are disabled, use -fnested-functions to re-enable
_sane.c:252: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
_sane.c:252: error: ‘d’ undeclared (first use in this function)
_sane.c:261: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:266: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:268: error: ‘st’ undeclared (first use in this function)
_sane.c:268: warning: implicit declaration of function ‘sane_control_option’
_sane.c:268: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:268: error: ‘SANE_ACTION_GET_VALUE’ undeclared (first use in this function)
_sane.c:274: warning: return makes pointer from integer without a cast
_sane.c:279: error: ‘SANE_TYPE_BOOL’ undeclared (first use in this function)
_sane.c:280: error: ‘SANE_TYPE_INT’ undeclared (first use in this function)
_sane.c:281: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:281: error: expected expression before ‘)’ token
_sane.c:283: error: ‘SANE_TYPE_FIXED’ undeclared (first use in this function)
_sane.c:284: error: ‘SANE_Fixed’ undeclared (first use in this function)
_sane.c:284: error: expected expression before ‘)’ token
_sane.c:286: error: ‘SANE_TYPE_STRING’ undeclared (first use in this function)
_sane.c:289: error: ‘SANE_TYPE_BUTTON’ undeclared (first use in this function)
_sane.c:290: error: ‘SANE_TYPE_GROUP’ undeclared (first use in this function)
_sane.c: In function ‘SaneDev_set_option’:
_sane.c:302: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:302: error: expected ‘;’ before ‘st’
_sane.c:303: error: nested functions are disabled, use -fnested-functions to re-enable
_sane.c:303: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
_sane.c:303: error: ‘d’ undeclared (first use in this function)
_sane.c:304: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:304: error: expected ‘;’ before ‘i’
_sane.c:311: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:316: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:321: error: ‘SANE_TYPE_BOOL’ undeclared (first use in this function)
_sane.c:329: error: ‘SANE_TYPE_INT’ undeclared (first use in this function)
_sane.c:336: error: expected expression before ‘)’ token
_sane.c:338: error: ‘SANE_TYPE_FIXED’ undeclared (first use in this function)
_sane.c:345: error: ‘SANE_Fixed’ undeclared (first use in this function)
_sane.c:345: error: expected expression before ‘)’ token
_sane.c:345: warning: implicit declaration of function ‘SANE_FIX’
_sane.c:347: error: ‘SANE_TYPE_STRING’ undeclared (first use in this function)
_sane.c:357: error: ‘SANE_TYPE_BUTTON’ undeclared (first use in this function)
_sane.c:358: error: ‘SANE_TYPE_GROUP’ undeclared (first use in this function)
_sane.c:362: error: ‘st’ undeclared (first use in this function)
_sane.c:362: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:362: error: ‘SANE_ACTION_SET_VALUE’ undeclared (first use in this function)
_sane.c:363: error: ‘i’ undeclared (first use in this function)
_sane.c:364: warning: return makes pointer from integer without a cast
_sane.c: In function ‘SaneDev_set_auto_option’:
_sane.c:373: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:373: error: expected ‘;’ before ‘st’
_sane.c:374: error: nested functions are disabled, use -fnested-functions to re-enable
_sane.c:374: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
_sane.c:374: error: ‘d’ undeclared (first use in this function)
_sane.c:375: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:375: error: expected ‘;’ before ‘i’
_sane.c:380: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:385: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:386: error: ‘st’ undeclared (first use in this function)
_sane.c:386: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:386: error: ‘SANE_ACTION_SET_AUTO’ undeclared (first use in this function)
_sane.c:387: error: ‘i’ undeclared (first use in this function)
_sane.c:388: warning: return makes pointer from integer without a cast
_sane.c: In function ‘SaneDev_snap’:
_sane.c:398: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:398: error: expected ‘;’ before ‘st’
_sane.c:401: error: ‘SANE_Byte’ undeclared (first use in this function)
_sane.c:401: error: expected ‘;’ before ‘buffer’
_sane.c:402: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:402: error: expected ‘;’ before ‘len’
_sane.c:403: error: ‘Imaging’ undeclared (first use in this function)
_sane.c:403: error: expected ‘;’ before ‘im’
_sane.c:404: error: ‘SANE_Parameters’ undeclared (first use in this function)
_sane.c:404: error: expected ‘;’ before ‘p’
_sane.c:410: error: expected specifier-qualifier-list before ‘INT16’
_sane.c:416: error: ‘union <anonymous>’ has no member named ‘i16’
_sane.c:420: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:425: error: ‘im’ undeclared (first use in this function)
_sane.c:425: error: expected ‘;’ before ‘L’
_sane.c:430: error: ‘st’ undeclared (first use in this function)
_sane.c:430: error: ‘SANE_STATUS_GOOD’ undeclared (first use in this function)
_sane.c:440: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:440: error: ‘p’ undeclared (first use in this function)
_sane.c:441: error: ‘SANE_FRAME_GRAY’ undeclared (first use in this function)
_sane.c:449: error: ‘lastlen’ undeclared (first use in this function)
_sane.c:449: error: ‘len’ undeclared (first use in this function)
_sane.c:450: error: ‘SANE_STATUS_EOF’ undeclared (first use in this function)
_sane.c:455: error: ‘buffer’ undeclared (first use in this function)
_sane.c:471: warning: implicit declaration of function ‘sane_read’
_sane.c:471: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:475: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:477: warning: return makes pointer from integer without a cast
_sane.c:512: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:516: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:518: warning: return makes pointer from integer without a cast
_sane.c:544: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:548: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:550: warning: return makes pointer from integer without a cast
_sane.c:563: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:570: error: ‘SANE_FRAME_RGB’ undeclared (first use in this function)
_sane.c:589: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:593: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:595: warning: return makes pointer from integer without a cast
_sane.c:610: error: ‘UINT8’ undeclared (first use in this function)
_sane.c:610: error: expected expression before ‘)’ token
_sane.c:621: error: expected expression before ‘)’ token
_sane.c:670: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:675: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:679: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:681: warning: return makes pointer from integer without a cast
_sane.c:688: error: expected expression before ‘)’ token
_sane.c:694: error: expected expression before ‘)’ token
_sane.c:707: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:727: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:730: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:732: warning: return makes pointer from integer without a cast
_sane.c:741: error: ‘SANE_FRAME_RED’ undeclared (first use in this function)
_sane.c:744: error: ‘SANE_FRAME_GREEN’ undeclared (first use in this function)
_sane.c:747: error: ‘SANE_FRAME_BLUE’ undeclared (first use in this function)
_sane.c:751: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:774: error: expected expression before ‘)’ token
_sane.c:776: error: expected expression before ‘)’ token
_sane.c:794: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:798: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:800: warning: return makes pointer from integer without a cast
_sane.c:829: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:834: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:838: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:840: warning: return makes pointer from integer without a cast
_sane.c:853: error: expected expression before ‘)’ token
_sane.c:854: error: expected expression before ‘)’ token
_sane.c:871: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:885: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:891: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:892: warning: return makes pointer from integer without a cast
_sane.c:895: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:899: warning: return makes pointer from integer without a cast
_sane.c:906: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:911: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:913: warning: return makes pointer from integer without a cast
_sane.c:917: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c: In function ‘PySane_init’:
_sane.c:1128: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:1128: error: expected ‘;’ before ‘st’
_sane.c:1129: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:1129: error: expected ‘;’ before ‘version’
_sane.c:1135: error: ‘st’ undeclared (first use in this function)
_sane.c:1135: warning: implicit declaration of function ‘sane_init’
_sane.c:1135: error: ‘version’ undeclared (first use in this function)
_sane.c:1136: warning: return makes pointer from integer without a cast
_sane.c:1137: warning: implicit declaration of function ‘SANE_VERSION_MAJOR’
_sane.c:1138: warning: implicit declaration of function ‘SANE_VERSION_MINOR’
_sane.c:1138: warning: implicit declaration of function ‘SANE_VERSION_BUILD’
_sane.c: In function ‘PySane_exit’:
_sane.c:1147: warning: implicit declaration of function ‘sane_exit’
_sane.c: In function ‘PySane_get_devices’:
_sane.c:1155: error: ‘SANE_Device’ undeclared (first use in this function)
_sane.c:1155: error: ‘devlist’ undeclared (first use in this function)
_sane.c:1156: error: ‘dev’ undeclared (first use in this function)
_sane.c:1157: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:1157: error: expected ‘;’ before ‘st’
_sane.c:1167: error: ‘st’ undeclared (first use in this function)
_sane.c:1167: warning: implicit declaration of function ‘sane_get_devices’
_sane.c:1169: warning: return makes pointer from integer without a cast
_sane.c: In function ‘PySane_open’:
_sane.c:1188: error: ‘SANE_Status’ undeclared (first use in this function)
_sane.c:1188: error: expected ‘;’ before ‘st’
_sane.c:1197: error: ‘st’ undeclared (first use in this function)
_sane.c:1197: warning: implicit declaration of function ‘sane_open’
_sane.c:1197: error: ‘SaneDevObject’ has no member named ‘h’
_sane.c:1202: warning: return makes pointer from integer without a cast
_sane.c: In function ‘PySane_OPTION_IS_ACTIVE’:
_sane.c:1210: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:1210: error: expected ‘;’ before ‘cap’
_sane.c:1215: error: ‘cap’ undeclared (first use in this function)
_sane.c:1216: warning: implicit declaration of function ‘SANE_OPTION_IS_ACTIVE’
_sane.c: In function ‘PySane_OPTION_IS_SETTABLE’:
_sane.c:1222: error: ‘SANE_Int’ undeclared (first use in this function)
_sane.c:1222: error: expected ‘;’ before ‘cap’
_sane.c:1227: error: ‘cap’ undeclared (first use in this function)
_sane.c:1228: warning: implicit declaration of function ‘SANE_OPTION_IS_SETTABLE’
_sane.c: In function ‘init_sane’:
_sane.c:1268: error: ‘SANE_INFO_INEXACT’ undeclared (first use in this function)
_sane.c:1269: error: ‘SANE_INFO_RELOAD_OPTIONS’ undeclared (first use in this function)
_sane.c:1270: error: ‘SANE_INFO_RELOAD_PARAMS’ undeclared (first use in this function)
_sane.c:1272: error: ‘SANE_FRAME_GRAY’ undeclared (first use in this function)
_sane.c:1273: error: ‘SANE_FRAME_RGB’ undeclared (first use in this function)
_sane.c:1274: error: ‘SANE_FRAME_RED’ undeclared (first use in this function)
_sane.c:1275: error: ‘SANE_FRAME_GREEN’ undeclared (first use in this function)
_sane.c:1276: error: ‘SANE_FRAME_BLUE’ undeclared (first use in this function)
_sane.c:1278: error: ‘SANE_CONSTRAINT_NONE’ undeclared (first use in this function)
_sane.c:1279: error: ‘SANE_CONSTRAINT_RANGE’ undeclared (first use in this function)
_sane.c:1280: error: ‘SANE_CONSTRAINT_WORD_LIST’ undeclared (first use in this function)
_sane.c:1281: error: ‘SANE_CONSTRAINT_STRING_LIST’ undeclared (first use in this function)
_sane.c:1283: error: ‘SANE_TYPE_BOOL’ undeclared (first use in this function)
_sane.c:1284: error: ‘SANE_TYPE_INT’ undeclared (first use in this function)
_sane.c:1285: error: ‘SANE_TYPE_FIXED’ undeclared (first use in this function)
_sane.c:1286: error: ‘SANE_TYPE_STRING’ undeclared (first use in this function)
_sane.c:1287: error: ‘SANE_TYPE_BUTTON’ undeclared (first use in this function)
_sane.c:1288: error: ‘SANE_TYPE_GROUP’ undeclared (first use in this function)
_sane.c:1290: error: ‘SANE_UNIT_NONE’ undeclared (first use in this function)
_sane.c:1291: error: ‘SANE_UNIT_PIXEL’ undeclared (first use in this function)
_sane.c:1292: error: ‘SANE_UNIT_BIT’ undeclared (first use in this function)
_sane.c:1293: error: ‘SANE_UNIT_MM’ undeclared (first use in this function)
_sane.c:1294: error: ‘SANE_UNIT_DPI’ undeclared (first use in this function)
_sane.c:1295: error: ‘SANE_UNIT_PERCENT’ undeclared (first use in this function)
_sane.c:1296: error: ‘SANE_UNIT_MICROSECOND’ undeclared (first use in this function)
_sane.c:1298: error: ‘SANE_CAP_SOFT_SELECT’ undeclared (first use in this function)
_sane.c:1299: error: ‘SANE_CAP_HARD_SELECT’ undeclared (first use in this function)
_sane.c:1300: error: ‘SANE_CAP_SOFT_DETECT’ undeclared (first use in this function)
_sane.c:1301: error: ‘SANE_CAP_EMULATED’ undeclared (first use in this function)
_sane.c:1302: error: ‘SANE_CAP_AUTOMATIC’ undeclared (first use in this function)
_sane.c:1303: error: ‘SANE_CAP_INACTIVE’ undeclared (first use in this function)
_sane.c:1304: error: ‘SANE_CAP_ADVANCED’ undeclared (first use in this function)
_sane.c:1307: error: ‘SANE_Word’ undeclared (first use in this function)
error: command '/Developer/usr/bin/llvm-gcc-4.2' failed with exit status 1

}}}

Any suggestions. Or is there someone who could build a port for it?

Regards
",tristan.klocke@…
,30834,RFP: elasticsearch,ports,,request,macports-tickets@…,new,2011-08-16T23:50:30-07:00,2012-12-24T18:22:00-08:00,"it's possible to add the new elasticsearch ?

http://www.elasticsearch.org/

Thank's

",bertrand.zuchuat@…
,30839,Request for PyQGLViewer port,ports,,request,raphael@…,new,2011-08-17T09:27:19-07:00,2011-08-17T10:13:27-07:00,"It would be nice if the libqglviewer port had a python variant that added Python bindings [1].

  [1] http://pyqglviewer.gforge.inria.fr/wiki/doku.php",macports@…
,31105,phonon vlc backend for amarok and kde apps,ports,,request,macports-tickets@…,new,2011-09-04T12:04:46-07:00,2012-06-13T07:35:35-07:00,"Please can you add or replace the Quicktime phono backend (libphonon_qt7.dylib)

with phonon-vlc (backend) git://anongit.kde.org/phonon-vlc

this is the best backend and updated recently (advised by #phonon)

http://code.google.com/p/phonon-vlc-mplayer/
https://projects.kde.org/projects/kdesupport/phonon

i hope it will fix the amarok streaming radio bug for icecast and shoutcast plugin stations

thanks",chris.lagan@…
,31123,port libstdc++ doc,ports,,request,macports-tickets@…,new,2011-09-05T06:55:02-07:00,2011-09-05T20:47:55-07:00,"http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_hacking.html

I don't find libstdc++ doc in macports. Can somebody port it? Thanks!",pengyu.ut@…
,31179,port request: Bino: free 3D video player,ports,,request,macports-tickets@…,new,2011-09-08T12:21:29-07:00,2011-11-04T11:16:00-07:00,"Bino is a stereoscopic 3D video player with multi-display support. It works on GNU/Linux, Mac OS X, and Windows.

http://bino3d.org",fyodor.vassiley@…
,31661,Port request: Gcal,ports,,request,macports-tickets@…,new,2011-10-18T08:31:07-07:00,2012-06-06T02:55:15-07:00,http://directory.fsf.org/wiki/Gcal,pengyu.ut@…
,31662,Port request: clcal,ports,,request,macports-tickets@…,new,2011-10-18T08:31:39-07:00,2012-06-06T02:56:33-07:00,http://www.hyborian.demon.co.uk/clcal/,pengyu.ut@…
,31670,port request: parsCit,ports,,request,macports-tickets@…,new,2011-10-18T17:54:48-07:00,2012-06-08T01:50:37-07:00,"Could anybody help port parsCit? Thanks!

http://aye.comp.nus.edu.sg/parsCit/",pengyu.ut@…
,31897,add EverCrack to the ports tree,ports,,request,macports-tickets@…,new,2011-11-04T10:01:49-07:00,2011-11-04T10:16:08-07:00,"EverCrack is an Open-Source (GPL) Cryptanalysis Engine. EverCrack performs cryptanalysis on mono-alphabetic
substitution and transposition ciphers.

EverCrack currently can crack up to 4000 words in miliseconds - increasing in speed as the size of the cipher text
increases making it an O(log n) algorithm in terms of efficiency.

It can also crack monoalphabetic substitution ciphers in 8 languages: English, German, French, Spanish, Italian,
Dutch, Swedish and Portuguese.

Initial development [Screenshots of EverCrack] consisted of a set of tools, written in C, for both Windows and Linux 

http://evercrack.sourceforge.net/",fyodor.vassiley@…
,32393,Gnome Hearts,ports,,request,macports-tickets@…,new,2011-12-03T22:28:07-08:00,2011-12-04T12:01:13-08:00,Would it be at all possible to provide this game via MacPorts?  I love playing it in Linux & I'd love it just as much in OS X.  Thanks.,eatshit@…
,33020,REQUEST: macchanger,ports,,request,macports-tickets@…,new,2012-01-25T20:18:57-08:00,2012-07-15T23:17:00-07:00,"I have a problem downloading macchanger, it seems that doesn't exist anymore or something. Currently I'm using Xcode 3.1.4 under MacOSx 10.5.8.  ",alfco_321@…
,33021,request port bfast,ports,,request,macports-tickets@…,new,2012-01-25T20:34:03-08:00,2012-01-25T20:42:21-08:00,Please see [http://sourceforge.net/apps/mediawiki/bfast/index.php?title=Main_Page],pengyu.ut@…
,33155,New port request: GCalDaemon,ports,,request,macports-tickets@…,new,2012-02-06T01:12:10-08:00,2012-07-22T19:13:50-07:00,"http://gcaldaemon.sourceforge.net/

Allows access to different Google services via standard protocol (such as LDAP for addresses)",lagrave+bugs+macosforge.org@…
,33180,request: bedtools,ports,,request,macports-tickets@…,new,2012-02-07T08:24:32-08:00,2012-07-22T19:47:45-07:00,"See here.

http://code.google.com/p/bedtools/",pengyu.ut@…
,33237,request: fsdb,ports,,request,macports-tickets@…,new,2012-02-12T21:33:57-08:00,2012-07-25T01:33:00-07:00,http://www.isi.edu/~johnh/SOFTWARE/FSDB/,pengyu.ut@…
,33266,request: CCExtractor,ports,,request,macports-tickets@…,new,2012-02-15T17:11:07-08:00,2012-07-26T03:17:39-07:00,"
Would someone consider packaging:

* CCExtractor -- http://ccextractor.sourceforge.net

A tool that analyzes US video transport stream files (DVD and ATSC television) and produces subtitle files from closed captioning data.

This is now a powerful tool that produces high-quality results.

Cheers,
David
",lionteeth@…
,33267,request: telxcc,ports,,request,macports-tickets@…,new,2012-02-15T17:47:00-08:00,2012-07-26T03:18:02-07:00,"
Would someone consider packaging:

* telxcc --  https://github.com/forers/telxcc

A tool that analyzes European video transport stream files (DVD and DVB television) and produces subtitle files from teletext data.

This is now a powerful tool that produces high-quality results.

Cheers, David
",lionteeth@…
,33290,request: view3dscene,ports,,request,macports-tickets@…,new,2012-02-18T11:02:15-08:00,2012-07-26T06:44:52-07:00,http://sourceforge.net/projects/vrmlengine/,pengyu.ut@…
,33325,Port request- shairport,ports,,request,macports-tickets@…,new,2012-02-21T14:32:45-08:00,2012-03-04T11:56:12-08:00,"I would like to request a port of Shairport, the Airport Express RAOP server clone. A C-language version which appears to use Bonjour services of Mac OS X and the MacPorts port of libao is available at

https://github.com/albertz/shairport

I would attempt a port myself, but am not clear how to handle the sources coming from github.",jruschme@…
,33340,Requesting new port: scli (SNMP Command Line Interface),ports,,request,macports-tickets@…,new,2012-02-23T18:19:43-08:00,2012-02-24T06:51:00-08:00,"'scli' is the ""SNMP Command Line Interface"". It provides a small and efficient command line utility to monitor and configure network devices and host systems. It's especially well suited to monitor networked printers. scli was written by one of the principal creators of various SNMP specifications, Prof. Juergen Schoenwaelder.

'''Debian souce code tarballs:'''
 * [http://packages.debian.org/source/wheezy/scli]

'''scli usage examples:'''
 * [http://openprinting.blogspot.com/2007/09/my-little-bag-of-tricks-scli-snmp.html]

'''scli source code repository:'''
 * [https://cnds.eecs.jacobs-university.de/svn/schoenw/src/scli/]",pipitas@…
,33459,request: glam2,ports,,request,macports-tickets@…,new,2012-03-03T13:02:34-08:00,2012-07-31T06:12:42-07:00,"http://packages.ubuntu.com/source/oneiric/glam2

I'm not able to find the package source from the author. The above is from ubuntu. I hope this will be helpful.",pengyu.ut@…
,33517,request: Julia,ports,,request,macports-tickets@…,new,2012-03-07T10:35:53-08:00,2012-07-31T07:26:20-07:00,"Please consider adding the Julia programming language. Thanks

http://julialang.org/",luis.beca@…
,33537,request: p5-net-openssh,ports,,request,macports-tickets@…,new,2012-03-08T14:22:23-08:00,2013-03-23T20:32:14-07:00,"It would be nice to have this port, since it's better maintained than the alternatives available in macports.",dbolgheroni@…
,33755,request: bluegriffon,ports,,request,macports-tickets@…,new,2012-03-25T06:49:25-07:00,2012-08-06T10:34:52-07:00,"Hello,

I found bluegriffon, a good html 5 editor, 

Why it isn't on macport ?

Heree the link

http://www.bluegriffon.org/


Tanks for your answer.

Best regards

mparchet",mparchet@…
,33780,request: kde-workspace,ports,,request,macports-tickets@…,new,2012-03-26T16:27:18-07:00,2013-02-28T06:27:42-08:00,"Installing KDE on MacPorts does not install the ""system settings"" app. This means that changes to font rendering and other KDE wide settings are unavailable.",richardthanki@…
,34199,request: relayd port,ports,,request,macports-tickets@…,new,2012-04-24T15:24:33-07:00,2012-08-15T18:06:59-07:00,"would it be possible to add this to macports?

http://www.freshports.org/net/relayd",whit@…
,34646,add trigger-rally port,ports,,request,macports-tickets@…,new,2012-05-27T23:52:57-07:00,2012-05-28T02:11:32-07:00,"(I am not sure that this is the right place to log a new port request.) 

Would it be difficult to include 'trigger-rally' [1], an open-source rally game, in MacPorts? The game's code is cross-compilable and it would be nice if there were Mac binaries available. 

[1] http://trigger-rally.sourceforge.net/",liv-public@…
,34770,ecasound port needed,ports,,request,macports-tickets@…,new,2012-06-05T10:59:17-07:00,2012-06-05T13:07:37-07:00,port needed ecasound: command-line audio recording/editing/effector: http://www.ecasound/seul.org used in conjunction with jackd. would be greatly appreciated in the port tree. thanks.,rmgls@…
,34817,cbb port suggestion,ports,,request,macports-tickets@…,new,2012-06-10T06:43:24-07:00,2012-08-30T06:17:05-07:00,"This is not so much a port request, it's more of a
port suggestion.  There is a check book balancing
program called cbb (checkbook balancer) that I have
been using since at least the mid-90s, possibly even
farther back.  Unlike the other checkbook programs
I've seen for the Mac, cbb does not require you to
remember to use negative values for debits and positive
values for credits---it has an entry field for both.
It also makes balancing your checkbook very simple.
",spooky130u@…
,34847,request: elfutils,ports,,request,macports-tickets@…,new,2012-06-12T21:53:32-07:00,2012-08-30T07:11:01-07:00,"trying to build pahole for my mac, missing dependency elfutils-devel
would be very happy if pahole got portted",david.t.kerns@…
,35133,Beatbox,ports,,request,macports-tickets@…,new,2012-07-09T16:13:27-07:00,2012-07-09T19:34:56-07:00,"Hi.

Is it possible to add Beatbox? I would like to try this product and they only have deb files or the source code.

https://launchpad.net/beat-box

Thank you!",akylen@…
,35463,request: XMLBeans port,ports,,request,macports-tickets@…,new,2012-07-31T23:10:54-07:00,2012-10-01T07:02:59-07:00,"Please add a port for Apache XMLBeans project: http://xmlbeans.apache.org/

Portfile should be very similar to other java Apache ports, for example xmlgraphics-commons (browser:trunk/dports/java/xmlgraphics-commons/Portfile).

",cezar.andrei@…
,35873,request: flint,ports,,request,macports-tickets@…,new,2012-08-28T00:15:51-07:00,2012-10-12T15:47:02-07:00,"FLINT is a C library for doing number theory. FLINT is licensed GPL v2+.

http://www.flintlib.org/

depends upon  MPIR* (GMP) and MPFR

* http://mpir.org/",dargo@…
,35903,Port cloudera distribution of hadoop,ports,,request,macports-tickets@…,new,2012-08-30T12:07:53-07:00,2012-10-12T17:33:38-07:00,"Cloudera provides a free version of hadoop that has native libs for Linux but not for OSX.

Cloudera provides CDH3 and CDH4 distro. I am requesting CDH3 only at this time but CDH4 would be a nice to have.

http://archive.cloudera.com/cdh/3/hadoop-0.20.2-cdh3u5.tar.gz

After you extract the distro you build it by typing ant -Dcompile.native=true
",jeff@…
,35929,Request for Zinf,ports,,request,macports-tickets@…,new,2012-09-02T07:56:18-07:00,2012-09-03T07:56:58-07:00,"Is it possible to port Zinf? It's a music player.

http://zinf.sourceforge.net/index.php

Thank you!",akylen@…
,36565,Port Request: Ompload,ports,,request,macports-tickets@…,new,2012-10-11T11:00:24-07:00,2012-11-04T05:00:41-08:00,"Hello. I run a Gentoo-based Linux box as well as this MacBook running Mac OS X 10.7.5, and over on the Linux box I have a program based on Ruby/RubyGems called Ompload. It's an image uploader that's quick and easy to use. Simply 'ompload image.png' and it uploads that png to their server, hosting it or you and all.  What would it entail to get this ported over to MacPorts and Mac OS X?

Thanks,
ShiggyMiyamoto",shiggymiyamoto@…
,36665,request: pplot,ports,,request,macports-tickets@…,new,2012-10-19T16:24:10-07:00,2012-11-07T23:28:49-08:00,"Can you please make available pplot portfile.
It is necessary to make .ps file from magic layout.
This is link to pplot source code : http://opencircuitdesign.com/archive/pplot.tar.gz
I am attaching source code here.",rupapara.prashant@…
,36744,Please create a GSmartControl port,ports,,request,macports-tickets@…,new,2012-10-26T12:25:53-07:00,2012-10-27T01:44:43-07:00,"Hello,
Please create a GSmartControl ( http://gsmartcontrol.berlios.de/ ) port. It's a hard disk drive health inspection tool, a GUI for smartctl (from smartmontools). I'm the author of the program.

It used to be in fink, but now that fink is down and looks dead, the users ask me for an OS X version and I don't have any access to OS X to contribute a port.

Thanks!
",ashaduri@…
,37024,libreoffice not available on macport,ports,,request,macports-tickets@…,new,2012-11-17T10:18:29-08:00,2012-11-28T02:39:50-08:00,"Hello,

I use libreoffice and I don't understand why it isn't  available on macport

Please see this page.

http://www.libreoffice.org/developers-2/

Can you try to compile it and put it on macport ?

Tanks

Best regards

mparchet",mparchet@…
,37331,qt5-mac,ports,,request,macports-tickets@…,new,2012-12-17T07:23:46-08:00,2013-05-20T23:52:02-07:00,"Qt5 is in RC2, and I would like request that a qt5-mac be created and maintained.",eric.c.brown@…
,37386,request: hhsuite,ports,,request,macports-tickets@…,new,2012-12-25T14:53:20-08:00,2012-12-27T01:13:08-08:00,"This package is under GPL. Could anybody port it? Thanks!

[ftp://toolkit.genzentrum.lmu.de/pub/HH-suite/]",pengyu.ut@…
,37476,Request for port: p5-HTML-CalendarMonthSimple,ports,,request,macports-tickets@…,new,2013-01-01T10:48:10-08:00,2013-03-23T20:29:01-07:00,http://search.cpan.org/~stigmata/HTML-CalendarMonthSimple-1.25/CalendarMonthSimple.pm,kurt@…
,37616,New port request: Sherpa,ports,,request,larryv@…,assigned,2013-01-12T07:40:10-08:00,2013-01-12T21:49:31-08:00,"Would it be possible to create a port for the Sherpa Python modelling and fitting package ( http://cxc.cfa.harvard.edu/sherpa/ )?

Sherpa is part of the larger CIAO package ( http://cxc.harvard.edu/ciao/index.html ), but I think packaging that with Macports is too hard.

But it is possible to get the standalone Sherpa version to work with Mac system or Macports Python (as opposed to the CIAO Python):
http://cxc.cfa.harvard.edu/contrib/sherpa/
http://www.astropython.org/tutorial/2010/1/Installing-Sherpa-standalone-for-X-ray-analysis

The advantage is that sherpa would then be available together with all the other Macports python packages, as opposed to only with CIAO Sherpa.",Deil.Christoph@…
,37670,Port request: wkhtmltopdf,ports,,request,macports-tickets@…,new,2013-01-16T21:24:39-08:00,2013-01-16T21:35:58-08:00,[http://code.google.com/p/wkhtmltopdf/],pengyu.ut@…
,37976,mysql56 port needed,ports,,request,pixilla@…,new,2013-02-07T22:44:31-08:00,2013-05-24T12:40:04-07:00,"MySQL 5.6.10 is already available, and it is ""GA"".

http://www.mysql.com/downloads/mysql/5.6.html
",ryandesign@…
,38090,Port request: Valkyrie,ports,,request,macports-tickets@…,new,2013-02-16T20:33:02-08:00,2013-04-18T23:47:35-07:00,"It's really great that Macports supports Valgrind. I use it quite frequently on Linux as well as Mac thans to your efforts in keeping valgrind up to date.

However, while I can use valkyrie (a graphical front-end to valgrind like ddd is to gdb) on Linux (I use Mageia 2 on Linux), I do not find it available via macports. I have downloaded and built it myself on my Mac 10.8.2 systems (via it's easy-to-use-build instructions) It'd be really helpful if Macports supported it like valgrind is.

The link to it is the same as that of valgrind; valkyrie is at the bottom of the same webpage as valgrind.

I hope you'll consider adding this to Mac Ports.

Regards,
Marty",marty@…
,38169,Request: Fotoxx - Linux program for photo editing and collection management,ports,,request,macports-tickets@…,new,2013-02-22T10:12:15-08:00,2013-02-22T10:15:24-08:00,"http://www.kornelix.com/fotoxx.html

> Navigate a large image collection with a thumbnail browser, click on
> images to view or edit. Import RAW files and edit with deep color.
> Save revised images as JPEG, BMP, PNG (8/16 bits), or TIFF (8/16).
> Select an object or area within an image (outline, follow edges,
> spread into matching tones), apply retouch functions, copy and paste,
> resize, blend, warp, etc. without using layers. Edit functions have
> fast feedback using the full image. A comprehensive set of retouch and
> transform functions is available. See the example images below to get
> an overview. Add metadata (tags, geotags, dates, ratings, captions
> ...) to images and search images using metadata plus folder/file names
> or partial names. Fotoxx uses your image files wherever they are and
> maintains an index for fast searching. Metadata can be shared with
> other photo apps if they are standards compliant (no lock-in). Fotoxx
> is easy to use but unconventional, so please read the user manual (at
> least a few pages) before jumping in.
",guanoapes84@…
,38215,Port request: gcta,ports,,request,macports-tickets@…,new,2013-02-26T08:35:14-08:00,2013-02-26T20:25:14-08:00,http://www.complextraitgenomics.com/software/gcta/download.html,pengyu.ut@…
,38243,Request: pyOpt,ports,,request,macports-tickets@…,new,2013-03-01T07:05:00-08:00,2013-03-01T20:16:34-08:00,"I would like to know if it's possible to provide the python module ""pyOpt"" through macports. (http://www.pyopt.org)",dds_santana@…
,38253,new port 'python-pxattr' possible?,ports,,request,macports-tickets@…,new,2013-03-02T12:32:25-08:00,2013-04-08T17:50:02-07:00,"Hi there,

I tried to install bup (github.com/apenwarr/bup/), whose tests fail because 'python-xattr module is too old; install python-pyxattr instead.'

I only found these on macports:
{{{
> port search xattr|grep python
py-xattr @0.6.1 (python)
py24-xattr @0.6.1 (python)
py25-xattr @0.6.1 (python)
py26-xattr @0.6.1 (python)
py27-xattr @0.6.1 (python)
}}}

Is it possible to upgrade the py-xattr port to the newer version? Or to create an additional port fpr python-pyxattr?

Please dont ask me what exactly the difference is, if needed I could contact the bup authors what exactly needs to be done/included.

Thanks in advance,

Johannes",mail@…
,38302,Request: pyharu,ports,,request,macports-tickets@…,new,2013-03-05T14:40:18-08:00,2013-03-12T15:17:32-07:00,"The PDF library ""libharu"" is already part of MacPorts, and the archive contains an implementation of the Python interface ""pyharu"" in libharu/if/python

  - https://github.com/libharu/libharu
  - https://github.com/libharu/libharu/tree/master/if/python

However, there is no ""pyharu"" ports file available, and I'd like to avoid polluting my ports tree by installing that package manually.

It would be great if that ""pyharu"" package could be added to the ports tree, as the code already exists anyway.",jens.troeger@…
,38598,"Request: ""Environment Modules""",ports,,request,macports-tickets@…,new,2013-03-30T13:39:16-07:00,2013-04-06T06:46:34-07:00,see [http://modules.sourceforge.net],pengyu.ut@…
,38719,New port request python-pylibacl,ports,,request,macports-tickets@…,new,2013-04-08T12:27:25-07:00,2013-04-08T17:50:19-07:00,"Hello,

I tried to install bup, which needs a python module called 'python-pylibacl'. I found no port for that one, would it be possible to create one?

I guess it is possible, unfortunately I do not know how to create a port. So could someone else please add one? 

Regards,
Johannes",mail@…
,38720,Add a port for bup (https://github.com/bup/bup),ports,,request,macports-tickets@…,new,2013-04-08T12:30:42-07:00,2013-04-08T20:02:59-07:00,"Hello,

maybe it would be nice to have a port for bup ([https://github.com/bup/bup]), which should be installable on OSX with macports as soon as the missing ports for python-pyxattr (see #38253) and python-pylibacl (#38719) are created.

Would someone create a port? Or is there an easy guideline for bloody beginners, so I could create one?

Thanks,
Johannes",mail@…
,38803,"Request port of Stanford ""rayshade""",ports,,request,macports-tickets@…,new,2013-04-14T11:44:38-07:00,2013-04-15T21:36:03-07:00,"This is to request a port of the Rayshade application for creating ray-traced images. Source and other information is available at http://www-graphics.stanford.edu/~cek/rayshade/rayshade.html. The program is written in C, yacc, and lex. Although an OS X port is available from that site, it dates to 1992 and does not work on current or recent versions of OS X.",murrayeisenberg@…
,38832,port sprng,ports,,request,macports-tickets@…,new,2013-04-16T21:01:32-07:00,2013-04-17T18:58:53-07:00,[http://sprng.fsu.edu/Version4.0/quick-start.html],pengyu.ut@…
,5006,NEW: wxhaskell-0.9.4,ports,,submission,gwright@…,assigned,2005-09-16T10:01:02-07:00,2013-03-09T21:40:09-08:00,"wxhaskell-0.9.4

the portfile can be found here: ATTACHED

Description: provides a Haskell interface to the wxWidgets GUI toolkit
Includes patches to 
1. support Unicode so that it can be used with the wxWidgets that comes with
Tiger or with the standard DarwinPorts variants.  
2. force the use of g++-3.3 because for the moment, the ghc haskell compiler
does not like 4.0

Homepage: http://wxhaskell.sourceforge.net

Comments: I have only tested it on any OS X Tiger (my computer, a friend's
computer and a chroot).  There are some sample applications which don't run
correctly, but this seems due to the wxWidgets 2.5.3 that comes with Tiger.",eric.kow@…
,14354,enigma needs a port,ports,,submission,ryandesign@…,new,2008-02-16T17:04:53-08:00,2010-10-01T12:41:28-07:00,"I want to make a portfile for the puzzle game [http://www.nongnu.org/enigma/ enigma].

This requires a change to the xercesc port as described (with patch) in #14317.

I'm having some other trouble with the various SDL frameworks and will attach my portfile so far; maybe the maintainer of the SDL framework portfiles can help.",ryandesign@…
,16812,port submission: open-cobol 1.0,ports,,submission,macports-tickets@…,reopened,2008-10-10T12:11:15-07:00,2013-03-05T18:30:57-08:00,Submission for open-cobol,markdigital69@…
,21640,MacPorts patch generation script,contrib,,submission,macports-tickets@…,new,2009-09-26T15:46:51-07:00,2013-03-18T15:16:41-07:00,"I've developed a script to diff two directories, one unmodified and one unmodified, and auto-generate MacPorts-compliant patches of the form patch-*.diff that belong in the ""files/"" directory of a Port. In addition to this, it will generate files found in the modified version that will need to be added to the directory structure of the unmodified distribution.

Please find attached a sample run from diffing an unmodified and modified emacs-app distribution, as well as the script itself.",royliu@…
,22255,New port: ssreflect,ports,,submission,macports-tickets@…,new,2009-10-27T02:04:40-07:00,2011-01-23T08:53:30-08:00,"Please add ssreflect to macports.

Ssreflect is a small scale reflection extension for the coq system.

http://www.msr-inria.inria.fr/Projects/math-components/

NOTE: To install ssreflect, coq should be fixed by #22254.",kiyoshi.coquser@…
,23143,Add ActiveMQ to Macports.,ports,,submission,macports-tickets@…,new,2010-01-05T08:34:06-08:00,2010-01-19T14:07:58-08:00,"Could we get this Apache Project message queuing server software added to MacPorts.. http://activemq.apache.org/

The latest version, 5.3, can be downloaded here: http://activemq.apache.org/activemq-530-release.html

Please let me know if you have any questions, or need any help.",brian.gupta@…
,23523,Request new ports for Orocos project,ports,,submission,macports-tickets@…,new,2010-02-02T14:13:42-08:00,2010-06-05T12:24:22-07:00,"There are four sub-projects, each with its own port. The ""orocos-rtt"" subproject has a patch file.

The Orocos project is at http://www.orocos.org/

Tested on Snow Leopard with MacPorts v1.8.0",kiwi.2008@…
,24499,mplayer-mt,ports,,submission,macports-tickets@…,new,2010-04-15T11:29:12-07:00,2011-05-10T23:22:01-07:00,MPlayer with the experimental multithreaded FFmpeg-mt branch which allows you to use multiple cores/CPU.,macports.users@…
,25550,springrts (0.81.2.1): stable version released,ports,,submission,macports-tickets@…,new,2010-07-06T09:45:48-07:00,2010-07-06T10:40:19-07:00,"Hi (again),

Following my previous ticket (#25544), here is the Portfile for the current stable version of Spring RTS. This one fetches the latest tarball, compiles and installs a ""spring"" and a ""spring-dedicated"" executable into destroot.

After a little search in the tickets database, I realized a submission for springrts had been submitted previously (#23556, about 6 months ago). It seemed functional and all but the port doesn't appear when I do a ""port search spring"". Any reason why that port disappeared ?",daftalx@…
,25796,NEW: cntlm,ports,,submission,macports-tickets@…,new,2010-07-23T21:51:02-07:00,2013-01-30T11:51:48-08:00,"Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy intended to help you break free from the chains of Microsoft proprietary world. You can use a free OS and honor our noble idea, but you can't hide. Once you're behind those cold steel bars of a corporate proxy server requiring NTLM authentication, you're done with. The same even applies to 3rd party Windows applications, which don't support NTLM natively. ",hbruinsma@…
,25899,[NEW] net/nsm-console,ports,,submission,macports-tickets@…,new,2010-08-01T13:00:03-07:00,2011-07-24T17:31:14-07:00,"NSM-Console (Network Security Monitoring Console) is a framework for performing analysis on packet capture files. It implements a modular structure to allow for an analyst to quickly write modules of their own without any programming language experience. Using these modules a large amount of pcap analysis can be performed quickly using a set of global (as well as per-module) options. It aims to be simple to run and easy to understand without a lot of learning time.

=> This port has some dependencies on new ports (chaosreader, tcpxtract, ...)",jul_bsd@…
,26038,gonstruct 0.2.3 - new,ports,,submission,macports-tickets@…,new,2010-08-11T00:30:25-07:00,2010-08-11T08:47:09-07:00,"Here's a new macport for the a level editor for the game GraalOnline. http://londeroth.org/~fry/gonstruct/

Suggested category: games",pphillips@…
,26124,py26-telepathy-0.15.17 Port submission,ports,,submission,macports-tickets@…,new,2010-08-17T11:41:38-07:00,2011-08-09T05:10:54-07:00,Please add this port,louis-francis.ratte-boulianne@…
,26468,New Port: p5-bioperl,ports,,submission,ryandesign@…,assigned,2010-09-13T22:43:09-07:00,2011-01-26T21:31:24-08:00,"BioPerl is a collection of Perl Modules for Bioinformatics.  

HomePage::
  http://www.bioperl.org/wiki/Main_Page

CPAN Page::
  http://search.cpan.org/~cjfields/BioPerl-1.6.1/BioPerl.pm

Requested in ticket #24022.",tonym@…
,26667,New port p5-net-frame-device plus (hopefully) all dependencies,ports,,submission,ryandesign@…,assigned,2010-09-28T19:40:02-07:00,2010-12-11T22:07:20-08:00,"
Following on from ticket:26656, I discovered a few other modules related to Net::Frame that would be useful to have available.

Tarfile is attached with portfiles for :

perl5/p5-net-frame-layer-icmpv6

perl5/p5-net-libdnet6

perl5/p5-net-frame-dump

perl5/p5-net-frame-simple

perl5/p5-net-frame-layer-ipv6

Hopefully this time I did a better job on the Portfile format itself :)

Cheers,

Al",deorth@…
,26713,osm2pgsql,ports,,submission,macports-tickets@…,new,2010-10-03T12:04:21-07:00,2010-10-19T22:02:46-07:00,"add port for osm2pgsql, see http://wiki.openstreetmap.org/wiki/Osm2pgsql",cocoa@…
,26818,New Port: git-flow-bash-completion,ports,,submission,macports-tickets@…,new,2010-10-12T09:09:39-07:00,2012-08-27T19:55:19-07:00,"Bash (and Zsh) completion support for git-flow

The contained completion routines provide support for completing:

    * git-flow init, feature, hotfix and release
    * feature, hotfix and release branches
    * remote feature branch names (for git-flow feature track)

Project homepage: http://github.com/bobthecow/git-flow-completion

NOTES:
  * ''For use with `git-flow`; see New Port ticket #26803.''
  * ''provides `bash` completion only, no `zsh`''
  * ''expects `git` >= 1.7.1 to avoid hand editing `/path/to/bash_completion.d/git`''
",jason-macports@…
,26872,zookeeper-server @3.3.1 new port submission,ports,,submission,macports-tickets@…,new,2010-10-17T10:47:46-07:00,2011-09-15T18:39:50-07:00,attached are the portfile and patches for a zookeeper-server port.  it includes a startup item to start zookeeper in standalone mode.,nrh@…
,27794,New port: ige-mac-bundler 0.6.0,ports,,submission,ryandesign@…,assigned,2010-12-26T19:14:07-08:00,2013-04-01T10:00:12-07:00,New port: ige-mac-bundler 0.6.0,mike@…
,28132,Portfile for pypcap - python binding to libpcap,ports,,submission,macports-tickets@…,new,2011-01-25T11:33:28-08:00,2011-12-12T18:45:07-08:00,"It's a simple python binding to libpcap. It uses pyrex to help create the bindings. It only depends on libpcap. There were a couple small changes to the customized setup.py script to get it to compile with the libpcap installed in ports. 

http://code.google.com/p/pypcap/",andrew.reusch@…
,28150,p5-html-wikiconverter-socialtext @0.03 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:02:58-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter,ejshamow@…
,28151,p5-html-wikiconverter-tikiwiki @0.50 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:03:46-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter (ticket:28136),ejshamow@…
,28152,p5-html-wikiconverter-usemod @0.50 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:04:31-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter (ticket:28136),ejshamow@…
,28153,p5-html-wikiconverter-wakkawiki @0.50 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:07:05-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter,ejshamow@…
,28155,p5-html-wikiconverter-wikispaces @0.02 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:08:54-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter (ticket:28136),ejshamow@…
,28156,p5-html-wikiconverter-wikkawiki @0.50 not available,ports,,submission,l2g@…,assigned,2011-01-25T15:10:34-08:00,2011-02-12T16:00:04-08:00,Requires p5-html-wikiconverter (ticket:28136),ejshamow@…
,28764,HDRSee portfile,ports,,submission,macports-tickets@…,new,2011-03-13T14:50:07-07:00,2012-03-04T18:37:44-08:00,"Dear Sir,

We would like to have add a portfile for HDRSee which is a CPU/GPU software to display LDR/HDR images.

More info are available here:
http://mhdrviewer.gforge.inria.fr/

Thank you,

Cheers
Romain",pac@…
,28771,py26-be - Bugs-Everywhere Portfile,ports,,submission,macports-tickets@…,new,2011-03-14T04:46:58-07:00,2012-03-04T20:18:50-08:00,"Created a Portfile for Bug-Everywhere.
http://bugseverywhere.org/",su@…
,29086,py26-pymca-devel submission,ports,,submission,macports-tickets@…,new,2011-04-11T01:48:26-07:00,2013-01-07T16:02:01-08:00,submission of development version of PyMCA,Tom.Schoonjans@…
,29252,p5-svg-graph,ports,,submission,macports-tickets@…,new,2011-04-23T13:09:02-07:00,2012-04-11T21:11:53-07:00,An optional dependency for p5-bioperl (#26468) port,jason@…
,29253,p5-memoize,ports,,submission,macports-tickets@…,new,2011-04-23T13:22:58-07:00,2012-04-11T22:45:57-07:00,An optional dependency for Bioperl (#26468) port,jason@…
,29254,p5-storable,ports,,submission,macports-tickets@…,new,2011-04-23T13:27:00-07:00,2012-04-11T22:49:10-07:00,Perl module for persistence for Perl data structures  and dependency bioperl (#26468) SeqFeature::Store database,jason@…
,29854,GPAC port,ports,,submission,macports-tickets@…,new,2011-06-16T08:08:04-07:00,2011-07-22T14:28:26-07:00,"Am I correct in thinking the GPAC library isn't available as a port yet? Fink has a version apparently, so I'm surprised it's not in ports yet, or is there an underlying reason we can't add it to MacPorts?

I'm particularly interested in MP4Box, which I'd like to rope in but haven't ever created a portfile, and I'm kinda confused as to why there isn't one already?

http://gpac.wp.institut-telecom.fr/",bsleveritt@…
,30061,NEW: hplip @3.11.5,ports,,submission,macports-tickets@…,new,2011-07-06T13:43:41-07:00,2012-05-05T12:40:00-07:00,"This replaces ticket #7201

This port of HPLIP provides scanner support of HP all-in-one (HPAIO) printers, particularly intended to be used with SANE. (Note that it works under the MacPorts versions of xsane and saned, not the OS X versions.)

The official project page is http://hplipopensource.com/. It's a project, funded by HP, that creates open-source drivers for HP's printers/scanners. 

While the intent of this port is to provide scanning support  (because CUPS already supports printing to HP all-in-one printers under OS X), the port also provides printing support, so your HPAIO printers may appear duplicated.

Known issues: HPLIP requires Python 2.6 and net-snmp 5.6.1, neither of which is the most current version.",okmacports@…
,30110,claws-mail-address_keeper - new submission,ports,,submission,miwi@…,new,2011-07-10T05:56:10-07:00,2012-04-29T18:24:51-07:00,"
Hi,

new submission mail/claws-mail-address_keeper

This plugin allows saving outgoing addresses to a designated folder in the address book. Addresses are saved only if not found in the address book to avoid unwanted duplicates.

URL: http://www.claws-mail.org//plugin.php?plugin=attachwarner",miwi@…
,30111,claws-mail-attach_warner - new submission,ports,,submission,miwi@…,new,2011-07-10T05:58:46-07:00,2012-04-29T18:37:50-07:00,"Hi,

new submission mail/claws-mail-attach_warner

Warns when the user composes a message mentioning an attachment in the message body without attaching any files to the message.

URL: http://www.claws-mail.org//plugin.php?plugin=attachwarner",miwi@…
,30112,claws-mail-bsfilter - new submission,ports,,submission,miwi@…,new,2011-07-10T06:02:04-07:00,2012-04-29T18:38:24-07:00,"Hi,

New submission mail/claws-mail-bsfilter

Check all messages that are received from an IMAP, LOCAL or POP account for spam using Bsfilter.

URL: http://www.claws-mail.org/plugins.php",miwi@…
,30113,claws-mail-clamd - new submission,ports,,submission,miwi@…,new,2011-07-10T06:11:09-07:00,2012-04-29T18:38:42-07:00,"Hi,

new submission mail/claws-mail-clamd

This plugin uses Clam AntiVirus to scan all messages that are
received from an IMAP, LOCAL or POP account.

When a message attachment is found to contain a virus it can be
deleted or saved in a specially designated folder.

Options can be found in /Configuration/Preferences/Plugins/Clam AntiVirus.

URL:	http://www.claws-mail.org/plugins.php",miwi@…
,30114,claws-mail-fetchinfo -- submission,ports,,submission,miwi@…,new,2011-07-10T06:15:16-07:00,2012-04-29T18:39:21-07:00,"Hi,

new submission mail/claws-mail-fetchinfo

This plugin inserts headers containing some download information: UIDL,
Sylpheeds account name, POP server, user ID and retrieval time.

URL:	http://www.claws-mail.org/plugins.php",miwi@…
,30115,claws-mail-newmail - new submission,ports,,submission,miwi@…,new,2011-07-10T06:17:47-07:00,2012-04-29T18:39:53-07:00,"Hi,

new submission mail/claws-mail-newmail,

This plugin writes a msg header summary to a log file (Default: ~/Mail/NewLog)
on arrival of new mail *after* sorting.

URL:	http://www.claws-mail.org/plugins.php",miwi@…
,30116,claws-mail-rssyl - new submission,ports,,submission,miwi@…,new,2011-07-10T06:20:25-07:00,2012-04-29T18:40:09-07:00,"Hi,

new submission of mail/claws-mail-rssyl

This plugin allows you to read your favorite newsfeeds in Claws Mail.
RSS 1.0, 2.0 and Atom feeds are currently supported.

URL:	http://www.claws-mail.org/plugin.php?plugin=rssyl",miwi@…
,30117,claws-mail-tnef - new submission,ports,,submission,miwi@…,new,2011-07-10T06:23:46-07:00,2012-04-29T18:40:47-07:00,"hi,

new submission, mail/claws-mail-tnef

This plugin enables reading application/ms-tnef attachments.

URL:	http://www.claws-mail.org/plugins.php",miwi@…
,30210,New port submission: screen-devel,ports,,submission,macports-tickets@…,new,2011-07-16T13:00:54-07:00,2011-07-16T15:47:35-07:00,"Please consider adding screen-devel to list.

GNU Screen is a virtual terminal multiplexer. http://www.gnu.org/s/screen/

Though port ""screen"" already exists, this ""screen-devel"" is the latest version of the Git repository ( http://git.savannah.gnu.org/cgit/screen.git ) which have some new features.",nkymyj@…
,30223,New Port: py-txzookeeper,ports,,submission,macports-tickets@…,new,2011-07-18T06:39:58-07:00,2012-05-02T15:39:52-07:00,,lynxman@…
,30450,New port for wxpython-devel,ports,,submission,macports-tickets@…,new,2011-07-29T06:40:32-07:00,2011-10-27T11:07:33-07:00,"I created a new port for the installation of wxpython devel.  It is written for python2.7, but should work for any other pythons.

It works for me and I am able to now use wxpython in 64-bit cocoa mode on both Snow Leopard and Lion on my i5 macbook pro.",ajb78@…
,31032,Split out new port for zabbix agentd to handle multiple startup items,ports,,submission,macports-tickets@…,new,2011-08-30T00:10:53-07:00,2011-09-01T15:16:48-07:00,"Since the port zabbix consist of proxy, server as well as agentd, splitted the agentd out is likely a better choice so that a machine have have the following scenario:-

 1. zabbix server using zabbix port and zabbix agentd using zabbix_agentd port
 2. zabbix proxy using zabbix port with +proxy variant and zabbix agentd using zabbix_agentd port
 3. zabbix agentd only using zabbix_agentd port

With another zabbix_agentd port, multiple startupitem for case 1 and 2 is feasible.",kwcheong@…
,31523,py27-qutip: new port file,ports,,submission,macports-tickets@…,new,2011-10-06T20:05:27-07:00,2012-08-05T21:41:48-07:00,Initial port file submission for QuTiP: Quantum Toolbox in Python,nonhermitian@…
,33141,bmp2png-png2bmp,ports,,submission,macports-tickets@…,new,2012-02-04T17:44:32-08:00,2012-07-22T22:20:23-07:00,"Hey guys, 

Just proposing two specific small image converting tools, that isn't as robust (or huge as ImageMagick)  

bmp2png/png2bmp is a pair of simple command-line utilities that convert
between Windows BMP format and PNG (Portable Network Graphics).

Let me know if it is up to scratch!

cheers,
BeauJoh",beau@…
,33153,pyexiv2,ports,,submission,macports-tickets@…,new,2012-02-05T20:23:10-08:00,2012-02-22T12:23:10-08:00,"This is a Portfile for pyexiv2, which is tricky to build for OSX. 

It's a good library for reading/writing EXIF, XMP, IPTC metadata from photographs; e.g., see:
   https://github.com/BMorearty/exportiphoto
for an example use. 

",mnot@…
,33157,py27-hachoir-core,ports,,submission,macports-tickets@…,new,2012-02-06T02:22:02-08:00,2012-02-08T06:46:38-08:00,"Hachoir is a Python library used to represent of a binary file as a tree of Python objects. Each object has a type, a value, an address, etc. The goal is to be able to know the meaning of each bit in a file.

[http://pypi.python.org/pypi/hachoir-core]",m.haller@…
,33158,py27-hachoir-metadata,ports,,submission,macports-tickets@…,new,2012-02-06T02:25:03-08:00,2012-02-08T06:49:55-08:00,"hachoir-metadata extracts metadata from multimedia files :music, picture, video, but also archives. It supports most common file formats.

[http://pypi.python.org/pypi/hachoir-metadata]",m.haller@…
,33159,py27-hachoir-parser,ports,,submission,macports-tickets@…,new,2012-02-06T02:26:41-08:00,2012-02-08T06:50:54-08:00,"hachoir-parser is a package of most common file format parsers written for the Hachoir framework. Currently, 78 parsers are supported (some only partially).

[http://pypi.python.org/pypi/hachoir-parser]",m.haller@…
,33160,py27-hachoir-urwid,ports,,submission,macports-tickets@…,new,2012-02-06T02:29:40-08:00,2012-02-08T06:51:27-08:00,"Binary file explorer using Hachoir and urwid libraries

[http://pypi.python.org/pypi/hachoir-urwid/1.1]",m.haller@…
,33161,py27-poppler,ports,,submission,macports-tickets@…,new,2012-02-06T02:35:35-08:00,2012-02-21T06:11:04-08:00,"Python bindings for the Poppler PDF rendering library

[https://launchpad.net/poppler-python]

latest version for Python binding is 0.12.1
latest version of Poppler is 0.18.3

patches for poppler.defs and popplermodule.c are attached ... ",m.haller@…
,33163,py27-mat 0.2.2,ports,,submission,macports-tickets@…,new,2012-02-06T02:46:57-08:00,2012-07-22T19:36:13-07:00,"Metadata Anonymisation Toolkit is a toolbox composed of a GUI application, a CLI application, and a library. The toolkit removes metadata from your files, it does not anonymise their content, nor handle watermarking, steganography, or any overly customized metadata field/system.

[https://mat.boum.org/]

depends on

port:python27

'''port:py27-hachoir-core''' submitted as #33157

'''port:py27-hachoir-parser''' submitted as #33159

port:p5.12-image-exiftool 

'''port:py27-poppler''' submitted as #33161

port:py27-cairo 

port:py27-mutagen
",m.haller@…
,33327,new port: py-pweave,ports,,submission,macports-tickets@…,new,2012-02-22T19:04:43-08:00,2012-07-28T12:43:09-07:00,"Pweave is a scientific report generator and a literate programming tool for Python. Pweave can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib. Pweave is inspired by Sweave, an excellent tool for R programmers, and the syntax is mostly compatible with it. Pweave supports reST, Sphinx, LaTeX, and Pandoc markdown markups.",jason-macports@…
,33389,New package py26-gtkglext,ports,,submission,macports-tickets@…,new,2012-02-28T02:39:44-08:00,2013-05-07T07:53:09-07:00,"This is a simple update to py25-gtkglext to compile against python2.6.

WHY?[[BR]]
Python 2.5 has bugs marked wont fix that make it impossible to run pycam. Pycam depends on pygtkglext. and pygtkglext is only available for python2.5.

PROBLEMS:[[BR]]
1) I had to create two symbolic links after py26-gtkglext was installed:

{{{
$ sudo ln -s /opt/local/lib/python2.6/site-packages/gtk-2.0/gtk/gtkgl /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gtk-2.0/gtk/gtkgl

$ sudo ln -s /opt/local/lib/python2.6/site-packages/gtk-2.0/gtk/gdkgl /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gtk-2.0/gtk/gdkgl
}}}
Instead of these links should the Portfile instead tell pygtkglext to install in /opt/local/Library/Frameworks... ?

2) py25-gtkglext and py26-gtkglext can not be installed at the same time. This does not affect me at all.

",thetawaves@…
,33575,NEW: stimfit,ports,,submission,macports-tickets@…,new,2012-03-10T03:18:39-08:00,2013-05-13T02:01:34-07:00,"It's in the Debian repositories, if that is relevant at all:
http://packages.debian.org/sid/stimfit
",christsc@…
,33590,py26-wxpython-devel,ports,,submission,jwa@…,new,2012-03-11T05:11:43-07:00,2012-07-15T06:06:11-07:00,"The attached Portfile has been modified from py27-wxpython-devel. The attached patch is an exact copy of the py27 version.
Previous problems with building a py26 version (see ticket #20952) appear to be solved now - builds without problems against wxWidgets-devel.",christsc@…
,33689,fakeroot candidate Portfile,ports,,submission,macports-tickets@…,new,2012-03-19T10:52:26-07:00,2012-05-25T09:12:34-07:00,"I attached a portfile for port candidate sysutils/fakeroot. Note, that it's necessary to have a fat binary library for fakeroot to work properly for all executables. I'm not sure what is the best way to enforce this in the Portfile. Hence, I set universal_variant to ""no"" and configured individual configure.cflags-append for each ""platform darwin <version>"". Any comments?

For those who do not know what fakeroot is: fakeroot provides a fake ""root environment"" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate tgz archives with root-owned files. On OS X, only binaries that do NOT rely on Mach-based [e]uid/[e]gid/mode APIs will correctly use fakeroot altered ownership/permissions.",florian@…
,33816,Port Request: Perl DateTime::Format::ICal,ports,,submission,macports-tickets@…,new,2012-03-29T13:27:07-07:00,2012-08-07T16:48:50-07:00,"Hi, I'd really appreciate a port of the Perl module ""DateTime::Format::ICal"".


I tried following the instructions on the Wiki page ""howto/cpan2port"", but to no avail. I've generated a portfile, but it fails with this error:

{{{
$ port build
Warning: MacPorts running without privileges. You may be unable to complete certain actions (e.g. install).
--->  Computing dependencies for p5-datetime-format-ical
Error: Dependency 'p5.12-datetime-format-ical' not found.
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}

In case it helps, I've attached the portfile that I generated with cpan2port.

I'd appreciate a port, of course, but also any pointers on what I did wrong when trying to port it myself. I'd happily contribute any (successful) port if I run into another Perl module in the future.",mac@…
,34067,New port: py-pykml,ports,,submission,macports-tickets@…,new,2012-04-16T01:31:59-07:00,2012-04-18T06:21:30-07:00,"New port for python module pykml. Supporting python 2.6, 2.7, 3.1 and 3.2",torstenb@…
,34068,New port: py-pymysql,ports,,submission,macports-tickets@…,new,2012-04-16T01:42:47-07:00,2012-04-18T06:26:23-07:00,"New port for python module pymysql.

The developer of this module provides two distfiles, one for python 2.x and another one for 3.x. Because the modules differ only in some details both are handled by this single port file depending on the desired python version.
Less confusion to the user (py27-pymysql and py32-pymysql produce the desired module) and easier to handle as a dependency in other ports.
",torstenb@…
,34069,New port: py-suelta,ports,,submission,macports-tickets@…,new,2012-04-16T01:47:54-07:00,2012-04-18T06:29:56-07:00,"New port for python module suelta. Supporting python 2.6, 2.7, 3.1 and 3.2",torstenb@…
,34071,New port: py-sleekxmpp,ports,,submission,macports-tickets@…,new,2012-04-16T02:05:53-07:00,2012-04-18T06:33:57-07:00,"New port for python module sleepxmpp. Support python 2.6, 2.7, 3.1 and 3.2.

This port depends on two other submissions:
[http://trac.macports.org/ticket/34070 #34070 - py-dnspython upgrade] - needed for python 3.x support
[http://trac.macports.org/ticket/34069 #34069 - py-suelta] - new port
",torstenb@…
,34085,Add Ames Stereo Pipeline Port,ports,,submission,macports-tickets@…,new,2012-04-16T13:31:55-07:00,2012-04-16T13:31:55-07:00,"This is portfile for NASA's Open Source Ames Stereo Pipeline.

http://ti.arc.nasa.gov/tech/asr/intelligent-robotics/ngt/stereo/

It's a collection of tools for extracting 3D models from satellite imagery the Moon, Mars, Earth, and just about anything else that has pictures taken of it.

This port depends on another port I've requested to be submitted.
https://trac.macports.org/ticket/34061

Thanks!",z.m.moratto@…
,34319,New Port: jzmq; Java Bindings for zmq (Zero Message Queue),ports,,submission,macports-tickets@…,new,2012-05-03T10:01:29-07:00,2012-08-21T11:13:32-07:00,"Here is a simple Portfile to enable the use of zmq from Java.
No additional files or magic required. Simple git,configure,make install style.
HTH
Martin Fröhlich",Dr.Martin.Froehlich@…
,34797,libspotify @12.1.45 New port,ports,,submission,macports-tickets@…,new,2012-06-07T11:09:52-07:00,2012-08-29T04:15:36-07:00,"New Portfile for libspotify, a precompiled C library that is required by the Spotify API.  Terms of use may prove tricky.  Homebrew has a libspotify formula, but they do not distribute binary packages.  This should be fine to distribute as a Portfile but the license may prevent distribution of a binary package.  I was unable in my research to uncover a method to indicate in the Portfile not to package for distribution.  Does such a method exist?  I would be happy to add it.",brandon@…
,34826,"new ports  tcl84 @8.4.19_0, tk84 @8.4.19_0, fix for blt",ports,,submission,macports-tickets@…,new,2012-06-11T03:28:44-07:00,2013-03-30T20:34:51-07:00,"As discussed on MacPorts User and Developer mailing list, here are two new ports for tcl84 and tk84 for ports requiring the old tcl version. One such port is blt, another one would be tclx. There are more currently broken ports out there (eg. otcl, tclcl) depending on tcl84; not sure, how important it is to fix these now; providing a tcl84 port is a first step helping for those as well.

Without the patch, blt can be compiled with the patch provided in #34345, but then, it does not work (e.g. none of demos work). This is because blt was never ported properly to tcl8.5. With the patch from this ticket, blt is compiled against tcl84 and tk84, the demos work nicely. For the time being, basing blt on tck84 seems better than the approach sketched out in ticket #32599, where a version of blt from a different project was tried (http://pdqi.com/w/pw/pdqi/Wize/Blt).

Tclx as it is in the current ports releases does not compile correctly. One correction would be to compile it against tcl84 (as indicated by my mail) but the better solution is to remove the dependency on tcl8.4 and compile it properly against tcl8.5 (the port named ""tcl""). This could be done, when the ticket #33203 is committed.

Attached is (a) a tar file containing all parts and (b) unified diff to make it easier to spot the changes. I have not changed the maintainers. 

All three ports are configured with threads-enabled (as discussed in macports, i have compiled tcl on my systems with threads enabled - as it is the case in all current unix-based tcl distributions) and all ports are running nicely. i have further (not yet submitted) ports requiring a threads-enabled tcl. As this is a ""new port"", it can't break previously running scripts.

",neumann@…
,35342,NEW: sundials,ports,,submission,macports-tickets@…,new,2012-07-26T14:06:39-07:00,2012-08-20T14:25:41-07:00,"New port for sundials, a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Portfile attached.",jjstickel@…
,35363,NEW: py-assimulo,ports,,submission,macports-tickets@…,new,2012-07-27T09:53:34-07:00,2012-07-27T09:53:34-07:00,"New port for Assimulo, a Cython/Python based simulation package for solving explicit ordinary differential equations (ODEs) and implicit ordinary differential equations (DAEs). Portfile to be attached. Depends on sundials, ticket #35342.",jjstickel@…
,35427,dbview @1.0.4,ports,,submission,macports-tickets@…,new,2012-07-30T07:10:47-07:00,2012-09-29T02:15:01-07:00,"This is a Portfile (with patches) for the dbview utility from: [http://www.infodrom.org/projects/dbview/]

""dbview is a little tool that will display dBase III and IV files. You can also use it to convert your old .dbf files for further use with Unix. It should also work with dBase IV files, but this is mostly untested. By default dbview displays the contents of a dBase III or IV database file. This is be done by displaying both the name of the field itself and its value. At the end of every record a newline is appended.""",gregori.emiliano@…
,35716,New port: markdown-mode.el,ports,,submission,macports-tickets@…,new,2012-08-17T10:24:07-07:00,2013-02-09T10:52:11-08:00,[http://jblevins.org/projects/markdown-mode/ Markdown-mode] is an Emacs mode for editing text files using the Markdown formatting.,cubranic@…
,35719,NEW: minpack,ports,,submission,macports-tickets@…,new,2012-08-17T12:57:31-07:00,2012-10-24T08:36:35-07:00,"New port for minpack, the legacy fortran libraries for solving nonlinear equations and nonlinear least squares problems.

Portfile will be attached. It is not a ""normal"" install, and so the Portfile could use some review and possible revision. I followed some of the suggestions here:
[http://devernay.free.fr/hacks/netlibs.html]",jjstickel@…
,35992,Gate 6.2 (new port),ports,,submission,macports-tickets@…,new,2012-09-05T08:26:22-07:00,2012-11-08T20:20:36-08:00,"I would like to see Gate 6.2 included in MacPorts.

This is slightly related to Geant4 (#32716). Gate needs version 9.5.p01. I have written a preliminary Portfile here which needs a bit of help from experts to get linker flags work properly (and of course an updated Geant4). I'll post updates here as I proceed.

{{{
PortSystem          1.0
PortGroup           cmake 1.0

name                gate
version             6.2
categories          science
maintainers         gmail.com:mojca.miklavec.lists
license             TODO
description         GATE description
long_description    GATE is dedicated to numerical simulations in medical imaging and radiotherapy. \
                    It currently supports simulations of Emission Tomography (PET and SPECT), \
                    Computed Tomography (CT) and Radiotherapy experiments. 
homepage            http://www.opengatecollaboration.org
platforms           darwin

distfiles           gate_v6_2_tar_gz_15277.gz
master_sites        http://www.opengatecollaboration.org/sites/opengatecollaboration.org/files/gate_release/2012/08/

checksums           rmd160  3fb8ec0fc7b78761e9eb0f39605ef84f1c485d42 \
                    sha256  d8c0dcbb74e734a60bae868ba1ce4d334919695e2b59099d87933ec425c7f98a

patchfiles          patch-compileerrors.diff

worksrcdir          gate_v${version}
configure.dir       ${workpath}/build
build.dir           ${configure.dir}

post-extract {
    file mkdir ${configure.dir}
}

configure.post_args ${worksrcpath}

depends_lib         port:geant4 \
                    port:clhep
# clhep implied with geant4

configure.args-append -DGATE_USE_OWN_CLHEP=OFF
}}}

{{{
--- source/digits_hits/include/GateMaps.hh.orig
+++ source/digits_hits/include/GateMaps.hh
@@ -117,7 +117,7 @@ inline GateMap<Tkey,Tvalue>::GateMap(size_t n, GateMap<Tkey,Tvalue> *mapArray[])
   for (size_t i=0; i<n ; i++){
     GateMap<Tkey,Tvalue>* mapElement = mapArray[i];
     for (iterator iter = mapElement->begin(); iter != mapElement->end(); iter++)
-      insert(*iter);
+      this->insert(*iter);
   }
 }
 
--- source/general/include/GateUIcmdWithAVector.hh.orig
+++ source/general/include/GateUIcmdWithAVector.hh
@@ -118,14 +118,14 @@ template<typename vContentType>
 G4String GateUIcmdWithAVector<vContentType>::ConvertToString
 (std::vector<vContentType> vec)
 {
-  char st[100];
+  //char st[100];
   //LF
   //std::ostrstream os(st,100);
-  std::ostringstream os(st,100);
+  std::ostringstream os;
   //LF
   for (G4int i=0; i<vec.size(); i++) os << vec[i] << "" ""; 
   os << '\0';
-  G4String vl = st;
+  G4String vl = os.str();
   G4cout << ""GateUIcmdWithAVector::ConvertToString : "" << vl << G4endl;
   return vl;
 }
}}}

Compilation currently fails with
{{{
Undefined symbols for architecture x86_64:
  ""vtable for CLHEP::HepVector"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  ""vtable for CLHEP::HepSymMatrix"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  ""CLHEP::HepVector::HepVector(int)"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  ""CLHEP::HepVector::operator=(CLHEP::HepVector const&)"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  ""CLHEP::HepVector::~HepVector()"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
      GateSourcePencilBeam::~GateSourcePencilBeam() in GateSourcePencilBeam.cc.o
      GateSourcePencilBeam::GenerateVertex(G4Event*) in GateSourcePencilBeam.cc.o
  ""CLHEP::HepSymMatrix::HepSymMatrix(int, int)"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  ""CLHEP::HepSymMatrix::operator=(CLHEP::HepSymMatrix const&)"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
  ""CLHEP::HepSymMatrix::~HepSymMatrix()"", referenced from:
      GateSourcePencilBeam::GateSourcePencilBeam(G4String) in GateSourcePencilBeam.cc.o
      GateSourcePencilBeam::~GateSourcePencilBeam() in GateSourcePencilBeam.cc.o
  ""CLHEP::RandMultiGauss::fire()"", referenced from:
      GateSourcePencilBeam::GenerateVertex(G4Event*) in GateSourcePencilBeam.cc.o
  ""CLHEP::RandMultiGauss::RandMultiGauss(CLHEP::HepRandomEngine*, CLHEP::HepVector const&, CLHEP::HepSymMatrix const&)"", referenced from:
      GateSourcePencilBeam::GenerateVertex(G4Event*) in GateSourcePencilBeam.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Gate] Error 1
}}}",mojca.miklavec.lists@…
,36028,pdf2htmlEX port,ports,,submission,macports-tickets@…,new,2012-09-07T02:04:49-07:00,2012-09-18T07:17:37-07:00,"pdf2htmlEX is a utility to convert pdf to html without compromising on layout. That makes it far better than `pdftohtml` supplied by poppler.

It should be included in macport. There are few challenges

{{{
It needs C++11 support.
It depends on fontforge (git version) as of today.
}}}

[https://github.com/coolwanglu/pdf2htmlEX]",iapain@…
,36091,openvex 0.5.0 new port,ports,,submission,macports-tickets@…,new,2012-09-10T19:26:31-07:00,2012-09-10T20:31:57-07:00,OpenVex is an open source firmware for Vex robotics controllers.  This port is tested with OS X 10.6.8 and Xcode 3.2.6.,jwbacon@…
,36837,NEW: plowshare,ports,,submission,macports-tickets@…,new,2012-10-31T08:00:54-07:00,2012-11-13T00:56:46-08:00,"From the project description:

-----

== What is plowshare? ==

plowshare is a command-line (CLI) download/upload tool for popular file sharing websites (aka file hosting provider or One-Click hoster). With plowshare, you will be able to download or upload files and manage remote folders and link deletion. It runs on Linux/BSD/Unix operating system.

The basic concept is that files can be downloaded and uploaded though command line as easily as wget (or curl).

== What's new ? ==
Have a look [http://code.google.com/p/plowshare/wiki/PlowshareChanges here]!

== Examples ==
{{{
$ plowdown http://rapidshare.com/files/130403982/Bridge_Tutorial.rar
Bridge_Tutorial.rar
}}}
{{{
$ plowup mediafire dad_and_mum-open_the_door.mp3
http://www.mediafire.com/?qorncpzfe74s9
}}}

-----

This is a Portfile for the latest stable version as of today. I plan to make a -devel port to get the trunk, but let's start with the stable one :-)",kchr@…
,37230,Please add xsnmp port,ports,,submission,macports-tickets@…,new,2012-12-06T12:38:11-08:00,2012-12-11T04:20:56-08:00,"Hello,

attached you'll find the Portfile for the Xsnmp agent extension. Please consider adding it.

Thanks,
Gregor",gjasny@…
,37388,sonatype-nexus 2.2-01 new port submission,ports,,submission,macports-tickets@…,new,2012-12-25T20:07:09-08:00,2013-01-03T08:21:12-08:00,"I've created a port for Sonatype Nexus, a commonly-used http Maven repository, allowing groups to share pre-built artifacts (usually Java) both amongst each other and (if desired) with the world at large.  See http://www.sonatype.org/nexus for more information.

The Portfile passes ""port lint"", and after a LOT of trial-and-error, installs cleanly w/o destroying config files when uninstalled.",chris@…
,37396,NEW: jq 1.1,ports,,submission,macports-tickets@…,new,2012-12-26T12:22:19-08:00,2012-12-28T04:42:17-08:00,"JQ is a lightweight and flexible command-line JSON processor.
",robsonpeixoto@…
,37430,Stratagus-Devel Portfile,ports,,submission,macports-tickets@…,new,2012-12-29T06:25:14-08:00,2012-12-31T00:44:59-08:00,"I would like to submit a Portfile that would allow for users to easily build and run the latest commits in the launchpad Stratagus repository.

Thank You",brad.clemetson@…
,37579,calligra: new port submission,ports,,submission,macports-tickets@…,new,2013-01-08T20:05:09-08:00,2013-03-24T07:38:40-07:00,The port is the kde office suite Calligra Suite.,yue.liu@…
,37615,New port request: SOFA library,ports,,submission,macports-tickets@…,new,2013-01-12T07:25:00-08:00,2013-04-25T08:08:40-07:00,"Would it be possible to add a port for the SOFA (Standards Of Fundamental Astronomy) library?
http://www.iausofa.org

There's a C and a Fortran version, Ideally I'd like to have both to compare precision / speed, although only the C version would be great already.

I don't actually know if their license allows it to be included in Macports, someone please check at http://www.iausofa.org/tandc.html
(if it's unclear I'd be happy to ask them via email)

There's also a Python wrapper for it, which would be nice to have:
http://pypi.python.org/pypi/pysofa",Deil.Christoph@…
,37642,py-scikits-bvp_solver: New port,ports,,submission,macports-tickets@…,new,2013-01-14T08:35:38-08:00,2013-02-04T15:52:53-08:00,"I am working on a new port and having problems building it. It is a python module which requires Fortran. 

Here is the build error I am seeing when attempting to build with the +gcc47 variant:

{{{
/opt/local/bin/gfortran-mp-4.7 -Wall build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/bvp_solverfmodule.o build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/fortranobject.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_M.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_INTERFACE.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/lampak.o build/temp.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/BVP_LA.o build/temp.macosx-10.8-x86_64-2.7/build/src.macosx-10.8-x86_64-2.7/scikits/bvp_solver/lib/bvp_solverf-f2pywrappers2.o -L/opt/local/lib/gcc47/gcc/x86_64-apple-darwin12/4.7.2 -lgfortran -o build/lib.macosx-10.8-x86_64-2.7/scikits/bvp_solver/bvp_solverf.so
Undefined symbols for architecture x86_64:
  ""_PyArg_ParseTupleAndKeywords"", referenced from:
      _f2py_rout_bvp_solverf_bvp_guess_1_wrap in bvp_solverfmodule.o
      _f2py_rout_bvp_solverf_bvp_guess_2_wrap in bvp_solverfmodule.o
      _f2py_rout_bvp_solverf_bvp_bvp_eval_wrap in bvp_solverfmodule.o
      _f2py_rout_bvp_solverf_bvp_bvp_solver_wrap in bvp_solverfmodule.o
      _f2py_rout_bvp_solverf_bvp_bvp_extend_wrap in bvp_solverfmodule.o
  ""_PyCObject_AsVoidPtr"", referenced from:
      _initbvp_solverf in bvp_solverfmodule.o
      _F2PyCapsule_AsVoidPtr in fortranobject.o
  ""_PyCObject_FromVoidPtr"", referenced from:
      _fortran_getattr in fortranobject.o
      _F2PyCapsule_FromVoidPtr in fortranobject.o
  ""_PyCObject_Type"", referenced from:
      _initbvp_solverf in bvp_solverfmodule.o
      _F2PyCapsule_Check in fortranobject.o
  ""_PyComplex_Type"", referenced from:
      _int_from_pyobj.part.1 in bvp_solverfmodule.o
      _double_from_pyobj.part.0 in bvp_solverfmodule.o
  ""_PyDict_DelItemString"", referenced from:
      _fortran_setattr in fortranobject.o
  ""_PyDict_GetItemString"", referenced from:
      _fortran_getattr in fortranobject.o
  ""_PyDict_New"", referenced from:
      _PyFortranObject_New in fortranobject.o
      _PyFortranObject_NewAsAttr in fortranobject.o
      _fortran_setattr in fortranobject.o
  ""_PyDict_SetItemString"", referenced from:
      _initbvp_solverf in bvp_solverfmodule.o
      _fortran_getattr in fortranobject.o
      _F2PyDict_SetItemString in fortranobject.o
      _PyFortranObject_New in fortranobject.o
      _fortran_setattr in fortranobject.o
  ""_PyErr_Clear"", referenced from:
      _cb_fsub_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_dbcdyp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_bcsubp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_bcsub_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_dbcdy_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_fsubp_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      _cb_dfdy_in_bvp_solver_wrap__user__routines in bvp_solverfmodule.o
      ...
}}}
",macsforever2000@…
,37753,perl/p5-email-abstract 3.004,ports,,submission,macports-tickets@…,new,2013-01-23T01:57:21-08:00,2013-03-29T07:04:51-07:00,"Hi,

Here is a port file for PERL module Email::Abstract created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37754,perl/p5-role-tiny 1.002004,ports,,submission,macports-tickets@…,new,2013-01-23T02:02:14-08:00,2013-03-29T07:03:58-07:00,"Hi,

Here is a portfile for the PERL module Role::Tiny created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37755,perl/p5-moo,ports,,submission,macports-tickets@…,new,2013-01-23T02:04:57-08:00,2013-05-06T23:21:17-07:00,"Hi,

Here is a port file for the PERL module Moo created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37756,perl/p5-moox-types-mooselike,ports,,submission,macports-tickets@…,new,2013-01-23T02:09:02-08:00,2013-03-29T07:02:10-07:00,"Hi,

Here is a port file for the PERL module Moox::Types::Mooselike created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37757,perl/p5-strictures 1.004004,ports,,submission,macports-tickets@…,new,2013-01-23T02:11:38-08:00,2013-03-29T07:01:21-07:00,"Hi,

Here is a portfile for the PERL module stricture created with cpan2port.

Yours,

Joël Brogniart",Joel.Brogniart@…
,37758,perl/p5-throwable 0.200003,ports,,submission,macports-tickets@…,new,2013-01-23T02:14:55-08:00,2013-05-06T23:24:28-07:00,"Hi,

Here is a port file for the PERL module Throwable created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37759,perl/p5-email-sender,ports,,submission,macports-tickets@…,new,2013-01-23T02:17:38-08:00,2013-03-29T06:58:20-07:00,"Hi,

Here is a port file for the PERL module Email::Sender created with cpan2port.

Yours,

Joël",Joel.Brogniart@…
,37844,Port submission: leveldb,ports,,submission,macports-tickets@…,new,2013-01-30T05:27:01-08:00,2013-01-31T05:51:46-08:00,"Per #37843, snappy +universal fails to build if google-test -universal is installed, so +universal +snappy builds of this Portfile will fail similarly.",dw@…
,37861,submission: auto-multiple-choice-devel @1.1.1.1294 Design of MCQ tests with automated correction and grading,ports,,submission,macports-tickets@…,new,2013-01-31T03:01:30-08:00,2013-05-06T23:28:41-07:00,"
Here is a port file to build Auto Multiple Choice directly from the developer's subversion depot.

An auto-multiple-choice port build on the 1.1.1 version of Auto Multiple Choice is allready available in MacPorts. The developer version use a more recent code base that solve important problems.

To function, this port depends on ports that need to be updated:
- p5-class-load (ticket #37752),
- p5-email-mime (itcket #37779).

It depends on port to be added to MacPorts:
- p5-email-abstract (ticket #37753),
- p5-role-tiny (ticket #37754),
- p5-moo (ticket #37755),
- p5-moox-types-mooselike (ticket #37756),
- p5-strictures (ticket #37757),
- p5-throwable (ticket #37758),
- p5-email-sender (ticket #37759).

This port was tested with OS X 10.8.2, XCode 4.6, MacPorts 2.1.2.
",Joel.Brogniart@…
,38145,Submission: klusters @1.6.3,ports,,submission,g5pw@…,new,2013-02-21T07:08:16-08:00,2013-03-13T16:52:35-07:00,"Port attached. Since I use this software myself I would be interested in also maintaining it. 

There is a newer version out, but is is impossible to build, or I could at least not manage to build it due to mysterious linking problems. ",FlorianFranzen@…
,38148,Submission: neuroscope @1.3.5,ports,,submission,macports-tickets@…,new,2013-02-21T07:13:04-08:00,2013-03-11T13:20:40-07:00,Port attached. Since I use this software myself I would be interested in also maintaining it.,FlorianFranzen@…
,38151,Submission: rzip64 - a large-file compression program,ports,,submission,larryv@…,assigned,2013-02-21T08:48:23-08:00,2013-02-24T00:38:56-08:00,"From the rzip64 homepage at http://rzip64.ghsi.eu/:

rzip64 is a file compression program designed for very large files. When processing large chunks of input data it takes advantage of repetitive appearing byte patterns over long distances.

rzip64 can utilize multiple CPU cores. rzip64 can also be interrupted at any time and be restarted later.

-----

Since it was not available in MacPorts, I modified rzip64 to compile on OS X and fixed a few trivial bugs.  This has only been tested on 10.8.2.",macports@…
,38264,New port: gcab,ports,,submission,macports-tickets@…,new,2013-03-03T02:28:24-08:00,2013-03-03T22:33:41-08:00,"`gcab` is a program to create Microsoft cabinet (.cab) archives. It's a dependency for building [http://git.gnome.org/browse/msitools/ msitools], which I'm working on next.
",egall@…
,38896,NEW: py-restkit,ports,,submission,macports-tickets@…,new,2013-04-23T08:37:32-07:00,2013-04-23T14:21:13-07:00,"New port submission for py-restkit from http://pypi.python.org/packages/source/r/restkit

Restkit is an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it. It's the base of couchdbkit a Python CouchDB framework.

Port is needed as a dependency for other submissions (e.g., py-couchdbkit update), and depends on another port, py-http-request (submitted in ticket #38895).",jkrage@…
,39092,New port: libfreenect @0.1.2,ports,,submission,macports-tickets@…,new,2013-05-13T11:44:12-07:00,2013-05-13T11:47:59-07:00,"Made this port after trying to help a user on irc build this project manually. Could probably use some help with the variants before actually committing it though...
",egall@…
,16822,qemu-usermode: update to current version or merge with qemu,ports,,update,mww@…,new,2008-10-10T20:03:26-07:00,2012-12-20T08:49:24-08:00,"qemu 0.9.1 is available so you may want to update the qemu-usermode port to that version.

When you do so, you should also add the line ""{{{dist_subdir qemu}}}"" so that the download goes to the same directory as the qemu port.",ryandesign@…
,18140,squeak @3.9: version 4.3 available,ports,,update,larryv@…,assigned,2009-01-21T17:19:55-08:00,2013-03-23T18:42:38-07:00,Version 3.9 of Squeak is the current version in macports.  We're behind the times!,trier@…
,19714,Gerris update,ports,,update,macports-tickets@…,new,2009-05-21T14:04:04-07:00,2010-10-07T15:02:56-07:00,"The Gerris port has not been updated in a while.  The 0.9.2 version was released in 2006.  Gerris has recently made some changes and improvements including, according to the release notes, some that are specific to make it mac compatible.  

See:  

[http://gfs.sourceforge.net/wiki/index.php/Gerris_release_notes/12-05-09]

[http://gfs.sourceforge.net/wiki/index.php/Gerris_release_notes/18-09-07]

My request is to update the Gerris port to the new release 
[http://gfs.sourceforge.net/wiki/index.php/Main_Page]
to include the many new features and bug fixes.

There is even a wiki page about building it on a mac:
[http://gfs.sourceforge.net/wiki/index.php/Mac_OSX_Installation]

This is a powerful open source CFD tool, so it would be great to have it up to date.

Thanks,

--Adam",dersh@…
,19833,xemacs: update to 21.5.31,ports,,update,mww@…,new,2009-06-01T00:55:53-07:00,2012-01-25T17:36:59-08:00,"The stable version don't work well with the last sumo packages because is too old (2 years) even if a new version has been released to correct some bugs.
It's better to use the last ""Beta"" version.

Here's a patch to the port file for the latest version of xemacs.",jds6p6h02@…
,20476,sitemap_gen outdated,ports,,update,mstokely@…,new,2009-07-29T05:31:39-07:00,2010-11-14T20:29:53-08:00,"Trying to get ports off of python24.  Also, this port is outdated.

Would you like to update sitemap_gen or drop the port?  I can assist if desired.
",snc@…
,20986,qt4-x11 update to 4.7.0,ports,,update,michaelld@…,new,2009-08-31T18:35:29-07:00,2013-03-20T17:33:02-07:00,Update qt4-x11 to version 4.7.0,macsforever2000@…
,22684,Growl: Update to latest version,ports,,update,macports-tickets@…,new,2009-11-25T09:59:05-08:00,2013-02-09T12:16:39-08:00,"Please update Growl from 1.1.4 -> 1.2.1.

Keep in mind the new version requires 10.5.",ryan@…
,22900,Update request for xfe (X File Explorer),ports,,update,afb@…,new,2009-12-14T15:52:57-08:00,2009-12-15T04:08:08-08:00,"xfe has been updated to 1.32.1
Please upfate the port. I couldn't find a ticket for this in the search.",domiman@…
,22908,xchm - out of date,ports,,update,markd@…,new,2009-12-15T14:41:17-08:00,2009-12-15T14:59:24-08:00,"I would be great this port could be updated to xchm-1.17

see - http://sourceforge.net/projects/xchm/files/",stephen@…
,23225,zabbix should be updated to 1.8,ports,,update,markd@…,new,2010-01-11T02:11:47-08:00,2010-07-14T08:11:50-07:00,[http://www.zabbix.com/rn1.8.php zabbix 1.8 is available] and the port should probably be updated.,ryandesign@…
,24103,metasploit3 out of date,ports,,update,opendarwin.org@…,new,2010-03-17T14:47:34-07:00,2011-10-21T15:17:11-07:00,metasploit3 appears to be out of date. The most recent port available is for version 3.0; wersion 3.3 was release 18.11.2009.,voxadam@…
,24206,Update java/checkstyle (to version 5.1),ports,,update,macports-tickets@…,new,2010-03-24T18:41:16-07:00,2012-08-12T13:32:15-07:00,"Hi,

if anyone is feeling like doing some work, please update checkstyle to the current version.

I don't think any changes to the Portfile are necessary but one: **REMEMBER TO REMOVE THE ""optional"" JAR ARCHIVE INSTALL**, as it is no longer shipped.

Best regards,


Mihai",ionic@…
,24217,doodle 0.7.0,ports,,update,macports-tickets@…,new,2010-03-25T16:31:35-07:00,2010-03-25T16:32:07-07:00,This patch updates doodle to 0.7.0 and fixes the homepage and download location. It requires libextractor 0.6.0 (#24216).,ryandesign@…
,24439,Update arm-rtems-binutils and arm-rtems-gcc,ports,,update,macports-tickets@…,new,2010-04-11T13:11:33-07:00,2011-11-06T23:05:27-08:00,This two portfiles update the arm-rtems-binutils and arm-rtems-gcc to the new rtems 4.9.4.,jm.gomez@…
,24592,yafray : is now named YafaRay and got updated,ports,,update,krugazor@…,new,2010-04-22T02:24:25-07:00,2011-05-17T04:57:01-07:00,"Looks like Yafray got updated :
- name changed to yafaray
- 0.1.1 is out
",hashar@…
,24927,highlight: update to 3.4.0,ports,,update,pjenvey@…,reopened,2010-05-17T03:08:47-07:00,2013-01-15T01:39:09-08:00,"Update the highlight Portfile to the latest release.

{{{
--- Portfile
+++ (clipboard)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			highlight
-version			2.4.8
+version			2.16
 categories		textproc devel
 platforms		darwin
 maintainers		groovie.org:pjenvey
@@ -12,14 +12,16 @@
 
 homepage		http://www.andre-simon.de
 master_sites		${homepage}/zip/
-checksums		sha1 091689fde96c9f4e3de75ea1b7c1838e8d25708c
+checksums		sha1 b5fed14bb1a973fe134dd2133766bb86fdc7494e
 use_bzip2		yes
 
+use_configure	no
+
 configure {
-	reinplace ""s|/usr/share/highlight/|${prefix}/share/${name}/|g"" \
-		${worksrcpath}/highlight/datadir.cpp
-	reinplace ""s|/etc/highlight/|${prefix}/etc/highlight/|g"" \
-		${worksrcpath}/highlight/datadir.cpp
+	reinplace ""s|^PREFIX = /usr$|PREFIX = ${prefix}|g"" \
+		${worksrcpath}/makefile
+	reinplace ""s|^conf_dir = /etc/highlight/$|conf_dir = ${prefix}/etc/highlight/|g"" \
+  		${worksrcpath}/makefile
 }
 
 # Avoid stripping the binary (-s flag) during linking as this corrupts the executable.
@@ -27,16 +29,15 @@
 platform darwin 8 { build.args LDFLAGS="""" }
 
 set conf_file ""filetypes.conf""
-set old_conf_files { ""scriptre.conf"" ""extensions.conf"" }
 destroot {
-	xinstall -m 755 ${worksrcpath}/highlight/highlight ${destroot}${prefix}/bin
+	xinstall -m 755 ${worksrcpath}/src/highlight ${destroot}${prefix}/bin
 
 	xinstall -m 755 -d ${destroot}${prefix}/etc/${name}
-	xinstall -m 644 ${worksrcpath}/${conf_file} \
-		${destroot}${prefix}/etc/${name}/${conf_file}.sample
+  xinstall -m 644 ${worksrcpath}/${conf_file} \
+  		${destroot}${prefix}/etc/${name}/${conf_file}.sample
 
 	xinstall -m 755 -d ${destroot}${prefix}/share/${name}
-	foreach dir { ""langDefs"" ""themes"" ""indentSchemes"" ""helpmsg"" } {
+	foreach dir { ""langDefs"" ""themes"" } {
 		file copy ${worksrcpath}/${dir} ${destroot}${prefix}/share/${name}
 			system ""chmod 644 ${destroot}${prefix}/share/${name}/${dir}/*""
 	}
@@ -46,8 +47,8 @@
 		${destroot}${prefix}/share/man/man1
 
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	foreach file { ""AUTHORS"" ""README"" ""README_DE"" ""README_INDENT"" ""ChangeLog"" \
-		""COPYING"" ""INSTALL"" } {
+	foreach file { ""AUTHORS"" ""README"" ""README_DE"" ""ChangeLog"" \
+		""COPYING"" ""INSTALL"" ""README_LANGLIST"" ""README_REGEX"" } {
 		xinstall -m 644 ${worksrcpath}/${file} \
 			${destroot}${prefix}/share/doc/${name}
 	}
@@ -55,13 +56,14 @@
 	file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
 }
 
+set old_conf_files { ""scriptre.conf"" ""extensions.conf"" }
 post-activate {
 	# copy over the sample conf file if necessary
 	if { ![file exists ${prefix}/etc/${name}/${conf_file}] } {
 		file copy ${prefix}/etc/${name}/${conf_file}.sample \
 			${prefix}/etc/${name}/${conf_file}
 	}
-	
+
 	# warn the user of deprecated conf files
 	set deprecated_conf_files {}
 	foreach file $old_conf_files {
@@ -84,4 +86,3 @@
 		}
 	}
 }
}}}
",lists@…
,25338,OpenVAS 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:11:59-07:00,2010-06-19T01:19:30-07:00,"The OpenVAS ports should be updated to version 3. There are many changes:

 * openvas-libraries is now used by both openvas-client and openvas-server and now includes the functionality of the openvas-libnasl port
 * openvas-server was renamed to openvas-scanner and now includes the functionality of the openvas-plugins port
 * cmake is being used

The developers don't test on Mac OS X so there are tons of problems that need to be patched. I filed some bug reports upstream at the beginning of the year but no solutions were forthcoming, so it's up to us to fix this ourselves if we want OpenVAS 3 in MacPorts.",ryandesign@…
,25339,openvas-client 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:12:24-07:00,2010-06-19T16:38:53-07:00,"This ticket is for the request to update openvas-client to version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25340,openvas-libnasl 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:13:13-07:00,2010-06-19T17:18:27-07:00,"This ticket is for the request to update openvas-libnasl to version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25341,openvas-libraries 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:14:12-07:00,2010-06-19T16:34:09-07:00,"This ticket is for the request to update openvas-libraries to version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25342,openvas-plugins 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:14:58-07:00,2010-06-19T17:16:51-07:00,"This ticket is for the request to update openvas-plugins to version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25344,openvas-server 3,ports,,update,ryandesign@…,assigned,2010-06-19T01:16:40-07:00,2010-06-19T17:15:28-07:00,"This ticket is for the request to update openvas-server to version 3.

The parent ticket for the OpenVAS 3 upgrade is #25338.",ryandesign@…
,25554,Dillo port is very old,ports,,update,gwright@…,new,2010-07-06T11:59:43-07:00,2012-04-20T06:07:52-07:00,"Dillo 2.2 is now out, and the highest version in ports is 0.8.6 which is many years old",perry@…
,25598,"GNAT GPL 2010 now available, update portfile to use it?",ports,,update,krischik@…,assigned,2010-07-09T01:04:38-07:00,2013-03-23T18:44:28-07:00,"GNAT GPL 2010 has now been released and supports Snow Leopard. This should make possible a working build on SL. At present the portfile uses GNAT GPL 2009. Request an update to use GNAT GPL 2010, or provide an option for it.",sjs@…
,25751,mysql5-devel: update to latest version,ports,,update,ryandesign@…,assigned,2010-07-20T03:48:12-07:00,2012-01-01T21:40:04-08:00,"mysql5-devel is still at version 5.5.2 but I see on  http://dev.mysql.com that the new milestone-3 release 5.5.5 is now out, to which this port should be updated.

See also http://dev.mysql.com/doc/refman/5.5/en/news-5-5-5.html
",kris-macports@…
,26074,update zim,ports,,update,macports-tickets@…,new,2010-08-14T00:22:21-07:00,2012-08-07T08:00:41-07:00,"zim in repository is 0.28, it's very old.
the lastest version is 0.48, check the [http://zim-wiki.org/downloads.html website]",bassliu@…
,26183,cssh 3.28 request to update port,ports,,update,miwi@…,new,2010-08-20T13:06:23-07:00,2013-02-11T11:05:56-08:00,"Request to update cssh to the latest version.[[BR]]
 * [http://sourceforge.net/projects/clusterssh/files/ Cluster SSH Download Page]
 * [http://sourceforge.net/scm/?type=git&group_id=89139 Information on Git Repository for Cluster SSH]
 * [http://github.com/duncs/clusterssh Git Hub Mirror for Cluster SSH]",nonstop.server@…
,26371,Update InsightToolkit portfile for ITK3.20,ports,,update,dweber@…,new,2010-09-06T05:41:40-07:00,2010-09-06T09:32:55-07:00,"ITK 3.20 has been:
http://www.kitware.com/news/home/browse/288

",arnaud_gelas@…
,26454,Update for tovid to version 0.33,ports,,update,macports@…,new,2010-09-12T14:34:45-07:00,2010-09-24T18:39:06-07:00,"Hello all I am attempting to update the tovid port to version 0.33 which has some python dependencies, etc. I have a few issues with how it's building and this is my first stab at writing a Portfile. If add this line I can get tovid to actually install and run properly:

+destroot.destdir    --prefix=${prefix} --root=${destroot}

However it installs all the python modules to /opt/local/lib/python2.6/site-packages which is not in sys.path so running 'tovid gui' fails to find libtovid.guid module.

If I remove this line it will install everything in the long ""framework"" path but then the 'tovid' binary fails to find the shell scripts and it names it to tovid-2.6 which is silly. I believe the binary is expecting the bash script to be located in ${prefix}/lib or what not. So in essence I am looking for the proper way to use the python port group and get this running. Any guidance would be appreciated.

I've also patched the source to use the 'g' prefix utils in coreutils which I have attached. Finally, as soon as I get the build things worked out the last item would be to replace the Linux specific bash code that gleams info out of /proc/cpuinfo with proper sysctl calls that is portable across the supported OS X versions. I may be getting some help on those patches but I am pretty confident that I can fix that portion of the code myself if needed.

Any help or suggestions would be appreciated. I am going to keep plugging away.

Thank you,

Dan (a.k.a., chillywilly on #macports)",danielb@…
,26759,SuperTuxKart-Port outdated,ports,,update,phw@…,new,2010-10-07T07:15:00-07:00,2013-03-23T18:45:28-07:00,"Version of SuperTuxKart-Port is '''0.4'''
But the latest STK-Version is '''0.7 alpha 3!

http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart-alpha/",stefhoff@…
,27726,libcudd should be updated to 2.4.2,ports,,update,mij@…,new,2010-12-18T23:44:34-08:00,2011-12-22T04:56:13-08:00,"libcudd 2.4.2 is out so the port should probably be updated to that version.

The livecheck should probably also be fixed.",ryandesign@…
,28248,apache-ivy @2.1.0 Upgrade to 2.2 and create jar,ports,,update,singingwolfboy@…,new,2011-02-01T17:35:48-08:00,2011-02-08T13:28:01-08:00,"This port should be upgraded to Ivy 2.2. It should issue the ""ant jar"" command to create ivy.jar.  It should probably also copy ivy.jar to ANT_HOME/lib.  I'm running 10.5.8.",ybendana@…
,28291,PLT Scheme upgrade and name change,ports,,update,larryv@…,assigned,2011-02-05T14:45:47-08:00,2013-03-19T13:45:51-07:00,PLT Scheme has gone through a change in both major release and [http://racket-lang.org/new-name.html project name].,and.damore@…
,28311,rep-gtk: update to 0.90.5,ports,,update,lloyd@…,new,2011-02-07T08:24:48-08:00,2011-03-29T00:08:44-07:00,"Perhaps rep-gtk should be updated to the latest version, currently 0.90.2.",ryandesign@…
,28953,sawfish: update to 1.8.0,ports,,update,lloyd@…,new,2011-03-29T00:07:54-07:00,2012-03-16T00:24:57-07:00,"sawfish should maybe be updated to the latest version, currently 1.8.0. This probably first requires updates to [ticket:28312 librep] and [ticket:28311 rep-gtk]",ryandesign@…
,29307,GNU Guile version 2 series,ports,,update,macports-tickets@…,new,2011-04-28T02:09:11-07:00,2013-03-23T18:50:09-07:00,"GNU Guile (lang/guile) has started a new stable release series (version 2) and Portfiles need to change to reflect this.

In the spirit of the existing guile16 port, I have created a guile18 port for the old stable series and changed the existing guile port for version 2.0. All this, of course, in a private repository.

Portfiles attached.

Details: The guile18 port uses the same patch files as the former guile from from which it was copied. post-destroot fixups follow those in the guile16 port. guile 2.0.1 builds and installs without patches.",rkmspence@…
,29414,Paintbrush: update to 2.1.1,ports,,update,gordon.child@…,new,2011-05-09T23:30:00-07:00,2013-03-23T18:50:42-07:00,The Paintbrush port should probably be updated to version 2.1.1.,ryandesign@…
,29557,XBMC: update to 10.1,ports,,update,jeremyhu@…,new,2011-05-22T19:53:16-07:00,2011-05-23T09:06:26-07:00,"Can XBMC be updated to 10.1?

http://mirrors.xbmc.org/releases/source/
",ryandesign@…
,29664,"update fltk 1.X ports, add fltk 2.X",ports,,update,macports-tickets@…,new,2011-05-31T16:46:55-07:00,2012-09-05T01:55:21-07:00,Here is a port for [http://fltk.org/ FLTK] 2.0.,rudloff@…
,29676,Fix mtree violation for Puppet and update to 2.6.8,ports,,update,macports-tickets@…,reopened,2011-06-01T08:59:52-07:00,2013-04-12T19:01:25-07:00,This is both a defect and an update patch.,nigel@…
,29695,afni update to 2011_05_26_1457,ports,,update,macports-tickets@…,new,2011-06-02T19:22:31-07:00,2011-06-02T19:24:29-07:00,"A new version of AFNI is available: 2011_05_26_1457.

Unfortunately, this new addition requires segtools which doesn't exist in MacPorts. This needs solved before the upgrade can take place.

Also, this package has snuck in some more references to /usr/local/, which the accompanying patch remedies.",snc@…
,29769,playerstage-stage: update to latest version,ports,,update,vincent@…,new,2011-06-09T17:22:46-07:00,2012-09-09T09:22:32-07:00,"I see Stage 4.0.1 is available so the playerstage-stage port should probably be updated.

https://github.com/rtv/Stage

",ryandesign@…
,29869,nightshade: update to 11.2.1,ports,,update,nightshade@…,new,2011-06-19T07:27:23-07:00,2011-06-19T12:45:47-07:00,"New version,link to sources directory: http://nightshadesoftware.org/?q=node/2

Current version in MacPorts is more than a year old already. Thanks ",richard_errol@…
,29887,jp2a: update to 1.0.6,ports,,update,csl@…,new,2011-06-21T02:58:40-07:00,2011-06-23T23:33:03-07:00,"jp2a is now on 1.0.6, please update
",kuvahaku@…
,29892,GLC_lib update to version 2.2.0.,ports,,update,macports@…,new,2011-06-21T10:23:37-07:00,2011-09-12T09:46:48-07:00,"Latest version is 2.2.0, but there is only 1.2.0 in macports.",unfo-aaa@…
,30000,imapfilter: update to 2.2.3,ports,,update,mww@…,new,2011-07-01T11:31:19-07:00,2011-07-01T15:17:20-07:00,"Hi,

imapfilter was upgraded to version 2.2.3. At least if you believe github. Sadly just changing the version number does not work.

Martin",krischik@…
,30050,drush 2.1 Update drush to 4.4 minimum,ports,,update,c_dantonio@…,new,2011-07-06T06:01:08-07:00,2011-08-12T01:30:29-07:00,Please update drush to the current version (4.4).  Drush 5 will also be released relatively soon.,dkingofpa@…
,30165,"freedink, freedink-data: update to latest version",ports,,update,verginegiovanni@…,new,2011-07-13T01:46:14-07:00,2011-07-13T01:46:14-07:00,"The freedink port is currently at 1.08.20090120 but 1.08.20101114 is available.[[br]]
The freedink-data port is currently at 1.08.20081130 but 1.08.20100103 is available.[[br]]
The ports should be updated.",ryandesign@…
,30190,gtkevemon: update to 1.8,ports,,update,jameslpoter@…,new,2011-07-14T02:13:36-07:00,2011-07-14T02:15:26-07:00,"gtkevemon is currently at version ""99"" (actually revision 99 of the trunk of the upstream repository) which is from 2009-04-15. The port should be updated to the latest stable version, 1.8, released 2010-05-27.

http://gtkevemon.battleclinic.com/download.html

Since ""1.8"" is smaller than ""99"" the port's epoch will need to be increased (for example, to 1).",ryandesign@…
,30510,raceintospace update to version 1.0.0.270,ports,,update,mkmccarty@…,new,2011-07-31T17:53:54-07:00,2011-07-31T17:53:54-07:00,raceintospace should be updated to the latest version 1.0.0.270. ,macsforever2000@…
,30868,Update grok to version 1.20110630.1,ports,,update,macports-tickets@…,new,2011-08-18T15:18:07-07:00,2011-08-22T09:55:50-07:00,Updated and added the appropriate test flags. ,kentk@…
,31016,bzflag: update to 2.4.0,ports,,update,phw@…,new,2011-08-29T02:47:12-07:00,2011-08-29T02:47:12-07:00,bzflag should probably be updated to 2.4.0.,ryandesign@…
,31017,tuxtype: update to 1.8.0,ports,,update,davidstuartbruce@…,new,2011-08-29T03:03:46-07:00,2013-03-23T18:55:47-07:00,tuxtype should probably be updated to 1.8.0,ryandesign@…
,31031,"net/zabbix: update to 1.8.6, add proxy variant",ports,,update,markd@…,new,2011-08-30T00:04:17-07:00,2012-05-23T11:53:53-07:00,"Upgraded to 1.8.6 and included variants proxy for proxy build instead of server. In addition, splitted the zabbix_agentd into another port so that startupitem (for both) can handle correctly.",kwcheong@…
,31138,Update of Port for Denemo to 0.9 Version,ports,,update,macports-tickets@…,new,2011-09-06T07:36:17-07:00,2011-09-06T07:48:22-07:00,"The MacPort code base for Denemo is [ 0.8.10 ]. The current version of Denemo is [ 0.9.0 ].

A mod has just been made (Sept 6, 2011) to the main branch to remove all Mac-specific code. It is the developers' opinion that this will ease the port, as the code is probably no longer needed, and may actually cause problems.

Please email me if I can help, further.",not@…
,31496,py-mssql Upgrade Unified Port,ports,,update,macports-tickets@…,new,2011-10-03T22:04:30-07:00,2013-02-09T00:06:49-08:00,"This port provides 1.9.909 of pymssql.
There are some build errors, but it appears to work fine.

I just submitted the 1.0.2 version; that should be committed first in order to allow selection of whichever version is preferred.",rizwank@…
,31497,asterisk: update to 1.8.7.0,ports,,update,mr_bond@…,new,2011-10-03T23:05:50-07:00,2012-09-11T12:20:28-07:00,asterisk should probably be updated to 1.8.7.0,ryandesign@…
,31578,Update i386-mingw32-gcc to latest version,ports,,update,landonf@…,new,2011-10-12T08:01:10-07:00,2013-03-23T18:58:28-07:00,"The port ships gcc 3.4.5 from 2006, almost 6 years old. I would like to request updating to a more recent version. Sources for 4.6.1-2 are available on sourceforge at the moment.

    https://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.6.1-2/",mojca.miklavec.lists@…
,31620,kumofs: update to 0.4.13,ports,,update,naoya.n@…,new,2011-10-15T19:34:56-07:00,2011-10-15T19:34:56-07:00,kumofs should probably be updated to 0.4.13.,ryandesign@…
,31786,heimdal: update to 1.5.2,ports,,update,landonf@…,new,2011-10-26T02:30:54-07:00,2012-12-19T04:54:37-08:00,"heimdal should probably be updated:

{{{
$ port livecheck heimdal
heimdal seems to have been updated (port version: 1.3.3, new version: 1.5.1)
}}}
",ryandesign@…
,32031,p5-pdl: update to 2.4.11,ports,,update,tim@…,new,2011-11-11T17:17:48-08:00,2013-03-19T08:18:43-07:00,"The latest version of PDL is 2.4.9, while the MacPorts version is 2.4.6. This is a request to update PDL to the latest version.",punk.kish@…
,32186,pmd: Update to 4.3,ports,,update,landonf@…,new,2011-11-22T06:30:29-08:00,2011-11-22T13:59:13-08:00,"{{{
$ sudo port search pmd
Password:
pmd @3.9 (java, lang)
    PMD is a Java source code analyzer
}}}

[http://sourceforge.net/projects/pmd/files/pmd/4.3/]",s.veer@…
,32187,checkstyle: Update to 5.5,ports,,update,macports-tickets@…,new,2011-11-22T06:36:40-08:00,2012-08-12T13:32:16-07:00,"
{{{
$ sudo port search pmd
Password:
pmd @3.9 (java, lang)
    PMD is a Java source code analyzer


}}}

[http://sourceforge.net/projects/checkstyle/files/checkstyle/]",s.veer@…
,32716,geant4: update to 9.5,ports,,update,cristiano.fontana@…,new,2011-12-31T16:11:44-08:00,2012-11-08T20:31:16-08:00,"http://geant4.web.cern.ch/geant4/support/download.shtml

",ryandesign@…
,32869,webarchiver: update to 0.4,ports,,update,macports-tickets@…,new,2012-01-12T16:55:05-08:00,2012-01-15T01:27:56-08:00,https://github.com/newzealandpaul/webarchiver now has version 0.4,dhall@…
,33051,gnokii 0.6.31 port update,ports,,update,mpal1+bugzilla@…,new,2012-01-28T13:50:07-08:00,2012-07-16T17:46:03-07:00,"Changed checksums accordingly.

I had to outcomment
  patchfiles fink-fixes.diff
don't know why, but here it compiles correctly. Maybe these fixes were already incorporated in the source?

",sjoerd@…
,33068,Firefox is outdated,ports,,update,macports-tickets@…,new,2012-01-30T09:17:25-08:00,2013-05-09T20:25:48-07:00,"Hello,

It seems that firefox is on x11 and only the 7.0.1 version is available throw macport. But firefox is on 9.0.1 version and native.

Please update this package

Best regards

mparchet",mparchet@…
,33069,thunderbird is outdated,ports,,update,macports-tickets@…,new,2012-01-30T09:26:49-08:00,2013-03-23T19:00:16-07:00,"Hello,

It seems that thunderbird is on x11 and only the 2.0.0.22 version is available throw macport. But thunderbird is on 9.0.1 version and native.

Please update this package

Best regards

mparchet
",mparchet@…
,33275,magicspp: Update Magics++ port to a usable version,ports,,update,takeshi@…,new,2012-02-16T13:15:09-08:00,2013-01-02T05:15:03-08:00,"We have many requests from users that the Magics++ plotting package should be updated. The version in macports is too old for most usage.

PLEASE NOTE: the latest version 2.14.9 compiles on Mac. I fixed all issues which were fixed in Portfile and patches for 2.10 and these should not be necessary anymore. Simply use ""./configure"".

http://www.ecmwf.int/products/data/software/download/magics++.html

Please contact me if there are any problems with the latest version!
",stephan.siemen@…
,33375,Updating emacs-app-devel to truly recent snapshot,ports,,update,css@…,new,2012-02-27T09:13:40-08:00,2012-02-29T07:58:54-08:00,"The current ""recent CVS snapshot"" built by this port is years old",dave@…
,33693,p5-mytop: update to 1.7,ports,,update,ryandesign@…,assigned,2012-03-20T05:22:30-07:00,2012-05-28T04:12:40-07:00,Upgrade mytop,robsonpeixoto@…
,33986,gmsh new upstream version,ports,,update,macports-tickets@…,new,2012-04-10T14:28:02-07:00,2012-10-15T15:23:30-07:00,"Here is an updated version of the gmsh Portfile
",christophe.prudhomme@…
,34003,celt: update to 0.11.3,ports,,update,wiking@…,new,2012-04-11T16:38:32-07:00,2012-04-11T16:38:32-07:00,"celt 0.11.3 is available since over a year and the port should probably be updated to it.

The downloads page that the livecheck is checking doesn't list it, but the [http://downloads.us.xiph.org/releases/celt/ releases directory] does. Perhaps the livecheck should be updated as well.",ryandesign@…
,34023,libnotify: update to 0.7.5,ports,,update,macports-tickets@…,new,2012-04-13T08:46:55-07:00,2012-04-13T08:46:55-07:00,"libnotify 0.7.5 is available and perhaps we should update to it.

We [ticket:27563 did not update to 0.6.0] because it required gtk3 and we were not ready to require gtk3 in MacPorts yet. But 0.7.0 removed all use of gtk from libnotify so it should be ok.

Use of dbus-glib has also been removed in favor of ""gbus"" which I presume is some part of glib2.",ryandesign@…
,34263,bullet @2.80-rev2531 update,ports,,update,stromnov@…,new,2012-04-29T21:38:22-07:00,2012-08-16T18:58:25-07:00,Currently referenced bullet version 2.80-rev2527 is no longer available from googlecode and fails to build correctly (headers incomplete and libraries non-functional).  Updated to version to 2.80-rev2531 and changed livecheck to test for minor revisions.,justin.klaassen@…
,34481,php5-unit: update to 3.6.10,ports,,update,singingwolfboy@…,new,2012-05-16T16:33:00-07:00,2012-05-16T16:33:00-07:00,"[https://github.com/sebastianbergmann/phpunit/tags php-unit 3.6.10 appears to be available] so the php5-unit port might want to be updated. But it has several dependencies, some of which fail their livechecks, so some of them may need updates too.",ryandesign@…
,34703,"dbus-python24, dbus-python25, dbus-python26, dbus-python27: update to 1.1.0",ports,,update,mcalhoun@…,new,2012-05-31T11:56:59-07:00,2012-05-31T11:56:59-07:00,"I see dbus-python 1.1.0 is available; the dbus-python ports should be updated, and unified if possible.

{{{
Error: cannot check if dbus-python24 was updated (The requested URL returned error: 406)
dbus-python25 seems to have been updated (port version: 0.83.2, new version: 1.1.0)
dbus-python26 seems to have been updated (port version: 0.83.2, new version: 1.1.0)
dbus-python27 seems to have been updated (port version: 0.84.0, new version: 1.1.0)
}}}
",ryandesign@…
,34791,kdepim4-runtime outdated,ports,,update,bjoern.ricks@…,new,2012-06-07T03:07:27-07:00,2012-06-08T06:07:18-07:00,"current kdepim4-runtime is 4.8.3, port is 4.8.0",info@…
,34953,py25-libmemcached: update to 0.40-r1,ports,,update,akitada@…,new,2012-06-22T16:40:16-07:00,2012-06-22T16:40:16-07:00,[http://code.google.com/p/python-libmemcached/downloads/list python-libmemcached 0.40-r1 is available],ryandesign@…
,34993,libgtksourceviewmm: update to 1.9.5,ports,,update,landonf@…,new,2012-06-27T14:45:01-07:00,2012-09-05T13:32:23-07:00,[http://ftp.gnome.org/pub/GNOME/sources/libgtksourceviewmm/1.9/ libgtksourceview 1.9.5 is available]; we should consider updating to it.,ryandesign@…
,35008,glom: update to 1.22.0,ports,,update,landonf@…,new,2012-06-28T14:39:16-07:00,2012-10-06T13:43:38-07:00,[http://ftp.gnome.org/pub/GNOME/sources/glom/1.22/ glom 1.22.0 is available]; perhaps the port should be updated to this version.,ryandesign@…
,35060,yelp 3.4.2,ports,,update,devans@…,new,2012-07-03T00:27:46-07:00,2012-07-03T00:27:46-07:00,"yelp 3.4.2 is available. Either yelp should be updated to that version, or perhaps a new yelp3 port is needed.",ryandesign@…
,35068,tophat: update to 2.0.4 and fix livecheck,ports,,update,haroldpimentel@…,new,2012-07-03T04:20:24-07:00,2012-07-03T04:20:24-07:00,I see tophat 2.0.4 is available so the port should probably be updated. The livecheck also needs to be fixed because it does not work.,ryandesign@…
,35339,zorba: Update to 2.5 release,ports,,update,macports-tickets@…,new,2012-07-26T12:22:53-07:00,2013-01-22T12:48:40-08:00,"This is an update to zorba port to upgrade to release 2.5.

Attached are the patch to the Portfile and updated patch files.",cezar.andrei@…
,35540,google-test: Update to 1.6.0,ports,,update,macports-tickets@…,new,2012-08-05T06:08:41-07:00,2012-08-06T00:22:29-07:00,google-test is now of 1.6.0. The one in macports is still 1.5.0. It is better to update it to the latest version.,pengyu.ut@…
,35647,VIFM .5 Outdated,ports,,update,matias@…,new,2012-08-12T22:57:25-07:00,2012-10-03T05:56:05-07:00,"vifm is woefully outdated (port says .5 is the latest and google says .7).
I'm hoping it's just an oversight/easy fix.  

Thank you


Sorry if this is in the wrong spot, please pass it along to someone who knows whats going on.

",onetimeuser@…
,35745,Port for for kcachegrind 0.7.1,ports,,update,ryandesign@…,assigned,2012-08-19T09:43:52-07:00,2013-04-15T06:40:28-07:00,This is the portfile for the latest release of kcachegrind. The previous release 0.4.6 used the old kdelibs3. This version now uses qt4. I've tested it on my Mountain Lion system only.,rwc@…
,35781,gThumb: Please update to version 3.0.2,ports,,update,macports-tickets@…,new,2012-08-22T03:34:41-07:00,2012-09-02T02:27:10-07:00,,mweisser@…
,35824,apache2: Update to 2.4.3,ports,,update,ryandesign@…,new,2012-08-25T13:29:29-07:00,2013-03-20T12:39:54-07:00,"Apache2 2.4.x has been around for some time now and does offer a number of improvements.

According to the mailing list, some (extensive) compatibility tests with modules have been executed (and a port file should already be in existence somewhere), but for the last few months, no update (or ""devel"" port) found its way into the repository...
",Markus.Ueberall@…
,35867,libarchive: update to 3.x,ports,,update,toby@…,assigned,2012-08-27T18:07:29-07:00,2013-05-09T22:27:43-07:00,"{{{
$ port livecheck libarchive
libarchive seems to have been updated (port version: 2.8.5, new version: 3.0.4)
}}}
",ryandesign@…
,35904,octave-signal: update to 1.1.3,ports,,update,macports-tickets@…,new,2012-08-30T22:35:20-07:00,2012-10-12T17:36:22-07:00,"When trying to build octave-signal on Mountain Lion I get this error:

{{{
--->  Activating octave-signal @1.0.10_0
Error: org.macports.activate for port octave-signal returned: command execution failed
}}}

Also, the version is not the latest (1.1.3), and past versions did not work with octave-devel. Now that octave-devel has been updated/fixed, request is for octave-signal to be updated/fixed.",bobm.dsp@…
,35926,bro @1.5.3 request to upgrade port to latest version,ports,,update,pmq@…,new,2012-09-01T15:15:36-07:00,2012-10-14T20:27:35-07:00,"Request to upgrade port bro to the latest available version (2.1).
{{{
% port -v livecheck bro livecheck.url=http://www.bro-ids.org/download/ livecheck.regex='bro-\(\[0-9a-z.\]+\).tar.gz' 
bro seems to have been updated (port version: 1.5.3, new version: 2.1)
}}}",nonstop.server@…
,36058,jpilot: update to 1.8.1,ports,,update,kristian.peters@…,new,2012-09-09T02:47:55-07:00,2012-09-09T02:47:55-07:00,"jpilot should be updated to the latest version, currently 1.8.1. The livecheck should also be fixed.",ryandesign@…
,36352,pound: update to version 2.6.0,ports,,update,rcavanaugh@…,new,2012-09-27T04:32:25-07:00,2012-10-28T16:10:50-07:00,,ciserlohn@…
,36615,libssh2 update to 1.4.2,ports,,update,pmq@…,new,2012-10-15T11:04:43-07:00,2012-10-15T11:06:23-07:00,"Updated libssh2 from 1.2.7 to 1.4.2 
URL : http://www.libssh2.org/download/libssh2-1.4.2.tar.gz",macuser@…
,36628,py-lxml: update to 3.2.0,ports,,update,akitada@…,new,2012-10-16T08:21:03-07:00,2013-05-10T12:36:11-07:00,needed to fix a compatibility issue with libxml2,dargo@…
,36789,beankstalkd @1.4.6.4 portfile update,ports,,update,nick@…,new,2012-10-29T04:44:23-07:00,2012-10-29T09:35:12-07:00,"it's totally outdated and will no longer work
my patch is working for me",macports@…
,36816,x264 is 10 months out of date + ffmpeg-1.0 just added to MacPorts,ports,,update,devans@…,new,2012-10-30T06:21:43-07:00,2012-10-30T08:01:36-07:00,"Currently x264 is building against 20111210-2245-stable.

Suggest changing to 20121030-2245-stable to work with ffmpeg-1.0 just released into MacPorts.",david@…
,36860,munin: update to a newer version,ports,,update,alpha@…,new,2012-11-02T19:51:18-07:00,2013-05-07T09:47:19-07:00,"The munin port in MacPorts is at version 1.4.5. Please update to 2.0.7, or if it is not desired to update to version 2, then at least update to 1.4.7.",ryandesign@…
,36865,AppKiDo: update to 0.992,ports,,update,michael.klein@…,new,2012-11-03T00:04:07-07:00,2012-11-03T12:02:21-07:00,"{{{
$ port livecheck AppKiDo
AppKiDo seems to have been updated (port version: 0.988, new version: 0.992)
}}}
",ryandesign@…
,36897,apbs: update to 1.4.0,ports,,update,howarth@…,new,2012-11-05T10:05:14-08:00,2012-11-05T10:05:14-08:00,"[http://sourceforge.net/projects/apbs/files/apbs/apbs-1.4.0/ apbs 1.4.0 is available]:

> We are pleased to announce the release of APBS 1.4.0.  This version of APBS includes a massive rewrite to eliminate FORTRAN from the software code base to improve portability and facilitate planned optimization and parallelization activities.  A more detailed list of changes is provided below.
> 
> Starting with this release, we have created separate installation packages for the APBS binaries, examples, and documentation.  This change is in response to user requests and recognition of the large size of the examples and documentation directories.

The separation of binaries, examples and documentation provides an opportunity in MacPorts to make separate ports or subports for these parts.",ryandesign@…
,36908,xulrunner-devel @2.0 Request update to current stable version,ports,,update,macports-tickets@…,new,2012-11-06T04:45:07-08:00,2012-11-08T14:11:17-08:00,Currently the xulrunner project stable version has gone through several version upgrades. Would like for the macports provided version be upgraded to latest stable version. Thank you.,richardson.balcacer@…
,36925,vxl: update to 1.17.0,ports,,update,wiking@…,new,2012-11-08T13:00:50-08:00,2012-11-08T13:00:50-08:00,"vxl should be updated to the [http://sourceforge.net/mailarchive/forum.php?thread_name=SNT131-W120202E76E2278331A30AADE7E0%40phx.gbl&forum_name=vxl-users latest stable recommended version] 1.17.0. This is not as straightforward as most port updates, since we have already extensively patched vxl 1.14.0, it's unclear which if any of the patches have been integrated upstream, and of those which have not, whether they are still needed, where the new code is located (some files being patched have been moved), and whether the patches have ever been brought to the attention of the developers.",ryandesign@…
,36976,py-ipython: update to 0.13.1,ports,,update,akitada@…,new,2012-11-13T07:32:49-08:00,2012-11-13T11:56:01-08:00,"The bugfix update 0.13.1 for ipython has been out for a while now (http://ipython.org/). Could you update the port to reflect this?

Thanks,
Benjamin Hodgson",poorsod@…
,37096,mogenerator: version upgrade to 1.2.7,ports,,update,public+macports@…,new,2012-11-22T00:00:07-08:00,2012-11-26T03:44:34-08:00,"[http://rentzsch.tumblr.com/post/35713971034/mogenerator-1-27 Release Notes]

[NEW] You can now pass .xcdatamodeld paths to mogenerator. mogenerator will look inside the directory, read its hidden .xccurrentversion file and use the “current” .xcdatamodel file. (Alexander Zats)

[NEW] Replaced mogenerator’s previous testing system (the test mule) with a new Rakefile-based system that eases building & testing from the current source tree and tests both MRC and ARC. (rentzsch)

[NEW] Property declarations generated from attributes can now be qualified as readonly by adding a mogenerator.readonly to an attribute’s userinfo. (crispinb)

[NEW] --configuration option that limits generation to the specified configuration. (Sixten Otto)

[NEW] --base-class-import option for fine-grained control of base class import statements. (David Aspinall)

[CHANGE] Optimized keyPathsForValuesAffectingValueForKey: generated code (returns after first match). (Sean M)

[CHANGE] Add default private class extension to human source template. (Jonas Schnelli)

[FIX] Align generated code’s pointer asterisks more consistently. (Tony Arnold)

[FIX] Missing import when using mogenerator.customBaseClass entity userinfo key. (Thomas Guthrie)

[FIX] Handle case in generated fetch request wrapper machine code when predicate variables are repeated. (Sergei Winitzki)

[FIX] Explicitly set mogenerator project’s deployment target to 10.6 to avoid segfaulting on 10.8 for some reason. issue 121 (reported by Sixten Otto, diagnosed by Florian Bürger)

[FIX] Cast to unsigned in machine source to avoid clang format string warning. (rentzsch)

[FIX] Don’t attempt to report errors through -[NSApp reportError:] in generated machine source unless targeting AppKit. (rentzsch)

[WORKAROUND] Recent versions of Xcode use an empty string to mark entities that do not have a custom subclass. (Matthias Bauch)

[CHANGE] make_installer.command: assume PackageMaker now lives in /Applications/Utilities. (rentzsch)
",lowellv@…
,37204,Upgrade qrencode to the last version,ports,,update,macports-tickets@…,new,2012-12-04T13:49:03-08:00,2012-12-04T14:03:14-08:00,"Hi,

It's possible to upgrade qrencode to the version 3.4.1

Thanks
",bertrand.zuchuat@…
,37212,json-c: update to 0.10,ports,,update,lharple@…,new,2012-12-05T15:57:30-08:00,2012-12-05T15:57:30-08:00,json-c has moved to https://github.com/json-c/json-c and needs to be updated to 0.10. The github portgroup should probably be used for this.,ryandesign@…
,37284,atari800 to sf 2.2.1,ports,,update,krischik@…,new,2012-12-12T00:46:48-08:00,2012-12-12T04:51:03-08:00,"On OS/X 10.6.8 this seems to work for me:

version                                         2.2.1

checksums                                       ${prog}                                                                                         \
                                                        md5     57c0b44207934c6109e64a56c2c83de0                        \
                                                        sha1    244167a1b90b52ea9d6a230e97216c99ff32f0c9        \
                                                        rmd160  e1787d99b0f2c0061c0c8ae3b1ae6ee02b22a3b3        \
",n2kra.ham@…
,37286,Update py-netcdf4 to 1.0.2 and add Python 3.x ports,ports,,update,macports-tickets@…,new,2012-12-12T02:05:46-08:00,2012-12-12T04:49:31-08:00,,mkr@…
,37296,libdrizzle: update to 7.1.36,ports,,update,andy@…,new,2012-12-12T14:46:59-08:00,2012-12-12T14:46:59-08:00,libdrizzle could be updated to 7.1.36.,ryandesign@…
,37424,xalanc: update to 1.11,ports,,update,mww@…,new,2012-12-28T10:48:09-08:00,2013-05-07T20:51:53-07:00,Xalan 1.11 was released in Oct 2012. Here is a patch file for the Portfile to build v1.11.,mathew@…
,37536,NGSPICE 25 Release,ports,,update,macports-tickets@…,new,2013-01-05T01:12:35-08:00,2013-01-07T02:40:47-08:00,"Hello everybody,
I'm from NGSPICE team.
I wanted to add the new NGSPICE 25 Release in MacPorts OFFICIALLY. So I can maintain it.
How can I proceed ? Do I have to diff the already existing version 24 or can I submit a totally new port ?
In this case, is the PortFile Creation enough ?
I have to learn this new interesting system! :)

Thank you,
Francesco",nicolati@…
,37591,Update of OATH Toolkit to 2.0.2 (released 2013-01-08),ports,,update,arno+macports@…,new,2013-01-10T00:42:54-08:00,2013-01-10T03:07:14-08:00,Current MacPorts version is still at 1.12.4.,mllists@…
,37594,spin @6.2.3 upgrade to latest version,ports,,update,jann@…,new,2013-01-10T05:08:28-08:00,2013-01-10T07:40:09-08:00,"upgrade spin model checker to latest version (current is 6.0.2)



Note: only problem is that port seems not able to fetch sources for master site, however, this seems already to be a problem with the old port.",dom.heussi@…
,37645,highlight: update to 3.12,ports,,update,pjenvey@…,new,2013-01-15T01:38:13-08:00,2013-01-15T01:38:13-08:00,"highlight 3.12 is available:

{{{
$ port livecheck
highlight seems to have been updated (port version: 3.9, new version: 3.12)
}}}

Perhaps the port should be updated.",ryandesign@…
,37669,updated version of facter,ports,,update,nigel@…,new,2013-01-16T18:39:27-08:00,2013-01-16T18:53:06-08:00,patch to bring facter to 1.6.17,jim+macports@…
,37734,Ogre out of date (1.7.3 -> 1.8.x),ports,,update,marin.saric@…,new,2013-01-21T20:13:17-08:00,2013-01-21T23:47:15-08:00,"The version of the Ogre3d library provided by the ogre port is quite out of date.  Additionally, there is a longstanding issue (ticket:34502) that prevents building the current port on recent OS X versions, so perhaps the maintainer is no longer active.",karl.smeltzer@…
,37736,rvm: update to 1.07,ports,,update,macports-tickets@…,new,2013-01-21T23:38:23-08:00,2013-05-05T22:18:13-07:00,"rvm should be updated to 1.07.

{{{
$ port livecheck rvm
rvm seems to have been updated (port version: 1.05, new version: 1.07)
}}}

This was previously pondered in #32180 but deserves its own ticket.",ryandesign@…
,37842,libpqxx: update to 4.0.1,ports,,update,dweber@…,new,2013-01-30T02:51:14-08:00,2013-01-30T03:26:06-08:00,"Upgrading should be a simple matter of updating the version number to 4.0.1 and using these hashs:

* rmd160: 7fae516d6aa59dac0d2403c6a979c5c3d9fb3fce
* sha256:  097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38

I got a conflict in the tools-splitconfig patch, but removing that patch made the build work.",wichert@…
,37894,InsightToolkit: Update to version 4.3,ports,,update,dweber@…,new,2013-02-01T16:33:20-08:00,2013-04-27T08:30:46-07:00,"4.3 has just been released, and I would like to use it. Could you please update it? If not, I would like to take a go at it as well.

http://www.kitware.com/news/home/browse/ITK?2012_12_26&ITK+4.3+Released",nick@…
,37943,py-cherrypy3: update to latest version and python 3.2 support,ports,,update,akitada@…,new,2013-02-04T17:05:57-08:00,2013-02-04T19:01:37-08:00,"The download page of cherrypy refers version 3.2.2 as of october 2011, while macports ports still reports 3.2.0.
Also, the site refers that cherrypy runs on python 3.1+, while macports is still at 2.7.

Can the port files be updated, please?
",miguel.barao@…
,38026,Drupal7 @7.4: request to update to 7.19,ports,,update,c_dantonio@…,new,2013-02-11T11:44:34-08:00,2013-02-12T02:51:35-08:00,The current version of Drupal is 7.19. Please update this port! Thank You!,milan@…
,38046,mp4v2-devel: 2.0.0 Release,ports,,update,jameskyle@…,new,2013-02-12T15:10:55-08:00,2013-02-12T16:10:25-08:00,"Mp4v2 release 2.0.0 is available at Google Code

http://code.google.com/p/mp4v2/

",dgonyier@…
,38062,vigra 1.9.0,ports,,update,macports-tickets@…,new,2013-02-14T05:58:08-08:00,2013-04-29T04:47:20-07:00,"This will update the vigra port (cat: graphics) to version 1.9.0. The new version of this powerful computer vision libraries introduces a lot of new functionality!

Due to new template mechanisms, this version of the vigra needs macports to be built with an XCode of Version >= 4.0. I also tested the use of the macports gcc - instead of XCode's llvm/clang-compilers. macports' gcc of version >= 44 seems to compile the vigra too but the compiled import/export libraries result in segfaults when called. Thus I suggest, to use only XCode at version > 4 in future. The existence of XCode is also performed inside the Portfile. E.g. Snow Leopard @ XCode v3 will not be supported with this release.

Please not that this update of the port has some special other enhancements:

1. It automatically resolves the issue described in ticket #38024

2. It asks the user if and if yes, which python2X (vigranumpy) bindings shall be installed. 
   Since the vigranumpy-bindings require boost being compiled with exactly the same python
   python2X version, this portfile does not only check for the existance of libboost_python
   but also for the linked python version of the libboost_python. (default +python26)

3. Replaced dependency of fftw3 to fftw3-single, since vigra is now working with this lib.

4. Due to clang/llvm-compiler issues a new patch is needed, to successfully compile the vigra.
   This patch (patch-include-vigra-accumulator-grammar.hxx.diff) has to be placed inside the 
   files-subdirectory.

I hope, that we can manage to update the Port quickly. I tested this port successfully at the following environments:
+ Mac OS X SL 10.6.8 (XCode 4.2)
+ Mac OS X ML 10.8.2 (XCode 4.6)

",benjamin.seppke@…
,38091,alpine @2.00_4: update to 2.10,ports,,update,larryv@…,new,2013-02-16T21:52:53-08:00,2013-02-16T21:52:53-08:00,[http://patches.freeiz.com/alpine/info/alpine.html Alpine 2.10] has been released. We should probably update the `alpine` port.,larryv@…
,38165,NERD_tree update to 4.2.0,ports,,update,macports-tickets@…,new,2013-02-22T05:57:43-08:00,2013-02-22T12:18:11-08:00,"NERD_tree could use an update, and perhaps a revisit on its name.",snc@…
,38174,py*-numpy @1.6.2_1: Update to 1.7 available,ports,,update,dh@…,new,2013-02-23T05:34:17-08:00,2013-02-26T21:23:26-08:00,"Numpy 1.7 was released Feb 10.

Is it possible to update the numpy port?

I guess because so many scientific Python packages depend on this there should be some testing first?

Let me know if I can help!",Deil.Christoph@…
,38185,xboard @4.6.0: Update to 4.7 available,ports,,update,macports-tickets@…,new,2013-02-24T02:49:39-08:00,2013-03-03T22:08:49-08:00,"Please upgrade from 4.6 to 4.7 when time permits. Perhaps also create a variant that uses gtk instead of Xaw.

http://www.gnu.org/software/xboard/#download",zullil@…
,38224,ffmpeg-1.1.3 Portfile patch + one other patch required for building,ports,,update,jeremyhu@…,new,2013-02-27T05:45:17-08:00,2013-02-27T07:53:50-08:00,,david@…
,38245,clojure @1.4.0: update to 1.5.0,ports,,update,macports-tickets@…,new,2013-03-01T10:23:22-08:00,2013-04-23T06:11:26-07:00,I'm attaching a patch to update clojure to the latest version 1.5.0. Clojure builds OK on my machine on ML.,g5pw@…
,38318,Please update gtkwave to version 3.3.44,ports,,update,gwright@…,new,2013-03-07T04:41:37-08:00,2013-03-07T07:02:38-08:00,Please update gtkwave to version 3.3.44. A patch for the Portfile is attached.,Torsten.Maehne@…
,38326,objc @3.2.8: update available to 3.2.11,ports,,update,mww@…,new,2013-03-07T17:30:44-08:00,2013-03-29T11:33:24-07:00,"I was having problems building the objc port, but then I ran `port livecheck` on it and saw that it's been updated, so maybe it builds properly in the new version?
{{{
gl00b05047:~ root# port livecheck objc
objc seems to have been updated (port version: 3.2.8, new version: 3.2.11)
}}}
",egall@…
,38329,py-virtualenv @1.8.4_1: update to 1.9.1 available,ports,,update,akitada@…,new,2013-03-08T04:01:10-08:00,2013-04-18T07:45:31-07:00,"The current {{{py-virtualenv}}} is 1.8.4

1.9.0 and 1.9.1 were released yesterday and today, including:

* Bundled/installed {{{pip}}} downloads PyPI packages over SSL
* Updates bindled distribute
* Fixes readline issue when using with pypy on OSX
* Added {{{—no-pip}}} and {{{—no-setuptools}}} options

PyPI page with tarball: https://pypi.python.org/pypi/virtualenv
",macports.org@…
,38371,hub: update to 1.10.5,ports,,update,phw@…,new,2013-03-12T14:00:49-07:00,2013-03-12T14:17:38-07:00,,robsonpeixoto@…
,38441,"Gramps: bump to 3.4.3, graphviz",ports,,update,devans@…,new,2013-03-19T07:08:35-07:00,2013-03-19T13:12:08-07:00,"1) New version of gramps released today:

""Version 3.4.3 of Gramps! ""'Whenever life gets you down, Mrs. Brown'"", a maintenance and bug fix release.

The main changes are:

Sorting of names, places etc. uses the International Components for Unicode (ICU) libraries which resolves many bugs particularly on MS Windows, and ensures that sorting is the same for all platforms.
Addon checking and download works again.
A large number of fixes to Narrative Web. In particular, media objects attached to events and sources are now output.
Many other bug fixes.""

2) May I suggest that a Note be added w.r.t. graphviz?  Several gramps reports need graphviz but it is not installed as a dependency.  New users may have no experience with graphviz and be confused when certain reports appear to fail (I was).  Perhaps the gramps port could check whether graphviz has been installed and output a Note suggesting that the user may want to also install graphviz or graphviz-gui.
",ctreleaven@…
,38447,snappy: update to 1.1.0,ports,,update,sepp@…,new,2013-03-20T03:28:10-07:00,2013-03-20T03:28:10-07:00,"{{{
$ port livecheck snappy
snappy seems to have been updated (port version: 1.0.5, new version: 1.1.0)
}}}
",ryandesign@…
,38469,Update: py-oauth2client to 1.1,ports,,update,macports-tickets@…,new,2013-03-20T23:12:19-07:00,2013-03-20T23:12:19-07:00,Simple update to 1.1 release of py-oauth2client.  Adds support for PEM via pycrypto or pyopenssl (neither are required.),brian.andrew@…
,38476,Update: Adding working livecheck to py-vobject,ports,,update,lightnin@…,new,2013-03-21T14:41:44-07:00,2013-03-22T05:29:46-07:00,Adds a livecheck that actually works for py-vobject using info on pypi.,brian.andrew@…
,38478,Update: drill to 1.6.16,ports,,update,marius.rieder@…,new,2013-03-21T14:44:12-07:00,2013-03-22T05:29:14-07:00,Updates drill to use the 1.6.16 code base and includes a working livecheck (freecode doesn't trac recent versions.),brian.andrew@…
,38479,Update: ldns-tools to 1.6.16,ports,,update,marius.rieder@…,new,2013-03-21T14:46:43-07:00,2013-03-22T05:28:56-07:00,"Updates ldns-tools to use the latest codebase, adds a working livecheck.",brian.andrew@…
,38480,Update: ldns to 1.6.16,ports,,update,marius.rieder@…,new,2013-03-21T14:49:24-07:00,2013-03-22T05:28:29-07:00,"Update to 1.6.16 codebase.  From what I could tell no new dependancies, mostly bugfixes.",brian.andrew@…
,38516,"pymol: update to svn 4024, add gcc48 variant, etc",ports,,update,macports-tickets@…,new,2013-03-24T09:16:57-07:00,2013-03-24T14:18:35-07:00,The attached Portfile.diff and revised setup_py.diff patch updates pymol to the current svn revision 4024. It also adds support for the gcc48 variant and adopts the same approach as Fedora towards eliminating the use of the pymol_path symlink. The patch to setup.py is also adjusted to handle the changes in current svn regarding the prefix_path search by placing macports' directory first. Note that the breakage in the apsb tools plugin from the switch to tcl/tk 8.6 still exists and I am awaiting for a fix from the developer (if one exists for the current blt code).,howarth@…
,38539,py-oursql: upgrade to 0.9.3.1,ports,,update,habnabit@…,new,2013-03-25T16:17:07-07:00,2013-03-26T05:45:02-07:00,,robsonpeixoto@…
,38552,libgeoip: update to 1.5.0,ports,,update,pixilla@…,new,2013-03-26T13:31:38-07:00,2013-03-26T17:45:25-07:00,Looks like libgeoip should be updated to version 1.5.0. The latest 1.41 release of the perl module Geo::IP requires libgeoip 1.5.0.,dsteinbrunner@…
,38556,"cpphs @1.3: update to 1.16, use haskell-1.0 portgroup, rename to hs-cpphs",ports,,update,gwright@…,new,2013-03-26T21:03:26-07:00,2013-03-26T23:04:52-07:00,"The `cpphs` port is rather outdated, and it currently does not build. This patch makes it use the haskell-1.0 portgroup, renames it to `hs-cpphs`, obsoletes `cpphs`, and updates it to 1.16.",larryv@…
,38631,boolector: update to 1.5.118,ports,,update,mww@…,new,2013-04-01T21:28:27-07:00,2013-04-01T21:28:27-07:00,"boolector 1.5.118 is out; the port could be updated.

The livecheck should be fixed too.

{{{
$ port livecheck boolector
Error: cannot check if boolector was updated (regex didn't match)
}}}
",ryandesign@…
,38646,py-pygments: update to version 1.6,ports,,update,erickt@…,new,2013-04-03T01:34:15-07:00,2013-04-03T07:43:22-07:00,"updated Pygment to version 1.6.
",michael.bryniarski@…
,38672,xapian-core to 1.2.14,ports,,update,dcolish@…,new,2013-04-04T08:04:43-07:00,2013-04-04T18:43:43-07:00,maybe xapian-bindings as well,macports.org@…
,38679,xapian-bindings: update to 1.2.14,ports,,update,dcolish@…,new,2013-04-04T18:31:24-07:00,2013-04-05T15:17:51-07:00,Following update that is being done by xapian-core #38672,macports@…
,38707,rainbarf port update to v0.8,ports,,update,creaktive@…,new,2013-04-07T13:00:11-07:00,2013-04-07T16:12:57-07:00,"Change log since the actually indexed version (v0.6):

v0.8 2013-04-06T10:55:00
 [Stanislaw Pusep <stas@sysd.org>]
 - Config file can be specified via RAINBARF environment variable;
 - Use select() instead of sleep() for faster execution under Linux;
 - Documentation enhancements;
 - Better CPAN compliance.

v0.7 2013-03-04T13:15:00
 [Tom Cammann <tom.cammann@vmci.net>]
 - Allow --nobattery --remaining (show remaining time with no battery symbol).
 [Stanislaw Pusep <stas@sysd.org>]
 - FreeBSD compatibility;
 - Code cleanup.",stas@…
,38763,viking: update to 1.4.1,ports,,update,chi@…,new,2013-04-11T12:37:00-07:00,2013-04-12T13:12:40-07:00,"viking 1.4.1 is available, please update",michael.klein@…
,38778,gcc46 update to support libgcc*dylib move to libstdcxx in gcc48,ports,,update,mww@…,new,2013-04-12T11:20:52-07:00,2013-04-15T10:57:24-07:00,The attached packaging removes the libstdcxx subport from gcc46 since gcc48 now contains it as well as implementing the changes to support the move of the libgcc*dylib files into the libstdcxx subport Also added patch to backport the nanosleep support for threads in c++11. The packaging is based on the new 4.7.4 release from upstream.,howarth@…
,38821,py-matplotlib: update to 1.2.1,ports,,update,sean@…,new,2013-04-16T06:17:58-07:00,2013-05-08T00:33:12-07:00,Please update py-matplotlib to 1.2.1. A patch is attached.,kurtjaeke@…
,38834,samba4: Update to 4.0.5,ports,,update,mww@…,new,2013-04-17T08:14:16-07:00,2013-05-02T02:28:21-07:00,"The samba4 port should be updated to the latest stable version. Currently that is 4.0.5. 

Also the livecheck is broken. 
",macsforever2000@…
,38843,"py*-pylint: update to 0.27, add py3* subports",ports,,update,macports-tickets@…,new,2013-04-17T15:31:42-07:00,2013-04-17T16:28:25-07:00,"I noticed that the pylint package is outdated, and sub-ports are available for only upto py27.  The new URL for the project is:

  http://www.pylint.org/

although development/source seems to be hosted here:

  https://bitbucket.org/logilab/pylint/

(See the move ""Has moved"" comment on their original site http://www.logilab.org/857 )  The current version of pylint is also 0.27, the MacPorts version is 0.26.",jens.troeger@…
,38852,srecord v1.36 fails to build -- request update to v1.61,ports,,update,macports-tickets@…,new,2013-04-18T20:39:11-07:00,2013-05-21T15:52:14-07:00,"'''srecord 1.36 fails to build (I'm running OS X 10.8.3).'''

From this log snippet, it looks like an object file is attempted to move TWICE.  The second move fails as it has already been moved.  I suspect the first move should be a copy instead of a move.

{{{
:info:build mv main.o srec_info/main.o
:info:build mv main.o srec_cmp/main.o
:info:build mv: rename main.o to srec_cmp/main.o: No such file or directory
}}}

I see that srecord 1.61 is now available (released 4-Jan-2013).  This is quite a bit newer than version 1.36 (7-Aug-2007).

'''Could srecord please be updated to version 1.61 and ensure that it builds/installs on OS X 10.8 :)'''

Thanks, Brendan.

----
{{{
##--------------------------------------------------
## more detailed error log (tail)
##--------------------------------------------------
:info:build rm -f lib/libsrecord.a
:info:build ar qc lib/libsrecord.a lib/arglex.o lib/crc16.o lib/crc32.o lib/interval.o lib/progname.o lib/quit.o lib/quit/exception.o lib/quit/normal.o lib/quit/prefix.o lib/r250.o lib/srec/arglex.o lib/srec/arglex/get_interval.o lib/srec/arglex/get_number.o lib/srec/arglex/get_string.o lib/srec/arglex/input.o lib/srec/arglex/output.o lib/srec/input.o lib/srec/input/file.o lib/srec/input/file/aomf.o lib/srec/input/file/ascii_hex.o lib/srec/input/file/atmel_generic.o lib/srec/input/file/binary.o lib/srec/input/file/brecord.o lib/srec/input/file/cosmac.o lib/srec/input/file/dec_binary.o lib/srec/input/file/emon52.o lib/srec/input/file/fairchild.o lib/srec/input/file/fastload.o lib/srec/input/file/formatted_binary.o lib/srec/input/file/four_packed_code.o lib/srec/input/file/guess.o lib/srec/input/file/intel.o lib/srec/input/file/intel16.o lib/srec/input/file/mos_tech.o lib/srec/input/file/needham.o lib/srec/input/file/os65v.o lib/srec/input/file/signetics.o lib/srec/input/file/spasm.o lib/srec/input/file/spectrum.o lib/srec/input/file/srecord.o lib/srec/input/file/stewie.o lib/srec/input/file/tektronix.o lib/srec/input/file/tektronix_extended.o lib/srec/input/file/ti_tagged.o lib/srec/input/file/ti_tagged_16.o lib/srec/input/file/ti_txt.o lib/srec/input/file/vmem.o lib/srec/input/file/wilson.o lib/srec/input/filter.o lib/srec/input/filter/and.o lib/srec/input/filter/byte_swap.o lib/srec/input/filter/checksum.o lib/srec/input/filter/checksum/bitnot.o lib/srec/input/filter/checksum/negative.o lib/srec/input/filter/checksum/positive.o lib/srec/input/filter/crc16.o lib/srec/input/filter/crc32.o lib/srec/input/filter/crop.o lib/srec/input/filter/fill.o lib/srec/input/filter/length.o lib/srec/input/filter/maximum.o lib/srec/input/filter/minimum.o lib/srec/input/filter/not.o lib/srec/input/filter/offset.o lib/srec/input/filter/or.o lib/srec/input/filter/random_fill.o lib/srec/input/filter/sequence.o lib/srec/input/filter/split.o lib/srec/input/filter/unfill.o lib/srec/input/filter/unsplit.o lib/srec/input/filter/xor.o lib/srec/input/generator.o lib/srec/input/generator/constant.o lib/srec/input/generator/random.o lib/srec/input/generator/repeat.o lib/srec/input/interval.o lib/srec/memory.o lib/srec/memory/chunk.o lib/srec/memory/walker.o lib/srec/memory/walker/compare.o lib/srec/memory/walker/continuity.o lib/srec/memory/walker/crc16.o lib/srec/memory/walker/crc32.o lib/srec/memory/walker/writer.o lib/srec/output.o lib/srec/output/file.o lib/srec/output/file/aomf.o lib/srec/output/file/ascii_hex.o lib/srec/output/file/asm.o lib/srec/output/file/atmel_generic.o lib/srec/output/file/basic.o lib/srec/output/file/binary.o lib/srec/output/file/brecord.o lib/srec/output/file/c.o lib/srec/output/file/cosmac.o lib/srec/output/file/dec_binary.o lib/srec/output/file/emon52.o lib/srec/output/file/fairchild.o lib/srec/output/file/fastload.o lib/srec/output/file/formatted_binary.o lib/srec/output/file/four_packed_code.o lib/srec/output/file/intel.o lib/srec/output/file/intel16.o lib/srec/output/file/mos_tech.o lib/srec/output/file/needham.o lib/srec/output/file/os65v.o lib/srec/output/file/signetics.o lib/srec/output/file/spasm.o lib/srec/output/file/spectrum.o lib/srec/output/file/srecord.o lib/srec/output/file/stewie.o lib/srec/output/file/tektronix.o lib/srec/output/file/tektronix_extended.o lib/srec/output/file/ti_tagged.o lib/srec/output/file/ti_tagged_16.o lib/srec/output/file/ti_txt.o lib/srec/output/file/vhdl.o lib/srec/output/file/vmem.o lib/srec/output/file/wilson.o lib/srec/record.o lib/versn_stamp.o lib/vsnprintf.o 
:info:build mv main.o srec_info/main.o
:info:build mv main.o srec_cmp/main.o
:info:build mv: rename main.o to srec_cmp/main.o: No such file or directory
:info:build make: *** [srec_cmp/main.o] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build /opt/local/bin/ranlib: file: lib/libsrecord.a(vsnprintf.o) has no symbols
:info:build ranlib lib/libsrecord.a
:info:build ranlib: file: lib/libsrecord.a(vsnprintf.o) has no symbols
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_srecord/srecord/work/srecord-1.36'
:info:build Command failed:  cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_srecord/srecord/work/srecord-1.36"" && /usr/bin/make -j8 -w all 
:info:build Exit code: 2
:error:build org.macports.build for port srecord returned: command execution failed
:debug:build Error code: CHILDSTATUS 73487 2
:debug:build Backtrace: command execution failed
    while executing
""system -nice 0 $fullcmdstring""
    (""eval"" body line 1)
    invoked from within
""eval system $notty $nice \$fullcmdstring""
    invoked from within
""command_exec build""
    (procedure ""portbuild::build_main"" line 8)
    invoked from within
""$procedure $targetname""
:info:build Warning: targets not executed for srecord: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port srecord for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_srecord/srecord/main.log
}}}",brendan.simon@…
,38871,tesseract @3.02.02 version upgrade,ports,,update,emer@…,new,2013-04-20T12:19:53-07:00,2013-05-19T10:09:39-07:00,The 3.02 version upgrade.,mdbecque@…
,38893,proftpd: Update to 1.3.4c,ports,,update,macports-tickets@…,new,2013-04-23T07:33:19-07:00,2013-05-22T17:46:10-07:00,Port needs updating to current version of 1.3.4.c,jeff.j@…
,38898,UPDATE py-couchdbkit to 0.6.4,ports,,update,blair@…,new,2013-04-23T08:44:30-07:00,2013-04-23T14:21:59-07:00,"Port update request. Brings py-couchdbkit up to the newer Python PortGroup and sub-group status, as well as to current supported version.

The module depends on new port submissions, py-restkit (ticket #38896) and py-http-parser (ticket #38895).

diff -u and full Portfile attached.",jkrage@…
,38938,Update cadabra and modglue,ports,,update,gwright@…,new,2013-04-26T06:56:41-07:00,2013-04-26T13:01:34-07:00,"I am the author of modglue and cadabra, which currently both fail to build on
Mountain Lion. Attached are two updated port files, which together with the
updated sources, are all that is needed to make these ports work again. Can these please be included in the repositories? The diffs are no longer necessary. Thanks.

(Greg Wright used to do this for me in the past, but I haven't been able to reach
him for some time).",kasper.peeters@…
,38955,py-nose - Version bump to 1.3.0,ports,,update,akitada@…,new,2013-04-28T15:35:40-07:00,2013-04-28T16:50:43-07:00,"Nose v 1.3.0 was released a few weeks ago, with official Python 3.3 support. Could we get this version on MacPorts please?",poorsod@…
,39009,log4c @1.2.2: update to 1.2.3,ports,,update,skroll@…,new,2013-05-05T00:32:07-07:00,2013-05-24T06:58:11-07:00,"{{{
gl00b05046:~ egall$ port -v livecheck log4c
log4c seems to have been updated (port version: 1.2.2, new version: 1.2.3)
}}}
Release notes:
{{{
1.2.3   2013-04-06:

This release contains important bugfix in syslog appender. There are also
updates for better integration with recent Linux distributions:

* use UTF-8 encoding in AUTHORS file
* update rpm packaging
* update FSF address in license and headers
* manpage for log4c-config
* pkgconfig file
* fixed memory leaks in log4c_ini()/log4c_fini()
* use more recent autotools
}}}
",egall@…
,39018,dpkg @1.14.29: update to 1.16.10,ports,,update,egall@…,new,2013-05-05T20:59:28-07:00,2013-05-16T13:45:49-07:00,"{{{
gl00b05046:opencflite-476.19.0 egall$ port livecheck dpkg
dpkg seems to have been updated (port version: 1.14.29, new version: 1.16.10)
}}}
",egall@…
,39045,kdepim4-runtime and kdepim4: update to 4.10.3,ports,,update,sharky@…,new,2013-05-09T05:37:15-07:00,2013-05-09T07:39:49-07:00,"Kdepim ports can be updated to version 4.10.3, following the update of the rest of kde ports. ",nicos@…
,39059,ffmpeg-1.2.1 Portfile patch,ports,,update,devans@…,new,2013-05-10T03:36:01-07:00,2013-05-10T07:48:29-07:00,,david@…
,39087,py-pip: Update to 1.3.1,ports,,update,macports-tickets@…,new,2013-05-13T06:12:01-07:00,2013-05-13T06:49:05-07:00,Pump version of '''py-pip''' to '''1.3.1'''.,leone.parise@…
,39116,Update usbmuxd package to 1.0.8,ports,,update,rmstonecipher@…,new,2013-05-15T13:47:02-07:00,2013-05-15T14:33:10-07:00,New project maintainer and homepage.,jeremyagost@…
,39132,python33: update to 3.3.2,ports,,update,jwa@…,new,2013-05-17T02:45:21-07:00,2013-05-17T05:14:37-07:00,http://www.python.org/download/releases/3.3.2/,robsonpeixoto@…
,39162,psqlODBC 09.01.0200,ports,,update,macports-tickets@…,new,2013-05-20T08:38:29-07:00,2013-05-20T09:13:18-07:00,Attached patch updates psqlODBC to latest release and sets default variant of PostgreSQL to 9.2.,macports@…
,39189,py-ipy @0.75 request to update to 0.81 and fix livecheck,ports,,update,torstenb@…,new,2013-05-22T03:18:31-07:00,2013-05-22T10:36:54-07:00,"Request to upgrade py-ipy (and it's subports) to the latest version and fix the livecheck target.[[BR]]
Proposed patches have been attached.",nonstop.server@…
,39220,p5-io-kqueue: update to 0.34,ports,,update,pmq@…,new,2013-05-24T03:38:12-07:00,2013-05-24T03:38:12-07:00,"{{{
$ port livecheck p5-io-kqueue
p5-io-kqueue seems to have been updated (port version: 0.32, new version: 0.34)
}}}",ryandesign@…
,39222,Upgrade PDL to 2.006 and adds ports for some prereqs,ports,,update,tim@…,new,2013-05-24T08:28:19-07:00,2013-05-24T12:26:58-07:00,"The PDL team as request someone help upgrade and maintain the p5-pdl port:

  http://mailman.jach.hawaii.edu/pipermail/perldl/2013-May/007906.html

I have volunteered and updated the Portfile, as well as, ports for the missing prerequisites. I believe the current maintainer (saao.ac.za:tim) is looking to turn over maintenance to someone else. I am willing to step up for the time being, but don't want to push Tim (or anyone else) out if they are interested.

The attached patches provides the following:

* Patches p5-pdl/Portfile and adds a script to files to fix the documentation database

* Adds ports for p5-file-map, p5-module-compile, p5-convert-uu and p5-perlio-layers, which are prereqs for p5-pdl

* Adds port for p5-pdl-graphics-gnuplut, which isn't a prerequisite, but helpful for demos, etc.

Thanks,
Mark",mgrimes@…
,10962,incorrect encoding in log message sent by source_changes@macosforge.org,server/hosting,,defect,wsiegrist@…,assigned,2006-10-28T16:53:12-07:00,2010-03-05T03:30:19-08:00,"The mail sent for revision 20216 contained:
{{{
Log Message:
-----------
New port stardict-xmlittre: XMLittr?\195?\169 dictionary for stardict (bug 10867).
}}}
There's a problem with the encoding of non-ASCII characters (the encoding of the log message in the Subversion repository is fine, according to ""svn log"", so the problem is in the generation of the mail).",vinc17@…
,12015,BUG: XDoclet-1.2.3 installation omits xjavadoc jar,ports,,defect,macports-tickets@…,new,2007-05-22T06:16:40-07:00,2012-01-07T06:32:07-08:00,The xjavadoc-1.1.jar is not copied from the maven repository to the /opt/local/share/java directory like the rest of the xdoclet jars.  This seems to have been omited from the portfile.,andrew.bell@…
,18952,Stray .TMP files on distfiles mirrors,server/hosting,,defect,wsiegrist@…,new,2009-03-23T22:24:09-07:00,2011-08-14T02:30:52-07:00,"It seems that sometimes the distfiles mirror gets interrupted while downloading a file, and then a [http://www.google.com/search?q=site%3Adistfiles.macports.org+""gz.TMP""+OR+""bz2.TMP""+OR+""zip.TMP"" .TMP file gets left behind]. This is a bit untidy and it would be nice if the .TMP files could be cleaned up automatically so that they don't appear when browsing the distfiles servers' directory listings.

Perhaps a cron task could be installed to periodically clean it up. For example, it could run this command:

{{{
find /path/to/distfiles -type f -name '*.TMP' \! -newermt '1 hour ago' -delete
}}}

This would find and delete files in /path/to/distfiles whose names end with "".TMP"" and that were last modified more than an hour ago.

If you just want to see what files would be deleted without deleting them, remove ""`-delete`"" from the command:

{{{
find /path/to/distfiles -type f -name '*.TMP' \! -newermt '1 hour ago'
}}}

The ""1 hour"" figure is picked a bit at random, but you want some nonzero value in there; you wouldn't want to clean up .TMP files that are currently being downloaded.",ryandesign@…
,37672,/opt/local/share/doc/README already exists and does not belong to a registered port,ports,,defect,admin@…,new,2013-01-17T01:22:48-08:00,2013-01-17T01:22:48-08:00,"When building the [browser:trunk/dports/graphics/libjpeg-turbo/Portfile@101681 initial incarnation of libjpeg-turbo], the [https://build.macports.org/builders/buildports-mtln-x86_64/builds/1293/steps/compile/logs/stdio buildbots said]:

{{{
Error: org.macports.activate for port libjpeg-turbo returned: Image error: /opt/local/share/doc/README already exists and does not belong to a registered port.  Unable to activate port libjpeg-turbo. Use 'port -f activate libjpeg-turbo' to force the activation.
}}}

This tells us that
 a. libjpeg-turbo was installing its documentation in the wrong directory (fixed in r101682), and
 b. some other port is installing its documentation in the wrong directory and is furthermore bypassing the destroot to do so.

Could you attach /opt/local/share/doc/README from any buildbot to this ticket, or let me know what's in it, so that we can identify the problem port and fix its documentation installation? Thanks.",ryandesign@…
,2193,RFE: let me specify -mcpu for all ports,base,,enhancement,macports-tickets@…,new,2004-09-06T07:19:25-07:00,2008-02-04T12:59:35-08:00,"There are a couple of things I've wanted in a distribution system for a some time now:
1) An ability to set the -mcpu flags (or build args) for all portfiles via some type of general config.
2) Also, some kinda threading so that once a build is fetched it starts the normal install process while 
another port is fetched. This is would be sweet for those of us who aren't blessed with a good 
connection and great for those of us who don't like having other dl's periodically boggled down by port.

Sincerely,
Joseph Ates",joseph8s@…
,10511,RFE: Apache2 - patches for adding suexec support,ports,,enhancement,macports-tickets@…,new,2006-08-22T09:17:07-07:00,2010-09-03T18:03:53-07:00,(obvious...),tonytung@…
,11784,RFE: make R universal,ports,,enhancement,kjell.konis@…,new,2007-04-16T07:34:11-07:00,2013-01-12T07:12:46-08:00,"This ticket serves as a public bookmark.

Once ncurses and readline are universal, R can be made universal.

Instructions are available here:

http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#How-to-build-universal-R",pipping@…
,11810,RFE: dovecot -- add +sieve variant,ports,,enhancement,jberry@…,new,2007-04-20T01:47:59-07:00,2009-10-09T03:58:41-07:00,"The attached patch adds support for the SIEVE mail filtering language to the dovecot port, as provided by the dovecot project.  It is, unfortunately, a rather ugly patch, since the dovecot-sieve sources expect to be built against the built dovecot sources in the locations in which they are built in the dovecot ${worksrcdir}, and with dovecot's ${worksrcdir} as a neighbour to that of dovecot-sieve (i.e. with both having the same parent dir).  It'd be nicer to be able to avoid this mess, but the only alternative I can see is to hack dovecot-sieve's configure and Makefiles, and that looks to me to be much worse.

The attached patch is intended to be applied with -p0 from trunk/dports.",boeyms@…
,11826,RFE: cyrus-sasl2 add PAM support,ports,,enhancement,jmpp@…,new,2007-04-22T22:48:21-07:00,2009-06-04T13:34:39-07:00,"With the current cyrus-sasl2 port (2.1.21_0), PAM is not a supported authentication mechanism in saslauthd. It would be nice if it was. 

The following page describes a hack to get it working: http://translate.google.com/translate?hl=en&sl=ja&u=http://gema.luna2.org/mt/2006/11/cyrus_sasl_pam_on_mac_os_x.html

The page has some formatting errors, so here is a cleaned-up version of the relevant text:

{{{
sudo port configure cyrus-sasl2
cd /opt/local/var/db/dports
cd sources/rsync.rsync.darwinports.org_dpupdate_dports
cd security/cyrus-sasl2 
cd work/cyrus-sasl-2.1.21/saslauthd
sudo vi saslauthd.h 91st line/* #undef HAVE_PAM * ↓ #define HAVE_PAM 1
sudo vi Makefile 70th line LIBS = - lresolv - lresolv ↓ LIBS = - lresolv - lpam 
sudo port build cyrus-sasl2 
sudo port - f uninstall cyrus-sasl2 
sudo port install cyrus-sasl2
}}}
 
The modified cyrus-sasl2 seems to work on my computer.",cgriff@…
,12176,RFE: meta ports for ease of installing complex ports,ports,,enhancement,macports-tickets@…,new,2007-06-25T19:21:25-07:00,2011-09-24T13:21:07-07:00,"I think some meta-ports of commonly-used bundles of components -- Apache2/php/mysql -- should be installed and managed as a single entity. 

If I request that the ports system install the meta-port ""amp"" (apache/mysql/php), that port depends on apache with the php DSO, mysql server with the client libraries, and php with its hooks to connect to MySQL. 

As it is now, to get these you need to ""install php5 +mysql5 +apache2"" as well as mysql5 +server and it's far from clear how that works out. 


",macports-tickets@…
,12312,RFE: Autoconf of various manpages,base,,enhancement,sfiera@…,new,2007-07-16T19:45:50-07:00,2007-08-11T17:00:04-07:00,"Currently, many manpages reference `${prefix}` directly as such, including locations given for system files. Rather than doing so, it would be nice to replace these locations with the actual locations on the system, which we can do with autoconf. The attached patch will do that.

This may not be an ideal change, since some of the manpages are documenting MacPorts in general, rather than for the end-user. However, at least some of these should definitely merit changing, particularly in the FILES section of the manpages.",sfiera@…
,14273,aqua/Growl does not install any of the language bindings or 'Extras',ports,,enhancement,macports-tickets@…,new,2008-02-11T13:56:33-08:00,2011-11-03T22:41:40-07:00,"The Growl source tarball includes an assortment of language bindings for communicating with the service, as well as Extras including the command-line utils 'growlnotify' and 'growlctl', all of which it would be handy to have MacPorts manage/keep track of (either as variants or standalone ports).

Personally I'd prefer standalone since the Growl source code releases tend to lag the binary dmg releases for the main PrefPane greatly, so usually I need to install the PrefPane outside of MacPorts...

I may take a stab at this, assigning to boeyms tentatively since he fixed aqua/Growl most recently...",ecronin@…
,16481,Trac ticket reporters should not be able to Cc themselves,server/hosting,,enhancement,wsiegrist@…,assigned,2008-09-06T14:18:24-07:00,2013-02-18T09:28:24-08:00,"Commonly trac ticket reporters are mistakenly Ccing themselves on tickets they report. This should be fixed in two ways. 

1. The ""CcMe!"" button should not appear for the reporter. 
2. Trac should check if any of the emails typed into the Cc: field match the email of the reporter and disallow that. Ideally a message should appear notifying the user that they do not need to Cc themselves. ",macsforever2000@…
,17043,trac should check (syntactical) validity of e-mail addresses in tickets,server/hosting,,enhancement,wsiegrist@…,assigned,2008-10-29T07:44:32-07:00,2013-02-18T09:27:33-08:00,"trac should check the (syntactical) validity of e-mail addresses in ticket submissions, e.g. in ""Owned by"" and Cc fields. In practice, it should check that they contain a @ (and only one).

As trac requires full e-mail addresses, contrary to Portfiles, this check would be useful since it is easy to do a mistake.",vinc17@…
,25170,php PortGroup documentation,guide,,enhancement,markd@…,new,2010-06-07T11:41:39-07:00,2013-01-17T17:04:16-08:00,"I just wanted to create a Portfile for igbinary (http://opensource.dynamoid.com/) and figured to use the php5exension PortGroup. But since igbinary is no ordinary PECL, I couldn't just copypaste some other Portfile. Thus I'd have to get some info on how to use that php5extension PortGroup properly. But there's nothing in the Guide.

(Not urgent, just for testing at the moment)",rodney.rehm@…
,25391,Update Guide to document support for bzr as fetch.type,guide,,enhancement,markd@…,new,2010-06-23T08:52:45-07:00,2010-06-23T14:12:57-07:00,"Closed ticket http://trac.macports.org/ticket/23436 add bzr as a supported fetch.type.

Update Section 5.3.3.1, Advanced Fetch Options of the guide (http://guide.macports.org/#reference.phases.fetch.advanced) to list bzr as a fetch.type.

Create a 5.3.3.x section that lists the specifics for the bzr fetch.type.",mike.mclean@…
,26028,Add feature to show changes between port versions,base,,enhancement,macports-tickets@…,new,2010-08-10T09:33:37-07:00,2011-08-25T02:52:39-07:00,"Several times when I have run the {{{port outdated}}} command and seen that there was an update available to one of my installed ports, I have wondered what it is that has changed between the two versions.  I don't know of an easy way to get this information, other than browsing the revisions in the source on trac.

It may be possible to create a command line tool that displays this information.  I guess it would have to take a portname and two versions as inputs, then look through the revision history to find when the versions changed, and then compile a list of all the change descriptions.

Of course if there were changelogs it could just output that.",sewebster@…
,29752,add man pages to gcc select files,ports,,enhancement,mww@…,new,2011-06-08T09:56:01-07:00,2011-06-08T16:57:43-07:00,"{{{
% sudo port select gcc mp-gcc4
Selecting 'mp-gcc45' for 'gcc' succeeded. 'mp-gcc45' is now active.
% gfortran --version
GNU Fortran (GCC) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

% man gfortran
No manual entry for gfortran

% man gfortran-mp-4.5
# This works!
}}}

The problem may exist for some other port groups like e.g. python. The same problem exists for gcc as for gfortran - 'man gcc' gives the 'apple gcc' man page.",paul.anton.letnes@…
,30328,Enable variants for specific ports in variants.conf,base,,enhancement,macports-tickets@…,new,2011-07-23T15:12:12-07:00,2011-07-25T17:42:27-07:00,"Currently, variants.conf only provides the possibility to globally enable or disable variants.

I'm proposing a feature letting users define port specific variants in this file too, similar to Gentoo's package.use or use.conf file(s), though not necessarily as sophisticated.

Basically it would be really nice to turn variants on and off in the variants.conf file for specific ports and globally, without fiddling with them on the command line.

Thus, I propose following syntax:

{{{
portname +variant1 -variant2 +variant3 +variant4 -variant5
}}}

Or, if that's more convenient,

{{{
portname variant1 -variant2 variant3 variant4 -variant5
}}}


We can retain the global variants definition by using the virtual portname ""all"", as in

{{{
all +universal
}}}

or

{{{
all universal
}}}


The upgrade option --enforce-variants SHOULD check for changed variants definitions and rebuild packages accordingly.
Without specifying it, upgrade SHOULD NOT rebuild packages because of variants changes only.

However, is a port is already outdated, the upgrade command SHOULD update the specific port using the variants defined in there, but MUST NOT use the variants defined when previously installed.

Once this is in place, we COULD drop specifying variants on the command line. Retaining the functionality is fine too, but if so, global variants, package specific variants and variants defined on the command line SHOULD be merged and ""variant conflicts"" ""resolved"", with this priority:

cmdline >> specific >> global

I guess the current behavior is cmdline >> global, so specific variants would come between this and override any globally set variants.",ionic@…
,35616,gnuplot: options for setting default terminal,ports,,enhancement,macports-tickets@…,new,2012-08-09T17:41:03-07:00,2012-08-10T08:49:02-07:00,"I would like to provoke some discussion about what you think of adding the following variants to gnuplot:
  * {{{default_aquaterm}}}
  * {{{default_qt}}}
  * {{{default_wxt}}}
  * {{{default_x11}}}

Another 'quick & dirty' patch for setting the default terminal is just disabling aquaterm with -aquaterm (and a tiny bit of extra code), see also #34423.

I can add the patch at any time, as soon as I get some feedback. So far I got one vote of support for {{{default_<term>}}} from Thomas in #33596 and one against from Ryan on the mailing list.

I'm open to better suggestions to set the default terminal.",mojca.miklavec.lists@…
,35897,Add a buildbot with +universal for all packages,contrib,,enhancement,macports-tickets@…,new,2012-08-29T16:38:42-07:00,2013-05-17T04:49:06-07:00,"It would be sooooooo great if packages like qt4-mac and compilers like clang-3.2 would be built with +universal along the normal variants.

I would like to request either:
 * to add a keyword to portfiles to signal to builtbot the desire to build a certain package and its dependencies with +universal (useful for qt4-mac, developers could add the flag to commonly used ports and those that require longest build times)
 * or simply compile all packages with +universal
",mojca.miklavec.lists@…
,36442,root: try to use CMake,ports,,enhancement,macports-tickets@…,new,2012-10-03T04:55:52-07:00,2012-10-03T04:55:52-07:00,It might be worth looking into (newer) CMake-based root builds.,mojca.miklavec.lists@…
,37343,"nmap: add a ""-subversion"" variant",ports,,enhancement,opendarwin.org@…,new,2012-12-18T20:13:00-08:00,2013-01-10T19:04:04-08:00,"nmap builds fine without subversion, albeit without an ""nmap-update"" feature. It would be nice to be able to forgo this dependency via a variant.",irony42@…
,37979,gnuradio: VOLK component suggests compiling with gcc,ports,,enhancement,michaelld@…,new,2013-02-08T08:19:03-08:00,2013-04-20T15:24:15-07:00,"When building gnuradio, it says the following:

{{{
--->  Configuring gnuradio
WARNING: GNU Radio's VOLK component (which handles vector optimized instructions and routines) compiles best when using GCC.  The selected compiler is CLANG, which will result in a fully functioning GNU Radio install but the VOLK component will not utilize the CPU's capabilities.
}}}

So shouldn't this port have gccXY variants added?",macsforever2000@…
,38206,RFE: pubkeys_conf variable in macports.conf,base,,enhancement,macports-tickets@…,new,2013-02-25T15:19:24-08:00,2013-02-26T02:05:22-08:00,"There are already variables for specifying the path to the sources.conf file and the variants.conf file in macports.conf:
{{{
# Where to find the sources list.
sources_conf		/opt/local/etc/macports/sources.conf

# Where to find global variants definition file (optional)
variants_conf		/opt/local/etc/macports/variants.conf
}}}
I'd like a pubkeys_conf variable to go along with these two previous ones, so I could specify a different path to my pubkeys.conf file as well. It would look something like this:
{{{
# Where to find the list of pubkeys
pubkeys_conf		/Users/egall/opt/local/etc/macports/pubkeys.conf
}}}
",egall@…
,38377,Remove py-scikits-umfpack ?,ports,,enhancement,macports-tickets@…,new,2013-03-13T12:23:08-07:00,2013-03-13T14:30:03-07:00,"Is it possible to remove the obsolete py-scikits-umfpack ?
(It seems there is a cleanup of the Python scikits in progress ...)

{{{
$ port info py27-scikits-umfpack
py27-scikits-umfpack @1.0 (python)
Replaced by:          py27-scipy

Description:          this port is only a stub and has been made obsolete by py27-scipy
Homepage:             http://www.macports.org/

Platforms:            darwin
License:              unknown
Maintainers:          nomaintainer@macports.org
}}}",Deil.Christoph@…
,39022,thunderbird-x11 port deletion,ports,,enhancement,macports-tickets@…,new,2013-05-06T16:37:33-07:00,2013-05-12T14:28:32-07:00,"We should assess the user basis of thunderbird-x11 and remove the port, as it is highly outdated, unmaintained and depends on deprecated software like gnome-vfs.

People are most likely using the official, maintained and recent Cocoa Thunderbird version provided by Mozilla.",ionic@…
,39023,firefox-x11 port deletion,ports,,enhancement,macports-tickets@…,new,2013-05-06T16:39:36-07:00,2013-05-07T13:30:21-07:00,"We should assess the user basis of firefox-x11 and remove the port, as it is highly outdated, unmaintained, a potential security risk for users and depends on deprecated software like gnome-vfs, if built using the gnome variant.

People are most likely using the official, maintained and recent Cocoa Firefox version provided by Mozilla.",ionic@…
,39024,firefox-x11-devel port deletion,ports,,enhancement,macports-tickets@…,new,2013-05-06T16:41:10-07:00,2013-05-09T13:03:23-07:00,"We should assess the user basis of firefox-x11-devel and remove the port, as it is highly outdated, unmaintained, a potential security risk for users and depends on deprecated software like gnome-vfs, if built using the gnome variant.

People are most likely using the official, maintained and recent Cocoa Firefox version provided by Mozilla.",ionic@…
,11907,RFP:  PHP-DBG,ports,,request,macports-tickets@…,new,2007-05-04T23:05:01-07:00,2009-04-28T01:02:13-07:00,"The DBG Php Debugger is a comprehensive software tool that helps you
debugging your php scripts.

WWW: http://dd.cron.ru/dbg/

This would be nice for both php4 and php5 as many people have experienced problems compiling it manually aswell as confuguring.",loadx.mat@…
,11923,RFP: gnuplot-devel fetched from cvs,ports,,request,macports-tickets@…,new,2007-05-08T14:19:49-07:00,2010-10-02T18:18:21-07:00,"I'm requesting that a cvs version of gnuplot be made available.  In my experience, it is fairly stable and has many cool features.",aknapp@…
,26336,Request - freerdp,ports,,request,macports-tickets@…,new,2010-09-02T20:38:15-07:00,2011-12-01T06:57:08-08:00,"From their website:
""FreeRDP is a fork of the rdesktop project that intends to rapidly start moving forward and implement features that rdesktop lacks the most.""

With rdesktop aging freerdp is a maintained rdp client that is needed by most admins.",cyberfred2002@…
,31898,add Inundator to the ports tree,ports,,request,macports-tickets@…,new,2011-11-04T10:05:38-07:00,2011-11-04T10:22:03-07:00,"http://inundator.sourceforge.net/

What is Inundator?

Inundator is a multi-threaded, queue-driven, anonymous intrusion detection false positives generator with support for multiple targets.

Jump to downloads.

When would I use Inundator?

Whenever you feel like it. Seriously. It's anonymous, so why not watch the world burn?

Example Scenarios:

    Before, during, and after a real attack to bury any potential alerts among a flood of false positives.
    Seriously mess with an IDS analyst and keep an InfoSec department busy for days investigating false positives.
    Test the effectiveness of an intrusion detection or prevention system. Less alerts means a better product; more alerts means a horrible product.
",fyodor.vassiley@…
,31899,add Bluediving to the ports tree (maybe not Mac compatible - Supported operating systems FreeBSD),ports,,request,macports-tickets@…,new,2011-11-04T10:09:17-07:00,2011-11-04T10:18:55-07:00,"http://bluediving.sourceforge.net/


Bluediving is a Bluetooth penetration testing suite.

It implements attacks like Bluebug, BlueSnarf, BlueSnarf++, BlueSmack, has features such as Bluetooth address spoofing, an AT and a RFCOMM socket shell and implements tools like carwhisperer, bss, L2CAP packetgenerator, L2CAP connection resetter, RFCOMM scanner and greenplaque scanning mode (using more than one hci device). [[br]]
Programming languages: Perl and C [[br]]
Supported operating systems: GNU Linux 2.4 / 2.6 and FreeBSD [[br]]
Requirements: BlueZ, Sox, obexftp, Gnu Readline library, XML::Simple",fyodor.vassiley@…
,31919,add ProxyChains to the ports tree,ports,,request,macports-tickets@…,new,2011-11-05T11:33:40-07:00,2011-11-05T15:38:37-07:00,"http://proxychains.sourceforge.net/

About proxychains tool:
     * It's a proxifier.
     * Latest version: 3.1
     * Dedicated OS: Linux and other Unices.
     * Allows TCP and DNS tunneling through proxies.
     * Supports HTTP, SOCKS4 and SOCKS5 proxy servers.
     * Different proxy types can be mixed in the same chain.
     * Proxy chain: user-defined list of proxies chained together.

Usability :
     * Run any program through proxy server.
     * Access the Internet from behind a restrictive firewall.
     * Hide your IP
     * Run SSH, telnet, wget, ftp, apt, vnc, nmap through proxy servers.
     * Access Intranets (192.168.*.*/10.*.*.*) from outside through reverse proxy.",fyodor.vassiley@…
,37715,"request: pyLoad, alternative to Jdownloader",ports,,request,macports-tickets@…,new,2013-01-20T04:06:46-08:00,2013-01-20T17:56:46-08:00,"{{{
pyLoad is a fast, lightweight and full featured download manager for many One-Click-Hoster, container formats like DLC, video sites or just plain http/ftp links. It aims for low hardware requirements and platform independence to be runnable on all kind of systems (desktop pc, netbook, NAS, router).
Despite its strict restriction it is packed full of features just like webinterface, captcha recognition, unrar and much more.

pyLoad is divided into core and clients, to make it easily remote accessible. Currently there are a webinterface, command line interface, a GUI written in Qt and an Android client. Screenshots can be found here.

Advantages

Some main advantages at a glance:

    completely written in python
    low hardware requirements
    features many One-Click-Hoster
    including premium support, captcha recognition, reconnect feature
    DLC, CCF, RSDF support
    easily remote accessible via webinterface or GUI
    free support at irc or forum
    released under GPL

Below you find an excerpt of pyLoads plugins and features. For more information and some tutorials take a look into the pyLoad Community Wiki.

If you want to support our work you can donate, vote or tell you friends here: 
}}}

http://pyload.org/",guanoapes84@…
,24836,capture 1.0.4-cvs-20071123 new port,ports,,submission,macports-tickets@…,new,2010-05-09T11:33:36-07:00,2010-06-14T09:08:51-07:00,New port of a tool to capture images from Canon still cameras.,andrew@…
,28911,GTK integration in OSX,ports,,request,macports-tickets@…,new,2011-03-26T05:15:34-07:00,2013-03-23T19:09:54-07:00,"With regards to a GTK native look and feel, I aimed to solve these problems:
 * integrate menus with OSX's menu bar
 * native looking widgets
 * change ctrl-alpha bindings to cmd-alpha

Current solution: `gtk2 +no_x11 +quartz` with a theme such as `gtk-osx-tiger`.

Problems:
 * apps start behind the currently focused window
 * some ports require `+x11` (such as some of `yelp`'s dependencies)
 * each binding has to be manually added

The solution I have currently is adequate for now, but I would like to work on a more long-term solution based on '''GlobalMenu''':[[BR]]
http://code.google.com/p/gnome2-globalmenu/issues/detail?id=136&q=mac

X11 apps start in the foreground. I notice that with `gtk2 +x11`, X11.app responds to cmd-Q even when the gtk app is focused. So some combination of X11 and GlobalMenu could make the best solution. X11.app's menus could be replaced with GlobalMenu, it could capture cmd-alpha and send ctrl-alpha to the gtk app. X11.app's dock icon could be hidden.

What do you think?

James.",james.r.haigh@…
1.0,1936,BUG: devel/mono doesn't look in /opt/local/lib at runtime,ports,1.0,defect,macports-tickets@…,new,2004-06-12T23:05:11-07:00,2013-04-12T04:22:55-07:00,"The mono-config file included by devel/gtk-sharp maps 'libgtk-win32-2.0.0.dll' to 'libgtk-x11
-2.0.0.dylib', however an application using Gtk fails to load the dylib. This is because it appears to look 
for the dylib in the paths """", ""/usr/local/lib"", ""/lib"", ""/usr/lib"" and ""."" (and then across those paths in 
reverse order, Just In Case.)

If I set DYLD_LIBRARY_PATH to /opt/local/lib, the dylib is located correctly.

{{{
% mcs helloworld.cs -L /opt/local/lib/mono/gtk-sharp -r gtk-sharp.dll -r glib-sharp.dll
Compilation succeeded
% unsetenv DYLD_LIBRARY_PATH
% mono helloworld.exe

Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
in <0x000dc> (wrapper managed-to-native) Gtk.Application:gtk_init (int&,intptr&)
in <0x0004c> Gtk.Application:Init ()
in <0x0001c> Hello:Main ()

% setenv DYLD_LIBRARY_PATH /opt/local/lib
% mono helloworld.exe
}}}
(it works)",chris.ridd@…
1.0,8625,"BUG: recode from utf8 fails (sometimes silently, corrupting the file)",ports,1.0,defect,macports-tickets@…,new,2006-04-27T01:31:34-07:00,2009-10-08T13:44:44-07:00,"With LC_CTYPE=""en_US.ISO8859-1"", I have the following problem. I don't know if this is an upstream bug or not, but this doesn't fail under Linux (with the same locales):

$ recode utf8.. < /dev/null
recode: System detected problem in step `UTF-8..CHAR'",vincent-opdarw@…
1.3.2,10566,mysql5 mysql_upgrade doesn't work after upgrading to 5.0.24,ports,1.3.2,defect,ryandesign@…,new,2006-08-25T08:51:09-07:00,2009-04-28T00:53:07-07:00,"I understand you're supposed to run mysql_upgrade after you upgrade to a new version of MySQL. But after upgrading to MySQL 5.0.24, mysql_upgrade doesn't seem to work anymore.

(I have /opt/local/bin, /opt/local/sbin and /opt/local/lib/mysql5/bin in my PATH.)

{{{
$ mysql_upgrade5
Can't find program '/opt/local/bin/mysqlcheck'
Please restart with --basedir=mysql-install-directory
$ mysql_upgrade                    
Can't find program '/opt/local/bin/mysqlcheck'
Please restart with --basedir=mysql-install-directory
$ mysql_upgrade --basedir=/opt/local/lib/mysql5/
Can't find data directory. Please restart with --datadir=path-to-data-dir
$ mysql_upgrade --basedir=/opt/local/lib/mysql5/ --datadir=/Users/rschmidt/mysql/data/
[snipped usage message for mysqlcheck]
Could not find file mysql_fix_privilege_tables.sql
Please use --basedir to specify the directory where MySQL is installed
$
}}}

I don't know what to specify now. And it seems to me like I shouldn't have to specify anything -- that it should already know where its parts are. In 5.0.22 the script worked fine without specifying anything extra, but I read in the release notes that between 5.0.22 and 5.0.24 they rewrote mysql_upgrade and changed it from a shell script to a C program. I'm guessing that has something to do with this problem.",ryandesign@…
1.5,12247,BUG: Makefiles require GNU make,base,1.5,defect,macports-tickets@…,new,2007-07-07T00:54:34-07:00,2013-03-23T08:30:38-07:00,"The makefiles use some commands specific to GNU make, and don't work with BSD make.",afb@…
1.5,12252,BUG: configure requires bash,base,1.5,defect,macports-tickets@…,new,2007-07-09T13:58:41-07:00,2013-03-02T18:07:30-08:00,"the configure script doesn't work with /bin/sh, it needs /bin/bash

likely culprits for breaking are foundation.m4, maybe others too ?
",afb@…
1.5.0,12306,"BUG: ""variant foo bar { ... }"" constructs fail at package archival time",base,1.5.0,defect,jmpp@…,new,2007-07-16T11:41:25-07:00,2013-03-05T22:10:01-08:00,"Listing two variant names in a single line in order to define a common code block for both causes the archival stage to fail:

{{{
archiving port+foo bar.<platform>.<archiveformat>
bar.<platform>.<archiveformat>: no such file or directory
}}}

Archive creation code is failing to add the second variant to the archive file name and adding a space instead, causing a no such file or directory error. We should either fix this or refuse such constructs, in view of the variant descriptions feature introduced recently (don't know if two variants on a single line plays well with variant descriptions, haven't checked).

-jmpp
",jmpp@…
1.5.0,12999,BUG: rpm -qa crashes unless doing rpm --rebuilddb first,ports,1.5.0,defect,n3npq@…,new,2007-10-27T00:50:03-07:00,2010-02-22T06:40:35-08:00,"{{{
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xc0000003
0x001459af in leaveChroot ()
(gdb) bt
#0  0x001459af in leaveChroot ()
#1  0x00147391 in sql_open ()
#2  0x00139db9 in dbiOpen ()
#3  0x0013ba7a in rpmdbOpenDatabase ()
#4  0x0013bc2f in rpmdbOpen ()
}}}

Something about the SQLite format that MacPorts uses for `Packages`",afb@…
1.5.0,13092,OpenSSH authentication broken on Leopard (PAM unable to create session),ports,1.5.0,defect,jwa@…,assigned,2007-11-01T01:50:16-07:00,2011-03-02T00:57:44-08:00,"OpenSSH's PAM module fails after authentication, preventing login.

Log from sshd -ddd:
{{{
debug3: PAM: opening session
PAM: pam_open_session(): Cannot make/remove an entry for the specified session
debug1: PAM: establishing credentials
debug1: permanently_set_uid: 501/20
debug2: set_newkeys: mode 0
debug2: set_newkeys: mode 1
debug1: Entering interactive session for SSH2.
debug2: fd 5 setting O_NONBLOCK
debug2: fd 6 setting O_NONBLOCK
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 1048576 max 16384
debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: init
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_channel_req: channel 0 request pty-req reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req pty-req
debug1: Allocating pty.
debug3: mm_request_send entering: type 25
debug3: mm_pty_allocate: waiting for MONITOR_ANS_PTY
debug3: mm_request_receive_expect entering: type 26
debug3: mm_request_receive entering
debug3: monitor_read: checking request 25
debug3: mm_answer_pty entering
debug1: session_new: init
debug1: session_new: session 0
lastlog_filetype: Couldn't stat /var/log/lastlog: No such file or directory
lastlog_openseek: /var/log/lastlog is not a file or directory!
lastlog_filetype: Couldn't stat /var/log/lastlog: No such file or directory
lastlog_openseek: /var/log/lastlog is not a file or directory!
debug3: mm_request_send entering: type 26
debug1: session_pty_req: session 0 alloc /dev/ttys008
debug3: tty_parse_modes: SSH2 n_bytes 251
debug3: tty_parse_modes: ospeed 9600
debug3: tty_parse_modes: ispeed 9600
debug3: tty_parse_modes: 1 3
debug3: tty_parse_modes: 2 28
debug3: tty_parse_modes: 3 127
debug3: tty_parse_modes: 4 21
debug3: tty_parse_modes: 5 4
debug3: tty_parse_modes: 6 255
debug3: tty_parse_modes: 7 255
debug3: tty_parse_modes: 8 17
debug3: tty_parse_modes: 9 19
debug3: tty_parse_modes: 10 26
debug3: tty_parse_modes: 11 25
debug3: tty_parse_modes: 12 18
ttys008 ptyfd 4
debug3: mm_request_receive entering
",callahad@…
1.5.0,12317,RFE: ruby portgroup - rubygems have no universal variant,ports,1.5.0,enhancement,macports-tickets@…,assigned,2007-07-17T08:45:57-07:00,2010-09-03T18:03:53-07:00,"This patch adds: ""universal_variant no"" to the ruby port group for any ports that use gems. If a gem has a C extension the config will be picked up from the ruby config by mkmf.rb/extconf.rb. So a universal ruby will build universal gems.

Patch for a universal ruby is at: http://trac.macosforge.org/projects/macports/ticket/12314",eloy.de.enige@…
1.5.0,12594,svn props pre-commit hook,server/hosting,1.5.0,enhancement,ryandesign@…,new,2007-09-02T12:53:57-07:00,2013-04-23T17:14:48-07:00,"We require some svn properties to be set on some of the files we commit to our repo, like Id's and eol style. Some of our committers remember to include them and some don't, so having a pre-commit hook that checks for these properties on a file name basis (for instance, Portfiles must have this and that property set), and rejects the commit with a proper error message otherwise, would be great.

I'll see about writing the hook myself and attaching it here to this ticket, so that the only necessary thing left to make it work is installing it on svn.macports.org

-jmpp

",jmpp@…
1.5.0,13114,New nethack variant for hpmon patch,ports,1.5.0,enhancement,yeled@…,new,2007-11-02T17:04:26-07:00,2010-09-24T04:44:10-07:00,"The 3rd-party hpmon patch for nethack uses color (if enabled) to highlight your HP status (green/yellow/red depending on the danger). This enhancement adds a variant to include this patch, similar to existing variants. Also, the current Portfile has the same MD5 sum for all variant patches (looks like a copy-paste error) and this enhancement includes the correct MD5 sums.",brent@…
1.5.0,12946,RFP: IEs4Linux / IEs4Mac,ports,1.5.0,request,ryandesign@…,new,2007-10-19T16:12:46-07:00,2009-04-28T01:02:13-07:00,"[http://www.tatanka.com.br/ies4linux/page/Main_Page IEs4Linux] allows for Microsoft Internet Explorer to run on a linux-based system without requiring Wine.  Of the various end users, this would be helpful for any web developer who needs to test on various browsers but does not have a Windows-based machine.
",alej.chow@…
1.5.0,13232,Add package for 'Wt' C++ Framework / Toolkit...,ports,1.5.0,request,macports-tickets@…,new,2007-11-10T10:30:45-08:00,2009-04-28T01:02:13-07:00,I would like to see support for the 'Wt' C++ framework / toolkit added to MacPorts.  The Web page of the project is: http://www.webtoolkit.eu/wt/,kjomara@…
1.5.0,13289,Gforge port request,ports,1.5.0,request,macports-tickets@…,new,2007-11-13T15:36:17-08:00,2009-05-20T20:30:59-07:00,"I would like to request that a Gforge (http://gforge.org/projects/gforge/) port be included in MacPorts.  This is one of the best collaborative development environments that I have reviewed.  I like Trac, however Gforge seems much more full-featured.",gpoveda@…
1.5.2,12906,gcl package fails to build (reported upstream),ports,1.5.2,defect,macports-tickets@…,assigned,2007-10-14T23:24:40-07:00,2012-08-07T00:09:22-07:00,"The gcl package will not install.  This is on 10.4.10, Intel Core2Duo MacBook Pro.  The output I see is:

{{{
(cd o; make all)
gcc  -c -O2 -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  -I/usr/local/var/macports/build/_usr_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcl/work/gcl-2.6.7/o -I../h -I../gcl-tk gbc.c  
In file included from ../h/../h/protoize.h:464,
                 from ../h/include.h:70,
                 from gbc.c:33:
/usr/include/unistd.h:531: error: conflicting types for 'my_sbrk'
../h/config.h:42: error: previous declaration of 'my_sbrk' was here
make[1]: *** [gbc.o] Error 1
make: *** [unixport/saved_pre_gcl] Error 2
}}}",jwiegley@…
1.5.2,13120,mc: 4.6.1 with utf8 variant,ports,1.5.2,enhancement,macports-tickets@…,assigned,2007-11-03T04:44:00-07:00,2012-08-07T00:09:21-07:00,"Request for a version bump from 4.6.0 to 4.6.1 with utf8 variant.

The current mc-4.6.0 is compiled against ncurses, because the mcslang bundled with 4.6.0 is actually broken on mac. This is not yet fixed in any bundled mcslang (up to mc-4.6.2-pre1, reported to mc-dev). However, with the attached diff, mc-4.6.1 will compile against mcslang and work happily with the tiger-bundled terminfo database.

The problem above gets fixed in slang-2.1.3 (see Ticket #13119). 

For utf8 support in mc slang2 is needed. You will also need a recent terminfo database (the tiger-bundled (5.4) will not work in regard of arrow keys and fn keys).  I did not impose a ncurses(w) dependency on slang2 in Ticket #13119. Because you can still used $TERMINFO to override the system defaults if the right terminfo cannot be found at slang2 compile-time.

The utf8 patches are from http://www.linuxfromscratch.org/blfs/view/svn/general/mc.html

Please see the attached files.

- ywc",yenwenchieh@…
1.5.2,13371,RFE: caldav - new port request,ports,1.5.2,request,macports-tickets@…,new,2007-11-21T20:10:16-08:00,2013-01-28T19:18:29-08:00,"I would like to request creation of a port for caldav server.   http://calendarserver.macosforge.org/

This email may be useful to someone who goes about creating a portfile:
http://lists.macosforge.org/pipermail/calendarserver-users/2007-November/000495.html


",slebbon@…
1.5.2,13606,New cross/x86_64-pc-mingw32-binutils port,ports,1.5.2,submission,macports-tickets@…,new,2007-12-16T11:54:53-08:00,2013-03-04T19:09:02-08:00,This is a port for cross/x86_64-pc-mingw32-binutils.,jljusten macports@…
1.5.2,13425,apt @0.5.27 is very outdated,ports,1.5.2,update,egall@…,new,2007-11-26T11:43:13-08:00,2013-05-13T10:36:57-07:00,"When trying to install apt, I could not fetch apt_0.5.27.tar.gz.

Version which seems to exist with a version for the powerpc is apt_0.5.28.

{{{
sudo port -v install apt
Password:
--->  Fetching apt
--->  apt_0.5.27.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/apt
--->  Attempting to fetch apt_0.5.27.tar.gz from http://ftp.debian.org/debian/pool/main/a/apt/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
--->  Attempting to fetch apt_0.5.27.tar.gz from http://svn.macports.org/repository/macports/distfiles/apt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
--->  Attempting to fetch apt_0.5.27.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
--->  Attempting to fetch apt_0.5.27.tar.gz from http://svn.macports.org/repository/macports/downloads/apt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Error: Target org.macports.fetch returned: fetch failed
Warning: the following items did not execute (for apt): org.macports.activate org.macports.fetch org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}

",sadoulet@…
1.5.2,13553,gcc42 and gcc43 do not provide gcj on Mac OS X Leopard (PPC),ports,1.5.2,defect,mww@…,assigned,2007-12-10T21:55:13-08:00,2011-01-23T07:57:27-08:00,"{{{
% sudo port install pdftk
--->  Fetching pdftk
--->  Attempting to fetch pdftk-1.41.tar.bz2 from http://www.pdfhacks.com/pdftk/ 
--->  Verifying checksum(s) for pdftk
--->  Extracting pdftk
--->  Configuring pdftk
--->  Building pdftk with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/pdftk"" && make all -f Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-mp-4.2 "" returned error 2
Command output: make -C ../java_libs
make -C ""/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs/gnu_local/java/security"";
/opt/local/bin/gcj-mp-4.2 -O2 --encoding=UTF-8 --classpath=""/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs"" -c Engine.java -o Engine.o
/bin/sh: /opt/local/bin/gcj-mp-4.2: No such file or directory
make[2]: *** [Engine.o] Error 127
make[1]: *** [libgcj_local] Error 2
make: *** [java_libs] Error 2

Error: Status 1 encountered during processing.
}}}
",shirose@…
1.6.0,17359,"Unify InstallingMacPorts, install.php and guide",wiki,1.6.0,defect,macports-tickets@…,new,2008-11-22T08:53:05-08:00,2013-01-17T17:57:15-08:00,"http://trac.macports.org/wiki/InstallingMacPorts

This page says to set the value of $DISPLAY to :0 without noting that for OS 10.5 and later one should not set the $DISPLAY value AT ALL since the OS will set it appropriately",frstan@…
1.6.0,12659,unable to fire subtitle to a video via mencoder,ports,1.6.0,defect,ecronin@…,assigned,2007-09-09T10:04:20-07:00,2010-02-22T06:34:36-08:00,"with the port of mplayer i can't add subtitle to a video. (it's possible with the binary offer by ffmpegX).

the command line is:
%mencoder movie.avi -sub sub.srt -oac copy -ovc lavc -o out.avi",sylvain.maucourt@…
1.6.0,13640,qt4-mac conflicts with qt3 on /opt/local/bin/lrelease,ports,1.6.0,defect,michaelld@…,new,2007-12-19T07:26:56-08:00,2013-05-11T09:40:54-07:00,"qt4-mac can't be activated due to a conflict with qt3:
{{{
--->  Activating qt4-mac 4.3.2_0
Error: Target org.macports.activate returned: Image error: /opt/local/bin/lrelease is being used by the active qt3 port.  Please deactivate this port first, or use the -f flag to force the activation.
}}}
Due to dependencies, I need both qt3 and qt4-mac.",vinc17@…
1.6.0,13707,MacPorts installer should warn if /opt is not a directory,base,1.6.0,defect,macports-tickets@…,new,2007-12-23T22:03:05-08:00,2009-09-05T01:11:47-07:00,"My machine had a symbolic link named /opt, which pointed to a non-existent directory named /private/opt. When I tried to install MacPorts, the preflight script failed to create /opt and so the install failed. Perhaps an error message would be helpful, if /opt wasn't a true directory. ",martin.streicher@…
1.6.0,13721,gqview 2.0.4 crashes when editing using jpegtran,ports,1.6.0,defect,mvitocruz@…,new,2007-12-25T03:02:53-08:00,2010-09-27T10:28:15-07:00,"Gqview 2.0.4, Macports 1.600, Mac OS X 10.4.11, Intel Core 2 Duo processor.
Gqview crashes when attempting to run: Edit > in Jpeg clockwise (and counterclockwise), using jpegtran. The jpeg will be rotated correctly but gqview freezes as soon as the command is run. This means closing and re-starting gqview every time a jpeg is rotated. (I submitted this bug a few months ago, but could not follow up due to personal reasons, the original report is closed, but the bug still persists).
",benlight@…
1.6.0,13756,py25-wxpython fails to build - version mismatch with wxWidgets,ports,1.6.0,defect,mww@…,new,2007-12-30T14:28:26-08:00,2010-09-27T11:05:08-07:00,"
{{{
[~] sudo port install py25-wxpython
--->  Fetching py25-wxpython
--->  Verifying checksum(s) for py25-wxpython
--->  Extracting py25-wxpython
--->  Configuring py25-wxpython
--->  Building py25-wxpython with target build
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-wxpython/work/wxPython-src-2.8.7.1/wxPython"" && /opt/local/bin/python2.5 setup.py build "" returned error 1
Command output: /usr/bin/g++-4.0 -L/opt/local/lib -bundle -undefined dynamic_lookup build.unicode/temp.macosx-10.3-i386-2.5/src/helpers.o build.unicode/temp.macosx-10.3-i386-2.5/src/mac/_core_wrap.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lstdc++ -lwx_macu-2.8 -o build.unicode/lib.macosx-10.3-i386-2.5/wx/_core_.so -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime
building '_gdi_' extension
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/drawlist.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/drawlist.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/pseudodc.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/pseudodc.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
src/pseudodc.cpp: In function 'void GreyOutImage(wxImage&)':
src/pseudodc.cpp:60: warning: 'mb' may be used uninitialized in this function
src/pseudodc.cpp:60: warning: 'mg' may be used uninitialized in this function
src/pseudodc.cpp:60: warning: 'mr' may be used uninitialized in this function
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -Iinclude -Isrc -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/opt/local/include/wx-2.8 -I/opt/local/include/python2.5 -c src/mac/_gdi_wrap.cpp -o build.unicode/temp.macosx-10.3-i386-2.5/src/mac/_gdi_wrap.o -O3
cc1plus: warning: command line option ""-Wstrict-prototypes"" is valid for C/ObjC but not for C++
src/mac/_gdi_wrap.cpp: In function 'wxPalette* new_wxPalette(const wxArrayInt&, const wxArrayInt&, const wxArrayInt&)':
src/mac/_gdi_wrap.cpp:2882: warning: comparison between signed and unsigned integer expressions
src/mac/_gdi_wrap.cpp:2882: warning: comparison between signed and unsigned integer expressions
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_GCDC_Flush(PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:31028: error: 'class wxDC' has no member named 'Flush'
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_PenList_AddPen(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32474: warning: 'AddPen' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:516)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_PenList_RemovePen(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32512: warning: 'RemovePen' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:517)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_BrushList_AddBrush(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32605: warning: 'AddBrush' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:526)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_BrushList_RemoveBrush(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32643: warning: 'RemoveBrush' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:527)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_FontList_AddFont(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32795: warning: 'AddFont' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:539)
src/mac/_gdi_wrap.cpp: In function 'PyObject* _wrap_FontList_RemoveFont(PyObject*, PyObject*, PyObject*)':
src/mac/_gdi_wrap.cpp:32833: warning: 'RemoveFont' is deprecated (declared at /opt/local/include/wx-2.8/wx/gdicmn.h:540)
error: command '/usr/bin/gcc-4.0' failed with exit status 1

Error: Status 1 encountered during processing.
[~] 

}}}
",gjznituv@…
1.6.0,13825,port lint should check non-selected variants and platforms,base,1.6.0,defect,macports-tickets@…,new,2008-01-04T11:34:35-08:00,2008-12-13T19:30:13-08:00,"`port lint` checks patchfile names (see #12958) but only in variants or platforms which are selected. For example, if a portfile includes 

{{{
platform darwin 6 {
	patchfiles foo
}
}}}

and one is not running Mac OS X 10.2, then no warning is issued for the patchfile foo, though one should be. Or if a portfile includes

{{{
variant abc description abc {
	patchfiles bar
}
}}}

and one does not run `sudo port lint +abc` (and +abc is not a default variant), then no warning issued for the patchfile bar, though one should be.",ryandesign@…
1.6.0,13846,ocamlduce: build fails due to warnings turned into errors,ports,1.6.0,defect,macports-tickets@…,new,2008-01-06T02:24:29-08:00,2011-05-29T10:49:24-07:00,"My attempts to install ocamlduce 3.08.4pl3, Revision 1 failed because the build encountered warnings about unused variables and ocamlc.opt was passed the option  -warn-error. This is on an Intel MacBook Pro with OS X 10.4.11.

{{{
castellio:~ cludwig$ port installed ocaml
The following ports are currently installed:
  ocaml @3.10.0_0 (active)
castellio:~ cludwig$ sudo port -v install ocamlduce
Password:
--->  Building ocamlduce with target opt
make -f Makefile.ocamlduce INCLUDES=""-I stdlib/cduce"" stdlib/cduce/custom.cmo stdlib/cduce/encodings.cmo stdlib/cduce/imap.cmo stdlib/cduce/upool.cmo stdlib/cduce/ns.cmo stdlib/cduce/sortedList.cmo stdlib/cduce/atoms.cmo stdlib/cduce/bool.cmo stdlib/cduce/chars.cmo stdlib/cduce/ident.cmo stdlib/cduce/intervals.cmo stdlib/cduce/inttbl.cmo stdlib/cduce/normal.cmo stdlib/cduce/pretty.cmo stdlib/cduce/stats.cmo stdlib/cduce/compunit.cmo stdlib/cduce/types.cmo stdlib/cduce/sequence.cmo stdlib/cduce/sample.cmo stdlib/cduce/auto_pat.cmo stdlib/cduce/patterns.cmo stdlib/cduce/value.cmo stdlib/cduce/run_dispatch.cmo stdlib/cduce/explain.cmo stdlib/cduce/typepat.cmo stdlib/cduce/serial.cmo
make[1]: `stdlib/cduce/custom.cmo' is up to date.
ocamlc.opt -warn-error A -I stdlib/cduce -c stdlib/cduce/encodings.ml
File ""stdlib/cduce/encodings.ml"", line 121, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 122, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 123, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 124, characters 8-27:
Warning Y: unused variable c.

Error: error-enabled warnings (4 occurrences)
make[1]: *** [stdlib/cduce/encodings.cmo] Error 2
make: *** [cduce_types.cmo] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocamlduce/work/ocaml-sub"" && make opt -f Makefile.ocamlduce "" returned error 2
Command output: make -f Makefile.ocamlduce INCLUDES=""-I stdlib/cduce"" stdlib/cduce/custom.cmo stdlib/cduce/encodings.cmo stdlib/cduce/imap.cmo stdlib/cduce/upool.cmo stdlib/cduce/ns.cmo stdlib/cduce/sortedList.cmo stdlib/cduce/atoms.cmo stdlib/cduce/bool.cmo stdlib/cduce/chars.cmo stdlib/cduce/ident.cmo stdlib/cduce/intervals.cmo stdlib/cduce/inttbl.cmo stdlib/cduce/normal.cmo stdlib/cduce/pretty.cmo stdlib/cduce/stats.cmo stdlib/cduce/compunit.cmo stdlib/cduce/types.cmo stdlib/cduce/sequence.cmo stdlib/cduce/sample.cmo stdlib/cduce/auto_pat.cmo stdlib/cduce/patterns.cmo stdlib/cduce/value.cmo stdlib/cduce/run_dispatch.cmo stdlib/cduce/explain.cmo stdlib/cduce/typepat.cmo stdlib/cduce/serial.cmo
make[1]: `stdlib/cduce/custom.cmo' is up to date.
ocamlc.opt -warn-error A -I stdlib/cduce -c stdlib/cduce/encodings.ml
File ""stdlib/cduce/encodings.ml"", line 121, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 122, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 123, characters 8-27:
Warning Y: unused variable c.
File ""stdlib/cduce/encodings.ml"", line 124, characters 8-27:
Warning Y: unused variable c.

Error: error-enabled warnings (4 occurrences)
make[1]: *** [stdlib/cduce/encodings.cmo] Error 2
make: *** [cduce_types.cmo] Error 2

Warning: the following items did not execute (for ocamlduce): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
castellio:~ cludwig$ 
}}}",ludwig@…
1.6.0,13858,"kaffe fails to build and install on Leopard Server, missing struct sigcontext definition",ports,1.6.0,defect,macports-tickets@…,new,2008-01-07T04:09:42-08:00,2013-04-12T04:12:58-07:00,"With a fresh MacPorts system (1.6.0) running on top of Leopard Server 10.5.1 the kaffe port (kaffe version 1.1.7) fails to build. 


The verbose output from my terminal shell is very lengthy and thus attached as a separate file to this ticket but at first this file '''exceeded''' the MacPorts Trac system's file size limit of 262144 bytes, so I was required to attach it as a compressed zip file.


Kaffe seems to be a mission-critical port because it is depended on by many other Java-related ports leading up to, for example, the Tomcat port.",tabithamc@…
1.6.0,13870,BUG: xchm 1.13 defaults to Mac version of wxWidgets,ports,1.6.0,defect,markd@…,new,2008-01-08T00:30:54-08:00,2010-09-27T12:26:05-07:00,"When not providing any flag to configure, xchm builds using the Mac version of wxWidgets.

The dependency on wxgtk should be specific of a x11 variant.",guido.soranzio@…
1.6.0,13877,BUG: mailsync 5.2.1 build fails,ports,1.6.0,defect,macports-tickets@…,reopened,2008-01-08T12:18:43-08:00,2012-07-03T07:03:35-07:00,"Build of mailsync 5.2.1 fails with the errors included below.

uname -a:
Darwin samsara.local 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386

port --version
MacPorts 1.600

port sync
port install mailsync

{{{
--->  Building mailsync with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mailsync/work/mailsync-5.2.1"" && make all "" returned error 2
Command output: make  all-recursive
Making all in src
/usr/bin/g++-4.0 -fno-operator-names -O2  -L/opt/local/lib -o mailsync  mailsync_main.o commandline.o configuration.o types.o mail_handling.o c-client_callbacks.o utils.o store.o channel.o msgid.o msgstring.o /opt/local/lib/libc-client4.a -dynamic -O2 -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/opt/local/lib  -lssl -lcrypto 
Undefined symbols:
  ""_pam_set_item"", referenced from:
      _Checkpw in libc-client4.a(osdep.o)
  ""_pam_setcred"", referenced from:
      _checkpw_cleanup in libc-client4.a(osdep.o)
      _Checkpw in libc-client4.a(osdep.o)
  ""_pam_authenticate"", referenced from:
      _Checkpw in libc-client4.a(osdep.o)
  ""_pam_start"", referenced from:
      _Checkpw in libc-client4.a(osdep.o)
  ""_pam_acct_mgmt"", referenced from:
      _Checkpw in libc-client4.a(osdep.o)
  ""_pam_end"", referenced from:
      _checkpw_cleanup in libc-client4.a(osdep.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [mailsync] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}",seth_macports@…
1.6.0,13900,DesktopManager-0.5.3: Undefined symbols: _CGSCreateCStringNoCopy,ports,1.6.0,defect,macports-tickets@…,new,2008-01-12T14:56:14-08:00,2013-04-15T00:27:01-07:00,"desktopmanager-0.5.3 does not compile on Leopard. A link error occurs while building the port. Same link error occurs if one build the original source (http://desktopmanager.berlios.de/) with XCode 3.0.

 - PowerBook G4
 - OS X 10.5.1

{{{
$ sudo port install desktopmanager
--->  Fetching DesktopManager
--->  Attempting to fetch DesktopManager-0.5.3.src.tar.gz from http://download.berlios.de/desktopmanager/
--->  Verifying checksum(s) for DesktopManager
--->  Extracting DesktopManager
--->  Configuring DesktopManager
--->  Building DesktopManager
Error: Target org.macports.build returned: shell command ""cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager"" && xcodebuild  -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ "" returned error 1
Command output:     cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKeyController.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKeyController.o

CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKey.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/HotKey.o
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m: In function '-[HotKey stringRepresentation]':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m:280: warning: 'KLGetCurrentKeyboardLayout' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:436)
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/HotKeys/HotKey.m:281: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
 
 CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/NotificationView.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/NotificationView.o
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m: In function '-[NotificationView drawRect:]':
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/NotificationView.m:123: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345)

CompileC build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/StickyWindowController.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/Core/StickyWindowController.m normal ppc objective-c com.apple.compilers.gcc.4_0
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -fmessage-length=0 -mtune=G4 -gdwarf-2 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DesktopManager.hmap -Wmost -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/DerivedSources -include /Library/Caches/com.apple.Xcode.0/SharedPrecompiledHeaders/AppKit-cbrnqfvgfvifwdandyypcdjsyzln/AppKit.h -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/Core/StickyWindowController.m -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/StickyWindowController.o

Ld /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/DesktopManager.framework/Versions/A/DesktopManager normal ppc
    cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager
    /Developer/usr/bin/gcc-4.0 -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment/DesktopManager.framework/Versions/A/DesktopManager -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/Deployment -filelist /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_DesktopManager/work/DesktopManager/build/DesktopManager.build/Deployment/DesktopManager.build/Objects-normal/ppc/DesktopManager.LinkFileList -framework Foundation -framework Cocoa -framework Carbon -framework ApplicationServices -framework AppleScriptKit -framework AppKit -arch ppc -prebind -Wl,-single_module -compatibility_version 1 -current_version 1 -install_name @executable_path/../Frameworks/DesktopManager.framework/Versions/A/DesktopManager -dynamiclib -framework Foundation -framework AppKit
Undefined symbols:
  ""_CGSCreateCStringNoCopy"", referenced from:
      __ensure_kCGSWindowTitle in ForeignWindow.o
      -[ForeignWindow title] in ForeignWindow.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
** BUILD FAILED **

Error: Status 1 encountered during processing.
}}}
",oxon@…
1.6.0,14084,cdparanoia missing an option causing abcde to fail,ports,1.6.0,defect,macports-tickets@…,new,2008-01-26T15:27:57-08:00,2010-09-29T08:17:13-07:00,"I'm trying to use abcde to rip and encode some CDs but it's failing due to a command line option missing from cdparanoia.

The ""-d"" option in cdparanoia is used to specify a device to rip from.  It seems the macports code has removed this option from the original cdparanoia code but references to it have not been removed from other macports (or at least not from abcde.)  Using the macports version, the -d option prints out usage information causing abcde to fail.

At least I assume that macports specifically removed the option - I downloaded the original cdparanoia code and the -d option is present.  If this is the case, I really think the -d option should be left in but made a ""placebo"" option so its absence doesn't break other programs like abcde.

Or maybe the -d option should just be left in its original form - is there something in OS X that prevents cdparanoia from being able to select a different device from which to rip a disc?",duke@…
1.6.0,14172,unison upgrade removed unison-2.13 - synchronization with some machines fails,ports,1.6.0,defect,l2g@…,new,2008-02-03T16:02:16-08:00,2012-11-24T14:15:50-08:00,"The upgrade to Unison 2.27.57 removed the unison-2.13 binary, with the consequence that synchronization is no longer possible with machines using Unison 2.13. These two versions are incompatible:
{{{
Fatal error: Received unexpected header from the server:
 expected ""Unison 2.13\n"" but received ""Unison 2.27\n\000\000\000\000"", 
which differs at ""Unison 2.2"".
This can happen because you have different versions of Unison
installed on the client and server machines, or because
your connection is failing and somebody is printing an error
message, or because your remote login shell is printing
something itself before starting Unison.
}}}
I think a unison-2.13 port should be added, based on the old Portfile, but only the unison-2.13 binary should be installed, not the symbolic link ${prefix}/bin/unison.",vinc17@…
1.6.0,14222,"tomcat5 fails to build, missing dependency on struts?",ports,1.6.0,defect,macports-tickets@…,new,2008-02-07T07:13:05-08:00,2011-07-08T07:24:17-07:00,"{{{
$ sudo port install tomcat5
Password:
--->  Building tomcat5 with target download dist compat
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build"" && ant download dist compat -Dbase.path=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository -Dnsis.exe=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/.bogus -Dcommons-beanutils.jar=/opt/local/share/java/commons-beanutils.jar -Dcommons-collections.jar=/opt/local/share/java/commons-collections.jar -Dcommons-launcher.jar=/opt/local/share/java/commons-launcher.jar -Dcommons-daemon.jar=/opt/local/share/java/commons-daemon.jar -Dcommons-digester.jar=/opt/local/share/java/commons-digester.jar -Dcommons-el.jar=/opt/local/share/java/commons-el.jar -Dcommons-logging.jar=/opt/local/share/java/commons-logging.jar -Dcommons-logging-api.jar=/opt/local/share/java/commons-logging-api.jar -Dcommons-modeler.jar=/opt/local/share/java/commons-modeler.jar -Dcommons-httpclient.jar=/opt/local/share/java/commons-httpclient.jar -Dcommons-pool.jar=/opt/local/share/java/commons-pool.jar -Dcommons-dbcp.jar=/opt/local/share/java/commons-dbcp.jar -Dcommons-fileupload.jar=/opt/local/share/java/commons-fileupload.jar -Dregexp.jar=/opt/local/share/java/jakarta-regexp.jar -DxercesImpl.jar=/opt/local/share/java/xercesImpl.jar -Dxml-apis.jar=/opt/local/share/java/xml-apis.jar -Dlog4j.jar=/opt/local/share/java/jakarta-log4j.jar -Djmx.lib=/opt/local/share/java -Djunit.jar=/opt/local/share/java/junit.jar -Djaxen.jar=/opt/local/share/java/jaxen.jar -Dsaxpath.jar=/opt/local/share/java/saxpath.jar -Djasper.home=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/../jasper "" returned error 1
Command output:      [echo] Testing  for /opt/local/share/java/commons-httpclient.jar

downloadgz:

proxyflags:

setproxy:

testexist:
     [echo] Testing  for /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/.bogus

downloadfile:

proxyflags:

setproxy:

testexist:
     [echo] Testing  for /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/struts-1.2.7/lib/struts.jar

downloadgz:
      [get] Getting: http://archive.apache.org/dist/struts/binaries/struts-1.2.7.tar.gz
      [get] To: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar.gz
   [gunzip] Expanding /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar.gz to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/Repository/file.tar

BUILD FAILED
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/build.xml:1988: The following error occurred while executing this line:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat5/work/apache-tomcat-5.5.25-src/build/build.xml:2031: Problem expanding gzip Unexpected end of ZLIB input stream

Total time: 1 minute 8 seconds

Error: Status 1 encountered during processing.
}}}

",damian.janowski@…
1.6.0,14223,port upgrade overwrites the user's launchd plists,base,1.6.0,defect,macports-tickets@…,new,2008-02-07T08:56:26-08:00,2013-04-15T04:46:35-07:00,"After upgrading p5-mail-spamassassin, my /Library/LaunchDaemons/org.macports.spamd.plist file has been overwritten. This is a config file and the port shouldn't undo the user's changes.",vinc17@…
1.6.0,14295,slocate cannot exclude file system types due to missing mtab,ports,1.6.0,defect,macports-tickets@…,new,2008-02-12T14:24:16-08:00,2010-07-24T04:08:00-07:00,"slocate can exclude file system types with, for example, '-f nfs', however it appears to require the presence of /opt/local/etc/mtab. This is a dynamic file on Linux, but does not exist on Mac OS X. The -f option can be approximated using -e but one would have to be able to anticipate all future mounts.",ryan@…
1.6.0,14306,jython won't build because it wants Java 1.1,ports,1.6.0,defect,singingwolfboy@…,new,2008-02-13T10:35:56-08:00,2010-05-10T23:58:47-07:00,"I tried to install Jython and it fails because it wants Java 1.1, but I use Java 1.5

Jython has only the universal variant, is there a way for me to tell port to build with Java 1.5?

{{{
$ which java
/usr/bin/java

$ which javac
/usr/bin/javac

$ java -version
java version ""1.5.0_13""
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)

$ javac -version
javac 1.5.0_13
...
}}}

{{{
$ sudo port install jython
...
--->  Building jython
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1"" && ant dist || ant jar "" returned error 1
Command output: 
init:
     [echo] --- Build environment for jython ---
     [echo] --- Flags (Note: If the {property name} is displayed,
     [echo] --- then the component is not present)

     [echo] --- Optional Libraries ---
     [echo] java2 coll  = true
     [echo] servlet     = ${servlet.present}
     [echo] readline    = ${readline.present}
     [echo] oracle      = ${oracle.present}
     [echo] informix    = ${informix.present}
     [echo] mysql       = ${mysql.present}
     [echo] postgresql  = ${postgresql.present}
     [echo] jndi        = true
     [echo] jdbc        = true
     [echo] jdbc3.0     = true

prepare:

parser:

compile:
    [javac] Compiling 302 source files to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1/build
    [javac] javac: target release 1.1 conflicts with default source release 1.5

BUILD FAILED
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jython/work/jython-2.1/build.xml:138: Compile failed; see the compiler error output for details.
}}}


I initially tried this in MacPorts 1.520, but then ran selfupdate to 1.600 and had the same result.

I have: iBook G4 1.33 GHz - OSX 10.4.11",pydave@…
1.6.0,14386,Xfig complains an old app-defaults,ports,1.6.0,defect,macports-tickets@…,new,2008-02-18T20:51:59-08:00,2013-05-11T09:42:16-07:00,"Installed Xcode 3 and macports on a completely new leopard install.
Then simply did port install xfig

xfig runs, but complains about an old version of app-defaults being installed and warns about reduced functionalities.",citan_u@…
1.6.0,14559,dpkg causes install-info,ports,1.6.0,defect,landonf@…,new,2008-03-04T08:56:30-08:00,2013-05-05T20:57:28-07:00,"dpkg apparently installs 
{{{
/opt/local/sbin/install-info
}}}
which conflicts with/overrides texinfo's
{{{
/opt/local/bin/install-info
}}}
which IMHO should be the standard install-texinfo.

See #14423 for problems caused that way.",jochen@…
1.6.0,14590,liboss: compile errors in soundcard.h,ports,1.6.0,defect,macports-tickets@…,new,2008-03-08T15:12:51-08:00,2010-07-22T15:56:09-07:00,"Beginning on line 341 of soundcard.h, several system functions are redefined, such as follows:

{{{
    #ifndef LIBOSS_IOCTL
    # define LIBOSS_IOCTL ioctl
    #endif
}}}

    ...

{{{    
    static inline int LIBOSS_IOCTL (int x, unsigned long y,...)
}}}

This causes compilation errors in code including that file, such as:
{{{
    /opt/local/include/liboss/soundcard.h:342: error: static declaration of ‘ioctl’ follows non-static declaration
    /usr/include/sys/ioctl.h:97: error: previous declaration of ‘ioctl’ was here
}}}
",madcap@…
1.6.0,14619,Error when installing postgresql83 +universal,ports,1.6.0,defect,mww@…,new,2008-03-10T02:05:14-07:00,2010-10-02T14:58:32-07:00,"{{{
MacBookPro-TBOU:~ thierry$ sudo port install postgresql83-server +universal
Password:
--->  Fetching postgresql83
--->  Attempting to fetch postgresql-8.3.0.tar.bz2 from http://ftp8.us.postgresql.org/postgresql/source/v8.3.0/
--->  Verifying checksum(s) for postgresql83
--->  Extracting postgresql83
--->  Configuring postgresql83
--->  Building postgresql83
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_postgresql83/work/postgresql-8.3.0"" && gnumake "" returned error 2
Command output: /usr/bin/ld: warning optimizer/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning port/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning postmaster/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning regex/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning rewrite/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning storage/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning tcop/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning tsearch/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning utils/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning ../../src/timezone/SUBSYS.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
/usr/bin/ld: for architecture i386
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libxslt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_deflate referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_deflateEnd referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_deflateInit_ referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflate referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflateEnd referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
_inflateInit_ referenced from libcrypto.0 expected to be defined in /opt/local/lib/libz.1.dylib
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccqSVeI7.out (No such file or directory)
gnumake[2]: *** [postgres] Error 1
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2

Error: The following dependencies failed to build: postgresql83
Error: Status 1 encountered during processing.
}}}",tbou@…
1.6.0,14706,postgresql83-server / bugfix / directory location wrong,ports,1.6.0,defect,mww@…,new,2008-03-18T10:11:34-07:00,2011-05-12T19:42:26-07:00,"Pathc below is needed as initdb is otherwise confused about its relative path.

Dw.


{{{
*** Portfile.org	2008-03-18 17:38:23.000000000 +0100
--- Portfile	2008-03-18 17:39:38.000000000 +0100
***************
*** 50,56 ****
  	ui_msg ""\nTo create a database instance, after install do\n\
  		sudo mkdir -p ${dbdir}\n\
  		sudo chown ${dbuser}:${dbgrp} ${dbdir}\n\
! 		sudo su ${dbuser} -c \'${libdir}/bin/initdb -D ${dbdir}\'""
  	ui_msg ""\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\
  		by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf""
  }
--- 50,56 ----
  	ui_msg ""\nTo create a database instance, after install do\n\
  		sudo mkdir -p ${dbdir}\n\
  		sudo chown ${dbuser}:${dbgrp} ${dbdir}\n\
! 		( cd ${prefix}; sudo su ${dbuser} -c \'${libdir}/bin/initdb -D ${dbdir}\' )""
  	ui_msg ""\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\
  		by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf""
  }
}}}
",dirkx@…
1.6.0,14729,gnome installations do not register the schema files with gconf,ports,1.6.0,defect,reiffert@…,assigned,2008-03-20T03:15:15-07:00,2010-10-09T23:12:39-07:00,"Gnome ports install schema files to ${prefix}/etc/gconf/schema/ Those files need to be registered along with gconftool-2. Placing them in the directory is not enough.

I recently discovered the advantages and allready added the following scope to port:gnucash port:gnome-vfs and port:yelp It appears that port:gnome-control-center does it equally.
{{{
post-activate {
        # We need to register some stuff to gconf. Just putting the
        # schema files to the right place is not enough.
        # You can watch the successful installation with gconf-editor.

        system ""cd ${prefix}/etc/gconf/schemas && \
        GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${p
refix}/bin/gconftool-2 --makefile-install-rule \
                desktop_default_applications.schemas \
                desktop_gnome_url_handlers.schemas \
                system_dns_sd.schemas \
                system_http_proxy.schemas \
                system_smb.schemas""
}
}}}
Please remember to replace those schemas through the port's schema files you are upgrading.

You can validate the successful schema registration by launching gconf-editor.

Kind regards Thomas ",reiffert@…
1.6.0,14765,geneweb: can't save,ports,1.6.0,defect,bfulgham@…,new,2008-03-23T19:26:11-07:00,2009-04-28T00:53:07-07:00,"Hi,

I installed geneweb through macports and was able to import a GEDCOM file. I can view the relationships, but I can't save anything . It just goes to a blank page (with the query string missing). Tailing the log shows that the page is being accessed. Any ideas whats wrong with the setup?

I am using the same version on a linux machine and it seems to be running fine.

cheers,
Jeffery",forums@…
1.6.0,14770,libiberty.h missing from binutils,ports,1.6.0,defect,macports-tickets@…,new,2008-03-24T13:10:02-07:00,2013-05-11T09:40:09-07:00,"The problem is outlined here: http://discussions.apple.com/thread.jspa?messageID=6902473#6902473

I'm guessing this file *should* be included in binutils. If not it should belong in a package somewhere. Unless I'm confused - also possible.",oliver.saunders@…
1.6.0,14774,launchctl load instructions incomplete,base,1.6.0,defect,macports-tickets@…,new,2008-03-24T16:46:39-07:00,2011-06-04T16:35:02-07:00,"I did an upgrade to dbus (from 1.0.2_2 to 1.1.20_0) and when doing an upgrade or install dbus says:

{{{
###########################################################
# A startup item has been generated that will aid in
# starting dbus with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist
###########################################################
}}}

However, that will not work correctly if you already have dbus installed and running.  And it seems that the upgrade, without doing the install, will cause a bunch of continuous errors in the console logs.

The solution that seems to have worked for me (and should be added to the upgrade instructions) is to do the upgrade, then to unload the old version (and remove the pid file, or the new one won't start), then load the new version:
{{{
sudo port upgrade dbus
sudo launchctl unload /Library/LaunchDaemons/org.macports.dbus.plist
sudo rm /opt/local/var/run/dbus/pid
sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist
}}}",dersh@…
1.6.0,14800,powerpc mono build fails,ports,1.6.0,defect,mww@…,new,2008-03-25T13:20:33-07:00,2013-03-20T17:36:08-07:00,"I can´t build mono 1.9:

{{{
--->  Building mono with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_mono/work/mono-1.9"" && make all "" returned error 2
Command output: darwin_stop_world.c:259: error: 'ppc_thread_state_t' has no member named '__r6'
darwin_stop_world.c:260: error: 'ppc_thread_state_t' has no member named '__r7'
darwin_stop_world.c:261: error: 'ppc_thread_state_t' has no member named '__r8'
darwin_stop_world.c:262: error: 'ppc_thread_state_t' has no member named '__r9'
darwin_stop_world.c:263: error: 'ppc_thread_state_t' has no member named '__r10'
darwin_stop_world.c:264: error: 'ppc_thread_state_t' has no member named '__r11'
darwin_stop_world.c:265: error: 'ppc_thread_state_t' has no member named '__r12'
darwin_stop_world.c:266: error: 'ppc_thread_state_t' has no member named '__r13'
darwin_stop_world.c:267: error: 'ppc_thread_state_t' has no member named '__r14'
darwin_stop_world.c:268: error: 'ppc_thread_state_t' has no member named '__r15'
darwin_stop_world.c:269: error: 'ppc_thread_state_t' has no member named '__r16'
darwin_stop_world.c:270: error: 'ppc_thread_state_t' has no member named '__r17'
darwin_stop_world.c:271: error: 'ppc_thread_state_t' has no member named '__r18'
darwin_stop_world.c:272: error: 'ppc_thread_state_t' has no member named '__r19'
darwin_stop_world.c:273: error: 'ppc_thread_state_t' has no member named '__r20'
darwin_stop_world.c:274: error: 'ppc_thread_state_t' has no member named '__r21'
darwin_stop_world.c:275: error: 'ppc_thread_state_t' has no member named '__r22'
darwin_stop_world.c:276: error: 'ppc_thread_state_t' has no member named '__r23'
darwin_stop_world.c:277: error: 'ppc_thread_state_t' has no member named '__r24'
darwin_stop_world.c:278: error: 'ppc_thread_state_t' has no member named '__r25'
darwin_stop_world.c:279: error: 'ppc_thread_state_t' has no member named '__r26'
darwin_stop_world.c:280: error: 'ppc_thread_state_t' has no member named '__r27'
darwin_stop_world.c:281: error: 'ppc_thread_state_t' has no member named '__r28'
darwin_stop_world.c:282: error: 'ppc_thread_state_t' has no member named '__r29'
darwin_stop_world.c:283: error: 'ppc_thread_state_t' has no member named '__r30'
darwin_stop_world.c:284: error: 'ppc_thread_state_t' has no member named '__r31'
make[3]: *** [darwin_stop_world.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}",jean-philippe.humbert@…
1.6.0,14888,Problems with otcl installation with MacPorts,ports,1.6.0,defect,macports-tickets@…,new,2008-04-01T19:08:01-07:00,2012-06-16T05:28:37-07:00,"Dear all, I found no helping site for this problem with otcl installation on Mac OS X 10.5.2. I'm using Macport. When ever I try to install '''otcl''' I found that the configure script failed to find the the '''tk''' installation. But is I try to install '''tk''' again Macport says that its already installed.

Actually I'll trying to install '''ns-2'''. To do that '''otcl''' is must. I need to install ns-2. a few days ago I installed ns-2 on Ubuntu 7.10. That was not also smooth. And the culprit was otcl. I had to download several patches and apply them on otcl to make the package work. port is giving me the following error massages.

{{{
Last login: Sun Mar 23 12:34:49 on ttys000
Xcore:~ raiyan$ open /opt
Xcore:~ raiyan$ sudo port install otcl
Password:
Portfile changed since last build; discarding previous state.
--->  Fetching otcl
--->  Verifying checksum(s) for otcl
--->  Extracting otcl
--->  Applying patches to otcl
--->  Configuring otcl
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/otcl-1.9"" && ./configure --prefix=/opt/local --with-Tcl=/opt/local --with-Tcl-ver=8.4 --with-tk=/opt/local --with-tk-ver=8.4 --prefix=/opt/local CPPFLAGS='-I/usr/X11R6/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/tcl8.4.9/generic/' CFLAGS='-I/usr/X11R6/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_otcl/work/tcl8.4.9/generic/' LDFLAGS='-L/usr/X11R6/lib' "" returned error 1
Command output: checking how to run the C preprocessor... /usr/bin/cpp-4.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for dcgettext in -lintl... yes
checking for getnodebyname in -ldnet_stub... no
checking standard STL is available... no
checking for Tcl.h... -I/opt/local/include
checking for libTcl... -L/opt/local/lib -lTcl
checking for tk.h... -I/opt/local/include
checking for libtk8.4... -L/opt/local/lib -ltk
checking for tk.tcl... no
configure: error: Installation of tk seems incomplete or can't be found automatically.
Please correct the problem by telling configure where tk is
using the argument --with-tk=/path/to/package
(perhaps after installing it),
or the package is not required, disable it with --with-tk=no.

Error: Status 1 encountered during processing.
Xcore:~ raiyan$
}}}


Is their any body in the forum who can help me to figure out what to do? I'm running 10.5.2 on MacBook 2.0GHz and 1GB ram.

Please let me know what to do?

Raiyan",raiyan.kabir@…
1.6.0,14952,Privoxy 3.0.8_1 fails to start following install,ports,1.6.0,defect,macports-tickets@…,new,2008-04-07T16:51:52-07:00,2010-10-03T16:43:26-07:00,"After installing Privoxy using macports (3.0.8_1 on OS X 10.5.2), the daemon fails to start with the appropriate launchctl command.  A search of the logs indicates:

Apr 07 16:22:52.494 Privoxy(000000a0) Info: Privoxy version 3.0.8[[BR]]
Apr 07 16:22:52.503 Privoxy(000000a0) Info: Program name: /opt/local/sbin/privoxy[[BR]]
Apr 07 16:22:52.503 Privoxy(000000a0) Fatal error: can't load actions file '/opt/local/etc/privoxy/standard': No such file or directory. Note that beginning with Privoxy 3.0.7, actions files have to be specified with their complete file names.[[BR]]

It appears that the old (3.0.6) config file carried over to 3.0.8_1?  Therefore appending `.action` to the actionsfile(s) corrects the problem (@ line 337-339 in /opt/local/etc/privoxy/config):

actionsfile standard.action  # Internal purpose, recommended[[BR]]
actionsfile default.action   # Main actions file[[BR]]
actionsfile user.action      # User customizations[[BR]]

It should be mentioned that I initially attempted to ""upgrade"" from 3.0.6, ran into the problem, uninstalled all versions of privoxy, reinstalled 3.0.8_1, ran into the same problem w/ the daemon not running, edited the config file, and restarted privoxy -> problem solved.  

Perhaps my old config file from 3.0.6 was hanging around?


",faircloth@…
1.6.0,15024,graphviz Port variant +python installs in system python2.3 dir instead of python2.4 dir,ports,1.6.0,defect,ryandesign@…,new,2008-04-15T09:53:12-07:00,2009-04-28T00:53:07-07:00,"I have both Apple's python2.3 and MacPorts python2.4 on my machine (os x 10.4.11)

The graphviz portfile claims that varian +python will install bindings for python 2.4, but the
module files end up in the /System/Library/Frameworks/Python.framework/Versions/2.3/ dir.


",Lars.Rasmusson@…
1.6.0,15075,gdc prints many unnecessary warnings,ports,1.6.0,defect,mww@…,new,2008-04-20T19:44:00-07:00,2011-04-07T18:12:29-07:00,"When compiling a D program, eg helloWorld.d, gdc prodoces prints the following warnings:

indirect jmp without `*'

",kazu@…
1.6.0,15094,"gwydion-dylan-2.3.11 build failure: ""unknown_unix""",ports,1.6.0,defect,tim@…,new,2008-04-22T02:39:53-07:00,2009-04-28T00:53:07-07:00,"I'm trying to install the gwydion-dylan port on a fresh install of macports on an OS X 10.5.2 MacBookPro.
After a ""sudo port gwydion-dylan"" i got this:

{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gwydion-dylan/work/gwydion-dylan-2.3.11"" && make default "" returned error 2
Command output: make: *** No rule to make target `default'.  Stop.

Warning: the following items did not execute (for gwydion-dylan): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}

A ""sudo port -d -v gwydion-dylan"" revealed this:

{{{
Generating makefile for .
Unknown platform: unknown_unix at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gwydion-dylan/work/gwydion-dylan-2.3.11/gen-makefile line 736.
gen-makefile . failed.
}}}

",aurwandil@…
1.6.0,15095,BLT doesn't work properly,ports,1.6.0,defect,markd@…,new,2008-04-22T03:42:01-07:00,2009-12-09T06:17:44-08:00,"I installed BLT library via macports: port install blt, and when I am trying to run it on included samples, it doesn't work, and tells me that there are some version conflicts. The only other version I have is originally suplied Leopard TCL - version 8.4, so the conflict is according to me somewhere in macports installation.

there is a log when I tried to run a sample, it always ends up like this:

{{{
mn@hrusticka /opt/local/lib/blt2.4/demos $ bltwish barchart1.tcl 
Application initialization failed: version conflict for package ""Tcl"": have 8.5.2, need exactly 8.5
Error in startup script: dlsym(0x5882a0, Blt_Unload): symbol not founddlsym(0x5882a0, Blt_SafeUnload): symbol not foundversion conflict for package ""Tcl"": have 8.5.2, need exactly 8.5
    while executing
""load $library BLT""
    (procedure ""LoadBLT"" line 30)
    invoked from within
""LoadBLT 2.4 /opt/local/lib/blt2.4""
    (""package ifneeded BLT 2.4"" script)
    invoked from within
""package require BLT""
    (file ""barchart1.tcl"" line 3)
dyld: unloaded: /opt/local/lib/libBLT.2.dylib
}}}
",mn@…
1.6.0,15138,avrdude links with both MacPorts and system ncurses,ports,1.6.0,defect,bsd@…,new,2008-04-27T01:19:45-07:00,2009-04-28T00:53:07-07:00,"avrdude 5.5 links with both the MacPorts ncurses and the OS ncurses:

{{{
$ otool -L /opt/local/bin/avrdude
/opt/local/bin/avrdude:
        /opt/local/lib/libusb-0.1.4.dylib (compatibility version 9.0.0, current version 9.4.0)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 368.33.0)
        /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
        /opt/local/lib/libreadline.5.2.dylib (compatibility version 5.0.0, current version 5.2.0)
        /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
        /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.11)
$
}}}

It should only link against the MacPorts ncurses.",ryandesign@…
1.6.0,15169,sqlite3 test failures,ports,1.6.0,defect,mww@…,new,2008-05-01T07:17:00-07:00,2010-05-24T13:12:09-07:00,"Using jmp's / my  tcl thread variant from #15163, I'm seeing several test failures.  I suspect these failures (esp. threaded ones) are related to #15131

== Summary ==

Non-threaded (ie, without -DTCL_THREADS).  This is just a repeated run.  `port clean --work` was run between all iterations

sqlite_fulltest.txt: Failures on these tests: bind-4.4 bind-4.5 tcl-1.6 utf16-bind-4.4 utf16-bind-4.5 utf16-bind-6.4 utf16-bind-7.4

sqlite_fulltest2.txt: Failures on these tests: bind-4.4 bind-4.5 crash6-3.2.3 crash6-3.6.3 crash6-3.10.3 crash6-3.14.3 crash6-3.18.3 crash6-3.22.3 crash6-3.26.3 tcl-1.6 utf16-bind-4.4 utf16-bind-4.5 utf16-bind-6.4 utf16-bind-7.4

The threaded tests hang and need to be manually killed. Failures can be found by `grep -v Ok`

== How to reproduce ==
 1. port install tcl +threads (if you don't already have a threaded tcl)
 1. Download one of the patches from #15163.  
 1. port build /path/to/portfile
 1. chown -R yourself /path/to/work/dir/sqlite-3.5.8 .  The SQLite tests do not run as root.
 1. cd /path/to/work/dir/sqlite-3.5.8 && gnumake fulltest.  You may want to capture the output somewhere, as it's quite verbose.",pfein@…
1.6.0,15186,port upgrade does not work correctly on current pseudo-port,base,1.6.0,defect,macports-tickets@…,new,2008-05-02T19:00:52-07:00,2008-12-13T19:30:13-08:00,"Instead of taking the actual porturl, macports::upgrade searches for the port in the tree which makes the behavior totally unexpected when using the `current` pseudo-port.

Imagine you got some directory with a Portfile outside of your ports tree which has the same `name` as a port in the tree. Then run `port upgrade` in this directory, and not the port from this directory is build and installed, but the one from the tree. This is absolutely not expected behavior.

I think `macports::upgrade` should take a porturl instead of the name of a port.",raimue@…
1.6.0,15245,hmake 3.13 Build Fails,ports,1.6.0,defect,macports-tickets@…,new,2008-05-09T21:53:29-07:00,2009-08-10T14:28:51-07:00,"I get this error when I try to install:

{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.13"" && make all "" returned error 2
Command output: Makefile:10: *** Cannot find compiler type.  Stop.
}}}


",brianjlandau@…
1.6.0,15246,buddha 1.2 build fails,ports,1.6.0,defect,macports-tickets@…,new,2008-05-09T21:55:20-07:00,2009-06-28T21:11:36-07:00,"Error on Build:

{{{
Error: Target org.macports.build returned: shell command ""runghc Setup build"" returned error 1
Command output: Preprocessing executables for Djinn-2005.12.14...
Building Djinn-2005.12.14...

HTypes.hs:7:7:
    Could not find module `Text.PrettyPrint.HughesPJ':
      it is a member of package pretty-1.0.0.0, which is hidden
}}}


",brianjlandau@…
1.6.0,15247,Djinn 2006-0-21_1 Fails on Build,ports,1.6.0,defect,bfulgham@…,new,2008-05-09T21:58:28-07:00,2009-04-28T00:53:07-07:00,"Error:

{{{
Error: Target org.macports.build returned: shell command ""runghc Setup build"" returned error 1
Command output: Preprocessing executables for Djinn-2005.12.14...
Building Djinn-2005.12.14...

HTypes.hs:7:7:
    Could not find module `Text.PrettyPrint.HughesPJ':
      it is a member of package pretty-1.0.0.0, which is hidden
}}}


",brianjlandau@…
1.6.0,15484,post-commit lint script should handle Portfiles anywhere in repository,server/hosting,1.6.0,defect,ryandesign@…,reopened,2008-06-02T12:22:42-07:00,2010-06-08T06:57:39-07:00,"If I commit changes to a Portfile in trunk/dports/*/* a [browser:trunk/base/portmgr/jobs/portfile_lint.pl  script] runs which checks the Portfile syntax and emails any errors to the committer and maintainer. But if I have a Portfile elsewhere in the repository, such as under users/*/*, then the script emails me an error instead:

{{{
Portfile: pure-devel

Error: Unable to open port: Could not find Portfile in /tmp/mp_lint/36446/ryandesign/pure-devel
}}}

trunk/dports seems to be hardcoded into the script. But the script should support Portfiles, wherever in the repository they may be.

William said he doesn't have time to look into this right now so I may take a look.",ryandesign@…
1.6.0,15623,guide (trunk) Documentation missing for several Tcl extenstions (pextlib1.0),guide,1.6.0,defect,markd@…,new,2008-06-15T04:35:55-07:00,2013-03-28T16:46:20-07:00,"Many of the Pextlib commands are undocumented, among them prominent ones like ""system"".
{{{
system
flock
readdir
strsed
mkstemp
mktemp
md5
fs-traverse
filemap
rpm-vercomp
rmd160
sha1
compat
umask
sudo
mkfifo
unixsocketpair
mkchannelfromfd
pipe
curl
symlink
unsetenv
readline
rl_history
getuid
geteuid
getgid
getegid
setuid
seteuid
setgid
setegid
name_to_uid
uid_to_name
name_to_gid
gid_to_name
tracelib
}}}

See the definition of the extension here:

http://trac.macports.org/browser/trunk/base/src/pextlib1.0/Pextlib.c#L1167

The list is compiled by copying those minus the ones which actually are documented 
here in the guide.

http://guide.macports.org/#reference.tcl-extensions

Not sure if some of these should stay undocumented because they are rather 
implementation detail or ""private"", but most look quite generally applicable.

The related list discussion was this:

http://www.mail-archive.com/macports-dev@lists.macosforge.org/msg05179.html
",febeling@…
1.6.0,15625,Guide doesn't explain variants very well,guide,1.6.0,defect,markd@…,new,2008-06-15T06:26:28-07:00,2013-03-21T17:32:28-07:00,"There are some obvious questions about variants which are not answered in the guide (and also not in the FAQ).  I only began to figure out the answers by trying things and finding out what worked and what didn't.  The guide should be expanded to answer these questions.

 * Can multiple variant options be selected at install time?  (yes)
 * Do variant options sometimes conflict, and how would I know? (??)
 * Can two variants be installed at the same time? (yes, but only one can be active at a given time.  use port deactivate on the first variant, then install the second)
 * Can an existing variant be modified to add or remove variant options? (no)
 * What if I need to add a new option to a variant (or remove one)?  (uninstall it, then reinstall with the desired options)
 * Is the 'universal' variant considered to be exclusive of all other options?  That is, if there is an option that enables liba52 support, am I to assume the universal install doesn't have this support?  (??)
 * The documentation mentions turning off 'default' variant options with the minus sign syntax -- how do I find out which are the default ones, if any (other than reading the portfile)?  (??)

I might add that the short descriptions of the variants are quite unclear to me, and insufficient.  They're the sort of description which are adequate if you already know what the options mean.  If you don't, it doesn't help much in making wise choices.  I hope you consider support for greater documentation of these choices in the portfiles or elsewhere, more than a fraction of a line.  The wiki would also be a great place for further documentation of this kind, if it was expanded to include pages for every port with variants.  Please make it easier somehow for the documentation of variants to be expanded.

Here's an example.  Whats the difference between darwin7, darwin8, macosx options as opposed to universal?  I know 10.4 is darwin 8 (you should explain that too), but just when do I need to specify that?  Anytime I see it given as a variant?  Are darwin7 and darwin8 exclusive?  Are darwin8 and macosx exclusive?  How would I know?

Another example.  I see that ffmpeg includes native support for vorbis and xvid, but there are variant options to use external libraries instead.  What are the advantages to each choice?  Which provides greater speed/flexibility/etc?",myrrhlin@…
1.6.0,15626,cairo @1.6.4_1+macosx with quartz-font support: does not render non-latin characters,ports,1.6.0,defect,ryandesign@…,reopened,2008-06-15T06:39:44-07:00,2010-12-05T05:59:00-08:00,"quartz-font backend in cairo 1.6.4 might have a bug.
It does not render non-latin characters properly.

I guess there might be a flaw in its default font selection mechanism or something.

Ryan, would you please take a look?  This is very serious problem since it affects all of gtk2 applications. Thanks.

'''How to reproduce:'''

1) Install cairo and pango from scratch.

{{{
$ sudo port install cairo pango

$ port installed
The following ports are currently installed:
  cairo @1.6.4_1+macosx (active)
  expat @2.0.1_0 (active)
  fontconfig @2.6.0_0+macosx (active)
  freetype @2.3.6_0 (active)
  gettext @0.17_3 (active)
  glib2 @2.16.3_0+darwin_9 (active)
  gperf @3.0.3_0 (active)
  libiconv @1.12_0 (active)
  libpixman @0.10.0_0 (active)
  libpng @1.2.29_0 (active)
  ncurses @5.6_0 (active)
  ncursesw @5.6_1 (active)
  pango @1.20.3_0 (active)
  pkgconfig @0.23_0 (active)
  render @0.9_1 (active)
  Xft2 @2.1.12_0 (active)
  xorg-util-macros @1.1.5_0 (active)
  xorg-xproto @7.0.11_1 (active)
  xrender @0.9.0_2 (active)
  zlib @1.2.3_1 (active)
}}}

   After installing pango, run the below command
   to check whether these ports can render unicode text or not.

{{{
$ pango-view --backend=cairo ~/Desktop/utf8.txt

 (Result: picture1.png [NG])
}}}


2) Next, simply remove '${prefix}/lib/pkgconfig/cairo-quartz-font.pc'

{{{
$ sudo rm /opt/local/lib/pkgconfig/cairo-quartz-font.pc
}}}

   and then rebuild pango. Due to this operation, pango will be built
   without cairo-quartz-font support.

{{{
$ sudo port uninstall -f pango
$ sudo port install pango
}}}

   After installing pango, please run pango-view again.

{{{
$ pango-view --backend=cairo ~/Desktop/utf8.txt

 (Result: picture2.png [OK])
}}}

   That's it.

",takanori@…
1.6.0,15653,std::locale broken in gcc,ports,1.6.0,defect,mww@…,new,2008-06-17T11:46:58-07:00,2010-09-14T14:32:18-07:00,"When compiling the following code:

{{{
#include <locale>
#include <iostream>
#include <exception>
#include <clocale>

void
try_c_locale(const char* locale_name)
{
    if( std::setlocale(LC_ALL, locale_name) == NULL )
        printf(""Failed to setlocale(LC_ALL, \""%s\"")\n"", locale_name);
    else
        printf(""Succeeded in calling setlocale(LC_ALL, \""%s\"")\n"", locale_name);
}

void
try_cpp_locale(const char* locale_name)
{
    try
    {
        std::locale my_locale(locale_name);
    }
    catch(std::exception& e)
    {
        printf(""Failed ctor for std::locale with \""%s\"": %s\n"", locale_name, e.what());
        return;
    }

    printf(""Succeeded ctor for std::locale with \""%s\""\n"", locale_name);
}

int
main(void)
{
    // Some locales from ""locale -a"" on my OS X system, here is proof
    // that these locales do exist on my system. Take my word for it
    // that ""locale -a"" also shows these locales existing on my linux
    // system as well.
    //
    // rutski@imac:~$ locale -a | tail -n 2
    // C
    // POSIX
    // rutski@imac:~$ locale -a | grep en_US
    // en_US
    // en_US.ISO8859-1
    // en_US.ISO8859-15
    // en_US.US-ASCII
    // en_US.UTF-8
    // rutski@imac:~$ locale -a | grep pl_PL
    // pl_PL
    // pl_PL.ISO8859-2
    // pl_PL.UTF-8
    // rutski@imac:~$ 

    const char* test_locales[] =
    {
        ""C"",
        ""POSIX"",
        ""en_US"",
        ""en_US.UTF-8"",
         ""pl_PL"",
        ""pl_PL.ISO8859-2""
    };
    
    printf(""Trying c locales...\n"");
    for(size_t x = 0; x < sizeof(test_locales)/sizeof(char*); x++)
        try_c_locale(test_locales[x]);
    printf(""\n"");

    printf(""Trying C++ locales...\n"");
    for(size_t x = 0; x < sizeof(test_locales)/sizeof(char*); x++)
        try_cpp_locale(test_locales[x]);
}
}}}

the output clearly states there is something wrong:

{{{
Trying c locales...
Succeeded in calling setlocale(LC_ALL, ""C"")
Succeeded in calling setlocale(LC_ALL, ""POSIX"")
Succeeded in calling setlocale(LC_ALL, ""en_US"")
Succeeded in calling setlocale(LC_ALL, ""en_US.UTF-8"")
Succeeded in calling setlocale(LC_ALL, ""pl_PL"")
Succeeded in calling setlocale(LC_ALL, ""pl_PL.ISO8859-2"")

Trying C++ locales...
Succeeded ctor for std::locale with ""C""
Succeeded ctor for std::locale with ""POSIX""
Failed ctor for std::locale with ""en_US"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""en_US.UTF-8"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""pl_PL"": locale::facet::_S_create_c_locale name not valid
Failed ctor for std::locale with ""pl_PL.ISO8859-2"": locale::facet::_S_create_c_locale name not valid
}}}

a google serach delivers this:

http://groups.google.com/group/gnu.gcc.help/browse_thread/thread/99d874aed6b46fdd

appearantly, a `--enable-clocale` to configure might do something

however, macport's configure stage does not allow for adding options (or I could not find it)

 * could this be fixed in gcc? (in libstdc++)
 * could this be added to macport (adding extra configure options)",dirk@…
1.6.0,15678,mysql_install_db5 failed,ports,1.6.0,defect,ryandesign@…,assigned,2008-06-19T09:03:51-07:00,2013-04-15T15:34:07-07:00,"i'm trying this for about a couple of days without success. everytime the same error. but from the front. i've installed php5 apache2 and mysql5 with the this tutorial [http://samuraicoder.net/installing_php_and_mysql_leopard_macports_prealpha]. Everything is fine but when i try to install the system db tables with following command 
{{{
sudo -u mysql mysql_install_db5
}}} 

i got this error 

{{{
Installing MySQL system tables...
ERROR: 1062  Duplicate entry 'localhost-' for key 1
080619 17:35:19 [ERROR] Aborting

080619 17:35:19 [Note] /opt/local/libexec/mysqld: Shutdown complete

Installation of system tables failed!

Examine the logs in /opt/local/var/db/mysql5 for more information.
You can try to start the mysqld daemon with:
/opt/local/libexec/mysqld --skip-grant &
and use the command line tool
/opt/local/lib/mysql5/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /opt/local/lib/mysql5/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /opt/local/var/db/mysql5 that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /opt/local/lib/mysql5/bin/mysqlbug script!
}}}

If I try to connect I got an access denied error. I've tried to delete the databases under /opt/local/var/db/mysql5/ and installed again without success.
I have the macports 1.6.0 an a mac osx completely new installed with all updates (10.5.3) . Last week we installed it on three other macs in our company and it works perfectly. Im totally helpless about that. 

Thanks for your help
",s.willkommer@…
1.6.0,15711,scons 0.98.4 fails to build latex files,ports,1.6.0,defect,landonf@…,new,2008-06-21T15:22:29-07:00,2010-10-07T14:56:48-07:00,"{{{
$ scons --version

SCons by Steven Knight et al.:
	script: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok
	engine: v0.98.4.r2949, 2008/05/17 23:07:00, by knight on bangkok

$ cat SConstruct

dvi = DVI('example.tex')

$ scons

AttributeError: SConsEnvironment instance has no attribute 'DVI':
}}}",jjakuze@…
1.6.0,15731,samba-4.0.0alpha2 build error - missing blkid/blkid.h,ports,1.6.0,defect,mww@…,new,2008-06-23T12:01:25-07:00,2009-04-28T00:53:07-07:00,"The build fails on:
ntvfs/posix/pvfs_fsinfo.c:29:25: error: blkid/blkid.h: No such file or directory

Workaround: install e2fsprogs

This should probably be listed as a build dependency or fixed up-stream to not require e2fsprogs.
",mforrest@…
1.6.0,15765,"rtorrent 0.7.9  ""Caught Segmentation fault, dumping stack""",ports,1.6.0,defect,gardnermj@…,new,2008-06-27T08:43:09-07:00,2009-04-28T00:53:07-07:00,"After reinstalling a clean version of mac osx 10.5 twice in the last 2 days and installing rtorrent via macports i'm getting crashes everytime when quitting and sometimes on start up with message below.  I had it working perfectly on the same system for months installing in the same way a few months ago without ever having this error message.  I think it has to do with an incompatibilty with a newer version of the curl dependency (7.18.2_0).  I have port uninstalled curl and manually copied over from usr/local/bin a curl 7.18.1_2 version I compiled. I then rebuilt rtorrent via macports (giving an error as it still tried to fetch curl but couldn't activate as already had the curl files i had copied over were in its way although rtorrent then built as normal).  And it is now fixed and running perfectly with curl at 7.18.1_2.  I'm assuming the port has been updated installing newest versions of all dependencies.  Can one change the port to install the older version by default, it was lucky i had another computer with rtorrent installed and running perfectly still on the old port  with the original curl 7.18.1_2 tarball in the distfiles folder.  Couldn't find a copy on curl's website



Caught Segmentation fault, dumping stack:[[BR]]
0 0   rtorrent                            0x0002e4dd _Z8do_panici + 125[[BR]]
1 1   rtorrent                            0x00034385 _ZN13SignalHandler6caughtEi + 357[[BR]]
2 2   libSystem.B.dylib                   0x9035097b _sigtramp + 43[[BR]]
3 3   ???                                 0xffffffff 0x0 + 4294967295[[BR]]
4 4   libcurl.4.dylib                     0x0020628e Curl_http + 2190[[BR]]
5 5   libcurl.4.dylib                     0x00212dda Curl_do + 234[[BR]]
6 6   libcurl.4.dylib                     0x0021f767 Curl_expire + 2983[[BR]]
7 7   libcurl.4.dylib                     0x0021fb99 curl_multi_perform + 89[[BR]]
8 8   rtorrent                            0x000518a3 _ZN4core9CurlStack7performEv + 51[[BR]]
9 9   rtorrent                            0x000744a9 _ZN4core17PollManagerSelect4pollEN3rak5timerE + 425[[BR]]
10 10  rtorrent                            0x0002fc01 main + 1777[[BR]]
11 11  rtorrent                            0x00002696 start + 54[[BR]]
Abort trap

",bigjonnyk@…
1.6.0,15772,ccache support sets incompatible compiler,base,1.6.0,defect,macports-tickets@…,new,2008-06-28T11:07:57-07:00,2009-05-22T05:11:03-07:00,"Prior to the introduction of ccache-specific functionality, ccache could be enabled by setting the binpath in macports.conf. This would result in standard compiler names being found in /opt/local/libexec/ccache.

With the introduction of ccache-specific functionality -- in of itself a layering violation -- the compiler is now munged at configure-time:

{{{
CC=ccache /usr/bin/gcc-4.0
}}}

This ""two word"" CC command breaks some otherwise valid Makefile that expect CC to be a single command. An example:

{{{
ifndef $(CXX)
    CXX = c++
endif
}}}


Results in:

{{{
Makefile:8: *** invalid syntax in conditional.  Stop.
}}}",landonf@…
1.6.0,15790,Missing dependencies for Gerris,ports,1.6.0,defect,macports-tickets@…,new,2008-06-29T18:48:24-07:00,2010-10-07T15:03:45-07:00,"The Gerris port is missing dependencies.  If it would help, then I can address these with some instruction from you on the preferred approach.  I have proposed solutions at the end.

Here is what is missing:

1) If openmpi or some such thing is available for multiprocessing, Gerris will compile with it.  It seems reasonable to include this as a variant.

2) The Gerris example program cylinder.gfs in /opt/local/share/doc/gerris/cylinder is dependent on the 'ppmtoy4m' utility provided by the mjpegtools,and the 'convert' utility from imagemagick.  These are not listed as dependencies.  Note: Execution instructions for each example program are given at http://gfs.sourceforge.net/examples/examples/index.html.

3) When running the example programs as described on the Web site, the output from Gerris is often piped to one of the GfsView companion programs.  There is no port for GfsView at this time.

4) The example program pipeline also makes use of ppmtompeg, which is provided by the netpbm packages and not currently listed as a dependency.

There may be other issues, but I won't know until these are addressed so that I can run the examples.

One way to deal with issues 2-4 is to create an 'examples' variant that separately installs the example programs along with the dependencies.  Alternatively, the examples can be installed as is, but with additional dependencies listed for the base install.  If it would be help, then I can prepare a patch for Gerris and a new port for GfsView.  Just please let me know which you consider to be the best alternative.",tom.duck@…
1.6.0,15819,Add a pointer to 7.2 in 4.2 and/or 4.6,guide,1.6.0,defect,markd@…,new,2008-07-02T05:27:51-07:00,2009-04-28T01:04:30-07:00,"Right now the new port maintainer is not really guided from one step to the other to create a new port, especially the jump to the last one (chapter 7).

For people who wants to submit a new portfile from scratch, it would be useful to have a link from 4.2 and/or 4.6.

Or may be even a quick howto referencing 4. and 7.

 
",ocroquette@…
1.6.0,15829,"gdk-pixbuf 0.22.0, Revision 1, Build Failure",ports,1.6.0,defect,macports-tickets@…,new,2008-07-02T20:47:34-07:00,2011-10-02T06:22:55-07:00,"gdk-pixbuf 0.22.0 fails to build on a PPC machine– tried attempted all variants.

{{{
--->  Building gdk-pixbuf with target all
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gdk-pixbuf/work/gdk-pixbuf-0.22.0"" && make all "" returned error 2
Command output: gdk-pixbuf.c:281: error: parse error before 'gdk_pixbuf_get_has_alpha'
gdk-pixbuf.c: In function 'gdk_pixbuf_get_has_alpha':
gdk-pixbuf.c:285: error: dereferencing pointer to incomplete type
gdk-pixbuf.c:285: error: 'TRUE' undeclared (first use in this function)
gdk-pixbuf.c:285: error: 'FALSE' undeclared (first use in this function)
gdk-pixbuf.c: In function 'gdk_pixbuf_get_bits_per_sample':
gdk-pixbuf.c:301: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: At top level:
gdk-pixbuf.c:312: error: parse error before '*' token
gdk-pixbuf.c: In function 'gdk_pixbuf_get_pixels':
gdk-pixbuf.c:317: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_width':
gdk-pixbuf.c:333: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_height':
gdk-pixbuf.c:349: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: In function 'gdk_pixbuf_get_rowstride':
gdk-pixbuf.c:365: error: dereferencing pointer to incomplete type
gdk-pixbuf.c: At top level:
gdk-pixbuf.c:371: error: parse error before 'gdk_pixbuf_major_version'
gdk-pixbuf.c:371: warning: data definition has no type or storage class
gdk-pixbuf.c:372: error: parse error before 'gdk_pixbuf_minor_version'
gdk-pixbuf.c:372: warning: data definition has no type or storage class
gdk-pixbuf.c:373: error: parse error before 'gdk_pixbuf_micro_version'
gdk-pixbuf.c:373: warning: data definition has no type or storage class
gdk-pixbuf.c:378: error: parse error before 'app'
gdk-pixbuf.c:383: error: parse error before 'app'
make[3]: *** [gdk-pixbuf.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Error: Status 1 encountered during processing.
}}}
",smurfair@…
1.6.0,15859,"openjade 1.3.2, Revision 2: demo failure",ports,1.6.0,defect,macports-tickets@…,new,2008-07-04T12:59:40-07:00,2010-04-21T19:29:05-07:00,"Openjade has a demo program that can be used to test the installation.  See http://olympus.het.brown.edu/cgi-bin/dwww?type=file&location=/usr/share/doc/openjade#using.

Execution of the demo results in a bus error:

{{{
$ openjade demo.sgm
Bus error
}}}


This is on my 10.4 Tiger system with the updated openjade port.
",tom.duck@…
1.6.0,15885,lesstif 0.95 violates the layout of the ports-filesystems,ports,1.6.0,defect,lomion@…,new,2008-07-05T18:00:30-07:00,2009-04-28T00:53:07-07:00,"It appears that the lesstif package is installing files where it shouldn't be:

{{{
--->  Fetching lesstif
--->  Attempting to fetch lesstif-0.95.0.tar.bz2 from http://downloads.sourceforge.net/lesstif
--->  Verifying checksum(s) for lesstif
--->  Extracting lesstif
--->  Configuring lesstif
--->  Building lesstif with target all
--->  Staging lesstif into destroot
Warning: violation by /opt
Warning: violation by /usr/X11R6/LessTif
Warning: violation by /usr/X11R6/man
Warning: lesstif violates the layout of the ports-filesystems!
Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
--->  Installing lesstif 0.95.0_0
--->  Activating lesstif 0.95.0_0
--->  Cleaning lesstif
}}}",jrtomshine@…
1.6.0,16061,Update port.1 man page for clearer description of -f and the state file,base,1.6.0,defect,macports-tickets@…,new,2008-07-21T21:29:18-07:00,2009-07-04T02:04:48-07:00,Will attach a diff to base/doc/port.1 to clarify the description of the {{{-f}}} option and what it means in regards to the state file (since I misread it in the opposite direction of its meaning).,blb@…
1.6.0,16102,gcc43 4.3.1_1 - No port for GDB and Apple GDB fails to debug mp-gcc43 executables,ports,1.6.0,defect,macports-tickets@…,new,2008-07-25T10:03:08-07:00,2012-02-24T14:08:50-08:00,"I haven't found any port for GDB, and while the Apple GDB (Leopard) debugs correctly executables produced by the Apple version of GCC, it can't debug executables produced by the version of GCC 4.3 found in MacPorts.",thomas@…
1.6.0,16201,Upgrading openssh overwrites user-modified config files,ports,1.6.0,defect,jwa@…,new,2008-08-03T16:51:23-07:00,2012-03-06T03:51:42-08:00,"The openssh port shouldn't overwrite user-modified config files (ssh_config and sshd_config), or should introduce some mechanism to do config file upgrades safely. For instance, contents between some markers could be preserved, e.g.
{{{
# BEGIN local configuration
...
# END local configuration
}}}
In such a case, such configuration should be near the beginning of the file. The ssh_config man page says:
{{{
     For each parameter, the first obtained value will be used.  The configu-
     ration files contain sections separated by ``Host'' specifications, and
     that section is only applied for hosts that match one of the patterns
     given in the specification.  The matched host name is the one given on
     the command line.

     Since the first obtained value for each parameter is used, more host-spe-
     cific declarations should be given near the beginning of the file, and
     general defaults at the end.
}}}
I don't know about sshd_config. I suppose that the same rule is applied.",vinc17@…
1.6.0,16223,port doesn't check whether the extract target has failed,base,1.6.0,defect,macports-tickets@…,new,2008-08-04T18:18:28-07:00,2009-01-18T18:19:38-08:00,"port doesn't check whether the extract target has failed and always runs the configure target. If the extract target has failed, the configure target also fails very early, but the user may be confused by the error message, in particular if the -v option hasn't been used (the error message in the extract target is filtered out). As an example, see #16220.

If ""port extract <portname>"" has been used, port is completely silent.",vinc17@…
1.6.0,16271,e2fsprogs and ossp-uuid conflict on /opt/local/lib/libuuid.a,ports,1.6.0,defect,macports-tickets@…,reopened,2008-08-09T18:10:08-07:00,2011-03-12T15:04:53-08:00,"{{{
--->  Activating e2fsprogs @1.40.6_0
Error: Target org.macports.activate returned: Image error: /opt/local/lib/libuuid.a is being used by the active ossp-uuid port.  Please deactivate this port first, or use the -f flag to force the activation.
}}}

I have currently no idea how to resolve this the correct way. The libraries are different.",raimue@…
1.6.0,16312,py25-wxpython causes an error message in the Python interactive interpreter help().,ports,1.6.0,defect,mww@…,new,2008-08-14T05:23:55-07:00,2009-04-28T00:53:07-07:00,"After installing py25-wxpython trying to show all available modules in the Python interpreter fails with an error message.

Here is how to reproduce it:


{{{
$ python
Python 2.5.2 (r252:60911, Aug  8 2008, 22:25:12) 
[GCC 4.0.1 (Apple Inc. build 5484)] on darwin
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> help()

Welcome to Python 2.5!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://www.python.org/doc/tut/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type ""quit"".

To get a list of available modules, keywords, or topics, type ""modules"",
""keywords"", or ""topics"".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as ""spam"", type ""modules spam"".

help> modules

Please wait a moment while I gather a list of all available modules...

Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site.py"", line 346, in __call__
    return pydoc.help(*args, **kwds)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1648, in __call__
    self.interact()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1666, in interact
    self.help(request)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1682, in help
    elif request == 'modules': self.listmodules()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1803, in listmodules
    ModuleScanner().run(callback)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pydoc.py"", line 1854, in run
    for importer, modname, ispkg in pkgutil.walk_packages():
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pkgutil.py"", line 110, in walk_packages
    __import__(name)
  File ""/opt/local/lib/python2.5/site-packages/wxaddons/__init__.py"", line 29, in <module>
    config = wx.Config(""wxaddons"")
  File ""/opt/local/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_misc.py"", line 3298, in __init__
    _misc_.Config_swiginit(self,_misc_.new_Config(*args, **kwargs))
wx._core.PyNoAppError: The wx.App object must be created first!
>>>
}}}


My environment:

MacOS 10.5.4


{{{
$ port version
Version: 1.600

$ port installed |grep wx
  py25-wxpython @2.8.8.1_0 (active)
  wxWidgets @2.8.8_0 (active)
}}}

After uninstalling py25-wxpython it works.


Thanks for any help,
[[BR]]
-Markus-

",paidhi@…
1.6.0,16318,"port ""gq"" segfaults",ports,1.6.0,defect,syzdek@…,new,2008-08-15T03:14:59-07:00,2009-04-28T00:53:07-07:00,"port ""gq"" segfaults after what appears to be a clean build",smcavoy@…
1.6.0,16425,gnustep-back: build failure on Leopard: Segmentation fault,ports,1.6.0,defect,macports-tickets@…,new,2008-08-31T06:26:15-07:00,2013-02-01T22:41:01-08:00,"I get the following segmentation fault on Leopard while compiling gnustep-back.

{{{
Making all for bundle libgnustep-back-012...
(echo ""{""; echo '  NOTE = ""Automatically generated, do not edit!"";'; \
	  echo ""  NSExecutable = \""libgnustep-back-012\"";""; \
	  echo ""  NSMainNibFile = \""\"";""; \
	  echo ""  NSPrincipalClass = \""GSBackend\"";""; \
	  echo ""}"") >libgnustep-back-012.bundle/Resources/Info-gnustep.plist
if [ -r ""libgnustep-back-012Info.plist"" ]; then \
	  plmerge libgnustep-back-012.bundle/Resources/Info-gnustep.plist libgnustep-back-012Info.plist; \
	fi
/bin/sh: line 1: 57820 Segmentation fault      plmerge libgnustep-back-012.bundle/Resources/Info-gnustep.plist libgnustep-back-012Info.plist
gnumake[2]: *** [libgnustep-back-012.bundle/Resources/Info-gnustep.plist] Error 139
gnumake[1]: *** [libgnustep-back-012.all.bundle.variables] Error 2
gnumake: *** [internal-all] Error 2

Error: The following dependencies failed to build: gnustep-core gnustep-back
Error: Status 1 encountered during processing.
}}}
",tguless@…
1.6.0,16440,pdftk is unstable,ports,1.6.0,defect,ryandesign@…,new,2008-09-01T08:20:28-07:00,2010-10-26T09:53:35-07:00,"Since gcj34 no longer compiles on ports (Tiger, Leopard), pdftk should be removed. pdftk uses obslolete I/O mechanisms (and has other problems) on all gcc4xx versions, and although it does compile, shows erratic behaviour on all platforms (hangs, coredumps).",helge@…
1.6.0,16504,Installation of hs-plugins fails,ports,1.6.0,defect,macports-tickets@…,new,2008-09-10T03:49:39-07:00,2009-04-28T00:53:07-07:00,"To install ""yi"", I typed ""sudo port install ghc yi"" then
installation of hs-plugins failed.",kazu@…
1.6.0,16514,Minicom: bad path for lock file,ports,1.6.0,defect,macports-tickets@…,new,2008-09-11T12:16:58-07:00,2012-08-07T00:09:21-07:00,"Minicom create a lock file when it is launched to prevent another instance to be called.

For now, Portfile set this to ${prefix}/var which is 755 by default on leopard, so by default only root can call minicom.

It would be better if --enable-lock-dir was set up on ${prefix}/lock which could be set 1777.
Else if we accept path outside of prefix, we can use /var/tmp (or /tmp to be more portable)",julien-mac@…
1.6.0,16524,qtpfsgui can't open raw file,ports,1.6.0,defect,clubjuggler@…,new,2008-09-12T09:42:26-07:00,2011-08-29T06:33:48-07:00,"If I try to open a NEF raw file with qtpfsgui it opens a dialog box that says ""ERROR:  Cannot start dcraw on file:  DSC_1527.NEF""
I found that the version on the web site qtpfsgui web site contains dcraw, but that the port version does not.  While I have the ufraw port installed, and installed dcraw.
I copied cfraw into the application qtpfsgui/Contents/MacOS and now it will open NEF files. 
So the problem is just that qtpfsgui is not properly finding dcraw.  I suppose that it should be pointed to find the version in Macports, or the port could just copy dcraw into the application.  I am not sure how to change the port file so that either of the above happen, however.
Also, either ufraw or dcraw should probably be a dependent of qtpfsgui.  
Finally, perhaps it should be a separate ticket, but the port of dcraw can't install, since ufraw installs that same file, and I already have installed that.  So something should change about one or the other of these paths/ports.  Perhaps ufraw should just depend on dcraw instead of including its own version of that same code?

--Adam",dersh@…
1.6.0,16583,php5-eaccelerator 0.9.5.3 fails during configure - need to pass user id for sysvipc,ports,1.6.0,defect,ryandesign@…,new,2008-09-17T18:53:58-07:00,2013-03-22T09:10:48-07:00,"{{{
# port --version
MacPorts 1.600

# php --version
PHP 5.2.6 (cli) (built: Jul 17 2008 23:04:49) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

# port install php5-eaccelerator +sessions +content_caching
--->  Fetching php5-eaccelerator
--->  Attempting to fetch eaccelerator-0.9.5.3.tar.bz2 from http://bart.eaccelerator.net/source/0.9.5.3/
--->  Verifying checksum(s) for php5-eaccelerator
--->  Extracting php5-eaccelerator
--->  Configuring php5-eaccelerator
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_php5-eaccelerator/work/eaccelerator-0.9.5.3"" && ./configure --prefix=/opt/local --with-php-config=/opt/local/bin/php-config --with-eaccelerator-sessions --with-eaccelerator-content-caching "" returned error 1
Command output: checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking mandatory system headers... no
checking whether union semun is defined in sys/sem.h... yes
checking for sysvipc shared memory support... no
checking for mmap shared memory support... yes
checking for mmap on /dev/zero shared memory support... no
checking for anonymous mmap shared memory support... yes
checking for posix mmap shared memory support... yes
checking for best shared memory type... anonymous mmap
checking for spinlock semaphores support... no
checking for pthread semaphores support... no
checking for posix semaphores support... yes
checking for sysvipc semaphores support... yes
checking for fcntl semaphores support... yes
checking for flock semaphores support... yes
checking for best semaphores type... configure: error: ""You need to pass the user id eaccelerator will be running under when using sysvipc semaphores""
}}}

",moody@…
1.6.0,16591,php5 > 5.2.0_0 snmpget error via apache2 ok via cli,ports,1.6.0,defect,jwa@…,new,2008-09-19T01:41:39-07:00,2009-04-28T00:53:07-07:00,"Hi there,
just stepped into a strange problem with snmpget in php5 build on OSX 10.4.11.
If i try to do something like that (examples from the nedi port):

{{{
<?php
//===============================
// SNMPget utility.
//===============================
session_start(); 
require_once ('libmisc.php');
require_once (""../languages/$_SESSION[lang]/gui.php"");

if( !preg_match(""/net/"",$_SESSION['group']) ){
	echo $nokmsg;
	die;
}
$_GET = sanitize($_GET);
?>
<html>
<head>
<meta http-equiv=""Content-Type"" content=""text/html;charset=<?=$charset?>"">
<link href=""../themes/<?=$_SESSION[theme]?>.css"" type=""text/css"" rel=""stylesheet"">
</head>
<body>
<h1><?=$_GET['ip']?> (<?=$_GET['c']?>)</h1>
<div class=""net1"">
<h2><img src=""../img/32/brgt.png"" hspace=""10""> <?=$_GET['oid']?></h2>
</div>
<div class=""net2 code"">
<?
if($_GET['ip'] and $_GET['c'] and $_GET['oid']){
	echo snmpget($_GET['ip'],$_GET['c'],"".$_GET[oid]"");
}else{
	echo ""<h4>No IP, community or OID?</h4>"";
}
?>
</div>
</body>
</html>

}}}

via apache2 i get an error

So i googled a bit and found two similar problems in:
[http://bugs.php.net/bug.php?id=32680]
and
[http://bugs.php.net/bug.php?id=38613&edit=1]

Then I tried to get any results by checking the same funktion in the cli:

{{{
<?php
//===============================
// SNMPget utility.
//===============================
session_start(); 
require_once ('libmisc.php');
require_once (""../languages/deutsch/gui.php"");

#if( !preg_match(""/net/"",$_SESSION['group']) ){
#	echo $nokmsg;
#	die;
#}
$_GET['ip']=$argv[1];
$_GET['c']=$argv[2];
$_GET[oid]=$argv[3];

$_GET = sanitize($_GET);
?>
<html>
<head>
<meta http-equiv=""Content-Type"" content=""text/html;charset=<?=$charset?>"">
<link href=""../themes/<?=$_SESSION[theme]?>.css"" type=""text/css"" rel=""stylesheet"">
</head>
<body>
<h1><?=$_GET['ip']?> (<?=$_GET['c']?>)</h1>
<div class=""net1"">
<h2><img src=""../img/32/brgt.png"" hspace=""10""> <?=$_GET['oid']?></h2>
</div>
<div class=""net2 code"">
<?
if($_GET['ip'] and $_GET['c'] and $_GET['oid']){
	echo snmpget($_GET['ip'],$_GET['c'],"".$_GET[oid]"");
}else{
	echo ""<h4>No IP, community or OID?</h4>"";
}
?>
</div>
</body>
</html>
}}}

And if I call it like that:
php snmpget2.php 172.16.xxx.xxx ******** 1.3.6.1.2.1.47.1.1.1.1.11.1

i get a valid output:

{{{
<html>
<head>
<meta http-equiv=""Content-Type"" content=""text/html;charset=iso-8859-1"">
<link href=""../themes/.css"" type=""text/css"" rel=""stylesheet"">
</head>
<body>
<h1>172.16.xxx.xxx (******)</h1>
<div class=""net1"">
<h2><img src=""../img/32/brgt.png"" hspace=""10""> 1.3.6.1.2.1.47.1.1.1.1.11.1</h2>
</div>
<div class=""net2 code"">
STRING: ""SAL0803SYDB""</div>
</body>
</html>

}}}
So I thinks this proofs, that the snmpget is ok but fails via apache.

So i tried to get rid of that problem and found a dirty solution.

{{{
################################################################################
1. get the actual php5 source:

medianet@intermac1:/opt/local/var/macports/build$ sudo port -v fetch php5 

medianet@intermac1:/opt/local/var/macports/build$ sudo port -v checksum php5 
--->  Verifying checksum(s) for php5
--->  Checksumming php-5.2.6.tar.bz2

################################################################################
2. patch snmp.c :


! Could lead into another problem!!
see : [http://bugs.php.net/bug.php?id=38613&edit=1]

pwd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_php5/work/php-5.2.6/ext/snmp

diff snmp.c snmp.c.orig 
223c223
< /*    snmp_shutdown(""snmpapp""); */
---
>       snmp_shutdown(""snmpapp"");


################################################################################
3. compile php5 :

medianet@intermac1:~$ sudo  port clean php5
--->  Cleaning php5
medianet@intermac1:~$ sudo port -v patch php5 +apache2+macosx+mysql5+snmp
medianet@intermac1:~$ sudo port -v configure php5 +apache2+macosx+mysql5+snmp
medianet@intermac1:~$ sudo port -v build php5 +apache2+macosx+mysql5+snmp

################################################################################
4. ! install only works after deaktivating the old version manually:

	medianet@intermac1:~$ sudo port -v install php5 +apache2+macosx+mysql5+snmp
	--->  Activating php5 5.2.6_1+apache2+macosx+mysql5+snmp
	Error: Target org.macports.activate returned: Image error: Another version of this port (php5 @5.2.0_0+apache2+darwin_8+macosx+mysql5+snmp) is already active.
	Warning: the following items did not execute (for php5): org.macports.activate
	Error: Status 1 encountered during processing.

medianet@intermac1:~$ sudo port deactivate php5 @5.2.0_0+apache2+darwin_8+macosx+mysql5+snmp
--->  Deactivating php5 5.2.0_0+apache2+darwin_8+macosx+mysql5+snmp

medianet@intermac1:~$ sudo port -v install php5 +apache2+macosx+mysql5+snmp
--->  Activating php5 5.2.6_1+apache2+macosx+mysql5+snmp
--->  Cleaning php5
--->  Removing build directory for php5
medianet@intermac1:~$ port installed php5
The following ports are currently installed:
  php5 @5.2.0_0+apache2+darwin_8+macosx+mysql5+snmp
  php5 @5.2.6_1+apache2+macosx+mysql5+snmp (active)
}}}


Maybe anyone can find a better solution

Greetings from Germany

Jürgen

",news@…
1.6.0,16900,guide: return values for tcl extensions such as existsuser and adduser,guide,1.6.0,defect,markd@…,new,2008-10-17T16:16:12-07:00,2013-03-22T01:14:19-07:00,"Can we update the guide to indicate the return values for many of the tcl extensions listed here:
http://guide.macports.org/#reference.tcl-extensions

For example, there is no indication that {{{existsuser}}} returns the UID for a user that exists - what does it return when no user exists - 0?  Also, it would be helpful to know whether {{{adduser}}} skips, replaces, or updates specific fields for any user that already exists.  Does {{{adduser}}} provide any return values to indicate success or failure (or otherwise - like UID)?

Thanks, Darren

",dweber@…
1.6.0,16954,"rsync always used for selfupdate, which has issues when behind a firewall",base,1.6.0,defect,macports-tickets@…,new,2008-10-22T02:36:20-07:00,2008-12-13T19:30:13-08:00,"I've followed the description given in [wiki:howto/SyncingWithSVN How to use svn for syncing the ports tree] and while {{{port -d sync}}} yields:
{{{
EBUG: Synchronizing ports tree(s)
Synchronizing local ports tree from file:///opt/local/var/macports/sources/svn.macports.org/trunk/dports
DEBUG: /usr/bin/svn update --non-interactive /opt/local/var/macports/sources/svn.macports.org/trunk/dports
DEBUG: changing euid/egid - current euid: 0 - current egid: 0

Fetching external item into '/opt/local/var/macports/sources/svn.macports.org/trunk/dports/sysutils/MacPorts/files'
External at revision 41076.

At revision 41076.
}}}
MacPorts still seems to be updating through rsync:
{{{
DEBUG: Rebuilding the MacPorts base system if needed.
DEBUG: Synchronizing ports tree(s)
Synchronizing local ports tree from file:///opt/local/var/macports/sources/svn.macports.org/trunk/dports
DEBUG: /usr/bin/svn update --non-interactive /opt/local/var/macports/sources/svn.macports.org/trunk/dports
DEBUG: changing euid/egid - current euid: 0 - current egid: 0

Fetching external item into '/opt/local/var/macports/sources/svn.macports.org/trunk/dports/sysutils/MacPorts/files'
External at revision 41076.

At revision 41076.
DEBUG: MacPorts base dir: /opt/local/var/macports/sources/rsync.macports.org/release/base
DEBUG: Setting user: root

MacPorts base version 1.600 installed
DEBUG: Updating using rsync
rsync: failed to connect to rsync.macports.org: Operation timed out (60)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]
DEBUG: Error: rsync failed in selfupdate
    while executing
""macports::selfupdate [array get global_options]""
Error: /opt/local/bin/port: port selfupdate failed: Error: rsync failed in selfupdate
}}}
Why is this? How can I avoid rsync alltogether? I'm behind a firewall and would like MacPorts to update through svn instead of rsync (or at least rsync against my locally svn-updated repository) since rsync won't work.
",asbjorn@…
1.6.0,16977,qtpfsgui crash saving exr,ports,1.6.0,defect,clubjuggler@…,new,2008-10-23T09:55:51-07:00,2011-02-10T21:25:32-08:00,"qtpfsgui seems to work fine for most functions now.  But if I try to save an HDR image as a .exr it crashes.  I can save with no problem as an .hdr.  And if I convert an image to .exr using another tool, then qtpfsgui can open it.  So it is able to find and use openexr for reading but not for writing.


The following appears in my system.log when the crash happens:
{{{
Oct 23 09:42:10 adamsmacbook-3 [0x0-0x91091].qtpfsgui[7812]: terminate called after throwing an instance of 'Iex::EaccesExc'
Oct 23 09:42:10 adamsmacbook-3 [0x0-0x91091].qtpfsgui[7812]:   what():  Cannot open image file ""�Q9"". Permission denied.
}}}
(Yes, those odd characters are the same as what appear in my system.log file for the file name....)


I can post the full crash report that is generated if that might help.

I am not sure if this is a more general problem with qtpfsgui, but I did search and didn't find other references to this problem, so I think that it might be specific to the MacPort version.  

Thanks,

--Adam",dersh@…
1.6.0,17018,libgda3 uses string match as if it accepted a regexp,ports,1.6.0,defect,jwa@…,new,2008-10-27T14:04:14-07:00,2010-09-08T15:21:00-07:00,"libgda3 uses the ""string match"" function as if it accepted a regular expression as its parameter, but it does not; it expects a glob.

The string match in the Portfile has thus never worked. The string match could be fixed by changing ""`{/Makefile$}`"" to ""`{*/Makefile}`"". However the only Makefile in the source is in the po directory and it does not contain the string to be replaced. If the port is working correctly now, perhaps the entire post-configure part can be removed.",ryandesign@…
1.6.0,17051,postgres account on leopard 10.5.5 cannot remote login (ssh),ports,1.6.0,defect,mww@…,new,2008-10-30T03:23:54-07:00,2009-04-28T00:53:07-07:00,"i've successfully installed '''postgresql83''', '''postgresql83-server''' and '''postgresql83-doc'''.

problem is i cannot add the '''postgres''' account created during install to '''Systems Preferences'''->'''Sharing'''->'''Remote Login'''->'''Allow access for: Only these users:'''. upon clicking the '''""+""''' sign to add accounts, the '''postgres''' account is not included in the '''Users & Groups''' list.

i can '''ssh postgres@hostname''' successfully if i select the ""'''All users'''"" though.

i need to be able to select specific users that are allowed for Remote Login (ssh).",gezeala@…
1.6.0,17155,avr-gdb-6.71 broken / fails to read  symbols from elf files,ports,1.6.0,defect,macports-tickets@…,new,2008-11-09T07:46:11-08:00,2009-04-28T00:53:07-07:00,"Although it seems to build perfectly ok, avr-gdb is not able to read debugging symbols from elf files. I tried switching to gdb-6.8 with the same effect.



I found out that if built by hand with same ./configure parameters it works just fine, but using the port somehow elfread.o doesn't get linked in. 
Somehow the configure scripts seem to fail.  The Problem is afaik related to bfd's elf support: ""checking for ELF support in BFD... no"" if compiled by port, whereas ELF support is detected when build by hand.",moritz.fischer@…
1.6.0,17196,wview 4.0.1 install missing daemons wvhttpd wviewsqld,ports,1.6.0,defect,mbrooksclark@…,new,2008-11-11T15:04:43-08:00,2009-04-28T00:53:07-07:00,"missing wvhttpd and wviewsqld. all other daemons installed fine:
{{{
-rwxr-xr-x     2 root  admin    23084 Nov  6 16:15 radmrouted
-rwxr-xr-x     2 root  admin    46920 Nov 11 17:11 wvalarmd
-rwxr-xr-x     2 root  admin    33228 Nov 11 17:11 wvcwopd
-rwxr-xr-x     2 root  admin    72512 Nov 11 17:11 wviewconfig
-rwxr-xr-x     2 root  admin    97464 Nov 11 17:11 wviewd
-rwxr-xr-x     2 root  admin    33376 Nov 11 17:11 wviewftpd
-rwxr-xr-x     2 root  admin     6148 Nov 11 17:11 wviewhtmlconfig
-rwxr-xr-x     2 root  admin    33320 Nov 11 17:11 wviewsshd
-rwxr-xr-x     2 root  admin    33912 Nov 11 17:11 wvpmond
-rwxr-xr-x     2 root  admin   245032 Nov 11 17:11 htmlgend
}}}",tshaw@…
1.6.0,17199,hs-HTTP installation failure,ports,1.6.0,defect,singingwolfboy@…,new,2008-11-11T18:44:20-08:00,2013-04-15T08:59:49-07:00,"After upgrading GHC to 6.10.1, installing hs-cabal failed due to hs-HTTP.

I guess HTTP-3001.1.4 should be installed instead of /HTTP-3001.0.4.
",kazu@…
1.6.0,17217,mod_mono does not generate mod_mono.so,ports,1.6.0,defect,macports-tickets@…,new,2008-11-12T20:03:02-08:00,2009-04-28T00:53:07-07:00,A symlink is created that points to mod_mono.0.0.0.so but this file does not exist after installation. Using Mac OS X 10.4 and 10.5 finding same result.,ggreen@…
1.6.0,17322,ddd still does not install under 10.5.4,ports,1.6.0,defect,macports-tickets@…,new,2008-11-19T01:36:13-08:00,2009-04-28T00:53:07-07:00,"Installation (sudo port install ddd) will freeze at ---> configure.
I saw, that issue has been addressed by one user (ticket #16016, which is closed), but I have the same issue and am just wandering if the workaround is the only solution (launching an x11 window)? I'd rather use only the terminal window than the x11 terminal as I have it customized. It would be great to have all commands be able to be run in the terminal window. I understand that this is not high priority. So I am just wandering if there is an other solution to be suggested? I am running this on an Xserve.
No ~/.ddd/ folder has yet been created, so I cannot attache any log file.

Thanks
Pelusa",young_fish@…
1.6.0,17412,mysql5 5.0.67_1+server - mysql_install_db errors,ports,1.6.0,defect,ryandesign@…,new,2008-11-26T21:52:02-08:00,2009-04-28T00:53:07-07:00,"When running mysql_install_db errors occur:

{{{
mal:/opt/local/lib/mysql5 edmond% sudo -u mysql ./bin/mysql_install_db
FATAL ERROR: Could not find fill_help_tables.sql inside --basedir

When using --basedir you must point either into a MySQL binary
distribution directory or a compiled tree previously populated
by 'make install'
mal:/opt/local/lib/mysql5 root# sudo -u mysql ./bin/mysql_install_db --user=mysql
bindir = __PREFIX/bin
FATAL ERROR: Could not find fill_help_tables.sql inside --basedir

When using --basedir you must point either into a MySQL binary
distribution directory or a compiled tree previously populated
by 'make install'
}}}



Which is because of the following code:


{{{
if test -z ""$basedir""
then  
  basedir=""/opt/local""
  bindir=""/opt/local/lib/mysql5/bin""
  mysqld=""/opt/local/libexec/mysqld""
  pkgdatadir=""/opt/local/share/mysql5/mysql""
else  
  bindir=""$basedir/bin""
  # We set up bootstrap-specific paths later, so skip this for now
  if test ""$cross_bootstrap"" -eq 0
  then  
}}}

It looks like $basedir should be null when it reaches the above, but instead it is ""!__PREFIX/bin"" which turns up nothing when searching for key files. Perhaps some substitution failed? I got it to work, by forcing the correct values in the script, but I'm guessing that's not intended.

",edmond@…
1.6.0,17434,rxvt-unicode 9.06 macosx-clipboard module doesn't work,ports,1.6.0,defect,evangoldenberg@…,new,2008-11-30T02:32:38-08:00,2011-05-30T19:22:42-07:00,"rxvt-unicode comes with a bunch of modules, written in perl that provide rxvt-unicode with enhanced features.

One of those modules 'macosx-clipboard' is meant to provide copy and paste support between the Mac Os X clipboard and X11.

But that module uses ""Foundation.pm"", and this module is only available from the Mac Os X perl installation. Then, when you start rxvt-unicode with that module enabled, the perl interpreter prompts the error: ""Can't locate Foundation.pm in @INC"" and the module isn't loaded.

I've been trying a lot of things to workaround this issue (uninstalling perl from port and trying to build rxvt-unicode against the Mac Os X installation) but untill now the only thing that actually worked was modifying the module so it won't use ""Foundation.pm"".

Attached within this ticket is my version of the module (to be placed in /opt/local/lib/urxvt/perl/)",devel@…
1.6.0,17455,mplayer doesn't build universal,ports,1.6.0,defect,ecronin@…,assigned,2008-11-30T17:24:29-08:00,2009-05-13T19:44:31-07:00,"configure complains about unknown arg: --disable-dependency-tracking ... deleting this from configure.args results in a single-platform binary
",jeremyhu@…
1.6.0,17472,Xmgrace and extended ascii characters,ports,1.6.0,defect,macports-tickets@…,new,2008-12-01T10:48:35-08:00,2009-04-28T00:53:07-07:00,"I've succesfully installed grace port in my Mac OSX Leopard 10.5.5 laptop (with spanish localization)
However, grace does not recognize extended ascii characters (like the ""ñ"" or accented letters) in the windows boxes or on the ""font tool"" menu. 
Other X11 applications are working fine, including the xterm, xedit, etc.
The Grace maintainers at http://plasma-gate.weizmann.ac.il/Grace/ say that there is a problem with openmotif version 2.2 and they recommend to use lesstif or to downgrade to openmotif 2.1. Is there any way to modify the grace port to do that?
Thanks in advance",emoro@…
1.6.0,17540,poppler conflicts with xpdf,ports,1.6.0,defect,ricci@…,reopened,2008-12-06T14:02:50-08:00,2010-11-09T12:39:43-08:00,"poppler 0.10.1 cannot be installed simultaneously with xpdf 3.02
because there are many files that both ports try to install.

poppler advertises itself as ""based on the xpdf code base"".
If so, it should depend on xpdf instead of installing some of
xpdf's files itself. Better yet, create an xpdf-tools port that contains
the files common to both.

The list of conflicting files is:
{{{
/opt/local/bin/pdffonts
/opt/local/bin/pdfimages
/opt/local/bin/pdfinfo
/opt/local/bin/pdftoppm
/opt/local/bin/pdftops
/opt/local/bin/pdftotext
/opt/local/share/man/man1/pdffonts.1.gz
/opt/local/share/man/man1/pdfimages.1.gz
/opt/local/share/man/man1/pdfinfo.1.gz
/opt/local/share/man/man1/pdftoppm.1.gz
/opt/local/share/man/man1/pdftops.1.gz
/opt/local/share/man/man1/pdftotext.1.gz
}}}",gale@…
1.6.0,17998,Linking to Python 2.5 framework is broken due to broken symlinks,ports,1.6.0,defect,jwa@…,new,2009-01-14T09:54:31-08:00,2013-04-15T08:59:35-07:00,"Linking to /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/libpython2.5.a fails, because the file is a broken symlink (as an aside, the file identifies as a dynamically linked shared library, not a static one; is that a naming problem?).

This is a result of libpython2.5.a being a symlink to ../../../Python, thereby crossing a symlinked directory: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 points to /opt/local/lib/python2.5. Traversing this symlinked directory manually is no problem, but the symlinked file is broken.
Comparing to the system installed variant, the symlinked directory is the other way around:

{{{
ls -l  /usr/lib/                                                   
lrwxr-xr-x   1 root  wheel        75  9 Nov  2007 python2.5 -> ../../System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
}}}

Manually fixing this now results in proper linking with libpython2.5 (I also added a libpython2.5.dylib in the config/ directory, which is simply a copy of libpython2.5.a).
The directory structure now reads

{{{
ls -l /opt/local/lib
lrwxr-xr-x    1 root  admin        66 14 Jan 18:03 python2.5 -> ../Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
ls -l /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config
total 208
lrwxr-xr-x  1 root  admin     15 14 Jan 18:02 libpython2.5.a -> ../../../Python
lrwxr-xr-x  1 root  admin     15 14 Jan 18:02 libpython2.5.dylib -> ../../../Python

}}}


This ticket originated from ticket [/ticket/17975 #17975]",evert.rol@…
1.6.0,12218,tracemode complains about $CCACHE_DIR,base,1.6.0,enhancement,macports-tickets@…,reopened,2007-07-02T01:34:14-07:00,2013-03-15T11:21:01-07:00,"{{{
Warning: A creation/deletion/modification was attempted outside sandbox: /Users/afb/.ccache/stats
Warning: A creation/deletion/modification was attempted outside sandbox: /Users/afb/.ccache/stats
Warning: A creation/deletion/modification was attempted outside sandbox: /Users/afb/.ccache/stats
}}}

It should ignore directories $CCACHE_DIR"" and ""$HOME/.ccache"" (the default value of it)",afb@…
1.6.0,12629,RFE: use remote timestamps when fetching,base,1.6.0,enhancement,macports-tickets@…,new,2007-09-07T11:50:12-07:00,2013-03-05T21:44:53-08:00,"It would be useful if fetched distfiles got the remote/original timestamp, instead of today.",afb@…
1.6.0,12799,MacPorts needs an uninstaller,base,1.6.0,enhancement,macports-tickets@…,new,2007-09-27T02:16:29-07:00,2008-01-17T10:02:49-08:00,"for the disk image, it could use an application (or double-clickable script) that does the same as:

http://trac.macports.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts

Preferrably with option on what to remove, e.g. leave configuration, possibly distfiles/packages",afb@…
1.6.0,13713,PATCH: updated rtf2html's version and download location,ports,1.6.0,enhancement,ryandesign@…,assigned,2007-12-24T03:09:13-08:00,2012-05-02T00:57:12-07:00,"Updated the version and master_sites so it will download and build now. Also removed user_configure no since it does need configure now. Left everything else alone, the only other change being README.orig -> README.ru.

It doesn't seem to work on the rtf's I have, but that maybe related to something else. There are violation warnings, though I don't know how to fix them or what is wrong exactly.",freespace+macforge@…
1.6.0,13807,support for launchd.plist items (e.g. UserName) in portfiles,base,1.6.0,enhancement,macports-tickets@…,new,2008-01-03T04:18:10-08:00,2008-10-21T14:02:30-07:00,"Currently there are only few plist items that can be defined in portfiles. I specifically have need for UserName for CouchDB (there is no way to specify the user in ini file!), but I expect other may have need for others, too.",jwa@…
1.6.0,13821,openvpn2: add a startupitem,ports,1.6.0,enhancement,macports-tickets@…,new,2008-01-04T08:53:40-08:00,2011-08-07T08:30:55-07:00,"I recently used MacPorts to install OpenVPN2, and it is working greate. However I don't know what i have to do for OpenVPN2 starts automatically.

Thank you",julio_tapia@…
1.6.0,13952,postgresql82 - Enhancement - Build cube,ports,1.6.0,enhancement,mww@…,new,2008-01-15T20:35:23-08:00,2009-04-28T00:53:28-07:00,"We use the cube contrib module for a project we are developing. We delvelop on MacOS and would prefer to use macports than maintain a postgresql build on multiple workstations. Please build cube with the port. Attached is a patch that will make this change.


",ronm@…
1.6.0,14001,php5 5.2.5 should support Apple Apache 2 on Leopard,ports,1.6.0,enhancement,ryandesign@…,assigned,2008-01-19T17:03:46-08:00,2009-04-28T00:53:28-07:00,"When using port install php5 +mssql +mysql5, it fails as the port tried to use the default Apache 1 on Mac OSX, but, Leopard comes with Apache2. This the with-apxs which should point to an Apache 1 binary in /usr/sbin instead points to Apache2 since that is what it is on Leopard, at least mine which is 10.5.1. The workaround of course is to not use the built in Apache2, and, use +APACHE2.

Still, it would be nice to be able to use the built in. But this may not be possible, simply changing that line to with-apxs2 yields other errors.

This is found here:
{{{
 if no apache/apache2/fastcgi variant is set, we set it (need better default variant management)
if { ![variant_isset apache] && ![variant_isset apache2] && ![variant_isset fastcgi] } {
if { ! [variant_isset macosx] } {
depends_lib-append path:${prefix}/sbin/apxs:apache
configure.args-append --with-apxs=${prefix}/sbin/apxs
} else {
'''configure.args-append --with-apxs=/usr/sbin/apxs'''
}
}
}}}",compconsultant@…
1.6.0,14083,compatibility improvement for postgresql82-server,ports,1.6.0,enhancement,mww@…,new,2008-01-26T14:56:24-08:00,2009-06-16T14:06:43-07:00,"For starting/stopping the server, you should do:

instead of

{{{
  su postgres -c ""${PGCTL} -D ${POSTGRESQL82DATA:=/opt/local/var/db/postgresql82/defaultdb} start -l /opt/local/var/log/postgresql82/postgres.log""
}}}

do

{{{
  sudo -u $PGUSER sh -c ""${DAEMON} -D '${PGDATA}' | ${LOGUTIL} '${PGLOG}' ${ROTATESEC} &""
}}}

The latter is the postgresql way now, and doesn't require the ""postgres"" user to have a login shell, which is more secure.

Also, when creating the ""postgresql"" user, set the shell to `/usr/bin/false`.

",apinstein@…
1.6.0,14105,php5-mysql should support Apple's MySQL on Mac OS X Server,ports,1.6.0,enhancement,ryandesign@…,new,2008-01-29T18:48:09-08:00,2010-05-18T16:16:28-07:00,"Just like php5 supports (or will support, see #14001) Apple Apache with a variant `+apache_apple`, the port should support using Apple MySQL (on Mac OS X Server) with a variant `+mysql_apple`.

This was initially requested via personal email to Jyrki Wahlstedt and me from Mikel King.",ryandesign@…
1.6.0,14486,PATCH: cyrus-sasl2 ldap variant,ports,1.6.0,enhancement,jmpp@…,new,2008-02-26T10:01:54-08:00,2009-06-04T13:33:27-07:00,Attached is a patch to add an ldap variant for cyrus-sasl.,brandon@…
1.6.0,14540,Document -devel ports,guide,1.6.0,enhancement,markd@…,new,2008-03-01T22:38:54-08:00,2013-04-17T17:32:46-07:00,"The guide should document -devel ports. There was [http://lists.macosforge.org/pipermail/macports-dev/2008-February/004298.html a 3-day discussion on macports-dev] about this at the beginning of February 2008, and since that topic has been dormant for weeks now, I think that thread can be used as the basis for what to write in the guide.

Note that much of the thread includes suggestions for how -devel ports *should* be handled in the future, with various disagreements about that, but that we should right now already document the way -devel ports *are* handled:

 * -devel ports are unstable and are intended for testing only, not for production use, and can't be guaranteed to work correctly -- not that we guarantee any port to work correctly, but these are even less-guaranteed
 * -devel ports are usually newer versions than the corresponding non-devel port, though sometimes they're older
 * when the development series being followed by the -devel port culminates in a new stable released version, the corresponding non-devel port is updated to that released version, while the -devel port remains at the last development version
 * if you have the -devel version installed, and a newer non-devel version is released, ""`port`"" won't tell you about this via e.g. ""`port outdated`""; you have to find out yourself
 * -devel ports install software in the same places as their non-devel counterparts, so that -devel ports can satisfy a dependency via the same files as the equivalent non-devel port, with the side-effect that you cannot have both the -devel and the non-devel port activated at the same time
 * -devel ports and their non-devel counterparts should be kept as similar as possible, ideally by a single maintainer or by two maintainers who work together to apply common changes to both ports. ""`diff -u foo/Portfile foo-devel/Portfile`"" should not show any irrelevant differences like whitespace changes or variants that were added to just one port but which would make just as much sense also added to the other port, etc.
 * ports should not depend on a -devel port if that software could just as well use the non-devel port
 * ports that depend on ports where both -devel and non-devel versions exist should depend on them in such a way that either port will satisfy the dependency. For example, instead of depending on ""`port:mysql5`"" (mysql5 would satisfy that dependency but mysql5-devel would not), depend on ""`path:${prefix}/bin/mysql_config5`"" (both mysql5 and mysql5-devel would satisfy that dependency).
 * possibly more; check the thread -- I didn't read through it all again right now

Documentation of -devel ports was requested again in [comment:ticket:14387:3 #14387].",ryandesign@…
1.6.0,14635,php5-mysql +mysql5: simplify --with-mysql option if possible,ports,1.6.0,enhancement,ryandesign@…,reopened,2008-03-12T20:31:48-07:00,2009-09-10T13:42:52-07:00,"There appears to be a typo in the mysql5 variant section at line 231, where ""--with-mysql=${'''workpath'''}/mysql5"" should be ""--with-mysql=${'''prefix'''}/mysql5"" ... a diff is attached. Note, if this is in fact a typo, it appears in the various other flavors of the php5 port (i.e., php5-devel, etc.) as well.",info@…
1.6.0,14880,Add more of contrib to postgresql83,ports,1.6.0,enhancement,mww@…,new,2008-03-31T10:58:56-07:00,2010-10-02T15:07:44-07:00,"Hello,

could we add ""hstore"" and ""ltree"" to the list of installed contribs for postgres83?

It just means changing the 'set contribs' line to 

set contribs    ""adminpack hstore dblink fuzzystrmatch lo ltree uuid-ossp pg_bu\
ffercache pg_trgm tsearch2 vacuumlo xml2""

I test on mac 10.5 and seemed to works aok.

thanks!

--nickg


",bulk@…
1.6.0,15059,ENH: Add vulnerability (update) notification / detection,base,1.6.0,enhancement,ecronin@…,new,2008-04-18T16:18:57-07:00,2010-06-23T10:16:20-07:00,"Right now MacPorts lacks a good way of indicating that an installed port has a known vulnerability or that an update to an installed port fixes this vulnerability.

FreeBSD has developed the VuXML database http://www.vuxml.org/ and {{{portaudit}}} tool which may be a starting point for building a tool external to macports core (I have not looked at the practicality of porting {{{portaudit}}} to use the MacPorts registry).

A simpler, manual, internal fix would to be to add a monotonic counter similar to Revision which is incremented each time a critical update is made upstream and some changes to {{{port outdated}}} or perhaps a new {{{port vulnerable}}} that lists these.",ecronin@…
1.6.0,15139,angband should be updated to 3.0.9b,ports,1.6.0,enhancement,macports-tickets@…,new,2008-04-27T02:45:24-07:00,2009-04-28T00:53:28-07:00,"The  official angband homepage has changed URLs and on [http://rephial.org/ the new page] we see that the current version is 3.0.9b so the portfile should be updated. Hopefully in the process the portfile can be simplified and improved. It's a bit problematic at present. (It adds a system group which I means I can't install it if I'm not root, and also the aqua variant is commented out.)",ryandesign@…
1.6.0,15514,reinplace should warn if nothing got replaced,base,1.6.0,enhancement,macports-tickets@…,new,2008-06-04T21:01:54-07:00,2012-08-02T23:21:15-07:00,"What's always bugged me about reinplace is that you get no notification if nothing got replaced, which will probably bite you later. If you use a patchfile to modify a file, and the patch is out of date, the patch fails to apply and the port command exits with an error. This is good; it alerts the port author to the situation and they can fix it by changing or removing the patch. But with reinplace, if the underlying file you're modifying has changed such that the reinplace no longer causes anything to change, you get no warning and the port command proceeds.

I think the correct behavior might ultimately be to error out entirely if a reinplace doesn't change a file, just like we do with failed patches. But as a first step, to get port authors used to this change, it might be friendlier to just print a warning for now.

The attached patch adds a warning if a reinplace doesn't change the underlying file.",ryandesign@…
1.6.0,15518,snort-2.6.1.5 patches to add postgresql83 variant,ports,1.6.0,enhancement,markd@…,new,2008-06-05T08:47:44-07:00,2010-04-20T03:20:25-07:00,Here are 2 patches to add a postgresql83 variant.  This is my first ticket so I hope I have everything correct.  These patches were created against 1.6.0.,adioso@…
1.6.0,15560,Patch gnumeric to integrate into Mac OS X menu,ports,1.6.0,enhancement,macports-tickets@…,new,2008-06-08T16:40:17-07:00,2009-04-28T00:53:28-07:00,"Some GTK2 applications have begun integrating into the Mac OS X menu bar when built against the Quartz back-end. Inkscape is an application that does this. This requires a slight source code change to the application. The folks at Imendio have written a library that helps a developer perform this integration. See http://developer.imendio.com/projects/gtk-macosx/integration.

I have attached a patch against gnumeric to the GNOME bug at http://bugzilla.gnome.org/show_bug.cgi?id=477381. This patch could be applied by gnumeric's Portfile until a solution is accepted upstream. Either the ige-mac-integration library could be packaged as a port or ige-mac-menu.c and ige-mac-menu.h could be patched into gnumeric's source tree.",macports@…
1.6.0,15571,request - uniform Portfile standard to handle the different possibilities of Fortran compilers,ports,1.6.0,enhancement,macports-tickets@…,new,2008-06-09T12:56:18-07:00,2009-04-28T00:53:28-07:00,"I don't write code in Fortran, but some of the ports I use require Fortran. 

Different Portfiles depend on different Fortran compilers. Contrast fftw-3(g95,  gfortran/gcc4.2, gfortan/gcc4.3) pgplot(g77 on PPC, gfortran/gcc4.2 on i386) and cfitsio(gfortran/gcc42). There are at least 4 compilers to choose from.

My request: formulate a standard to allow any of the compilers to be selected with a variant. The fftw-3 Portfile comes closest with variants to select any one of 3 compilers. If possible, I'd like to see g77 deprecated.",davidh@…
1.6.0,15818,"Describe when to run ""portindex""",guide,1.6.0,enhancement,markd@…,new,2008-07-02T05:23:25-07:00,2009-04-28T01:04:30-07:00,"Document in 4.2 and 4.6 for which changes to the Portfile re-running portindex is necessary.
",ocroquette@…
1.6.0,16056,poppler -- new version -- more variants,ports,1.6.0,enhancement,devans@…,new,2008-07-21T14:53:12-07:00,2009-08-26T22:19:34-07:00,"I submitted a new port ""TeXworks"" (Ticket #16055). This port needs port ""poppler"" with Qt4 bindings, but the current port of poppler has disabled by default the build of the Qt4 bindings. Therefore I added a variant qt4.

I studied the port ""poppler"" in greater detail and realized that much more dependencies to other ports exists, than in the portfile are registered. With the command line tool ""otool"" I checked the dependencies and added the ports to depends_lib.

The portfile of ""poppler"" is written in such a way, as to provide you with a maximal installation. But the port ""TeXworks"" does neither need port ""XFree86"" nor ""GTK2"". Therefore I added more variants: qt3Splash, qt4Splash, glibSplash, glibCairo, and abiword. Each of these variants provides you with a minimal installation. Of course, these variants can be combined, but not with variant ""qt4"". Variant ""qt4"" is for maximal installation of poppler and therefore contradicts to the other variations.

",jens.traube@…
1.6.0,16336,Allow multiple ports to satisfy a single dependency,base,1.6.0,enhancement,macports-tickets@…,new,2008-08-18T03:07:21-07:00,2008-08-26T02:38:53-07:00,"Currently there is no mechanism to specify that multiple ports may satisfy a single dependency requirement. It would be nice to be able to do so. I can think of two ways this can be done:

 OR dependencies::
   Allow dependencies to be specified in the following fashion:[[BR]]{{{port:able|baker|charlie}}}[[BR]]where the pipe is used to separate one or more ports that may satisfy a single dependency. The first port would be used if none of the ports are installed. There should be no limit to the number of pipes, nor should there be any requirement that any pipes be used (ie, no pipes = no alternate dependencies). This should also wotk with ''bin:'' and ''path:'' type dependencies.
 ""provides"" capability in ports::
   Use a ""provides"" key to specify that a port satisfies a particular requirement. Use the name of the port if a provides keyword is not specified. For example, if port '''able-devel''' specifies that it {{{ provides able }}} then port '''able-devel''' would be able satisfy the dependency {{{ port:able }}} in another port, without that other port having to be aware of port '''able-devel'''",rhwood@…
1.6.0,16532,haskell-mode.el 2.4 enhancement for emacs-app,ports,1.6.0,enhancement,macports-tickets@…,new,2008-09-13T07:46:30-07:00,2009-04-28T00:53:28-07:00,"An update to the haskell-mode.el Portfile to remove support for the obsolete emacs-devel and add support for emacs-app.

",jrh@…
1.6.0,16535,Add vertical split to screen as a variant,ports,1.6.0,enhancement,digdog@…,reopened,2008-09-13T21:53:41-07:00,2012-02-06T11:24:48-08:00,"Please provide ""Vertical Split for GNU Screen"" as a new variant of 
screen port.

http://fungi.yuggoth.org/vsp4s/",akira@…
1.6.0,16574,Portfiles need to be able to declare a dependency on a base version,base,1.6.0,enhancement,macports-tickets@…,new,2008-09-17T12:42:22-07:00,2008-09-26T23:59:05-07:00,"from [comment:ticket:11935:1]

""We do want Portfiles to be able to declare a dependency on a base version, but that's not possible at the moment.""",macosforge.org@…
1.6.0,16631,Add libstemmer variant to Sphinx port,ports,1.6.0,enhancement,brett@…,new,2008-09-24T01:19:59-07:00,2010-09-24T07:30:16-07:00,"Sphinx can be built with support for libstemmer which adds stemming options for languages other than English and Russian.

Building libstemmer in can be done by fetching http://snowball.tartarus.org/dist/libstemmer_c.tgz, extracting it to the sphinx source directory and adding the --with-libstemmer configure flag. I suggest that this is included in the Sphinx port file using a libstemmer variant or similar.
",jonasduevesterheden@…
1.6.0,16644,enhancement: +dtrace for Python,ports,1.6.0,enhancement,jwa@…,new,2008-09-25T01:13:17-07:00,2010-02-10T12:51:04-08:00,"This kind soul has seperated out the dtrace specific Apple modifications to the system Python, and prepared a patch against 2.5.2 that provides this.

http://cournape.wordpress.com/2008/09/02/building-dtrace-enabled-python-from-sources-on-mac-os-x/

It would be great if we could have a +dtrace variant on Python to enable this.",macports@…
1.6.0,16690,add db46 support for p5-mail-spamassassin,ports,1.6.0,enhancement,macports-tickets@…,new,2008-09-29T01:08:48-07:00,2010-07-26T04:19:50-07:00,"It would be nice to have support for db46 support for bayesian filters db with spamassassin.

How to reproduce:
 * copy $HOME/.spamassassin/bayes_toks from a reasonably up-to-date linux machine 
 * file(1) should identify the file as ""Berkeley DB (Hash, version 9, little-endian)""
 * running ``spamassassin < /dev/null'' will return the following:

[2274] warn: bayes: cannot open bayes databases /Users/lester/.spamassassin/bayes_* R/O: tie failed: Inappropriate file type or format

[2274] warn: bayes: cannot open bayes databases /Users/lester/.spamassassin/bayes_* R/O: tie failed: Inappropriate file type or format


FYI, if you create the file (by running sa-learn and feed something to it) you will get a file in ""Berkeley DB 1.85 (Hash, version 2, native byte-order)"" format. Again, as reported by file(1). Seems this is created by using the Perl DB_File module...


",13z73rch3un9@…
1.6.0,16808,RFE: saving/restoring installed ports,base,1.6.0,enhancement,macports-tickets@…,new,2008-10-10T01:49:21-07:00,2010-04-24T16:30:27-07:00,"Would be great to be able to save a list of installed ports, with variants, to then restore with a single command on another machine. This includes subsets of ports. 

Would greatly help with migration, fresh installs, etc.",romy2k@…
1.6.0,16841,e17 0.16.999.037 puredarwin variant,ports,1.6.0,enhancement,ryandesign@…,new,2008-10-12T07:20:36-07:00,2013-03-20T16:49:36-07:00,"Patch to include a +puredarwin variant so that the resulting binary can run on [http://www.puredarwin.org / PureDarwin], where proprietary frameworks and libraries are not available",aladin@…
1.6.0,16898,print.css for macports guide,guide,1.6.0,enhancement,markd@…,new,2008-10-17T11:54:36-07:00,2009-04-28T01:04:30-07:00,"I've used the docbook.css to create a print.css adaptation.  This provides changes to:

a) remove the left navigation bar

b) remove the header and footer navigations

c) present the ""book"" in full page width

I don't know exactly how to direct this ticket, but here it is!

To use it, just add the following link to all the meta headers for any page in the guide:
{{{
<link href=""print.css"" rel=""stylesheet"" type=""text/css"" media=""print"">
}}}

",dweber@…
1.6.0,16930,more explanation in the guide for startupitems,guide,1.6.0,enhancement,markd@…,new,2008-10-20T13:53:39-07:00,2013-03-21T19:05:45-07:00,"I found the guide for startupitems is too terse, without adequate background explanation of the tools that implement the process.  Please include information on how to get further information, such as:

{{{
man launchd
man launchctl
daemondo --help
}}}

The latter is helpful, as {{{man daemondo}} doesn't exist (can we create it?).

In my case, I found it useful to read through the entire thread that was engaged during the creation of the guide for this section (esp. comments therein from James Berry), ie:

Ryan Schmidt, ""daemondo defeats purpose of launchd?"" at
http://lists.macosforge.org/pipermail/macports-dev/2007-September/002669.html

If I had time and an understanding of the documentation dev process, I would contribute directly, but it may be easier for the current dev folks to update this section of the guide.  I would really like to see a few paragraphs from James' comments adapted into the background for this section of the guide.  His comments are succinct and illuminating (esp. in the context of that thread).  For example,

{{{
daemondo will indeed quit when it detects that the launched process  
has quit, and thus will ""keep alive"" the process, since launchd will  
then restart daemondo. In this way, daemondo acts as a shim or  
adapter between the scripts supported by the startupitem command,
and the single process expected by launchd.

The reason that startupitem.executable is preferred is that this  
gives the best possible chance that daemondo will be able to detect  
the death of the launched process: since daemondo can launch the  
process, it can also detect when it quits, stop it, etc.

For those cases where startupitem.executable cannot be used, daemondo  
also supports the startupitem.pidfile commands that allow the  
process' pidfile to be monitored: daemondo will read the pidfile and  
watch for the death of that process.

So daemondo, and thus launchd, will be aware of the daemon process  
death (and be able to restart the daemon process) only under two  
circumstances:

(1) startupitem.executable was supplied (thus daemondo starts the process)
(2) startupitem.pidfile was supplied (thus daemondo reads the process id)

Under all other circumstances, daemondo will not know that the daemon  
process has died, and will not exit when the process does die, and  
thus launchd won't restart the process since it doesn't  know it  
died. Put another way, if daemondo can know the process has died,  
then launchd will know too, but not otherwise.
}}}


{{{
Note that for simplicity, startupitem.executable is handled by  
daemondo at present. This has two purposes:

	- It keeps the startupitem generating code a little simpler.
	- It allows the potential support for higher value services to be  
provided by daemondo. In particular, note daemondo's --restart- 
netchange option, which can be quite useful, but for which there is  
no current support by the startupitem keys.
}}}

Also, later in the thread, we have some comments that could be adapted for the guide:

{{{
...

I don't see  the incompatibility of those statements, but then I again  
I know what i meant, not necessarily what it means to others ;). The  
later sentence, btw, is missing a word on the end. It should read:  
""the pidfile keyword is likely useful only if the executable keyword  
is not specified."" Does that help any?

> Looks to me like startupitem.pidfile must be set for a deamon to be
> tracked whether it is executable startupitem or not.

No, daemondo will track an ""executable"" in an case (and it doesn't  
need to know where their pidfile is, generally, since it launches the  
code and thus knows the pid). In the case of script code (non  
""executable"") daemondo doesn't know the pid, since it doesn't know  
what the script code did. In this case, it has to rely on reading a  
pidfile to get the process id, or else simply not know.

> And the man page
> says startupitem.pidfile is ""particularly useful"" for
> startupitem.executable.  Can you explain this?

That was either garbage to begin with, or else got messed up in  
creation of the man page. Off the top of my head I can't see any  
particular reason to use a pidfile keyword in conjunction with the  
executable keyword, unless it's to specify that it should delete a  
pidfile created by the executable, and I'm not sure that even works  
for that case.

Hope that helps.

James
}}}


Best, Darren


PS, In the description of the startupitem.pidfile, can we remove the OR operator, ie:
{{{
Default: [none] | [${prefix}/var/run/${name}.pid]
}}}

It's easy to confuse this syntax as either:
{{{
Default: [none]
}}}
OR
{{{
Default: [${prefix}/var/run/${name}.pid]
}}}
However, we do need two arguments: [daemondoAction] [pidFile]


",dweber@…
1.6.0,16991,postgresql83-server with SSL connections,ports,1.6.0,enhancement,mww@…,new,2008-10-24T14:20:45-07:00,2009-04-28T00:53:28-07:00,"This is my working port for postgresql83-server with additional options and user information for SSL connections.  I'm attaching just the Portfile rather than a diff, because I ran the orig through vim :retab after adding the modeline to the header.  As I'm working with macvim, it's nice to have this modeline.

I hope some of this Portfile can make it into the mainstream ;-)

Best, Darren

",dweber@…
1.6.0,17189,tcl 8.5.5 - Add variant for installing the private headers,ports,1.6.0,enhancement,mww@…,new,2008-11-10T20:38:38-08:00,2009-04-28T00:53:28-07:00,This patch adds a variant to tcl 8.5.5. port which enables installation of the tcl private headers needed to build some applications.,krunk7@…
1.6.0,17423,add provisional patch for ipfiltering to rtorrent-devel 0.8.2 as variant,ports,1.6.0,enhancement,gardnermj@…,new,2008-11-29T10:49:02-08:00,2009-04-28T00:53:28-07:00,"Hello,

recently a patch for rtorrent (0.8.2 and 0.8.3) was released, enabling ipfiltering. Details and a patch file for inclusion in FreeBSD's [http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-p2p/rtorrent-devel/ net-p2p/rtorrent-devel] port can be found in the [http://libtorrent.rakshasa.no/ticket/239 ticket #239] at libtorrent's trac. This patch introduces a new dependency for rtorrent (boost). It might be a nice enhancement if an additional variant of rtorrent-devel, including said ipfiltering, could be added to MacPorts.",bitmail@…
1.6.0,17678,php5 port can't be compiled with apache20,ports,1.6.0,enhancement,ryandesign@…,assigned,2008-12-16T23:37:40-08:00,2009-04-28T00:53:28-07:00,"Currently php5 port has variants apache and apache2 but apache20 that's still widely used.

It's good to be able run PHP 5 with Apache 2.0

Additional informations:

I've tried to create corresponded sections of portfile by example of php4 apache20 and php5 apache2 sections.

It's likely to be working.
at least apache is able to load libphp5.so and phpinfo displays 5.2.8 php versions.

Could it be checked up and merged into repository?",dbuldakov@…
1.6.0,17774,Provide a more usable default-configuration for Lighty/lighttpd,ports,1.6.0,enhancement,ryandesign@…,new,2008-12-25T15:35:45-08:00,2010-10-16T23:42:56-07:00,"The default configuration file is not well suited for OS X or Macports. We should provide a sane default, so users easily can start using the package.

The config-file in Macports, looks like it's been taken directly out of SLES/SuSELinux.

server.document-root, should be something inside macports, like /opt/local/www/htdocs, or /opt/local/www/data.

the user/gid, should be the user created by macports, ""_www"", not ""wwwrun"".



The config should be usable almost out of the box. Novice users will spend many hours debugging theese things, and then turn to the irc-channel or such for help. Maybee they will end up not using lighttpd at all, or use it on a system with ""easier to use"" packages.

It is very nice that the port has a launchdaemon launcer.",mr_bond@…
1.6.0,14456,evolution,ports,1.6.0,request,macports-tickets@…,new,2008-02-23T06:53:56-08:00,2013-01-28T19:20:50-08:00,Could we get a macport version of evolution 2.10 or better?,brad.allison@…
1.6.0,14671,oski: new port,ports,1.6.0,request,macports-tickets@…,new,2008-03-15T03:09:22-07:00,2009-04-28T01:02:13-07:00,"Antoine Dechaume [http://lists.macosforge.org/pipermail/macports-users/2008-March/009459.html requested] assistance building oski on Mac OS X.

I started a portfile for oski and encountered the same error he did:

{{{
ld: Undefined symbols:
_MAIN__
/usr/bin/libtool: internal link edit command failed
make[1]: *** [liboski.la] Error 1
make: *** [all-recursive] Error 1

Warning: the following items did not execute (for oski): org.macports.destroot org.macports.build
Error: Status 1 encountered during processing.
$
}}}

Apparently the developer of oski [http://lists.macosforge.org/pipermail/macports-users/2008-March/009462.html doesn't know] why this is happening either.

I'll attach my partial portfile if anyone else wants to look into it.",ryandesign@…
1.6.0,14988,request: homeACLtool: reset ACLs in home directory to default,ports,1.6.0,request,macports-tickets@…,new,2008-04-11T17:42:35-07:00,2013-01-28T19:19:29-08:00,"I was having problems in Leopard with errant ACLs in my home directory causing me to be promted for passwords or denied the ability to move or delete files, and I came across this neat script. I think it would make a nice addition to macports, so I am submitting it for someone's consideration (without notifying the developer, btw!)

http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=849901
",chilli.namesake@…
1.6.0,15466,request: lazarus free pascal IDE,ports,1.6.0,request,macports-tickets@…,new,2008-05-31T15:54:54-07:00,2013-01-28T19:22:33-08:00,"and all of it dependencies

http://wiki.lazarus.freepascal.org/",jpenguin@…
1.6.0,15692,New port: Freenet,ports,1.6.0,request,macports-tickets@…,new,2008-06-20T03:08:27-07:00,2009-04-28T01:02:13-07:00,Please include a freenet port.,dbonde+bugs+macosforge.org@…
1.6.0,16543,Port request: OpenDBX,ports,1.6.0,request,macports-tickets@…,new,2008-09-14T17:42:53-07:00,2009-04-28T01:02:13-07:00,"OpenDBX provides a common programming interface among different databases.  It is like Perl and Ruby's DBI in this respect, but provides a very lightweight C API and Friendly Foreign Interface for easy binding to a wide variety of programming languages. 

http://www.linuxnetworks.de/doc/index.php/OpenDBX
",lambert@…
1.6.0,16792,Request for new port: rkhunter,ports,1.6.0,request,macports-tickets@…,new,2008-10-08T10:13:36-07:00,2013-01-28T19:24:09-08:00,"This is a request for a port of 

rkhunter

(root kit detection software).",ralph@…
1.6.0,17518,Port Request: Port checkgmail to Mac,ports,1.6.0,request,macports-tickets@…,new,2008-12-04T04:01:03-08:00,2009-04-28T01:02:13-07:00,"Checkgmail is a Perl/Gtk-perl based application which checks for new emails in one or multiple gmail accounts. The main advantage it has over other readily available similar applications is that it supports Labels, this makes it easier to specify which labels to scan for and the frequency. It also allows read and respond to emails directly from within the application. 



Link here >> [http://checkgmail.sourceforge.net/]

Description of the software from website.

CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds.

CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Each message can be opened directly in a browser window, and many common Gmail operations (marking as read, archiving, deleting or reporting as spam) can be carried out on messages directly within CheckGmail, without the need to use the Gmail web interface.

Configuration of CheckGmail is GUI-based and the application is designed to be simple, elegant and unobtrusive. 


Thanks
",golekipro@…
1.6.0,17519,newsbeuter port request,ports,1.6.0,request,macports-tickets@…,new,2008-12-04T05:42:34-08:00,2012-10-15T05:24:23-07:00,"http://www.newsbeuter.org/

Console-based feed reader with a mutt-like feel and UI.",macports.org@…
1.6.0,16465,devel/ptlib-2.2.1 new port,ports,1.6.0,submission,billitch@…,new,2008-09-04T17:17:58-07:00,2010-03-25T05:49:21-07:00,"from http://sourceforge.net/projects/opalvoip :
> Open Phone Abstraction Library (OPAL) is a C++ multi-platform, multi-protocol library for Fax, Video & Voice over IP and other networks. Also included is the Portable Tool Library (PTLib) which is a C++ multi-platform abstraction library and collection o
",billitch@…
1.6.0,17531,hs-QuickCheck 2.1.0.1 Port Submission,ports,1.6.0,submission,macports-tickets@…,new,2008-12-06T05:40:10-08:00,2010-03-22T07:07:16-07:00,"New submission of a port hs-QuickCheck. Description below:

description	

QuickCheck: Automatic testing of Haskell programs 

long_description

		QuickCheck is a library for random testing of program properties.
                The programmer provides a specification of the program, in the form
                of properties which functions should satisfy, and QuickCheck then
                tests that the properties hold in a large number of randomly generated
                cases

                Specifications are expressed in Haskell, using combinators defined
                in the QuickCheck library. QuickCheck provides combinators to define
                properties, observe the distribution of test data, and define test data 
                generators.",scm@…
1.6.0,17549,hs-haskeline 0.3.2 Port Submission,ports,1.6.0,submission,macports-tickets@…,new,2008-12-06T22:43:51-08:00,2010-03-22T07:07:39-07:00,"description	A command-line interface for user input, written in Haskell.
long_description
		Haskeline provides a user interface for line input in
		command-line programs. This library is similar in purpose
		to readline, but since it is written in Haskell it is
		(hopefully) more easily used in other Haskell programs.

		Haskeline runs both on POSIX-compatible systems and on
		Windows (under MinGW).
",scm@…
1.6.0,13679,UPDATE: tin-devel-1.9.2,ports,1.6.0,update,macports-tickets@…,new,2007-12-21T18:01:20-08:00,2011-08-03T02:56:50-07:00,"tin-devel-1.9.2

Description: Updating to the latest development version of tin.",darren.bane@…
1.6.0,14042,Jetty-6.1.7,ports,1.6.0,update,landonf@…,new,2008-01-22T16:40:46-08:00,2009-04-28T01:02:18-07:00,,graham.bakay@…
1.6.0,14699,spread: Update to version 4,ports,1.6.0,update,macports-tickets@…,new,2008-03-18T01:23:06-07:00,2012-01-07T06:30:23-08:00,"There is a new release of Spread, version 4

http://www.spread.org/news/news-Spread4Release.html

The portfile needs an upgrade.

Thanks!

",Lars.Rasmusson@…
1.6.0,15114,dvdrtools should be updated to 0.3.1,ports,1.6.0,update,ryandesign@…,new,2008-04-23T21:48:24-07:00,2011-07-31T20:46:29-07:00,"The dvdrtools port is at version 0.2.1 but version 0.3.1 was released in Feb 2006. The port is unmaintained. The port should be updated.

A build problem with 0.2.1 has been [http://lists.macosforge.org/pipermail/macports-users/2008-April/010020.html reported]. Unknown so far if this can be reproduced on another system or whether 0.3.1 will fix it.

The project's homepage has changed. The [http://www.nongnu.org/dvdrtools/ homepage URL listed in the port] says the project has moved to a [http://www.arklinux.org/projects/dvdrtools/ new URL] but at the new URL it just says ""This page is temporarily down because of spammer attacks; until it comes back, you can download dvdrtools from svn"". So we could have the dvdrtools 0.3.1 port download from svn, or we could use a tarball I found [http://www.sfr-fresh.com/unix/privat/ here] which I think I prefer since that way we can verify the download with checksums, we can cache the download in the distfiles directory, and we don't force people to install Subversion just for this.",ryandesign@…
1.6.0,15432,Update mod_security,ports,1.6.0,update,julien.touche@…,new,2008-05-26T09:22:51-07:00,2010-11-03T14:57:50-07:00,"Hi ...

I would like to see an update to the latest release of mod_security for Apache.
Current MacPort version is 1.8.6 (http://trac.macports.org/browser/trunk/dports/www/mod_security/Portfile)
and the official project website (http://www.modsecurity.org) currently shows version 2.5.6 to download (http://www.modsecurity.org/download/direct.html). So I think it would be great if this one could be updated soon if possible.

Thanks! ",webmaster@…
1.6.0,16192,sync xml-light port to latest cvs.,ports,1.6.0,update,macports-tickets@…,new,2008-08-02T03:59:56-07:00,2011-05-29T10:50:20-07:00,"Hi !

Current CVS snapshot for xml-light supports a META file, which makes it possible to detect and configure dependant packages using ocamlfind.

Could you update current macport to this CVS ? I can provide a fixed Portfile if needed.",toots@…
1.6.0,16682,x264 gtk gui,ports,1.6.0,update,devans@…,new,2008-09-28T09:23:04-07:00,2010-10-11T21:09:48-07:00,"Patch for the 2008-09-26 svn version of x264 with GTK gui variant.
2 patches are attached to this ticket.
patch-gtk-Makefile.diff
patch-Portfile.diff
",myschizobuddy@…
1.6.0,17012,Request newer build of abiword,ports,1.6.0,update,macports-tickets@…,new,2008-10-26T16:32:59-07:00,2013-03-23T18:41:31-07:00,"A Mac OS X native version of Abiword has not been released since 2.4.5. However, GTK now has a quartz backend that does not require X11.

I'd like to propose that the abiword package be updated to 2.6 and the Mac OS X native version be abandoned. People who want to avoid X11 can build the GTK version against GTK/Quartz.

There are a few issues in the abiword codebase that are keeping me from building abiword 2.6 against GTK/Quartz. See [http://bugzilla.abisource.com/show_bug.cgi?id=11793 Abisource bug #11793].",mike@…
1.6.0,17094,ASSP is out of date,ports,1.6.0,update,macports-tickets@…,new,2008-11-05T16:42:44-08:00,2009-04-28T01:02:18-07:00,"./port info assp
assp 1.1.0, mail/assp (Variants: universal)
http://assp.sourceforge.net/

Runtime Dependencies: perl5.8
Platforms: darwin
Maintainers: nomaintainer@macports.org

ASSP 1.3.3.10 is the current stable version, which is no longer being actively worked on, perhaps bug fixes/security fixes only.  2.0.x is very solid from what I have been told by others as well.  Perhaps we can get a 1.x branch update as a final version, and then a beta release of the current 2.0.x branch as well.
",talklists@…
1.6.0,17505,darcs-devel is redundant and should be removed,ports,1.6.0,update,gwright@…,assigned,2008-12-03T13:57:29-08:00,2010-05-29T03:19:21-07:00,"I haven't checked the history of darcs-devel but I guess it was created when darcs was still 1.x during the development phase of 2.x

However the {{{darcs}}} port is now {{{@2.1.2}}} while {{{darcs-devel}}} is {{{@2.0.0pre4}}}, making it older than {{{darcs}}}, useless and less safe. I don't think there is any reason why it wouldn't be removed.",macports.org@…
1.6.0,16357,xemacs-21.4.21 newer port looks much worse than older port?,ports,1.6.0,defect,mww@…,new,2008-08-20T07:24:05-07:00,2009-04-28T00:53:07-07:00,"The older port of xemacs (which I installed +sumo but without mule) looks good to me
The newer port (which automatically comes with sumo and mule) looks bad---the font just looks poor in comparison, as if poorly bitmapped or something...

Is this something to do with mule?  Perhaps a no_mule option for those who want sumo but not mule could be made available.",schneck@…
1.6.0,15939,port install : in need of a progressbar,base,1.6.0,enhancement,macports-tickets@…,new,2008-07-09T06:24:26-07:00,2013-03-02T15:43:58-08:00,"Installing bigger Distributions, like texlive_texmf-full (>125MB), I was wondering if everything is allright after some minutes of nothingness. I know that other *nix-packet-managers have a progressbar (some dots or whatever) so that the user is able to track the progress, at least having an idea if everything is allright.

Since now I know I just have to wait, everything is fine for me. Thinking of other users - they would sometimes appreciate to have a progressbar when installing using port, I suppose. Thinking of gentoo-users sitting next to me, I would appreciate that anyway ;)
",pc@…
1.6.0,15945,ImageMagick: Enable OpenMP,ports,1.6.0,enhancement,ryandesign@…,assigned,2008-07-09T12:03:16-07:00,2010-11-05T10:34:47-07:00,"ImageMagick supports OpenMP for a while now, unfortunately even Leopard's gcc is too old to support it. I added an openmp variant to the Portfile which makes use of macports-gcc-43 instead. Also a ui_msg was added telling the user to set the OMP_NUM_THREADS environment variable to the number of available CPUs or cores on that machine.
Patch is attached",simon@…
1.7.0,12429,port cannot handle spaces in various variables,base,1.7.0,defect,macports-tickets@…,reopened,2007-08-10T16:48:54-07:00,2013-03-05T21:45:28-08:00,"Here is my code (taken from libsdl_gfx-framework):
{{{
worksrcdir      ""${distname}/Other Builds""

post-extract {
    system ""cd ${worksrcpath} && tar -xvzf OSX-PB.tgz""
}
}}}
port output:
{{{
--->  Extracting SDL_gfx-2.0.16.tar.gz
DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/libsdl_gfx/SDL_gfx-2.0.16.tar.gz
DEBUG: Environment: 
DEBUG: Assembled command: 'cd ""/opt/local/var/macports/build/_Users_N_Ox_src_MacPorts_ports_devel_libsdl_gfx-framework/work"" && gzip -dc /opt/local/var/macports/distfiles/libsdl_gfx/SDL_gfx-2.0.16.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
DEBUG: Executing proc-post-org.macports.extract-extract-0
sh: line 1: cd: /opt/local/var/macports/build/_Users_N_Ox_src_MacPorts_ports_devel_libsdl_gfx-framework/work/{SDL_gfx-2.0.16/Other: No such file or directory
Error: Target org.macports.extract returned: shell command ""cd /opt/local/var/macports/build/_Users_N_Ox_src_MacPorts_ports_devel_libsdl_gfx-framework/work/{SDL_gfx-2.0.16/Other Builds} && tar -xvzf OSX-PB.tgz"" returned error 1
Command output: sh: line 1: cd: /opt/local/var/macports/build/_Users_N_Ox_src_MacPorts_ports_devel_libsdl_gfx-framework/work/{SDL_gfx-2.0.16/Other: No such file or directory

Warning: the following items did not execute (for libsdl_gfx-framework): org.macports.extract
Error: Status 1 encountered during processing.
}}}",nox@…
1.7.0,14628,sdd fails to build,ports,1.7.0,defect,macports-tickets@…,new,2008-03-11T18:52:52-07:00,2013-03-14T11:42:00-07:00,"sdd fails to build on both 10.4 and 10.5.


'''Errors on 10.5:'''
{{{
RULES/rules1.top:234: incs/Dcc.i386-darwin: No such file or directory
RULES/rules.top:39: RULES/i386-darwin-cc.rul: No such file or directory
RULES/rules.cnf:56: incs/i386-darwin-cc/Inull: No such file or directory
RULES/rules.cnf:57: incs/i386-darwin-cc/rules.cnf: No such file or directory
p incs/i386-darwin-cc
gnumake: p: Command not found
gnumake: [incs/i386-darwin-cc/Inull] Error 127 (ignored)
/bin/sh: incs/i386-darwin-cc/Inull: No such file or directory
gnumake: *** [incs/i386-darwin-cc/Inull] Error 1
}}}


'''Errors on 10.4:'''
{{{
gnumake[3]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makefiles.5] Error 1
        ==> MAKING ""install"" ON SUBCOMPONENT ""SRCROOT/man/man4/makerules.mk""
        ==> LOCALIZING ""OBJ/powerpc-darwin-cc/share/man/makerules.5""
        ==> INSTALLING ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makerules.5""
chown: bin: Invalid argument
gnumake[3]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_sdd/work/destroot/opt/local/share/man/man5/makerules.5] Error 1
gnumake[2]: *** [install] Error 2
gnumake[1]: *** [install] Error 2
gnumake: *** [install] Error 2
}}}
",wsiegrist@…
1.7.0,15496,llvm +universal doesn't build,ports,1.7.0,defect,erickt@…,new,2008-06-03T03:23:11-07:00,2011-08-17T01:27:23-07:00,"Building a universal variant of llvm doesn't seem to work:

{{{
$ sudo port install llvm +universal
--->  Fetching llvm
--->  Verifying checksum(s) for llvm
--->  Extracting llvm
--->  Configuring llvm
--->  Building llvm with target tools-only
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build"" && nice -n 1 make tools-only "" returned error 2
Command output: llvm[2]: Compiling TableGen.cpp for Release build 
llvm[2]: Compiling TableGenBackend.cpp for Release build 
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: for architecture ppc
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/AsmWriterEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CallingConvEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeEmitterGen.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenDAGPatterns.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenInstruction.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/CodeGenTarget.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/DAGISelEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/InstrEnumEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/InstrInfoEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/IntrinsicEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/Record.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/RegisterInfoEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/SubtargetEmitter.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TGLexer.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TGParser.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TableGen.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/utils/TableGen/Release/TableGenBackend.o cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (file not loaded)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/lib/libLLVMSupport.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
/usr/bin/ld: warning /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/lib/libLLVMSystem.a archive's cputype (7, architecture i386) does not match cputype (18) for specified -arch flag: ppc (can't load from it)
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cc9jNQ2x.out (No such file or directory)
make[2]: *** [/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_llvm/work/build/Release/bin/tblgen] Error 1
make[1]: *** [TableGen/.makeall] Error 2
make: *** [all] Error 1

Error: Status 1 encountered during processing.
$
}}}

",ryandesign@…
1.7.0,15709,port should have a verify option to validate installed ports,base,1.7.0,defect,macports-tickets@…,new,2008-06-21T14:31:03-07:00,2011-09-24T13:20:50-07:00,"port should be able to, given the fact that it has a registy/receipt with all the information needed, examine every file installed by a port to ensure it is correct. A simple comparison of the checksums is all that's needed. ",macports-tickets@…
1.7.0,15966,apache2: mod_cgi.so missing,ports,1.7.0,defect,macports-tickets@…,new,2008-07-11T15:47:33-07:00,2010-10-07T15:27:32-07:00,"I installed apache2+workermpm on 10.5.3.  When trying to run apache, it complained about missing mod_cgi:

{{{
bash$ /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start
httpd: Syntax error on line 104 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_cgi.so into server: dlopen(/opt/local/apache2/modules/mod_cgi.so, 10): image not found
}}}",wsiegrist@…
1.7.0,16110,libxml2: attempts to use libxslt.1.dylib,ports,1.7.0,defect,cedric.luthi@…,new,2008-07-26T17:50:38-07:00,2010-10-08T16:34:30-07:00,"I previously had libxml2 2.6.32_1 and libxslt 1.1.23_0 installed. I forcibly uninstalled libxml2 and reinstalled it, to test an issue. During the reinstall, this message appeared in the debug output, and also a Mac OS X Crash Reporter dialog appeared with similar information:

{{{
dyld: lazy symbol binding failed: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace

dyld: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace
}}}


`/mp` is my MacPorts prefix. So it seems that libxml2 is trying to load libxslt.1.dylib during the build. You must modify the port so that this does not happen, because libxml2 does not declare a dependency on libxslt (and it cannot, since libxslt declares a dependency on libxml2, and we cannot have circular dependencies).

I am running Mac OS X 10.4.11 on an Intel Mac with Xcode 2.5 and MacPorts from trunk @38557.",ryandesign@…
1.7.0,16113,"OpenSceneGraph should use MacPorts curl, not Mac OS X's",ports,1.7.0,defect,macports-tickets@…,new,2008-07-26T21:57:02-07:00,2012-09-24T03:59:51-07:00,"Parts of OpenSceneGraph link with /usr/lib/libcurl.3.dylib. This should be changed so that it depends on libcurl as provided by MacPorts, and a dependency on port:curl should be added.",ryandesign@…
1.7.0,16384,gnustep portgroup reinplace didn't change anything in ...,base,1.7.0,defect,macports-tickets@…,new,2008-08-25T12:58:27-07:00,2013-03-02T18:08:12-08:00,"Using the patch from #15514 on Mac OS X 10.5.4 Intel with Xcode 3.1 I see this when installing gnustep-base:

{{{
$ port install gnustep-base
--->  Fetching gnustep-base
--->  Attempting to fetch gnustep-base-1.14.0.tar.gz from http://distfiles.macports.org/gnustep-base
--->  Verifying checksum(s) for gnustep-base
--->  Extracting gnustep-base
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep-base-1.14.0/GNUmakefile
--->  Configuring gnustep-base
^C
$
}}}

Similar when installing Performance:

{{{
$ port install Performance
--->  Fetching Performance
--->  Attempting to fetch Performance-0.2.5.tar.gz from http://distfiles.macports.org/Performance
--->  Verifying checksum(s) for Performance
--->  Extracting Performance
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.postamble
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.preamble
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Performance/work/Performance-0.2.5/GNUmakefile.wrapper.objc.preamble
--->  Configuring Performance
^C
$
}}}

Looks like the gnustep portgroup finds all files whose names begin with ""GNUmakefile"" and reinplaces in them, but not all such files will contain the to-be-replaced string. So for the gnustep portgroup, the reinplace should ignore failures. When #15514 is implemented, [browser:trunk/base/src/port1.0/resources/group/gnustep-1.0.tcl gnustep-1.0.tcl] will have to be updated to use the new flag.",ryandesign@…
1.7.0,16385,"Performance: No rule to make target Performance/dependencies, needed by internal-doc-all_",ports,1.7.0,defect,macports-tickets@…,new,2008-08-25T13:31:09-07:00,2010-10-08T19:03:11-07:00,"When trying to install Performance 0.2.5 (or 0.2.4) on Mac OS X 10.5.4 Intel with Xcode 3.1, autogsdoc crashes and the build fails with this error:

{{{
Making all for doc Performance...
autogsdoc -Project Performance -DocumentationDirectory Performance  -MakeDependencies Performance/dependencies GSCache.h GSThroughput.h GSTicker.h GSSkipMutableArray.h
gnumake[1]: *** No rule to make target `Performance/dependencies', needed by `internal-doc-all_'.  Stop.
gnumake: *** [Performance.all.doc.variables] Error 2
}}}

A Crash Reporter dialog also comes up (if you have enabled developer crash logs in /Developer/Applications/Utilities/CrashReporterPrefs.app); contents attached.

This problem was first [http://lists.macosforge.org/pipermail/macports-users/2008-August/011348.html reported on macports-users].

Performance builds just fine on Mac OS X 10.4.11 Intel with Xcode 2.5.
",ryandesign@…
1.7.0,16598,ettercap do not work on Mac OS X 10.5.5,ports,1.7.0,defect,ultrix@…,new,2008-09-19T20:15:42-07:00,2009-04-28T00:53:07-07:00,"ettercap do not work on Mac OS X 10.5.5.

card: AirportExtreme ( (0x14E4, 0x88) (Broadcom 4328 (4.170.46.11) ) )

installation fine with: sudo port install ettercap-ng

but, when executing a test:

ettercap -Tzq -i en1

got this error:

ettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGA

Listening on en1... (Ethernet)


ERROR : 6, Device not configured
[ec_send.c:send_init:114]

 libnet_init(LIBNET_RAW4_ADV) failed: libnet_init(): UID or EUID of 0 required

",monserg@…
1.7.0,17461,jnethack: don't make user/group games,ports,1.7.0,defect,takanori@…,new,2008-11-30T21:27:10-08:00,2009-06-08T12:55:15-07:00,"jnethack makes a user and group ""games"". Could it be changed to not do that, please, and to just install as whatever user the process is running as, like other ports do? Thanks.
",ryandesign@…
1.7.0,17715,wv: reinplace s|-pedantic||g didn't change anything in configure,ports,1.7.0,defect,macports-tickets@…,new,2008-12-19T23:51:56-08:00,2009-04-28T00:53:07-07:00,"Using the patch from #15514 I see that the reinplace that wants to remove the -pedantic switch doesn't do anything anymore:

{{{
--->  Fetching wv
--->  Attempting to fetch wv-1.2.4.tar.gz from http://downloads.sourceforge.net/wvware
--->  Verifying checksum(s) for wv
--->  Extracting wv
Warning: reinplace s|-pedantic||g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_textproc_wv/work/wv-1.2.4/configure
--->  Configuring wv
--->  Building wv
--->  Staging wv into destroot
--->  Installing wv @1.2.4_0
--->  Activating wv @1.2.4_0
--->  Cleaning wv
}}}

Maybe the reinplace can be removed now, or maybe it needs to be changed.",ryandesign@…
1.7.0,17742,"cairo 1.8.x - no japanese, chinese or other asian fonts are displayed with X11 variant",ports,1.7.0,defect,ryandesign@…,new,2008-12-22T14:17:20-08:00,2009-09-25T09:39:57-07:00,"I'm providing pre-build packages of GIMP on ""GIMP on OS X"", using MacPorts as a basis. Many users have encontered problems with asian fonts (like traditional chinese) not displaying in menu entries. For more details please see these threads

http://gimper.net/viewtopic.php?f=18&t=3625

http://sourceforge.net/forum/forum.php?thread_id=2628533&forum_id=761056

I've tracked this issue down to cairo. The Portfile enables the various quartz configure options if cairo is build with x11 support. This will make pango use the ATSUI font backend and this will lead to asian fonts not being diplayed at all. As far as I know it's not necessary to use the quartz backends in cairo / ATSUI module in pango if both are build with X11 support.

After disabling the quartz configure options (--enable-quartz --enable-quartz-font --enable-quartz-image) in platfom macosx{} and rebuilding cairo, pango, gtk and GIMP, everything worked as expected and the chinese fonts showed up.

This bug can be reproduced by launching some gtk application from Terminal.app and setting an asian localization first, e.g.


{{{
export LANG=zh_CN.UTF-8
/path/to/your/gtk-x11-application-startup
}}}

A sample Portfile is attached.",skl@…
1.7.0,17753,samba3: reinplace s|-bundle|-dynamiclib|g didn't change anything,ports,1.7.0,defect,mww@…,new,2008-12-23T12:54:55-08:00,2009-04-28T00:53:07-07:00,"Using the patch from #15514 I see this when building samba3 @3.2.4_0 on 10.4.11 Intel:

{{{
--->  Fetching samba3
--->  Attempting to fetch samba-3.2.4.tar.gz from http://us1.samba.org/samba/ftp/stable/
--->  Verifying checksum(s) for samba3
--->  Extracting samba3
Warning: reinplace s|-bundle|-dynamiclib|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_samba3/work/samba-3.2.4/source/configure
--->  Configuring samba3
--->  Building samba3
[snip]
}}}

Maybe the reinplace needs to be updated, or maybe it isn't needed anymore.",ryandesign@…
1.7.0,17799,mplayer @1.0rc2 No OSD/subtitle font after installation,ports,1.7.0,defect,ecronin@…,new,2008-12-27T21:11:42-08:00,2009-04-28T00:53:07-07:00,"After installing mplayer, there is no OSD font by default: can't see subtitles, volume, position, etc. [Yes, I did install it with osd variant (#14864) although that should probably be default anyway.]

Fix: Copy or symlink a ttf font into $PREFIX/share/mplayer/subfont.ttf 
as per http://www.mplayerhq.hu/DOCS/HTML/en/fonts-osd.html

Not attaching a patch because my choice of font may not be best :) [I think /Library/Fonts/Arial.ttf is a good choice, but any of the fonts from http://en.wikipedia.org/wiki/List_of_fonts_in_Mac_OS_X which are distributed as .ttf should be fine, or Macports might want to distribute its own font specifically for Mplayer.]",shreevatsa.public@…
1.7.0,17800,Failed to build hmake,ports,1.7.0,defect,macports-tickets@…,new,2008-12-27T22:18:00-08:00,2009-08-10T14:28:48-07:00,"I have been trying to build hmake with no success.
My ports are up-to-date.
{{{
--->  Fetching hmake
--->  Verifying checksum(s) for hmake
--->  Extracting hmake
--->  Applying patches to hmake
--->  Configuring hmake
--->  Building hmake
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.14"" && make all "" returned error 2
Command output:   or --package-conf can be used to act on another database
  entirely. When multiple of these options are given, the rightmost
  one is used as the database to act upon.

  Commands that query the package database (list, latest, describe,
  field) operate on the list of databases specified by the flags
  --user, --global, and --package-conf.  If none of these flags are
  given, the default is --global --user.

 The following optional flags are also accepted:

           --user                  use the current user's package database
           --global                use the global package database
  -f FILE  --package-conf=FILE     use the specified package config file
           --global-conf=FILE      location of the global package config
           --no-user-package-conf  never read the user package database
           --force                 ignore missing dependencies, directories, and libraries
           --force-files           ignore missing directories and libraries only
  -g       --auto-ghci-libs        automatically build libs for GHCi (with register)
  -?       --help                  display this help and exit
  -V       --version               output version information and exit
           --simple-output         print output in easy-to-parse format for some commands
           --names-only            only print package names, not versions; can only be used with list --simple-output
           --ignore-case           ignore case for substring matching

MkConfig: user error (Command (/opt/local/bin/ghc-pkg-6.10.1 -l) failed)
hmake-config: compiler not known:
  'ghc'
make[1]: *** [config] Error 2
make: *** [targets/ix86-Darwin-9.6.0/hmake-ghc] Error 2

Error: Status 1 encountered during processing.
ghais-issas-macbook:~ ghais$ sudo port clean hmake
--->  Cleaning hmake
ghais-issas-macbook:~ ghais$ sudo port install hmake
--->  Fetching hmake
--->  Verifying checksum(s) for hmake
--->  Extracting hmake
--->  Applying patches to hmake
--->  Configuring hmake
--->  Building hmake
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.14"" && make all "" returned error 2
Command output:   or --package-conf can be used to act on another database
  entirely. When multiple of these options are given, the rightmost
  one is used as the database to act upon.

  Commands that query the package database (list, latest, describe,
  field) operate on the list of databases specified by the flags
  --user, --global, and --package-conf.  If none of these flags are
  given, the default is --global --user.

 The following optional flags are also accepted:

           --user                  use the current user's package database
           --global                use the global package database
  -f FILE  --package-conf=FILE     use the specified package config file
           --global-conf=FILE      location of the global package config
           --no-user-package-conf  never read the user package database
           --force                 ignore missing dependencies, directories, and libraries
           --force-files           ignore missing directories and libraries only
  -g       --auto-ghci-libs        automatically build libs for GHCi (with register)
  -?       --help                  display this help and exit
  -V       --version               output version information and exit
           --simple-output         print output in easy-to-parse format for some commands
           --names-only            only print package names, not versions; can only be used with list --simple-output
           --ignore-case           ignore case for substring matching

MkConfig: user error (Command (/opt/local/bin/ghc-pkg-6.10.1 -l) failed)
hmake-config: compiler not known:
  'ghc'
make[1]: *** [config] Error 2
make: *** [targets/ix86-Darwin-9.6.0/hmake-ghc] Error 2

Error: Status 1 encountered during processing.
}}}

I am kind of new to macport, previously a debian user, if there is anything else needed form me please let me know.",gggg.iiiii@…
1.7.0,17822,Need TK Framework,ports,1.7.0,defect,mww@…,new,2008-12-29T16:21:21-08:00,2009-04-28T00:53:28-07:00,"I have Tk 8.5.5 installed.  I am trying to run an application (GRASS) and the new version (6.4 is the development version that will be released soon) requires the ""Aqua framework"" Tk.
I tried rebuilding Tk with +quartz.  But the binary application that I am trying to use (one piece of GRASS) is not finding the correct libraries, because it is looking for frameworks.  The person who does the binaries suggested that I install the ActiveTcl distribution, but that seems silly, given that I already have the MacPorts TclTk installed.
So, I am wondering if there is any way to make this installation work?  Is there something that can be done with Tk to have it also build frameworks?  There is a ""--enable-frameworks"" flag as part of TclTk.  Is it possible to make a ""framework variant"" of Tk?  ",dersh@…
1.7.0,17850,python25 -> installation bug on OS 10.5 -> bus error and IDLE crash,ports,1.7.0,defect,macports-tickets@…,new,2009-01-02T09:56:52-08:00,2010-10-28T16:43:17-07:00,"/Applications/MacPorts/MacPython 2.5/IDLE crashes on startup[[BR]]
within python: 
{{{
from PyQt4 import QtGui
}}}
produces a bus error.[[BR]]
The two are probably related.


",jmr@…
1.7.0,17860,zip 3.00: can't read some zip files,ports,1.7.0,defect,macports-tickets@…,new,2009-01-02T19:40:27-08:00,2009-04-28T00:53:07-07:00,"zip 3.00 can't read some zip files:
{{{
$ zip -9ru ~/private/backup/oldarc.zip oldarc
        zip warning: expected 8468 entries but found 74004

zip error: Zip file structure invalid (/Users/vinc17/private/backup/oldarc.zip)
zsh: exit 3     zip -9ru ~/private/backup/oldarc.zip oldarc
}}}
This is a regression: no problem with zip 2.32. Until this bug is fixed, zip should be downgraded to 2.32.",vinc17@…
1.7.0,17910,xmgrace not working on OS X Leapord,ports,1.7.0,defect,macports-tickets@…,new,2009-01-08T06:00:02-08:00,2009-04-28T00:53:07-07:00,"Hi,

I have installed grace-5.1.22 on my machine. Macports successfully installed Grace and i can locate it, man pages work so does the command line grace interface.

But when i launches xmgrace from the console, it fails with the following error:

{{{
dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /Users/okhalid/usr/local/bin/MacPorts-1.7.0/lib/libjpeg.62.dylib

Trace/BPT trap
}}}

Thanks for your help. Regards

Omer",okhalid.cern@…
1.7.0,17981,apache2: Warning: reinplace didn't change anything in config_vars.mk,ports,1.7.0,defect,macports-tickets@…,new,2009-01-13T03:45:25-08:00,2010-09-03T18:03:53-07:00,"When upgrading apache2 to 2.2.11 I noticed this (using the patch from #15514):

{{{
--->  Fetching apache2
--->  Verifying checksum(s) for apache2
--->  Extracting apache2
--->  Applying patches to apache2
--->  Configuring apache2
--->  Building apache2
--->  Staging apache2 into destroot
Warning: reinplace s|/apache2/build/libtool|/share/apr-1/build/libtool|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_www_apache2/work/destroot/mp/apache2/build/config_vars.mk
--->  Creating launchd control script
[snip]
}}}

This is on Mac OS X 10.5.6 Intel with Xcode 3.1.1.",ryandesign@…
1.7.0,18004,"php 5.2.8 generates ""zend_mm_heap corrupted"", crashes apache2",ports,1.7.0,defect,ryandesign@…,new,2009-01-14T22:07:09-08:00,2009-04-28T00:53:07-07:00,"Some system details:
{{{
ProductName: Mac OS X ProductVersion: 10.5.6 BuildVersion: 9G55
GCC: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)

ports installed:
apache2                        @2.2.11         www/apache2
php5                           @5.2.8          www/php5
mysql5                         @5.0.75         databases/mysql5

build command:
install php5 +mysql5 +apache2 +macosx
}}}
Everything compiles and installs correctly.
The issue is in the usage. Namely when I use ""owl intranet"" [http://owl.anytimecomm.com/].

What happens? I installed owl intranet, made the database, created the tables etc etc. Then I log on with the default username/password, and I noticed I had too little text on my page.
So after a lot of searching I saw in the apache2 errorlog:
{{{
[Thu Jan 15 06:57:21 2009] [error] [client 192.168.178.21] File does not exist: /data/www/favicon.ico
zend_mm_heap corrupted
}}}
This zend_mm_heap is reported everytime after I hit a large webpage in owl.

After some time the Apache2 webserver just crashes.

I have been using Apache2 + dav_svn for a really long time now (+- 6 months or so), so I don't think it's an issue in Apache.

If you need more information or if I can test something, please let me know!

--
Steven
",steven@…
1.7.0,18041,esdl: destroot failure: cp: priv/*: No such file or directory,ports,1.7.0,defect,bfulgham@…,new,2009-01-16T05:17:28-08:00,2009-04-28T00:53:07-07:00,"esdl doesn't destroot for me:

{{{
--->  Fetching esdl
--->  Attempting to fetch esdl-0.96.0626.src.tar.gz from http://easynews.dl.sourceforge.net/esdl
--->  Verifying checksum(s) for esdl
--->  Extracting esdl
--->  Applying patches to esdl
--->  Configuring esdl
--->  Building esdl
--->  Staging esdl into destroot
Error: Target org.macports.destroot returned: shell command "" cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/esdl-0.96.0626"" && make install DPORTSDIR=/mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot "" returned error 2
Command output: Found erlang at /mp/lib/erlang
Installing esdl-0.96.0626 in /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/src
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/c_src
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/include
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/doc
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/ebin
mkdir /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/priv
cp license.terms Readme* /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626
cp src/*.?rl /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/src
cp c_src/*.[ch] /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/c_src
cp include/*.hrl /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/include
cp doc/*.html /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/doc
cp ebin/*beam /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/ebin
cp -f -r priv/* /mp/var/macports/build/_Users_rschmidt_macports_dports_graphics_esdl/work/destroot//mp/lib/erlang/lib/esdl-0.96.0626/priv
cp: priv/*: No such file or directory
make: *** [install] Error 1

Error: Status 1 encountered during processing.
}}}

This is on Mac OS X 10.5.6 with Xcode 3.1.1 and MacPorts 1.7.0.",ryandesign@…
1.7.0,18133,/opt/local/bin/port documentation problems,base,1.7.0,defect,macports-tickets@…,new,2009-01-21T08:13:37-08:00,2010-08-09T16:42:10-07:00,"there are a number of minor problems with the port command's documentation.

1) the usage text differs between ""port help"" and the man page.
help:
{{{
port
        [-bcdfiknopqRstuvx] [-D portdir] [-F cmdfile] action [privopts] [actionflags]
        [[portname|pseudo-portname|port-url] [@version] [+-variant]... [option=value]...]...
}}}
man page:
{{{
     port [-vdqfonRusbckixpt] [-D portdir] [-F cmdfile] [action] [actionflags]
          [[portname | pseudo-portname | port-url]]
          [[@version] [+/-variant ...] ... [option=value ...]]
}}}

2) ""actions"" aren't consistently referred to as ""actions"".  the help text refers to ""commands"".  the man page talks about ""USER TARGETS"".

3) the pseudo-portname ""outdated"" is listed as a command in the help text.

4) the help text lists ""work"" as a command.

there are likely other inconsistencies, too.",macosforge.org@…
1.7.0,18161,i386-elf-binutils 2.18.50.0.9_0 fails to build on Tiger,ports,1.7.0,defect,jinksys@…,new,2009-01-23T07:57:30-08:00,2012-03-13T19:30:45-07:00,"I have the following i386-elf-binutils build problem for months now. I'm still using OS X 10.4.11. Please ask for details if you need more.

{{{
# port outdated
The following installed ports are outdated:
i386-elf-binutils              2.17_0 < 2.18.50.0.9_0             
# port upgrade i386-elf-binutils
--->  Fetching i386-elf-binutils
--->  Verifying checksum(s) for i386-elf-binutils
--->  Extracting i386-elf-binutils
--->  Configuring i386-elf-binutils
--->  Building i386-elf-binutils
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/build"" && make all "" returned error 2
Command output: libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/stab-syms.c -o stab-syms.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o merge.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/merge.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/merge.c -o merge.o
/bin/sh ./libtool --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\""/opt/local/lib/debug\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/dwarf2.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -DDEBUGDIR=\""/opt/local/lib/debug\"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/dwarf2.c -o dwarf2.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o simple.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/simple.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/simple.c -o simple.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o compress.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/compress.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/compress.c -o compress.o
rm -f elf32-target.h
sed -e s/NN/32/g < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32-i386.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32-i386.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32-i386.c -o elf32-i386.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf-vxworks.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf-vxworks.c
libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf-vxworks.c -o elf-vxworks.o
/bin/sh ./libtool --tag=CC --mode=compile cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include     -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c -o elf32.lo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c

libtool: compile:  cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I. -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c -o elf32.o
cc1: warnings being treated as errors
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elf32.c:23:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h: In function 'bfd_elf32_swap_symbol_in':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:198: warning: implicit declaration of function 'bfd_has_gap_in_elf_shndx'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h: In function 'bfd_elf32_object_p':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:780: error: invalid lvalue in assignment
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/bfd/elfcode.h:792: error: invalid lvalue in assignment
make[4]: *** [elf32.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-bfd] Error 2
make: *** [all] Error 2

Error: Unable to upgrade port: 1
}}}",horst@…
1.7.0,18169,hunspell-dict-en_US should depend on hunspell,ports,1.7.0,defect,nox@…,new,2009-01-24T11:34:52-08:00,2012-10-27T08:53:00-07:00,I just installed hunspell-dict-en_US and it did not install hunspell.,macports@…
1.7.0,18211,xprobe2-0.3: runtime error - ping modules cause errors,ports,1.7.0,defect,pmq@…,new,2009-01-26T14:23:35-08:00,2009-04-28T00:53:07-07:00,"The first three modules are broken in xprobe2-0.3 as they generate the following error when being executed:

{{{
TX_IP::sendpack::sendto: Invalid argument
}}}

Unfortunately the program is useless with all ""ping:"" modules disabled as every machine seems to be down for it.

Since there is a darwin 8 platform section I guess that this might be platform dependent and it might be worth checking this on different releases. This one is failing on 10.5.6 on an Intel iMac.",simon@…
1.7.0,18266,lighttpd-devel: gthread_aio/posix_aio: mmap() fails,ports,1.7.0,defect,ryandesign@…,new,2009-01-29T05:50:28-08:00,2009-12-23T21:12:30-08:00,"Installed lighttpd-devel @1.5.0-r1691 (www).  lighttpd delivers blank pages.  The error-log shows:

{{{
network_posix_aio.c.342: (error) the mmap() failed, no way for a fallback: 
connections.c.1333: (trace) (network-subsys sent us a fatal-error)
}}}

This bug has been fixed in upstream: 

[http://redmine.lighttpd.net/issues/show/1065 lighttpd 1.5 r1757] ",weakish@…
1.7.0,18315,postflight script's time spent on rsync is not bounded,base,1.7.0,defect,macports-tickets@…,new,2009-02-01T12:08:39-08:00,2013-05-23T09:29:13-07:00,"Using the GUI package installer hangs @ about 2/3 of the progress bar and does not complete.  I was forced to use ""force quit"" or kill from the terminal.

Looking around in the shell, /opt/local/ and the other filesystem components were there, but the environment additions had not been added, so I assumed it was a problem with the postflight script and used the method mentioned in the ""Hot Problems"" page to run it.  Postflight errored out and I had to manually edit the script to get it to complete.

This is obviously related to defects #14809 and #16199, but I have found additional issues.

a) shell is not recognized (""Unknown shell (sh)!"") using:
{{{
sudo /bin/bash <path to postflight_script>/postflight <options>
}}}

As an aside, looking in the process table, the original postflight script was being called with:
{{{
sudo /bin/bash /Volumes/MacPorts-1.7.0/MacPorts-1.7.0.pkg/Contents/Resources/postflight  /Volumes/MacPorts-1.7.0/MacPorts-1.7.0.pkg / / /
}}}
(that's three trailing slashes)

b) postflight script errored out when trying to find dep_map_clean.tcl upgrade_sources_conf_default.tcl, due to $TCLSH and $PACKAGE_PATH variables not being set properly.  I hard-coded in these for the appropriate path to get the postflight script to run after copying the package to a read/write location.

Thanks.",velociraptor@…
1.7.0,18327,incompatibility: lablgtk2 and ocaml,ports,1.7.0,defect,macports-tickets@…,new,2009-02-02T06:15:17-08:00,2010-10-22T06:11:59-07:00,"I think that the port 'lablgtk2' is too old and thus not compatible with the recent upgrade of the port 'ocaml'.

When I compile Coq 8.2rc2 (http://coq.inria.fr/V8.2rc2/), I get the following error message:

{{{
OCAMLOPT  contrib/micromega/csdpcert.ml
OCAMLOPT -o contrib/micromega/csdpcert
true contrib/micromega/csdpcert
OCAMLC    ide/utils/okey.mli
File ""ide/utils/okey.mli"", line 1, characters 0-1:
Error: /opt/local/lib/ocaml/lablgtk2/gdk.cmi
is not a compiled interface
make[1]: *** [ide/utils/okey.cmi] Error 2
make: *** [world] Error 2
}}}

",judufuru-gherthgr@…
1.7.0,18328,Problems to run xfig and gv,ports,1.7.0,defect,ryandesign@…,new,2009-02-02T08:00:15-08:00,2009-12-28T13:40:05-08:00,"Hello,

I have recently installed darwin ports and installed xfig, gv and xemacs in my machine, which runs Mac OS X Leopard v10.5.6.

After installing, xemacs runs fine. However, xfig and gv get some error messages:

XFIG:

{{{
Warning: No type converter registered for 'translations' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Color' conversion.
Warning: No type converter registered for 'TranslationTable' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'Meta' conversion.
Bus error
}}}

GV:

{{{
Warning: No type converter registered for 'String' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'String' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Translations' conversion.
Warning: No type converter registered for 'TranslationTable' to 'Color' conversion.
Warning: No type converter registered for 'String' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'TranslationTable' to 'InitialResourcesPersistent' conversion.
Warning: No type converter registered for 'translations' to 'Meta' conversion.
Bus error
}}}

I have tried the solutions suggested in tickets #18250 and #18249. However, they don't seem to be working for me... I have replaced my old patch-Imakefile and Portfile files by the new ones and then tried to run the applications again, but with no success.

Is there something else that I should do after modifying the files? Or could it be that I'm having some additional problem that doesn't allow me to fix it only in that way?

Thank you in advance.

Fernando.",blue_wind_cwb-porto@…
1.7.0,18359,Guide has wrong advice about variants,guide,1.7.0,defect,markd@…,new,2009-02-03T21:09:39-08:00,2013-03-21T19:07:12-07:00,"The Guide [http://guide.macports.org/#development.variants.phase says this] of variants:

 If a variant requires options in addition to those provided by keywords using -append and/or -delete, in other words, any actions that would normally take place within a port installation phase, do not try to do this within the variant declaration. Rather, modify the behavior of any affected phases when the variant is invoked using the variant_isset keyword.

{{{
post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/etc/
    xinstall ${worksrcpath}/examples/foo.conf \
        ${destroot}${prefix}/etc/

    if {[variant_isset carbon]} {
        delete ${destroot}${prefix}/bin/emacs
        delete ${destroot}${prefix}/bin/emacs-${version}
    }
}
}}}

I do not know why the Guide says this because it is the opposite of what I recommend. It should say something more like:

 If a variant requires options in addition to those provided by keywords using -append and/or -delete, in other words, any actions that would normally take place within a port installation phase, include these within the variant declaration if possible, so that it is easier to see at a glance what a variant does. If you want to take an action if a variant is *not* set, use the variant_isset keyword.

{{{
post-destroot {
    xinstall -d ${destroot}${prefix}/share/emacs/${version}/leim
    delete ${destroot}${prefix}/bin/ctags
    delete ${destroot}${prefix}/share/man/man1/ctags.1
}

variant carbon conflicts x11 description {Adds a Mac (Carbon) version of Emacs} {
    configure.args-delete   --without-carbon
    configure.args-append   --with-carbon \
                            --enable-carbon-app=${applications_dir}
    post-destroot {
        delete ${destroot}${prefix}/bin/emacs ${destroot}${prefix}/bin/emacs-${version}
    }
}

post-activate {
    if {![variant_isset carbon]} {
        ui_msg ""Note: You have not selected the +carbon variant""
    }
}
}}}
",ryandesign@…
1.7.0,18472,xfig - cannot type in file open/save fields,ports,1.7.0,defect,macports-tickets@…,new,2009-02-12T05:20:15-08:00,2010-08-06T17:40:49-07:00,"xfig now works for me having used the patch provided at
#18250

However it is not possible to enter a filename when trying to save a file.

Select File > Save - typing in the Filename or or any other field has no apparent effect, even if I keep the mouse pointer over the field when typing.

I have observed this one two different machines, one running Mac OS X 10.4.11 and the other 10.5.6",Mike.Willis@…
1.7.0,18474,gimp-app 2.6.0_1 openDoc failure,ports,1.7.0,defect,macports-tickets@…,new,2009-02-12T07:12:54-08:00,2010-05-05T00:13:49-07:00,"apologies if this is a duplicate ticket; I'm not sure if I submitted or just previewed it and then closed the tab a few minutes ago.

2 problems with opening files using Gimp.app

1) gimp2 no longer builds gimp-remote by default.  already submitted a bug about that:

#18473

2) on Leopard, with xquartz 2.3.2 (and I suspect also Apple's X11), the DISPLAY variable trick in Gimp.app/Contents/Resources/openDoc no longer works; in fact, it prevents openDoc from working at all.

Changing it to something like this:

{{{
#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>

DISPFILE=/tmp/display.$UID
if [ -e $DISPFILE ]
then
  export ""DISPLAY=`cat $DISPFILE`""
fi
exec ""/opt/local/bin/gimp-remote"" ""$@""
}}}

makes it work on Leopard (which doesn't set /tmp/display.nnnn), and I imagine it would still work on older versions of OS X which do use /tmp/display.nnn

This could be seen as an upstream bug but honestly I could not figure out how to do submit a bug from the website at http://gimp-app.sourceforge.net/ .
",edheil@…
1.7.0,18635,Updating account email address does not affect existing tickets,server/hosting,1.7.0,defect,wsiegrist@…,new,2009-02-25T02:00:52-08:00,2010-11-22T00:31:16-08:00,"Does the reporter to trac not automatically get email notifications of changes?

I pushed in #18125 which seems to be closed, I had no idea.  I would like to delete all the local ports I have, and sync up with you guys, but I was not made aware.

So I need to add myself as a CC in order to make this happen?",scott@…
1.7.0,18648,slrn unable to connect to leafnode,ports,1.7.0,defect,krischik@…,new,2009-02-25T14:01:35-08:00,2010-04-21T15:55:49-07:00,"slrn and leafnode both installed on 10.5.6 [[br]]
slrn fails to connect to leafnode with the following error:

{{{
Reading startup file /Users/martinsmith/.slrnrc.
Using newsrc file /Users/martinsmith/.jnewsrc-localhost for server localhost.
Connecting to host localhost ...
Failed to initialize server
Reason: 502 Remote access denied.
slrn fatal error:
Failed to initialize server.
}}}

Problem is that they are both on the same machine, yet I can
connect to leafnode on the mac from slrn on a bsd box on the
same local network with no errors.
I can also connect slrn on the mac to leafnode on the bsd box.
I am guessing this is a leafnode problem, but I may be wrong.
Any thoughts?
",martinsm@…
1.7.0,18691,basiliskii fails to compile,ports,1.7.0,defect,macports-tickets@…,new,2009-02-28T12:49:44-08:00,2013-04-15T08:58:23-07:00,"{{{
c++ -I/opt/local/include -I../include -I. -I../uae_cpu -DHAVE_CONFIG_H  -DOS_darwin9_6.0 -DCPU_powerpc -DFPU_UAE -D_REENTRANT -DDATADIR=\""/opt/local/share/BasiliskII\"" -O2 -I/usr/X11/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/usr/X11/include -c ../uae_cpu/gencpu.c -o obj/gencpu.o
<command line>:1:13: warning: missing whitespace after the macro name
../uae_cpu/gencpu.c: In function 'void genmovemel(uint16)':
../uae_cpu/gencpu.c:522: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:522: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:522: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:522: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c: In function 'void genmovemle(uint16)':
../uae_cpu/gencpu.c:544: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:544: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:544: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:544: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c: In function 'void gen_opcode(long unsigned int)':
../uae_cpu/gencpu.c:1182: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1182: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1182: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1182: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1183: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1183: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1183: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1183: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1185: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1185: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1186: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1186: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1186: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1186: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1191: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1191: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1191: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1191: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1200: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1200: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1200: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1200: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1208: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1208: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1208: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1208: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1209: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1209: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1209: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1209: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1211: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1211: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1212: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1212: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1212: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1212: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1215: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1215: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1215: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1215: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1216: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1216: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1219: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1219: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1222: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1222: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1222: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1222: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1223: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1223: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1223: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1223: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1226: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1226: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1227: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1227: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1228: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1228: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1228: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1228: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1232: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1232: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1232: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1232: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1233: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1233: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1233: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1233: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1244: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1244: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1245: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1245: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1246: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1246: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1246: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1246: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1249: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1249: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1249: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1249: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1250: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1250: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1250: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1250: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1252: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1252: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1253: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1253: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1253: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1253: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1256: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1256: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1256: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1256: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1257: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1257: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1260: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1260: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1263: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1263: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1263: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1263: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1264: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1264: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1264: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1264: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1267: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1267: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1268: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1268: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1269: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1269: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1269: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1269: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1272: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1272: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1272: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1272: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1273: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1273: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1273: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1273: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1284: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1284: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1285: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1285: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1286: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1286: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1286: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1286: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1289: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1289: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1289: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1289: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1291: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1291: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1292: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1292: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1292: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1292: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1295: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1295: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1295: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1295: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1298: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1298: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1299: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1299: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1300: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1300: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1300: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1300: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1303: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1303: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1303: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1303: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1314: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1314: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1315: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1315: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1315: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1315: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1318: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1318: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1318: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1318: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1319: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1319: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1320: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1320: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1320: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1320: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1323: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1323: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1323: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1323: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1326: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1326: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1327: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1327: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1327: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1327: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1330: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1330: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1330: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1330: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1331: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1331: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1334: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1334: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1334: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1334: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1335: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1335: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1335: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1335: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1343: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1343: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1343: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1343: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1344: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1344: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1344: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1344: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1351: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1351: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1351: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1351: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1354: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1354: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1354: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1354: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1355: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1355: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1355: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1355: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1362: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1362: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1362: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1362: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1365: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1365: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1365: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1365: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1366: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1366: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1366: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1366: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1373: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1373: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1373: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1373: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1377: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1377: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1377: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1377: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1378: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1378: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1378: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1378: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1380: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1380: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1383: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1383: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1383: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1383: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1384: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1384: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1391: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1391: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1391: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1391: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1403: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1403: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1403: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1403: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1410: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1410: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1410: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1410: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1413: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1413: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1413: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1413: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1414: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1414: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1414: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1414: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1415: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1415: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1416: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1416: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1416: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1416: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1419: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1419: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1419: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1419: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1420: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1420: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1420: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1420: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1426: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1426: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1429: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1429: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1432: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1432: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1434: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1434: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1437: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1437: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1446: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1446: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1450: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1450: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1453: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1453: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1453: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1453: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1454: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1454: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1454: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1454: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1455: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1455: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1455: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1455: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1456: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1456: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1456: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1456: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1459: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1459: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1470: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1470: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1479: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1479: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1479: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1479: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1485: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1485: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1485: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1485: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1489: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1489: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1489: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1489: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1490: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1490: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1490: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1490: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1497: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1497: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1497: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1497: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1540: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1540: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1540: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1540: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1549: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1549: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1551: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1551: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1552: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1552: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1552: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1552: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1556: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1556: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1556: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1556: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1559: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1559: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1559: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1559: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1582: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1582: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1582: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1582: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1588: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1588: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1588: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1588: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1594: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1594: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1594: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1594: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1622: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1622: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1622: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1622: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1643: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1643: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1643: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1643: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1644: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1644: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1644: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1644: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1645: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1645: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1645: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1645: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1648: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1648: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1648: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1648: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1653: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1653: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1653: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1653: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1654: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1654: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1654: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1654: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1657: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1657: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1657: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1657: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1680: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1680: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1680: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1680: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1683: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1683: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1683: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1683: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1687: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1687: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1688: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1688: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1697: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1697: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1705: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1705: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1706: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1706: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1714: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1714: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1721: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1721: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1722: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1722: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1726: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1726: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1730: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1730: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1731: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1731: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1735: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1735: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1740: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1740: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1740: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1740: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1741: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1741: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1741: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1741: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1749: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1749: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1749: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1749: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1750: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1750: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1750: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1750: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1774: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1774: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1774: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1774: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1775: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1775: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1775: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1775: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1783: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1783: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1803: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1803: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1804: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1804: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1804: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1804: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1807: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1807: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1807: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1807: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1808: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1808: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1808: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1808: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1834: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1834: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1839: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1839: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1840: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1840: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1840: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1840: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1843: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1843: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1843: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1843: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1844: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1844: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1844: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1844: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1868: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1868: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1869: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1869: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1869: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1869: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1872: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1872: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1872: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1872: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1873: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1873: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1873: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1873: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1893: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1893: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1898: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1898: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1899: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1899: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1899: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1899: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1902: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1902: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1902: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1902: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1903: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1903: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1903: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1903: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1925: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1925: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1926: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1926: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1926: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1926: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1929: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1929: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1929: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1929: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1930: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1930: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1930: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1930: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1950: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1950: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:1952: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1952: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1953: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1953: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1953: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1953: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1956: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1956: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1956: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1956: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1957: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1957: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1957: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1957: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1968: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1968: error:   initializing argument 2 of 'void force_range_for_rox(const char*, wordsizes)'
../uae_cpu/gencpu.c:1982: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1982: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:1983: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1983: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1983: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1983: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:1986: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1986: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1986: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1986: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1987: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:1987: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1987: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1987: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:1998: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:1998: error:   initializing argument 2 of 'void force_range_for_rox(const char*, wordsizes)'
../uae_cpu/gencpu.c:2015: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2015: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2016: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2016: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2016: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2016: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2019: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2019: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2019: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2019: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2027: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2027: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2030: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2030: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2033: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2033: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2033: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2033: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2036: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2036: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2036: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2036: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2044: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2044: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2047: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2047: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2048: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2048: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2053: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2053: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2053: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2053: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2056: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2056: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2056: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2056: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2066: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2066: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2069: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2069: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2069: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2069: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2072: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2072: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2072: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2072: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2080: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2080: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2082: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2082: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2085: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2085: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2085: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2085: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2088: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2088: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2088: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2088: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2096: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2096: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2099: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2099: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2101: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2101: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2101: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2101: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2104: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2104: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2104: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2104: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2114: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2114: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2115: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2115: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2117: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2117: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2117: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2117: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2120: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2120: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2120: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2120: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2128: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2128: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2131: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2131: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2134: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2134: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2134: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2134: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2137: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2137: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2137: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2137: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2147: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2147: error:   initializing argument 1 of 'const char* cmask(wordsizes)'
../uae_cpu/gencpu.c:2148: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2148: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2151: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2151: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2151: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2151: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2154: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2154: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2154: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2154: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2161: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2161: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2161: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2161: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2170: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2170: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2170: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2170: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2171: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2171: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2171: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2171: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2175: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2175: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2179: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2179: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2179: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2179: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2188: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2188: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2188: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2188: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2194: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2194: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2196: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2196: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2209: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2209: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2211: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2211: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2226: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2226: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2226: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2226: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2231: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2231: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2231: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2231: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2232: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2232: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2232: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2232: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2236: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2236: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2236: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2236: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2245: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2245: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2264: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2264: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2264: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2264: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2272: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2272: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2272: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2272: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2273: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2273: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2273: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2273: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2278: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2278: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2278: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2278: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2279: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2279: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2279: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2279: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2291: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2291: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2291: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2291: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2292: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2292: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2394: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2394: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2394: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2394: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2395: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2395: error:   initializing argument 2 of 'void genflags(flagtypes, wordsizes, char*, char*, char*)'
../uae_cpu/gencpu.c:2397: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2397: error:   initializing argument 2 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2397: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2397: error:   initializing argument 4 of 'void genastore(char*, amodes, char*, wordsizes, char*)'
../uae_cpu/gencpu.c:2400: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2400: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2400: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2400: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2406: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2406: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2406: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2406: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2412: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2412: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2412: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2412: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2422: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2422: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2422: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2422: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2431: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2431: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2431: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2431: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2469: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2469: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2469: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2469: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2470: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2470: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2470: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2470: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2484: error: invalid conversion from 'unsigned int' to 'amodes'
../uae_cpu/gencpu.c:2484: error:   initializing argument 1 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
../uae_cpu/gencpu.c:2484: error: invalid conversion from 'unsigned int' to 'wordsizes'
../uae_cpu/gencpu.c:2484: error:   initializing argument 3 of 'void genamode(amodes, char*, wordsizes, char*, int, int)'
make: *** [obj/gencpu.o] Error 1

}}}",jeremyhu@…
1.7.0,18700,AfterStep conflict with ImageMagick,ports,1.7.0,defect,macports-tickets@…,new,2009-02-28T14:38:16-08:00,2012-08-07T00:09:20-07:00,"While attempting to install AfterStep, I see the following conflict:

{{{
--->  Activating AfterStep @2.2.8_0
Error: Target org.macports.activate returned: Image error: /opt/local/bin/Animate is being used by the active ImageMagick port.  Please deactivate this port first, or use the -f flag to force the activation.
Error: Status 1 encountered during processing.
}}}

",macsforever2000@…
1.7.0,18782,xplanet: problem with clouds overlay,ports,1.7.0,defect,macports-tickets@…,new,2009-03-09T07:05:22-07:00,2011-03-01T16:29:13-08:00,"I am using Mac OSX Tiger 10.4.11, with all updates that the automatic fetcher has found as of now (march 9, 2009).
The two last versions of the xplanet port (1.2.0_2 and 1.2.0_3) do not display the clouds over the planet. The former version 1.2.0_1 does it properly, but sometimes the links are automatically restored to the newest version (how can that be?), so that I have to manually change this from time to time. Otherwise all my ports are activated at the newest version.
Why doesn't the last version of xplanet overlay the clouds properly? Can it be fixed?
Thanks,
Antoine",antoine.klein@…
1.7.0,18789,GNU screen does not display caption correctly if terminal is wider than 256 characters,ports,1.7.0,defect,macports-tickets@…,new,2009-03-09T19:41:09-07:00,2010-12-23T21:36:11-08:00,"Similar reports, with patch, here:

https://savannah.gnu.org/bugs/index.php?14153

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271384",bryan@…
1.7.0,18791,scribus warning about missing ghostscript,ports,1.7.0,defect,macports-tickets@…,new,2009-03-10T03:31:31-07:00,2010-10-28T14:14:22-07:00,"scribus warning after scribus start:

'''The following programs are missing:[[BR]]''

''Ghostscript: You cannot use EPS images or PrintPreview'''

but there is ghostscript:


{{{
mbp:~ hweber$ port installed | grep -i ghost
  ghostscript @8.63_1 (active)

}}}

my specs:

{{{
MacBook Pro 15""
MacBookPro1,1
Intel Core Duo
Mac OS X 10.5.6 (9G55)
Darwin 9.6.0

port version
Version: 1.700

port info scribus
scribus @1.3.3.11 (print)
Variants:    darwin_9, universal

}}}

thank you for helping

",hweber@…
1.7.0,18804,p5-mail-spamassassin 3.2.5_2: spamd cannot see the user's auto-whitelist file,ports,1.7.0,defect,macports-tickets@…,new,2009-03-12T05:01:10-07:00,2010-07-26T04:20:08-07:00,"I use SpamAssassin via spamc and spamd, and in my log messages (/var/log/mail.log), I get messages like:
{{{
Mar 12 12:45:52 prunille spamd[25703]: spamd: connection from localhost [127.0.0.1] at port 64347
Mar 12 12:45:52 prunille spamd[25703]: spamd: setuid to vinc17 succeeded
Mar 12 12:45:53 prunille spamd[25703]: spamd: processing message <20090312113155.GK16527@prunille.vinc17.org> for vinc17:501
Mar 12 12:45:57 prunille spamd[25703]: auto-whitelist: open of auto-whitelist file failed: auto-whitelist: cannot open auto_whitelist_path /Users/vinc17/.spamassassin/auto-whitelist: No such file or directory
Mar 12 12:45:58 prunille spamd[25703]: spamd: clean message (0.0/5.0) for vinc17:501 in 5.6 seconds, 2626 bytes.
Mar 12 12:45:58 prunille spamd[25703]: spamd: result: . 0 - scantime=5.6,size=2626,user=vinc17,uid=501,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=64347,mid=<20090312113155.GK16527@prunille.vinc17.org>,autolearn=ham
Mar 12 12:45:58 prunille spamd[25699]: prefork: child states: II
}}}
However /Users/vinc17/.spamassassin/auto-whitelist really exists:
{{{
$ ls -l /Users/vinc17/.spamassassin/auto-whitelist
-rw------- 1 vinc17 vinc17 5255168 2009-03-12 00:32:11 /Users/vinc17/.spamassassin/auto-whitelist
}}}",vinc17@…
1.7.0,18869,py25-docutils does not include roman.py,ports,1.7.0,defect,alex@…,new,2009-03-16T14:11:34-07:00,2010-10-28T14:33:23-07:00,"Hence:

{{{
$ rst2html.py 
Traceback (most recent call last):
  File ""/opt/local/bin/rst2html.py"", line 23, in <module>
    publish_cmdline(writer_name='html', description=description)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 334, in publish_cmdline
    pub.set_components(reader_name, parser_name, writer_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 92, in set_components
    self.set_reader(reader_name, self.parser, parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/core.py"", line 82, in set_reader
    self.reader = reader_class(parser, parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/readers/__init__.py"", line 49, in __init__
    self.set_parser(parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/readers/__init__.py"", line 60, in set_parser
    parser_class = parsers.get_parser_class(parser_name)
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/__init__.py"", line 46, in get_parser_class
    module = __import__(parser_name, globals(), locals())
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/rst/__init__.py"", line 75, in <module>
    from docutils.parsers.rst import states
  File ""/opt/local/lib/python2.5/site-packages/docutils/parsers/rst/states.py"", line 108, in <module>
    import roman
ImportError: No module named roman
}}}

I note that it '''is''' included with py26-docutils.",swinbank@…
1.7.0,18881,AFFLIB / FUSE,ports,1.7.0,defect,ricci@…,assigned,2009-03-17T08:29:28-07:00,2010-08-15T01:41:53-07:00,"Would it be possible to get the FUSE variant of AFFLIB working? I'm attempting to use ""affuse"" from that package and get an error that FUSE isn't installed. Web support indicates that the FUSE developer files need to be installed before we complie AFFLIB.

I edited the AFFLIB Portfile to enable the FUSE variant, and installed. I get the following output:


{{{
configure: FUSE requested
checking fuse.h usability... no
checking fuse.h presence... no
checking for fuse.h... no
configure: fuse.h not found; Disabling FUSE support.

}}}

I do have MacFuse 1.7.1 installed, and fuse.h is in /opt/local/include. I'm willing to do legwork to get it going but am at the end of my current capabilities. Thanks.",macports@…
1.7.0,18905,SBCL: Compile errors with variant threads on Leopard 10.5.6 (PPC),ports,1.7.0,defect,easieste@…,new,2009-03-19T14:02:20-07:00,2012-10-27T08:33:13-07:00,"While compiling SBCL with variant threads I got the following error:

{{{
....
dynbind.c: In function 'bind_variable':
dynbind.c:46: error: 'TLS_INDEX_LOCK' undeclared (first use in this function)
dynbind.c:46: error: (Each undeclared identifier is reported only once
dynbind.c:46: error: for each function it appears in.)
dynbind.c:51: error: 'FREE_TLS_INDEX' undeclared (first use in this function)
dynbind.c:55: warning: implicit declaration of function 'lose'
make: *** [dynbind.o] Error 1
...
}}}

Without variant threads it works fine!",nitralime@…
1.7.0,18931,/opt/local/share/info/dir contains defective content,ports,1.7.0,defect,macports-tickets@…,new,2009-03-21T14:43:36-07:00,2010-10-29T02:18:24-07:00,"Hello!

This files contains defective entries like

* config.                                       status: 
                                                  (autoconf)config.status Invocation. Recreating configurations.

(notice the empty space after the dots) and nonsense like

This is libtool.                info, produced by makeinfo version 4.11 from 
                                  /Users/gary/Devo/libtool/doc/libtool.texi.  

This is gettext.                info, produced by makeinfo version 4.11 from 
                                  gettext.texi.  

The former is put into the paragraph ""GNU programming tools"" and the latter is put among ""Individual utilities.""

",Peter_Dyballa@…
1.7.0,18969,ncid: don't clobber conf and log files,ports,1.7.0,defect,ryandesign@…,new,2009-03-25T04:22:53-07:00,2010-10-28T15:17:48-07:00,"ncid shouldn't register the conf files to itself. This causes user customizations to the conf files to be lost when ncid is upgraded. Instead, the conf files should be installed as samples, either with e.g. "".sample"" at the end of each filename, or in a directory called ""sample"".

The log file is also getting clobbered.",ryandesign@…
1.7.0,19021,py25-docutils conflicts with other py*-docutils versions,ports,1.7.0,defect,alex@…,new,2009-03-28T07:31:07-07:00,2010-10-28T15:27:42-07:00,"It's currently not possible to install multiple versions of docutils (py-docutils, py25-docutils py26-docutils) as all ports will install their scripts in /opt/local/bin:

{{{
Port py25-docutils contains:
  /opt/local/bin/rst2html.py
  /opt/local/bin/rst2latex.py
  /opt/local/bin/rst2newlatex.py
  ...
}}}

The attached patch will attach the Python version number to those files:

{{{
Port py25-docutils contains:
  /opt/local/bin/rst2html-2.5.py
  /opt/local/bin/rst2latex-2.5.py
  /opt/local/bin/rst2newlatex-2.5.py
  ...
}}}


",arthurk@…
1.7.0,19023,py-docutils conflicts with other py*-docutils versions,ports,1.7.0,defect,macports-tickets@…,new,2009-03-28T07:44:24-07:00,2010-10-28T15:28:56-07:00,Same as #19021. The patch relies on #17029.,arthurk@…
1.7.0,19031,flow-tools: reinplace didn't change anything in several files,ports,1.7.0,defect,macports-tickets@…,new,2009-03-29T01:36:34-07:00,2010-10-28T15:30:27-07:00,"Using the patch in #15514 I see that flow-tools does many reinplaces which end up having no effect. Perhaps some of these are bugs.

{{{
$ port install flow-tools
--->  Fetching flow-tools
--->  Attempting to fetch flow-tools-0.68.tar.gz from http://leopard.local/distfiles/flow-tools
--->  Verifying checksum(s) for flow-tools
--->  Extracting flow-tools
--->  Applying patches to flow-tools
Warning: reinplace s|__PREFIX__|/mp|g didn't change anything in /Users/rschmidt/macports/dports/net/flow-tools/files/patch-ftpaths.h
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-capture.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-fanout.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-mask.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.1.in
Warning: reinplace s|@localstatedir@/sym/|/mp/share/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-print.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.1.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-log2rrd.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-print.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-receive.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rpt2rrd.html.in
Warning: reinplace s|@localstatedir@/cfg/|/mp/etc/flow-tools/|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_net_flow-tools/work/flow-tools-0.68/docs/flow-rptfmt.html.in
--->  Configuring flow-tools
^C
$
}}}

",ryandesign@…
1.7.0,19154,help interface (yelp) is not working for qalculate-gtk,ports,1.7.0,defect,jjstickel@…,new,2009-04-03T10:58:10-07:00,2010-10-28T16:09:21-07:00,"The help interface for qalculate-gtk (yelp) is not working.  The error message is:

{{{
The requested URI ""ghelp:///opt/local/share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml"" is invalid
}}}

I don't know if this is a problem with yelp in general or if it is an upstream bug in qalculate-gtk.  Any help would be appreciated.

Until this is resolved, I suggest removing the ""doc"" variant from qalculate-gtk (see attached patch).  This is partly in response to 

http://lists.macosforge.org/pipermail/macports-dev/2009-January/006954.html",jjstickel@…
1.7.0,19590,"selfupdate fails with ""unknown group 501""",base,1.7.0,defect,macports-tickets@…,new,2009-05-10T01:27:39-07:00,2010-04-13T05:58:03-07:00,"after installing the software with the finder and executing:

sudo port -d selfupdate

installation fails with:
{{{
[ ! -f /opt/local/etc/macports/mp_version ] || rm -vf /opt/local/etc/macports/mp_version
===> making install in doc
/usr/bin/install -c -d -o root -g 501 -m 755 /opt/local
/usr/bin/install -c -d -o root -g 501 -m 755 /opt/local/etc/macports
cat prefix.mtree | /usr/sbin/mtree -U -e -p /opt/local > /dev/null
mtree: line 6: unknown group 501
make[1]: *** [install] Error 1
make: *** [install] Error 1
}}}",ali_kaylan@…
1.7.0,14139,xinstall needs to support recursion,base,1.7.0,enhancement,macports-tickets@…,new,2008-02-02T05:01:20-08:00,2013-05-11T09:42:03-07:00,"xinstall needs to support recursion so that the installation of Bundles (not a concept at the time install(1) was developed) can be done without resorting to ""file mkdir ... ; file copy ...""",rhwood@…
1.7.0,14648,Specifying a nonexistant variant during install should cause a warning,base,1.7.0,enhancement,macports-tickets@…,new,2008-03-13T12:22:04-07:00,2008-04-27T02:59:51-07:00,"When installing a port, if the user specifies a variant which does not exist, a warning should appear. In debug mode, the usual ""not provided"" message is shown but its shown amongst the usual darwin and macosx variant warnings. Normal users who do not run in debug mode should be given a warning. This would help for people who want to install a port with a specific version of a variant (php4 versus php5 for example), but typo it and end up installing the wrong version. Since variants could be specified for the dependent ports themselves, perhaps a recursive check down all of the dependencies could be made before any fetching and warn is the variant is not found in any of the ports.",wsiegrist@…
1.7.0,15467,RFE: More helpful strings for 'port help',base,1.7.0,enhancement,macports-tickets@…,new,2008-05-31T17:07:57-07:00,2008-05-31T17:07:57-07:00,"[browser:trunk/base/src/port/port-help.tcl port/port-help.tcl] only contains some very basic usage strings. This is used for the output of `port help`.

If anybody wants to contribute a little bit to MacPorts, here is an easy chance to do so. This is really bite-sized and easy, you don't need any coding experience. Just write more information about the commands.",raimue@…
1.7.0,15708,"port should have an ""ignore"" switch for ports that should not be upgraded",base,1.7.0,enhancement,macports-tickets@…,new,2008-06-21T14:28:35-07:00,2012-12-15T23:17:50-08:00,In the event a port cannot be safely upgraded (perhaps it will break a dependency or perhaps no newer version will build properly) it would be useful to have a way to ignore it. Possible implementations: a simple .ignore file in the port's directory or a list in the conf directory. ,macports-tickets@…
1.7.0,16373,svn git and hg fetch type should maintain a persistent working copy,base,1.7.0,enhancement,macports-tickets@…,new,2008-08-22T11:19:27-07:00,2013-01-21T05:09:18-08:00,"""`fetch.type svn`"" is inefficient in that it checks out a new working copy every time, directly to the work area. That would be like a normal port downloading the distfile every time. Instead, we should check out a working copy to that port's distpath, and then in the extract phase we should `svn export` it to the work area.

Some checks will be needed in the fetch phase to ensure that an existing working copy:

 * has no modifications: check `svn status`. Ideally we would try to clean up the working copy, for example by `svn revert`ing modified or added or deleted files, and then in a second `svn status` run, delete any unversioned files. But it's already an improvement if we just discard the working copy if `svn status --ignore-externals` produces any output.
 * is from the right URL: check `svn info`: check if the ""URL"" is the one we want. If not, check that the ""Repository Root"" is a substring of the repository we want. If yes, try to `svn switch` to the URL and revision we want; if not, discard the working copy.

So the fetch phase would go something like...

{{{
if {working copy exists} {
	if {working copy has modifications} {
		delete working copy
	}
}
if {working copy exists} {
	if {working copy url is the one we want} {
		svn update to the desired revision
	} else {
		if {working copy repository root matches beginning of desired url} {
			try to svn switch to the desired url and revision
			if {an error occurred} {
				delete working copy
			}
		} else {
			delete working copy
		}
	}
}
if {working copy doesn't exist} {
	check out working copy
}
}}}

And the extract phase is simply to `svn export` the working copy from the distpath to the worksrcpath. (There is [http://subversion.tigris.org/issues/show_bug.cgi?id=2429 one problem] if the working copy has externals and the user is using Subversion earlier than 1.5, for example Subversion 1.4.whatever which is included with Leopard. But rather than spend time working around this in base, I think this is a case where the port should depend on MacPorts subversion.)",ryandesign@…
1.7.0,17041,meaning of livecheck results should be made clearer,base,1.7.0,enhancement,macports-tickets@…,new,2008-10-29T04:51:51-07:00,2009-06-21T12:56:13-07:00,"Using MacPorts installed from latest trunk:
{{{
port -d livecheck glibmm
DEBUG: Port (livecheck) version is 2.18.1
DEBUG: Fetching http://freshmeat.net/projects-xml/glibmm/glibmm.xml
DEBUG: The regex is ""<latest_release_version>(.*)</latest_release_version>""
DEBUG: The regex matched ""<latest_release_version>2.14.2</latest_release_version>"", extracted ""2.14.2""
glibmm seems to have been updated (port version: 2.18.1, new version: 2.14.2)
}}}

In this case, the current port version is 2.18.1 but freshmeat
is not up to date and the latest version on record there is
2.14.2.  

Livecheck assumes that the latest version from freshmeat is, in fact, the latest version of the port and declares it so
after only checking to see that the freshmeat version is not
equal to the port version.  

In this case, I believe livecheck should check to see that the port
version is greater than the freshmeat latest version and
therefore the port seems to be up to date.

In otherwords, the highest version from the livecheck URL
should be considered a new version only if it is greater than
the port version.

Have only observed this when freshmeat is selected by default
due to no explicit livecheck declarations as in glibmm but
it occurs in several instances (freshmeat doesn't seem
to be very good at keeping up to date).  So can't say whether
this faulty comparison occurs with any other livecheck URLs in
similar circumstances.
",devans@…
1.7.0,17243,make openmpi compiler wrappers use currenly selected compiler,ports,1.7.0,enhancement,mww@…,new,2008-11-14T07:59:48-08:00,2009-05-17T02:46:40-07:00,"It'd be nice if openmpi used gcc_select to select default compilers. Right now, the openmpi compiler wrappers (mpicc, mpicxx, mpif77)  always use the C and C++ compilers in /usr/bin, even if /opt/local/bin comes first in the user's path. The changes to accomplish this are trivial:
- add a dependency on port:gcc_select
- patch the files in ${prefix}/share/openmpi to use /opt/local/bin/gcc instead of /usr/bin/gcc (similarly for C++ and Fortran).
",mmoll@…
1.7.0,17687,lang/asn1c: should install content of samples/ subdir,ports,1.7.0,enhancement,mww@…,new,2008-12-17T15:42:08-08:00,2009-04-28T00:53:28-07:00,"The asn1c package contains two useful scripts (well, one useful and one maybe useful) for extracting .asn1 files from RFCs and LyX documents under samples/ which should probably always be installed.  Running 'make install' from samples/ does this currently.

The content of samples/ itself would be nice to install under share/doc/, but needs some patching to look for the installed bin/asn1c instead of ../../asn1c",ecronin@…
1.7.0,17705,MacPorts needs a general config file update mechanism,base,1.7.0,enhancement,macports-tickets@…,new,2008-12-18T14:44:40-08:00,2009-01-03T12:55:45-08:00,"When a MacPorts install is upgraded, the config files are not overwritten to avoid stomping on local changes.  This has the disadvantage that new features which can be configured via *.conf aren't added to the current configuration.

The best method to handle this would be with a general method to update configuration files by simply adding the new feature-specific items to the currently-existing files.  Otherwise we end up with scripts for specific purposes (e.g., [browser:trunk/base/src/upgrade_sources_conf_default.tcl upgrade_sources_conf_default.tcl]) which in the long term will become messy and difficult to maintain.",blb@…
1.7.0,17976,php5-dba: add a new variant for db4 support,ports,1.7.0,enhancement,ryandesign@…,assigned,2009-01-12T16:23:30-08:00,2012-03-23T20:05:04-07:00,"I added a new variant to my local php5 Portfile for db4 support so that I could use db4 via dba extension in php.  I would like to contribute my changes back to macports.  Can someone please review my changes and let me know if you find any issues?

Thanks very much,

Tin",tinhkyaw@…
1.7.0,18319,courier-authlib is missing startupitem,ports,1.7.0,enhancement,macports-tickets@…,new,2009-02-01T18:07:13-08:00,2011-11-03T22:37:05-07:00,"Ticket #14229 had an attached Portfile that included numerous changes, including adding a startupitem clause to the Portfile for courier-authlib.

The ticket was closed with the comment ""update was done in r36112"", but 36112 only upgraded from 0.60.0 to 0.60.2 (+ checksums).  None of the other changes in the Portfile of ticket #14229 were committed.

Specifically, I would like:

--- Portfile.orig	2009-02-01 20:37:00.000000000 -0500
+++ Portfile	2009-02-01 20:39:32.000000000 -0500
@@ -33,4 +33,10 @@
 	system ""cd ${destroot}${prefix}/lib/courier-authlib && rm -f *.a *.la""
 }
 
+startupitem.create	yes
+startupitem.start	""${prefix}/sbin/authdaemond start""
+startupitem.stop	""${prefix}/sbin/authdaemond stop""
+startupitem.restart	""${prefix}/sbin/authdaemond restart""
+startupitem.pidfile	clean ${prefix}/var/run/${name}/pid
+
 #livecheck.check		sourceforge

",JustinVallon@…
1.7.0,18630,liboil: do not require glib,ports,1.7.0,enhancement,landonf@…,new,2009-02-24T19:38:05-08:00,2009-04-28T00:53:28-07:00,liboil depends on glib in its current Portfile. glib is only required to build some liboil examples. Take away this dependency to avoid linking in all of glib and dependents.,TimothyC.Lee@…
1.7.0,18849,inkscape : build an application,ports,1.7.0,enhancement,devans@…,assigned,2009-03-15T09:23:00-07:00,2011-12-01T20:24:01-08:00,"Inkscape is distributed as an  Inskcape.app
Is it possible to enable it in Macport also ?",neric27@…
1.7.0,18970,ncid: support ncidsip,ports,1.7.0,enhancement,ryandesign@…,new,2009-03-25T04:25:42-07:00,2010-10-28T15:17:57-07:00,"doc/INSTALL-Mac says:

{{{
    If you want to use ncidsip:

        - Download, compile, and install the IO-Interface module from CPAN
        - Download, compile, and install the Net-Pcap module from CPAN
}}}

We have a port for the latter (p5-net-pcap) but I don't see one for the former.",ryandesign@…
1.7.0,18972,ncid: add a startup item,ports,1.7.0,enhancement,ryandesign@…,new,2009-03-25T04:30:36-07:00,2010-10-28T15:19:52-07:00,add a startup item so ncid can start its daemon.,ryandesign@…
1.7.0,18992,silc-client: Add variant for irssi plugin,ports,1.7.0,enhancement,macports-tickets@…,new,2009-03-26T07:57:41-07:00,2010-11-08T11:26:53-08:00,"silc-client can be complied as a plugin for irssi. To enable this I altered the port file to add to the configure options:
{{{
                        --disable-asm \
+                        --with-silc-plugin=${prefix}/lib/irssi \
+                        --without-silc-includes
}}}
Ideally this would be a varient and have a dependancy on irssi.

I then needed to bodge the files in /opt/local/lib/irssi/modules to make the module loading work
{{{
 sudo ln -s libsilc_core.dylib libsilc_core.so
 sudo ln -s libfe_common_silc.dylib libfe_common_slic.so
}}}
I'm sure all of this could be done better, but the functionality is very useful.",arthur@…
1.7.0,14471,mod-log-sql,ports,1.7.0,request,macports-tickets@…,new,2008-02-25T02:06:30-08:00,2009-04-28T01:02:13-07:00,"Not sure if this is the right place to request new additions to macports as well. But I would like to see this apache mod added to the list if possible!?

'''
Mod-log-sql:'''
''mod_log_sql is a logging module for Apache 1.3 and 2.0 which logs  all requests to a database. This module now compiles under Apache 1.3 and Apache 2.0 from the same source.'' 

[http://www.outoforder.cc/projects/apache/mod_log_sql/]
",webmaster@…
1.7.0,16951,dotmac,ports,1.7.0,request,macports-tickets@…,new,2008-10-21T20:14:53-07:00,2013-03-09T21:37:39-08:00,http://code.google.com/p/dotmac/,macports.users@…
1.7.0,18118,Requesting Secret Maryo Chronicles,ports,1.7.0,request,macports-tickets@…,new,2009-01-20T10:28:30-08:00,2013-03-25T06:38:01-07:00,This is an opensource game that is very well designed.It has no PPC version in the latest iteration (1.7)Its url is http://www.secretmaryo.org,jazzyguy@…
1.7.0,18323,pd-pure port request,ports,1.7.0,request,ryandesign@…,new,2009-02-02T01:01:38-08:00,2009-04-28T01:02:13-07:00,"Make a port for pd-pure

http://pure-lang.googlecode.com/",ryandesign@…
1.7.0,18324,Pd (Pure Data) port request,ports,1.7.0,request,ryandesign@…,new,2009-02-02T01:02:19-08:00,2009-04-28T01:02:13-07:00,"Make a port for Pd (Pure Data). This is a requirement for pd-pure (#18323)

http://en.wikipedia.org/wiki/Pure_Data

http://pd.iem.at/

http://puredata.info/",ryandesign@…
1.7.0,18458,webdot: create a port,ports,1.7.0,request,ryandesign@…,assigned,2009-02-11T10:34:10-08:00,2010-10-23T10:08:03-07:00,"I should create a port for webdot.

http://graphviz.org/webdot/

http://graphviz.org/Download_source.php
",ryandesign@…
1.7.0,18527,sharedanced-0.6 Request,ports,1.7.0,request,macports-tickets@…,new,2009-02-17T07:06:15-08:00,2009-04-28T01:02:13-07:00,"I searched the web thoroughly but was not able to find information about building the sharedanced session-server on OS X.

http://download.pureftpd.org/pub/sharedance/

",jens@…
1.7.0,18540,pyaimt - Request for New Port,ports,1.7.0,request,macports-tickets@…,new,2009-02-18T15:27:32-08:00,2009-05-13T20:15:19-07:00,"I would like to request that pyaimt be ported to mac os x through macports. See http://code.google.com/p/pyaimt/ for more information about the jabber transport.

Thanks,
-Charles III

BTW, I cc'ed simon as he is the port maintainer for ejabberd (thr program I will be using the transport with.",ctempleton3@…
1.7.0,18548,smartear plugin for pidgin,ports,1.7.0,request,macports-tickets@…,new,2009-02-19T05:16:36-08:00,2009-04-28T01:02:13-07:00,"Is it possible to have the SmartEar Pidgin plugin from

http://somewhere.fscked.org/smartear/

added as an available port?

",monte@…
1.7.0,18783,create rpy,ports,1.7.0,submission,macports-tickets@…,new,2009-03-09T12:25:29-07:00,2009-04-28T01:02:14-07:00,Attached is the Portfile as far as I could get it:  It needs some fixing.,snc@…
1.7.0,19097,New Port - MacRuby 0.4,ports,1.7.0,submission,mnick@…,new,2009-03-31T13:50:52-07:00,2013-03-09T23:35:26-08:00,"A port for MacRuby. The current version is 0.4 but unfortunatly there are no source tarballs, so the port fetches the tag 0.4 from svn.
Also a small patch needs to be applied so that the correct bison gets picked up during the build process.
Portfile and patch are attached.",max@…
1.7.0,17666,gigabase-3.15 update to 3.67,ports,1.7.0,update,stromnov@…,new,2008-12-16T06:10:16-08:00,2010-10-16T22:33:28-07:00,"patch patch-unisock.cpp.diff no longer needed

added patch-Makefile.in for correct DESTDIR handling",stromnov@…
1.7.0,18044,py-postgresql-pqueue: update to 1.0.1,ports,1.7.0,update,macports-tickets@…,new,2009-01-16T06:55:05-08:00,2009-04-28T01:02:18-07:00,py-postgresql-pqueue is at version 0.1 but version 1.0.1 appears to be out so the port should probably be updated.,ryandesign@…
1.7.0,19065,gcin update needed,ports,1.7.0,update,candyz0416@…,new,2009-03-30T18:20:31-07:00,2010-06-30T22:50:29-07:00,"The gcin port is at version 1.2.1 but version 1.4.4 of the software is available so the port should be updated.

While you do this, you should fix the dependencies as well. Change the lib:-style dependencies to port:-style. Remove unneeded dependencies (for example, remove expat, fontconfig, glib2, libpng and pango, since depending on gtk2 already takes care of this). Fix the pkgconfig dependency (it's needed only at build time so it should be a build dependency not a library dependency).",ryandesign@…
1.7.0,17463,python 2.5-2.7 tkinter oddities,ports,1.7.0,defect,jwa@…,new,2008-11-30T23:20:02-08:00,2011-02-13T23:31:38-08:00,"Two oddities in python25 and python26 (<2.5 not tested, so they may be affected as well, 3.0 also not tested):

 * Both python25 and python26 install IDLE.app (which needs py25-tkinter for python25), and when double-clicking it, it launches (through X11, since MacPorts' Tk links to X11) but the dock icon continues to bounce for some time.  Seems like the OS doesn't see it as having launched.

 * Running Tkinter's _test opens a window which then immediately minimizes; to test, use:
{{{
/opt/local/bin/python2.6 -m Tkinter -c 'Tkinter._test()'
}}}
or
{{{
/opt/local/bin/python2.5 -m Tkinter -c 'Tkinter._test()'
}}}",blb@…
1.7.0,17738,HTTP download only,base,1.7.0,enhancement,macports-tickets@…,new,2008-12-22T10:26:51-08:00,2009-08-23T02:47:43-07:00,"I'm connected via a proxy that only allow HTTP.
I'm already using the SVN method but MacPorts often tries to download from an FTP server and then fall back on HTTP server.
Is there a way to only use HTTP servers ?",tael67@…
1.7.0,18174,mysql5-server: launch on demand support,ports,1.7.0,enhancement,ryandesign@…,new,2009-01-24T20:21:44-08:00,2009-11-15T16:36:00-08:00,"Some people (eg me) would like the mysql server to utilize launchd's support for launch on demand.  Attached is a launch.plist which makes use of this and launches the mysql server when ""/opt/local/var/run/mysql5/mysqld.sock"" is accessed.  If the port maintainers are interested, I could (try to) create a variant for this configuration.  Alternatively, the launchd.plist could just be included alongside the current one, and users can manually install one.",ww.galen@…
1.7.1,11576,mpich2 and openmpi both claim mpiexec(1) manpage,ports,1.7.1,defect,macports-tickets@…,new,2007-03-18T01:46:10-07:00,2012-05-16T13:59:00-07:00,"{{{
--->  Activating mpich2 1.0.5p3_0+darwin_8
Error: Target com.apple.activate returned: Image error: /opt/local/share/man/man1/mpiexec.1.gz is being used by the active openmpi port.  Please deactivate this port first, or use the -f flag to force the activation.
}}}

",stephen@…
1.7.1,19190,py25-wxpython and py26-wxpython conflict,ports,1.7.1,defect,jwa@…,new,2009-04-05T17:41:49-07:00,2009-06-16T20:35:29-07:00,"`py25-wxpython` and `py26-wxpython` conflict when you try to install them at the same time:

{{{
$ port install py25-wxpython
--->  Fetching py25-wxpython
--->  Attempting to fetch wxPython-src-2.8.9.1.tar.bz2 from http://downloads.sourceforge.net/wxpython
--->  Verifying checksum(s) for py25-wxpython
--->  Extracting py25-wxpython
--->  Configuring py25-wxpython
--->  Building py25-wxpython
--->  Staging py25-wxpython into destroot
--->  Installing py25-wxpython @2.8.9.1_0
--->  Activating py25-wxpython @2.8.9.1_0
Error: Target org.macports.activate returned: Image error: /opt/local/include/wx-2.8/wx/wxPython/i_files/__init__.py is being used by the active py26-wxpython port.  Please deactivate this port first, or use 'port -f activate py25-wxpython' to force the activation.
Error: Status 1 encountered during processing.
$
}}}",ram@…
1.7.1,19192,"py25-wxpython reports ""wxPython/wxWidgets release mismatch"" on import",ports,1.7.1,defect,mww@…,new,2009-04-05T18:50:09-07:00,2009-08-01T11:44:51-07:00,"When the `wx` module is imported the following warning is reported:

{{{
$ python
Python 2.5.4 (r254:67916, Apr  4 2009, 14:11:12) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> import wx
/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_core.py:14448: UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn(""wxPython/wxWidgets release number mismatch"")
>>> 
}}}

I have noticed that wxPython-2.8.9.2 is available:

{{{
$ port livecheck py25-wxpython
py25-wxpython seems to have been updated (port version: 2.8.9.1, new version: 2.8.9.2)
$
}}} ",ram@…
1.7.1,19209,djbdns ipv6 variant is broken,ports,1.7.1,defect,macports-tickets@…,new,2009-04-06T11:57:56-07:00,2011-11-26T14:52:53-08:00,"installing djbdns with the ipv6 variant leads to a broken install of dnscache.

Steps to reproduce:
{{{
sudo port install djbdns +ipv6
sudo dnscache-conf daemon daemon /opt/local/etc/dnscache
sudo ln -s /opt/local/etc/dnscache /opt/local/var/svscan/service
sudo svstat dnscache

   dnscache: up (pid 24967) 3 seconds

dig dckd.nl @127.0.0.1 
}}}

expected result:
succesful lookup of the domainname

actual result:
{{{
; <<>> DiG 9.4.2-P2 <<>> dckd.nl @127.0.0.1
;; global options:  printcmd
;; connection timed out; no servers could be reached
}}}

Examining the tcpdump shows that the request reaches the server, and the server is running, but there just is no response.",macports@…
1.7.1,19211,update parrot port to install dev tools,ports,1.7.1,defect,bfulgham@…,new,2009-04-06T13:23:33-07:00,2009-04-28T00:53:28-07:00,"https://trac.parrot.org/parrot/browser/trunk/ports/macports/Portfile

contains a small update to the parrot port for parrot 1.0.0 (inlined as a diff below)

{{{
Index: ports/macports/Portfile
===================================================================
--- ports/macports/Portfile     (revision 37927)
+++ ports/macports/Portfile     (revision 37928)
@@ -4,6 +4,7 @@

 name                   parrot
 version                        1.0.0
+revision               1
 categories             lang devel
 maintainers            bfulgham coleda.com:will
 description            Open source virtual machine (for Perl6 et al.)
@@ -12,7 +13,8 @@
         execute bytecode for dynamic languages. Parrot currently hosts a \
         variety of language implementations in various stages of completion, \
         including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, \
-        and a .NET bytecode translator.
+        and a .NET bytecode translator. This package includes the development \
+        tools required to build languages on top of parrot.

 platforms              darwin
 homepage               http://www.parrot.org/
@@ -29,7 +31,7 @@
 configure.pre_args     --prefix=${prefix}/lib/parrot
 configure.args         --optimize

-destroot.target         install
+destroot.target         install-dev

 build.type             gnu
 build.target
}}}",will@…
1.7.1,19264,cairo: reinplace didn't change anything in cairo*.pc,ports,1.7.1,defect,ryandesign@…,new,2009-04-10T05:28:23-07:00,2010-10-31T12:22:38-07:00,"In an empty MacPorts 1.7.1 environment with the patch from #15514, on Mac OS X 10.4.11 Intel with Xcode 2.5, running

{{{
sudo port install pango +no_x11 +quartz
}}}

eventually shows failing reinplaces in cairo:

{{{
--->  Fetching cairo
--->  Verifying checksum(s) for cairo
--->  Extracting cairo
--->  Applying patches to cairo
--->  Configuring cairo
--->  Building cairo
--->  Staging cairo into destroot
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-ft.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-pdf.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-png.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-ps.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz-font.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz-image.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-quartz.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo-svg.pc
Warning: reinplace s:-lX11:-L/macports-test/lib -L/usr/X11R6/lib -lX11:g didn't change anything in /macports-test/var/macports/build/_Users_rschmidt_macports_dports_graphics_cairo/work/destroot/macports-test/lib/pkgconfig/cairo.pc
--->  Installing cairo @1.8.6_4+macosx+no_x11+quartz
--->  Activating cairo @1.8.6_4+macosx+no_x11+quartz
--->  Cleaning cairo
}}}

Shouldn't the block that was added in r45053 and updated in r47541 be enclosed in 

{{{
if {![variant_isset no_x11]} {
    ...
}
}}}

?",ryandesign@…
1.7.1,19287,dovecot 1.1.11 fts plugin bug,ports,1.7.1,defect,jberry@…,new,2009-04-12T08:23:14-07:00,2010-10-31T12:32:30-07:00,"If I try to configure fts plugin in dovecot.conf, launchd cannot start dovecot.  However, if I run dovecot manually by ""sudo /opt/local/sbin/dovecot"", it works well with fts plugin setup.",novembre@…
1.7.1,19306,Shiira2 build fails on Tiger,ports,1.7.1,defect,macports-tickets@…,new,2009-04-13T18:53:29-07:00,2010-01-20T20:42:14-08:00,"Shiira2 fails to build even after a ""--all clean"" on my PPC with error: 
{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_Shiira2/work/Shiira2.2src/shiira2/trunk"" && /usr/bin/xcodebuild -target Shiira build "" returned error 1
}}}

Also included with references to i686 here  ''': /Developer/usr/bin/../libexec/gcc/'''i686-apple-darwin8'''/4.0.1/libtool: internal link edit command failed.''' 

See output attached",ahkira28@…
1.7.1,19343,openssl: man page names conflict with system man page names,ports,1.7.1,defect,mww@…,new,2009-04-16T15:52:07-07:00,2010-11-01T04:12:17-07:00,"The openssl package installs several man pages in man section 1 whose names overlap with various standard Mac OS X commands, such as passwd. This causes commands such as {{{man passwd}}} to display the man page for {{{openssl passwd}}} instead of the {{{passwd}}} user account password changing utility, if man has been configured to search in /opt/local/share/man before searching in the normal man locations.

Some Linux distributions deal with this by renaming the openssl man section 1 pages to ssl-name or openssl-name, such as [http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/openssl-0.9.8k.ebuild?view=markup Gentoo]. (look in the src_install() method).

Could MacPorts' openssl port do something similar?",aetherknight@…
1.7.1,19367,ntop build succeeds but staging fails on 10.4,ports,1.7.1,defect,markd@…,new,2009-04-19T01:14:34-07:00,2010-10-31T17:34:09-07:00,"On my Intel Mac with Mac OS X 10.4.11, Xcode 2.5 and MacPorts 1.7.1, ntop builds, but then fails to stage:

{{{
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/ntop-3.3.8"" && gnumake install install-data-as DESTDIR=/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot'
Making install in .
test -z ""/mp/lib"" || /mp/bin/gmkdir -p ""/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib""
 /bin/sh ./libtool   --mode=install /usr/bin/install -c  'libntop.la' '/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.la'
/usr/bin/install -c .libs/libntop-3.3.8.dylib /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop-3.3.8.dylib
(cd /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib && rm -f libntop.dylib && ln -s libntop-3.3.8.dylib libntop.dylib)
/usr/bin/install -c .libs/libntop.lai /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.la
/usr/bin/install -c .libs/libntop.a /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
ranlib /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
chmod 644 /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntop.a
libtool: install: warning: remember to run `libtool --finish /mp/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c  'libntopreport.la' '/mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot/mp/lib/libntopreport.la'
libtool: install: warning: relinking `libntopreport.la'
(cd /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/ntop-3.3.8; /bin/sh ./libtool --mode=relink /usr/bin/gcc-4.0 -g -no-cpp-precomp -O2 -I/mp/include -I/usr/local/include -I/opt/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -release 3.3.8 -export-dynamic -L/mp/lib -L/usr/local/lib -L/opt/local/lib -o libntopreport.la -rpath /mp/lib emitter.lo globals-report.lo graph.lo fcReport.lo http.lo perl.lo report.lo reportUtils.lo ssl.lo webInterface.lo libntop.la -lpthread -lc -lssl -lcrypto -lrrd_th -lpcre -lgdbm -lz -lpcap -L/mp/lib -L/usr/local/lib -L/mp/lib/perl5/5.8.9/darwin-2level/CORE -lperl -ldl -lm -lc -inst-prefix-dir /mp/var/macports/build/_Users_rschmidt_macports_dports_net_ntop/work/destroot)
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
libtool: install: error: relink `libntopreport.la' with the above command before installing it
gnumake[2]: *** [install-libLTLIBRARIES] Error 1
gnumake[1]: *** [install-am] Error 2
gnumake: *** [install-recursive] Error 1
}}}

I do not know why /usr/local/include and /opt/local/include are being referenced above; my MacPorts is in /mp. Full log attached.",ryandesign@…
1.7.1,19438,gimp2 2.6.6_0: Crash - Uncaught exception NSInvalidArgumentException was raised,ports,1.7.1,defect,devans@…,assigned,2009-04-26T02:41:03-07:00,2010-11-02T20:40:42-07:00,"When opening a large file file in Gimp (1680x1050) and copying a selection from it Gimp crashes with an uncaught exception error.

Console output:
{{{
2009-04-26 11:21:29.493 gimp-2.6[48726:10b] An uncaught exception was raised
2009-04-26 11:21:29.494 gimp-2.6[48726:10b] *** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: -1, maximum size: -2147483648 bytes
2009-04-26 11:21:29.494 gimp-2.6[48726:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: -1, maximum size: -2147483648 bytes'
2009-04-26 11:21:29.495 gimp-2.6[48726:10b] Stack: (
    2517836043,
    2464779835,
    2517835499,
    2517835562,
    2447261264,
    2447428824,
    2447661200,
    8591726,
    8568643,
    2430774104,
    2517266524,
    2517200161,
    2517338344,
    2517339352,
    2523312832,
    2523312345,
    2523311949,
    2427313533,
    2427311664,
    10689255,
    16557455,
    16558695,
    12057,
    16435,
    11206
)
Trace/BPT trap
}}}

Crash reporter:
{{{
Thread 0 Crashed:
0   com.apple.CoreFoundation      	0x96131fb4 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1   libobjc.A.dylib               	0x92e98e3b objc_exception_throw + 40
2   com.apple.CoreFoundation      	0x960b8ab3 CFRunLoopRunSpecific + 4355
3   com.apple.CoreFoundation      	0x960b8cd8 CFRunLoopRunInMode + 88
4   com.apple.HIToolbox           	0x9666b2c0 RunCurrentEventLoopInMode + 283
5   com.apple.HIToolbox           	0x9666b0d9 ReceiveNextEventCommon + 374
6   com.apple.HIToolbox           	0x9666af4d BlockUntilNextEventMatchingListInMode + 106
7   com.apple.AppKit              	0x90addd7d _DPSNextEvent + 657
8   com.apple.AppKit              	0x90add630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
9   libgdk-quartz-2.0.0.dylib     	0x00a31ae7 poll_func + 135
10  libglib-2.0.0.dylib           	0x00fca58f g_main_context_iterate + 735
11  libglib-2.0.0.dylib           	0x00fcaa67 g_main_loop_run + 455
12  gimp-2.6                      	0x00002f19 app_run + 601
13  gimp-2.6                      	0x00004033 main + 1075
14  gimp-2.6                      	0x00002bc6 start + 54
}}}

I removed all ~/.gimp-2.* directories as well as trying to rebuild gtk2, glib2 and gimp2 as those are in the stack trace of the crashed thread.
This does not happen on handling images with smaller dimensions like 640x480.",simon@…
1.7.1,19463,privoxy: uses wrong startup plist,ports,1.7.1,defect,macports-tickets@…,new,2009-04-28T06:57:22-07:00,2010-11-03T17:46:35-07:00,"privoxy should be started this way:

<?xml version=""1.0"" encoding=""UTF-8""?>[[BR]]
<!DOCTYPE plist PUBLIC ""-//Apple//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1.0.dtd"">[[BR]]
<plist version=""1.0"">[[BR]]
<dict>[[BR]]
	<key>Label</key>[[BR]]
	<string>org.privoxy.privoxy</string>[[BR]]
	<key>OnDemand</key>[[BR]]
	<false/>[[BR]]
	<key>Program</key>[[BR]]
	<string>/usr/local/sbin/privoxy</string>[[BR]]
	<key>ProgramArguments</key>[[BR]]
	<array>
		<string>privoxy</string>[[BR]]
		<string>--no-daemon</string>[[BR]]
		<string>--pidfile</string>[[BR]]
		<string>/var/run/privoxy/privoxy.pid</string>[[BR]]
		<string>/usr/local/etc/privoxy/config</string>
	</array>[[BR]]
	<key>RunAtLoad</key>[[BR]]
	<true/>[[BR]]
	<key>UserName</key>[[BR]]
	<string>privoxy</string>
</dict>[[BR]]
</plist>

To let privoxy log into /var/run create a folder privoxy as following:

drwxrwxr-x  3 root  privoxy  102 Apr 28 15:52 /var/run/privoxy
",cilly@…
1.7.1,19481,openssh: integration with OS X keychain broken,ports,1.7.1,defect,jwa@…,new,2009-04-29T01:48:22-07:00,2011-11-05T07:59:44-07:00,"It appears that one of the more recent updates of openssh has broken its integration with the OS X keychain.  My SSH keys that are in the OS X keychain are no longer added to the ssh-agent.

Running `eval ""$(/usr/bin/ssh-agent)""` and then `ssh-add -l` *does* show my keys as added to the agent, so the OS X provided openssh has no issues talking to my keychain.

That makes macports' openssh rather useless for me.

This issue is reminiscent of another open ticket on sysutils/screen which also causes problems with interaction between CLI applications and the OS X keychain (and other OS X utilities such as pbcopy/pbpaste): #18235",lhunath@…
1.7.1,19491,tclx: syntax error before '->' token,ports,1.7.1,defect,markd@…,new,2009-04-30T08:23:30-07:00,2012-03-23T05:45:43-07:00,"I was attempting to download tclx onto leopard 10.5.6 and received the following error:
{{{
cassini:bin root# port install tclx
--->  Building tclx
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tclx/work/tclx8.4"" && make all "" returned error 2
Command output: /usr/bin/gcc-4.0 -pipe -DPACKAGE_NAME=\""tclx\"" -DPACKAGE_TARNAME=\""tclx\"" -DPACKAGE_VERSION=\""8.4\"" -DPACKAGE_STRING=\""tclx\ 8.4\"" -DPACKAGE_BUGREPORT=\""\"" -DFULL_VERSION=\""8.4.0\"" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1   -I""./generic"" -I""./unix"" -I""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.6/generic"" -I""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.6/unix""  -I/opt/local/include  -O2 -I/opt/local/include -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/tclXbsearch.c` -o tclXbsearch.o
In file included from ./generic/tclInt.h:2356,
                 from ./generic/tclExtdInt.h:26,
                 from ./generic/tclXbsearch.c:19:
./generic/tclIntDecls.h:322: error: syntax error before '->' token
./generic/tclIntDecls.h:326: error: syntax error before '->' token
./generic/tclIntDecls.h:330: error: syntax error before '->' token
./generic/tclIntDecls.h:333: error: syntax error before '->' token
./generic/tclIntDecls.h:337: error: syntax error before '->' token
./generic/tclIntDecls.h:341: error: syntax error before '->' token
./generic/tclIntDecls.h:357: error: syntax error before '->' token
./generic/tclIntDecls.h:360: error: syntax error before '->' token
./generic/tclIntDecls.h:363: error: syntax error before '->' token
./generic/tclIntDecls.h:367: error: syntax error before '->' token
./generic/tclIntDecls.h:370: error: syntax error before '->' token
./generic/tclIntDecls.h:377: error: syntax error before '->' token
make: *** [tclXbsearch.o] Error 1

Error: Status 1 encountered during processing.
cassini:bin root# 
}}}",spetinga@…
1.7.1,19513,ncbi_tools-20080302 data files not installed by portfile,ports,1.7.1,defect,macports-tickets@…,new,2009-05-01T22:07:20-07:00,2009-05-02T07:38:37-07:00,The data directory and its contents need to be installed on the filesystem.  An environment variable (BLASTMAT - see documentation) needs to be set to point to the directory.   This path can also be defined in .ncbirc file but I have found that the .ncbirc file is not always read by the programs when they are run.  My preference is to always set the env. variables.,mike.thon@…
1.7.1,19545,dovecot port should set PAM to use login auth by default,ports,1.7.1,defect,jberry@…,new,2009-05-05T02:46:37-07:00,2009-05-05T07:38:32-07:00,"This is similar to what gets done on many linux systems, and without it, following many a HOWTO such as http://sachachua.com/wp/2008/05/08/geek-how-to-use-offlineimap-and-the-dovecot-mail-server-to-read-your-gmail-in-emacs-efficiently/comment-page-1/ can be really frustrating.  auth problems can be /really/ difficult to debug.",dave@…
1.7.1,19606,kdeartwork3 @3.5.10 Build Failure,ports,1.7.1,defect,macports-tickets@…,new,2009-05-11T19:40:28-07:00,2010-01-21T14:07:03-08:00,"I am receiving the following error when building

{{{
$ sudo port install kde +all
--->  Building kdeartwork3
Error: Target org.macports.build returned: shell command ""cd /opt/loc
al/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release
_ports_kde_kdeartwork3/work/kdeartwork-3.5.10 && MAKEFLAGS=""-j 1"" ./CompileScrip
t.sh"" returned error 1
Command output: config.status: creating kwin-styles/smooth-blend/client/config/M
akefile
config.status: creating kwin-styles/system/Makefile
config.status: creating kworldclock/Makefile
config.status: creating kworldclock/alt/Makefile
config.status: creating kworldclock/bio/Makefile
config.status: creating kworldclock/caida/Makefile
config.status: creating kworldclock/caida_bw/Makefile
config.status: creating kworldclock/mggd/Makefile
config.status: creating kworldclock/rainfall/Makefile
config.status: creating sounds/Makefile
config.status: creating styles/Makefile
config.status: creating styles/dotnet/Makefile
config.status: creating styles/phase/Makefile
config.status: creating styles/phase/config/Makefile
config.status: creating wallpapers/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-distribution, --with-xinerama,
--with-pam, --with-ssl-dir, --with-ssl, --enable-gcc-hidden-visibility
 
Good - your configure finished. Start make now
 
        ./build-helper.sh make      kdeartwork3 3.5.10 0 unsermake $UNSERMAKEFLA
GS
02% 04% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_
rsync.macports.org_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreens
aver/kdesavers/Flux.cpp
g++ -DHAVE_CONFIG_H -I./kscreensaver/kdesavers -I/opt/local/var/macports/build/_
opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdeartwork3/
work/kdeartwork-3.5.10/kscreensaver/kdesavers -I. -I/opt/local/include -I/opt/lo
cal/lib/qt3/include -I/usr/X11R6/include -I/opt/local/include -I/opt/local/inclu
de/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -I/opt/local/include/freety
pe2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I
/opt/local/include -I/usr/X11R6/include -Wno-long-long -Wundef -Wall -W -Wpointe
r-arith -Os -Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-
common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_N
O_TRANSLATION -c /opt/local/var/macports/build/_opt_local_var_macports_sources_r
sync.macports.org_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensa
ver/kdesavers/Flux.cpp -o ./kscreensaver/kdesavers/Flux.o -Wp,-MD,./kscreensaver
/kdesavers/.deps/Flux.TUo
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp: In member function 'virtual void FluxWidget::paintGL()':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp:458: error: invalid conversion from 'int*' to 'GLint*'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org
_release_ports_kde_kdeartwork3/work/kdeartwork-3.5.10/kscreensaver/kdesavers/Flu
x.cpp:458: error:   initializing argument 2 of 'void glGetIntegerv(GLenum, GLint
*)'
Error creating ./kscreensaver/kdesavers/Flux.o. Exit status 1.
kdeartwork3-3.5.10-0 make failed!

}}}

",ctempleton3@…
1.7.1,19722,hs-http 4000.0.6_0 - Missing dependency on parsec 3 profiling libraries,ports,1.7.1,defect,macports-tickets@…,new,2009-05-22T03:46:18-07:00,2009-08-03T03:05:49-07:00,"{{{
Network/Browser.hs:129:7:
    Could not find module `Text.ParserCombinators.Parsec':
      Perhaps you haven't installed the profiling libraries for package parsec-3.0.0?
      Use -v to see a list of the files searched for.
}}}",gale@…
1.7.1,19735,multimedia/libdv +gtk fails to build,ports,1.7.1,defect,filippo.natali@…,new,2009-05-23T05:38:48-07:00,2009-05-23T09:06:57-07:00,"The build log says `sys/soundcard.h' not found, so the build failure may come from a missing dependency (but I would not expect 3rd pary software to install files under a directory named sys). Here is the build log:
{{{
# port build libdv +gtk -sdl
--->  Fetching libdv
--->  Verifying checksum(s) for libdv
--->  Extracting libdv
--->  Configuring libdv
--->  Building libdv
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_multimedia_libdv/work/libdv-1.0.0"" && make all "" returned error 2
Command output: if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -O2 -Wall -g -MT dvavi.o -MD -MP -MF "".deps/dvavi.Tpo"" -c -o dvavi.o dvavi.c; \
	then mv -f "".deps/dvavi.Tpo"" "".deps/dvavi.Po""; else rm -f "".deps/dvavi.Tpo""; exit 1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link /usr/bin/gcc-4.0  -O2 -Wall -g  -L/opt/local/lib -flat_namespace -undefined suppress -o dvavi  dvavi.o ../libdv/libdv.la -lm 
Making all in playdv
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT playdv.o -MD -MP -MF "".deps/playdv.Tpo"" -c -o playdv.o playdv.c; \
	then mv -f "".deps/playdv.Tpo"" "".deps/playdv.Po""; else rm -f "".deps/playdv.Tpo""; exit 1; fi
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT display.o -MD -MP -MF "".deps/display.Tpo"" -c -o display.o display.c; \
	then mv -f "".deps/display.Tpo"" "".deps/display.Po""; else rm -f "".deps/display.Tpo""; exit 1; fi
display.c: In function 'dv_display_Xv_init':
display.c:415: warning: pointer targets in passing argument 3 of 'XvQueryAdaptors' differ in signedness
display.c:578: warning: pointer targets in passing argument 4 of 'XvShmCreateImage' differ in signedness
display.c:585: warning: pointer targets in assignment differ in signedness
display.c:585: warning: pointer targets in assignment differ in signedness
if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include/gtk-1.2 -I/usr/X11/include   -O2 -Wall -g -MT oss.o -MD -MP -MF "".deps/oss.Tpo"" -c -o oss.o oss.c; \
	then mv -f "".deps/oss.Tpo"" "".deps/oss.Po""; else rm -f "".deps/oss.Tpo""; exit 1; fi
oss.c:37:27: error: sys/soundcard.h: No such file or directory
oss.c: In function 'dv_oss_init':
oss.c:81: error: 'AFMT_S16_NE' undeclared (first use in this function)
oss.c:81: error: (Each undeclared identifier is reported only once
oss.c:81: error: for each function it appears in.)
oss.c:92: warning: pointer targets in passing argument 1 of 'open' differ in signedness
oss.c:98: error: 'SNDCTL_DSP_SETFMT' undeclared (first use in this function)
oss.c:101: error: 'SNDCTL_DSP_CHANNELS' undeclared (first use in this function)
oss.c:104: error: 'SNDCTL_DSP_SPEED' undeclared (first use in this function)
oss.c:132: warning: pointer targets in passing argument 1 of 'perror' differ in signedness
oss.c: In function 'dv_oss_play':
oss.c:177: error: 'SNDCTL_DSP_POST' undeclared (first use in this function)
make[2]: *** [oss.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}",michael.grunewald@…
1.7.1,19744,"dovecot port needs configure.args=""--with-ioloop=poll""",ports,1.7.1,defect,jberry@…,new,2009-05-23T17:57:49-07:00,2010-10-28T07:45:46-07:00,"despite what [46949] says, at least the darwin9 variant of dovecot can't use the kqueue ioloop because of http://lists.apple.com/archives/Darwin-userlevel/2008/Dec/msg00010.html

I reproduce the problem easily with:

{{{
#!/bin/sh
$ /opt/local/sbin/dovecot --exec-mail imap
Fatal: kevent(EV_ADD, 0) failed: Operation not supported
}}}

Seeing the output there presumes you've got {{{log_path = /dev/stderr}}} in {{{dovecot.conf}}}.",dave@…
1.7.1,19850,error installing evolution-data-server on 10.4,ports,1.7.1,defect,jim@…,new,2009-06-02T18:19:37-07:00,2010-11-05T20:54:09-07:00,"Hi
I'm currently trying to install Glade (Mac os Tiger) 
but I got an error which stopped the install process.
{{{
--->  Building evolution-data-server
make  all-recursive
Making all in libdb
Making all in dist
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in win32
make[2]: Nothing to be done for `all'.
Making all in libedataserver
../doltlibtool --tag=CC   --mode=link /usr/bin/gcc-4.0  -O2 -Wall -Wmissing-prototypes  -Wno-sign-compare -Wno-pointer-sign -version-info 11:0:0  -L/opt/local/lib -o libedataserver-1.2.la -rpath /opt/local/lib e-account-list.lo e-account.lo e-categories.lo e-component-listener.lo e-flag.lo e-iconv.lo e-iterator.lo e-list.lo e-list-iterator.lo e-memory.lo e-msgport.lo e-proxy.lo e-sexp.lo e-source-group.lo e-source-list.lo e-source.lo e-time-utils.lo e-uid.lo e-url.lo e-data-server-util.lo e-trie.lo e-xml-utils.lo e-xml-hash-utils.lo eds-version.lo md5-utils.lo -L/opt/local/lib -lbonobo-2 -lbonobo-activation -lsoup-2.4 -lxml2 -lpthread -lz -lgnutls -lgcrypt -lgpg-error -lgio-2.0 -lgconf-2 -lORBit-2 -lm -ldbus-1 -lgmodule-2.0 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv   -lpthread -L/opt/local/lib/nspr -ldl -lplc4 -lplds4 -lnspr4   -L/opt/local/lib -liconv  -L/opt/local/lib -lsoup-2.4 -lxml2 -lpthread -lz -lm -lgnutls -lgcrypt -lgpg-error -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv     
../doltlibtool: line 11: syntax error near unexpected token `""$arg""'
../doltlibtool: line 11: `        *) args+=(""$arg"")'
make[2]: *** [libedataserver-1.2.la] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_evolution-data-server/work/evolution-data-server-2.26.2"" && make all "" returned error 2
}}}
As I am not familiar with Unix and Macports, do you know how could I fix this ?",palixath@…
1.7.1,19861,launchd script for postgresql83-server doesn't work due to disabled shell,ports,1.7.1,defect,mww@…,new,2009-06-04T06:16:22-07:00,2010-11-05T20:56:48-07:00,"launchd startup script for PostgreSQL executes pg_ctl with permissions of the 'postgres' user, using su. The problem is that the 'postgres' user by default has /usr/bin/false shell which prevents it from executing any commands with su. In order to make the script work I had to manually change the shell to /bin/tcsh. I'm using Tiger.

To reproduce:

{{{
# su postgres -c id
[NO OUTPUT AT ALL]
# chsh -s /bin/tcsh postgres
chsh: netinfo domain ""."" updated
# su postgres -c id
uid=252(postgres) gid=252(postgres) groups=252(postgres)
}}}",alpha@…
1.7.1,19913,Guile cannot found lib libguilereadline-v-17,ports,1.7.1,defect,macports-tickets@…,new,2009-06-10T13:00:38-07:00,2010-04-09T07:11:32-07:00,"I want to use readline  (use-modules (ice-9 readline)).
It's work in linux system.

I have this back trace when i write this command in .guile file

{{{
Backtrace:
In unknown file:
   ?: 14* (if (or # #) (try-load-module name))
   ?: 15  [try-load-module (ice-9 readline)]
   ?: 16  (or (begin (try-module-linked name)) (try-module-autoload name) ...)
   ?: 17* [try-module-autoload (ice-9 readline)]
   ?: 18  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
    ...
   ?: 19  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...)
   ?: 20* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 21* [#<procedure #f ()>]
   ?: 22* (let* ((file #)) (cond (# => #) (# => #)))
   ?: 23  [#<procedure #f (full)> ""/opt/local/share/guile/1.8/ice-9/readline.scm""]
    ...
   ?: 24  [with-fluid* #<fluid 7> #f #<procedure #f ()>]
   ?: 25* [#<procedure #f ()>]
   ?: 26* [load-file #<primitive-procedure primitive-load> ...]
   ?: 27* [save-module-excursion #<procedure #f ()>]
   ?: 28  (let (# #) (dynamic-wind # thunk #))
   ?: 29  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 30* [#<procedure #f ()>]
   ?: 31* [primitive-load ""/opt/local/share/guile/1.8/ice-9/readline.scm""]
In /opt/local/share/guile/1.8/ice-9/readline.scm:
  38: 32* (if (not #) (load-extension ""libguilereadline-v-17"" ""scm_init_readline""))
  39: 33  [load-extension ""libguilereadline-v-17"" ""scm_init_readline""]

/opt/local/share/guile/1.8/ice-9/readline.scm:39:5: In procedure dynamic-link in expression (load-extension ""libguilereadline-v-17"" ""scm_init_readline""):
/opt/local/share/guile/1.8/ice-9/readline.scm:39:5: file: ""libguilereadline-v-17"", message: ""file not found""
}}}

Lib libguilereadline-v-17 exists in :
{{{
 ls /opt/local/lib/libguilereadline-v-17.
libguilereadline-v-17.17.dylib  libguilereadline-v-17.dylib
libguilereadline-v-17.a         libguilereadline-v-17.la
}}}


{{{
guile> (use-modules (ice-9 readline))
ERROR: In procedure dynamic-link:
ERROR: file: ""libguilereadline-v-17"", message: ""file not found""
ABORT: (misc-error)

}}}

",stephane.chomat@…
1.7.1,19939,gnome-desktop fails to build with +quartz,ports,1.7.1,defect,devans@…,new,2009-06-13T14:09:54-07:00,2010-11-05T21:07:56-07:00,"{{{
markus-heberlings-macbook-pro:~ markus$ sudo port install gnome-desktop
--->  Fetching gnome-desktop
--->  Verifying checksum(s) for gnome-desktop
--->  Extracting gnome-desktop
--->  Applying patches to gnome-desktop
--->  Configuring gnome-desktop
--->  Building gnome-desktop
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-desktop/work/gnome-desktop-2.26.2"" && make all "" returned error 2
Command output: gnome-bg.c:1141: error: 'Pixmap' undeclared (first use in this function)
gnome-bg.c:1141: error: syntax error before ')' token
gnome-bg.c: In function 'gnome_bg_set_root_pixmap_id':
gnome-bg.c:1191: error: 'Pixmap' undeclared (first use in this function)
gnome-bg.c:1191: error: syntax error before 'pixmap_id'
gnome-bg.c:1192: error: 'Atom' undeclared (first use in this function)
gnome-bg.c:1193: error: 'Display' undeclared (first use in this function)
gnome-bg.c:1193: error: 'display' undeclared (first use in this function)
gnome-bg.c:1204: error: 'False' undeclared (first use in this function)
gnome-bg.c:1204: error: 'XA_PIXMAP' undeclared (first use in this function)
gnome-bg.c:1205: error: 'type' undeclared (first use in this function)
gnome-bg.c:1210: error: 'Success' undeclared (first use in this function)
gnome-bg.c:1214: warning: implicit declaration of function 'XKillClient'
gnome-bg.c:1214: warning: nested extern declaration of 'XKillClient'
gnome-bg.c:1214: error: syntax error before ')' token
gnome-bg.c:1221: error: 'pixmap_id' undeclared (first use in this function)
gnome-bg.c:1221: warning: implicit declaration of function 'GDK_WINDOW_XWINDOW'
gnome-bg.c:1221: warning: nested extern declaration of 'GDK_WINDOW_XWINDOW'
gnome-bg.c:1223: warning: implicit declaration of function 'XChangeProperty'
gnome-bg.c:1223: warning: nested extern declaration of 'XChangeProperty'
gnome-bg.c:1225: error: 'PropModeReplace' undeclared (first use in this function)
gnome-bg.c: In function 'gnome_bg_set_pixmap_as_root_with_crossfade':
gnome-bg.c:1308: warning: implicit declaration of function 'gdk_x11_display_grab'
gnome-bg.c:1308: warning: nested extern declaration of 'gdk_x11_display_grab'
gnome-bg.c:1315: warning: implicit declaration of function 'gdk_x11_display_ungrab'
gnome-bg.c:1315: warning: nested extern declaration of 'gdk_x11_display_ungrab'
make[3]: *** [gnome-bg.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
markus-heberlings-macbook-pro:~ markus$ 
}}}
",markus@…
1.7.1,19940,"""port clean --dist"" doesn't work correctly with variants",base,1.7.1,defect,macports-tickets@…,new,2009-06-13T15:30:13-07:00,2009-06-14T15:44:53-07:00,"When using a variant, ""port clean --dist"" doesn't work correctly. For instance:
{{{
$ sudo port clean -f --all zsh-devel
--->  Cleaning zsh-devel
$ sudo port fetch zsh-devel +doc
--->  Fetching zsh-devel
--->  Attempting to fetch zsh-4.3.10.tar.bz2 from http://kent.dl.sourceforge.net/zsh
--->  Attempting to fetch zsh-4.3.10-doc.tar.bz2 from http://kent.dl.sourceforge.net/zsh
$ ls /opt/local/var/macports/distfiles/zsh
zsh-4.3.10-doc.tar.bz2  zsh-4.3.10.tar.bz2
$ sudo port clean --dist zsh-devel
--->  Cleaning zsh-devel
Warning: Distfiles directory '/opt/local/var/macports/distfiles/zsh' may contain distfiles needed for other ports, use the -f flag to force removal
$ ls /opt/local/var/macports/distfiles/zsh
zsh-4.3.10-doc.tar.bz2
$ sudo port clean --dist zsh-devel +doc
--->  Cleaning zsh-devel
$ ls /opt/local/var/macports/distfiles/zsh
ls: cannot access /opt/local/var/macports/distfiles/zsh: No such file or directory
}}}

So, ""port clean"" should remember the variant, just like ""port upgrade"" (so that it works just before a ""port upgrade"", in case the dist files have been modified). Moreover the -f option mentioned above is not properly documented in the port(1) man page.",vinc17@…
1.7.1,19975,"Ocaml 3.11.0 breaks Unison ""ssh://""",ports,1.7.1,defect,mww@…,new,2009-06-16T15:15:59-07:00,2010-10-02T18:01:01-07:00,"The major symptom was message 'Some error in create_session child' when trying to synchronize over ssh.
The fix is to revert to ocaml version 3.10.2 

{{{
From: Jerome Vouillon <Jerome.Vouillon@..>
Date: June 13, 2009 12:47:20 AM PDT (CA)
To: Denis Laplante <denis.laplante@..>
Subject: Re: 'Some error in create_session child'

DL> Bonjour
DL> 
DL> I get this message every time my MacPorts install of unison  
DL> @2.27.57_0+aqua
DL> tries to start ssh.  In fact ""ls -lu /usr/bin/ssh"" shows that ssh never 
DL> gets loaded.
DL> 
DL> Dtruss ( sudo /usr/bin/dtruss -f  Unison -debug verbose mac-via-ssh )
DL> shows that execve() after fork() fails with error 45 ( ENOSUP Not  
DL> supported).

JV> This is a bug in OCaml 3.11.0.  You should recompile Unison either
JV> with OCaml 3.11.1 or an older version of OCaml.
JV> 
JV> Thanks for this detailed report!
}}}

With ocaml 3.11.1 the following error occurs at compile time:
{{{
[ abbreviation: {} for ""local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_unison/work/unison-2.27.57"" ]
  /Developer/usr/bin/gcc-4.0 -arch i386 -L/opt/{}/uimacnew/build/Default -F/opt/{}/uimacnew/build/Default -F/opt/{}/uimacnew -filelist /opt/{}/uimacnew/build/uimac.build/Default/uimac.build/Objects-normal/i386/Unison.LinkFileList -mmacosx-version-min=10.5 /opt/{}/uimacnew/../unison-blob.o -L/opt/local/lib/ocaml -lunix -lthreadsnat -lstr -lasmrun -framework Cocoa -framework Security -framework Growl -framework ExceptionHandling -o /opt/{}/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison
Undefined symbols:
 ""_caml_apply2"", referenced from:
     _caml_callback2_exn in libasmrun.a(i386.o)
 ""_caml_apply3"", referenced from:
     _caml_callback3_exn in libasmrun.a(i386.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
}}}",denis.laplante@…
1.7.1,19998,jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict,ports,1.7.1,defect,macports-tickets@…,new,2009-06-18T06:45:57-07:00,2013-02-18T10:34:26-08:00,"The jamvm 1.5.0 package wants to install /opt/local/include/jni.h which is already provided by gnu-classpath [0.93], a runtime dependency of jamvm.",gonhidi@…
1.7.1,19999,nss: signtool library search path busted,ports,1.7.1,defect,jeremyhu@…,assigned,2009-06-18T09:51:50-07:00,2010-11-27T12:47:11-08:00,"Running signtool, I get this:

{{{
$ nss-signtool -d certdb
signtool: function failed: Failure to load dynamic library.
	Unknown error: -2804
}}}

If I set DYLD_LIBRARY_PATH manually, things seem to work:

{{{
$ DYLD_LIBRARY_PATH=/opt/local/lib/nss nss-signtool -d ../certdb -L

S Certificates
- ------------
(...output here...)
}}}

This is with an up-to-date ports tree; signtool reports itself as:

{{{
Signing Tool 3.12.0.3 -a signing tool for jar files
}}}
",quigley@…
1.7.1,20018,Scribus compile fails: cairo-xlib.h: No such file,ports,1.7.1,defect,macports-tickets@…,new,2009-06-20T10:04:28-07:00,2009-06-20T11:05:06-07:00,"{{{
scpainter.cpp:40:26: error: cairo-xlib.h: No such file or directory
scpainter.cpp: In constructor 'ScPainter::ScPainter(QPaintDevice*, unsigned int, unsigned int, unsigned int, unsigned int)':
scpainter.cpp:123: error: 'cairo_xlib_surface_create' was not declared in this scope
make[3]: *** [scpainter.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}

Tried upgrading cairo:

{{{
$ port installed cairo
The following ports are currently installed:
  cairo @1.8.6_4+macosx+no_x11+quartz (active)
  cairo @1.8.8_0+macosx+no_x11+quartz
}}}

Is this from cairo-devel or something?
",odispam@…
1.7.1,20027,perl5.8 build failure,ports,1.7.1,defect,ricci@…,assigned,2009-06-21T10:13:13-07:00,2009-10-12T16:01:39-07:00,"When I tried to ""sudo port install wine"", it gave an error that 'perl5.8' build failed. The output is attached with the attachment.
Versions of:
Mac OS X: 10.5.7
Macports: 1.710
Xcode: 3.1.2
",uttam@…
1.7.1,20037,py25-wxpython install failure,ports,1.7.1,defect,mww@…,new,2009-06-22T05:20:12-07:00,2010-04-03T14:28:09-07:00,"Cannot install py25-wxpython nor py-wxpython.even after a port sink.
Does the issue concern the version of wxWidgets?",horiacosmin@…
1.7.1,20044,cairo-1.8.8 fails to build as universal on Tiger (ppc),ports,1.7.1,defect,ryandesign@…,new,2009-06-22T15:19:40-07:00,2010-11-05T21:22:45-07:00,"{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/cairo-1.8.8-ppc"" && make all "" returned error 2
Command output: make  all-recursive
Making all in src
make  all-am
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.0 -m32  -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m32 -version-info 10802:8:10800 -no-undefined  -L/opt/local/lib -Wl,-syslibroot,/Developer/SDKs/MacOSX10.
4u.sdk -m32 -o libcairo.la -rpath /opt/local/lib                                       cairo-analysis-surface.lo cairo-arc.lo cairo-array.lo cairo-atomic.lo cairo-base85-stream.lo cairo-bentley-ottmann.lo cairo.lo cairo-cache.lo cairo-clip.lo cairo-color.lo cairo-debug.lo cairo-fixed.lo cairo-font-face.lo cairo-font-face-twin.lo cairo-font-face-twin-data.lo cairo-font-options.lo cairo-freelist.lo cairo-gstate.lo cairo-hash.lo cairo-hull.lo cairo-image-surface.lo cairo-lzw.lo cairo-matrix.lo cairo-meta-sur
face.lo cairo-misc.lo cairo-mutex.lo cairo-output-stream.lo cairo-paginated-surface.lo cairo-path-bounds.lo cairo-path.lo cairo-path-fill.lo cairo-path-fixed.lo cairo-path-stroke.lo cairo-pattern.lo cairo-pen.lo cairo-polygon.lo cairo-rectangle.lo cairo-region.lo cairo-scaled-font.lo cairo-skiplist.lo cairo-slope.lo cairo-spline.lo cairo-stroke-style.lo cairo-surface.lo cairo-surface-fallback.lo cairo-system.lo cairo-traps.lo cairo-unicode.lo cairo-user-font.lo cairo-version.lo cairo-wideint.lo cairo-cff-
subset.lo cairo-scaled-font-subsets.lo cairo-truetype-subset.lo cairo-type1-fallback.lo cairo-type1-subset.lo cairo-type3-glyph-surface.lo cairo-pdf-operators.lo cairo-xlib-display.lo cairo-xlib-screen.lo cairo-xlib-surface.lo cairo-xlib-visual.lo   cairo-quartz-surface.lo cairo-quartz-font.lo cairo-quartz-image-surface.lo     cairo-png.lo cairo-glitz-surface.lo  cairo-ft-font.lo cairo-ps-surface.lo cairo-pdf-surface.lo cairo-deflate-stream.lo cairo-svg-surface.lo  -L/opt/local/lib -lpixman-1      -Wl,-fr
amework,CoreServices -Wl,-framework,ApplicationServices -L/opt/local/lib -lfreetype -lz   -L/opt/local/lib -L/usr/X11R6/lib -lfontconfig -lexpat -lfreetype   -L/opt/local/lib -lglitz -lm   -L/opt/local/lib -lpng12 -lz     -Xlinker -framework -Xlinker ApplicationServices -L/opt/local/lib -lXrender -lX11 -lXau -lXdmcp   -L/opt/local/lib -lX11 -lXau -lXdmcp        -lz -lz           
libtool: link: /usr/bin/gcc-4.0 -m32 -dynamiclib  -o .libs/libcairo.2.dylib  .libs/cairo-analysis-surface.o .libs/cairo-arc.o .
libs/cairo-array.o .libs/cairo-atomic.o .libs/cairo-base85-stream.o .libs/cairo-bentley-ottmann.o .libs/cairo.o .libs/cairo-cache.o .libs/cairo-clip.o .libs/cairo-color.o .libs/cairo-debug.o .libs/cairo-fixed.o .libs/cairo-font-face.o .libs/cairo-font-face-twin.o .libs/cairo-font-face-twin-data.o .libs/cairo-font-options.o .libs/cairo-freelist.o .libs/cairo-gstate.o .libs/cairo-hash.o .libs/cairo-hull.o .libs/cairo-image-surface.o .libs/cairo-lzw.o .libs/cairo-matrix.o .libs/cairo-meta-surface.o .libs/cai
ro-misc.o .libs/cairo-mutex.o .libs/cairo-output-stream.o .libs/cairo-paginated-surface.o .libs/cairo-path-bounds.o .libs/cairo-path.o .libs/cairo-path-fill.o .libs/cairo-path-fixed.o .libs/cairo-path-stroke.o .libs/cairo-pattern.o .libs/cairo-pen.o .libs/cairo-polygon.o .libs/cairo-rectangle.o .libs/cairo-region.o .libs/cairo-scaled-font.o .libs/cairo-skiplist.o .libs/cairo-slope.o .libs/cairo-spline.o .libs/cairo-stroke-style.o .libs/cairo-surface.o .libs/cairo-surface-fallback.o .libs/cairo-system.o .l
ibs/cairo-traps.o .libs/cairo-unicode.o .libs/cairo-user-font.o .libs/cairo-version.o .libs/cairo-wideint.o .libs/cairo-cff-subset.o .libs/cairo-scaled-font-subsets.o .libs/cairo-truetype-subset.o .libs/cairo-type1-fallback.o .libs/cairo-type1-subset.o .libs/cairo-type3-glyph-surface.o .libs/cairo-pdf-operators.o .libs/cairo-xlib-display.o .libs/cairo-xlib-screen.o .libs/cairo-xlib-surface.o .libs/cairo-xlib-visual.o .libs/cairo-quartz-surface.o .libs/cairo-quartz-font.o .libs/cairo-quartz-image-surface.o
 .libs/cairo-png.o .libs/cairo-glitz-surface.o .libs/cairo-ft-font.o .libs/cairo-ps-surface.o .libs/cairo-pdf-surface.o .libs/cairo-deflate-stream.o .libs/cairo-svg-surface.o   -L/opt/local/lib /opt/local/lib/libpixman-1.dylib -L/usr/X11R6/lib /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib /opt/local/lib/libglitz.dylib -lm /opt/local/lib/libpng12.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/l
ibXdmcp.dylib -lz  -m32 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m32 -Wl,-syslibroot -Wl,/Developer/SDKs/MacOSX10.4u.sdk -m32 -Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,ApplicationServices   -install_name  /opt/local/lib/libcairo.2.dylib -compatibility_version 10803 -current_version 10803.8 -Wl,-single_module
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libiconv.2.dylib referenced from: /opt/local/lib/libfontconfig.d
ylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: Undefined symbols:
_libiconv referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
_libiconv_close referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
_libiconv_open referenced from libfontconfig expected to be defined in /opt/local/lib/libiconv.2.dylib
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed
m
ake[3]: *** [libcairo.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Unable to upgrade port: 1
Executing: /opt/local/bin/port -ufn upgrade cairo +macosx +glitz +quartz +universal

}}}
",cgtobi@…
1.7.1,20111,"""Function declaration isn't a prototype"" in Erlang",ports,1.7.1,defect,bfulgham@…,new,2009-06-29T17:42:16-07:00,2011-01-04T14:01:48-08:00,"When I try to install Erlang R13B01 using Macports 1.710 on Mac OS X.4.11 PPC (darwin 8 ppc), I get (after some successful compilation) the attached error message.  I successfully installed Erlang R12B-5_1 (a long time ago).",jadenb1729@…
1.7.1,20240,Openmpi problem with universal_arch = i386 x86_64,ports,1.7.1,defect,mww@…,new,2009-07-08T20:03:10-07:00,2012-05-24T06:29:37-07:00,"trying to install openmpi, with universal_arch = i386 x86_64, I get the following error:

{{{
-->  Configuring openmpi
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build"" && /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/openmpi-1.3.2/configure --prefix=/opt/local --with-xgrid --sysconfdir=/opt/local/etc/openmpi --includedir=/opt/local/include/openmpi --bindir=/opt/local/lib/openmpi/bin --mandir=/opt/local/share/man --enable-f77 --enable-f90 --disable-dependency-tracking "" returned error 1
Command output: checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for long long... no
checking for long double... no
checking for int8_t... no
checking for uint8_t... no
checking for int16_t... no
checking for uint16_t... no
checking for int32_t... no
checking for uint32_t... no
checking for int64_t... no
checking for uint64_t... no
checking for intptr_t... no
checking for uintptr_t... no
checking for mode_t... no
checking for ssize_t... no
checking for ptrdiff_t... no
checking size of char... 0
checking size of short... 0
checking size of int... 0
checking size of long... 0
checking size of float... 0
checking size of double... 0
checking size of void *... 0
checking size of size_t... 0
checking alignment of char... configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.

Error: Status 1 encountered during processing.
}}}",lvcargnini@…
1.7.1,20243,NSS failing to upgrade due to linking against installed version,ports,1.7.1,defect,jeremyhu@…,assigned,2009-07-09T07:47:24-07:00,2010-11-27T12:39:44-08:00,"{{{
gastraphetes:/> sudo port upgrade nss
--->  Fetching nss
--->  Attempting to fetch nss-3.12.3.tar.bz2 from http://distfiles.macports.org/nss
--->  Verifying checksum(s) for nss
--->  Extracting nss
--->  Applying patches to nss
--->  Configuring nss
--->  Building nss
Error: Target org.macports.build returned: shell command ""cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nss/work/nss-3.12.3 && make -C mozilla/security/coreconf/nsinstall && make -C mozilla/security/dbm && make -C mozilla/security/nss NSPR_LIB_DIR=/opt/local/lib/nspr NSS_USE_SYSTEM_SQLITE=1"" returned error 2
Command output: /usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  sslsecur.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  sslsnce.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  sslsock.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  ssltrace.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  sslver.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  authcert.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  cmpcert.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  nsskea.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  sslinfo.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  ssl3ecc.c
/usr/bin/gcc-4.0 -o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o -c -g -fPIC -Di386 -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK  -DXP_UNIX -DDEBUG -UNDEBUG -DDEBUG_root -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib -DUSE_UTIL_DIRECTLY -I../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss  unix_err.c
rm -f Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a
ar cr Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a Darwin9.7.0_gcc-4.0_DBG.OBJ/derive.o Darwin9.7.0_gcc-4.0_DBG.OBJ/prelib.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3con.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3gthr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslauth.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslcon.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssldef.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslenum.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslerr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ext.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslgathr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslmutex.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslnonce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslreveal.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o
/usr/bin/ranlib Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl.a
grep -v ';+' ssl.def | grep -v ';-' | sed -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,,' -e 's,^,_,' > Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl.def
rm -f Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib
/usr/bin/gcc-4.0 -dynamiclib -compatibility_version 1 -current_version 1 -install_name /opt/local/lib/nss/libssl3.dylib -headerpad_max_install_names -L/opt/local/lib/nspr -L/opt/local/lib/  -o Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib Darwin9.7.0_gcc-4.0_DBG.OBJ/derive.o Darwin9.7.0_gcc-4.0_DBG.OBJ/prelib.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3con.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3gthr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslauth.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslcon.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssldef.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslenum.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslerr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ext.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslgathr.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslmutex.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslnonce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslreveal.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsecur.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsnce.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslsock.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssltrace.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslver.o Darwin9.7.0_gcc-4.0_DBG.OBJ/authcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/cmpcert.o Darwin9.7.0_gcc-4.0_DBG.OBJ/nsskea.o Darwin9.7.0_gcc-4.0_DBG.OBJ/sslinfo.o Darwin9.7.0_gcc-4.0_DBG.OBJ/ssl3ecc.o Darwin9.7.0_gcc-4.0_DBG.OBJ/unix_err.o   ../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/lib/libfreebl.a  -L../../../../dist/Darwin9.7.0_gcc-4.0_DBG.OBJ/lib -lnss3 -lnssutil3 -L/opt/local/lib/nspr -lplc4 -lplds4 -lnspr4  
Undefined symbols:
  ""_CERT_NewTempCertificate"", referenced from:
      _ssl3_HandleCertificate in ssl3con.o
      _ssl3_HandleCertificate in ssl3con.o
      _ssl2_ClientHandleServerCert in sslcon.o
      _ssl2_HandleClientCertificate in sslcon.o
      _ssl3_ServerHandleSessionTicketXtn in ssl3ext.o
      _ConvertToSID in sslsnce.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [Darwin9.7.0_gcc-4.0_DBG.OBJ/libssl3.dylib] Error 1
make[1]: *** [libs] Error 2
make: *** [libs] Error 2

Error: Unable to upgrade port: 1
}}}",x@…
1.7.1,20286,BUG: python26 bus error,ports,1.7.1,defect,mcalhoun@…,new,2009-07-13T11:40:38-07:00,2010-09-07T12:11:50-07:00,"When running my [http://pylonshq.com Pylons] web app with macports python 2.6, requesting the front page in a browser triggers a bus error. This does not happen when running under Mac OS X 10.5's system Python (2.5.1) or the [http://python.org/ftp/python/2.6.2/python-2.6.2-macosx2009-04-16.dmg Mac Python 2.6.2 distribution from python.org].

I attached gdb to the macports python process and triggered the error. A transcript (including backtrace) is attached.",jabronson@…
1.7.1,20340,ghc-devel fails to fetch,ports,1.7.1,defect,macports-tickets@…,assigned,2009-07-16T09:42:39-07:00,2012-08-12T13:35:22-07:00,"Mac OS X 10.4.11 Intel, MacPorts 1.7.1

{{{
$ sudo port install ghc-devel
--->  Fetching ghc-devel
Error: Target org.macports.fetch returned: invalid command name ""cd""
Error: Status 1 encountered during processing.
$
}}}

This port should either be fixed and updated, see #14462,
or removed from MacPorts.

Is anyone actually using this? It could be a nice convenience,
but people who want to use GHC HEAD could just
build it manually like on other platforms.",gale@…
1.7.1,20377,iTerm: build fail,ports,1.7.1,defect,macports-tickets@…,new,2009-07-20T14:33:05-07:00,2012-08-07T00:09:19-07:00,See attached log,nefar@…
1.7.1,20390,building qcadlib failed - Qt errors ?,ports,1.7.1,defect,mcalhoun@…,new,2009-07-21T12:48:18-07:00,2010-07-14T14:15:08-07:00,"{{{
-------- Building qcadlib --------
make prepare
test -d ./include || mkdir -p ./include
( cd ./include; rm -f *.h; \
for hf in `find ../src -name '*.h'`; do \
        if [ ""x$OS"" = ""xWindows_NT"" ]; then \
                cp ""$hf"" .; \
        else \
                ln -s ""$hf"" 2> /dev/null; \
        fi \
done )
rm -f ./lib/libqcad.a
make ./lib/libqcad.a
make src/Makefile
make[2]: `src/Makefile' is up to date.
cd src && make
g++ -c -pipe -pedantic -Os -Wall -W -fPIC -DRS_NO_COMPLEX_ENTITIES -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../libexec/qt4-x11/mkspecs/macx-g++ -I. -I../../../libexec/qt4-x11/include/QtCore -I../../../libexec/qt4-x11/include/QtCore -I../../../libexec/qt4-x11/include/QtGui -I../../../libexec/qt4-x11/include/QtGui -I../../../libexec/qt4-x11/include -I../include -I../../dxflib/include -I../../fparser/include -I../../qcadcmd/include -Imoc -I. -o obj/rs_actioninterface.o actions/rs_actioninterface.cpp
In file included from ../include/rs_entity.h:33,
                 from ../include/rs_atomicentity.h:31,
                 from ../include/rs_arc.h:30,
                 from ../include/rs_entitycontainer.h:31,
                 from actions/rs_actioninterface.h:34,
                 from actions/rs_actioninterface.cpp:28:
../include/rs_dict.h:31:19: error: qdict.h: No such file or directory
In file included from ../include/rs_entitycontainer.h:37,
                 from actions/rs_actioninterface.h:34,
                 from actions/rs_actioninterface.cpp:28:
../include/rs_ptrlist.h:32:22: error: qptrlist.h: No such file or directory
../../../libexec/qt4-x11/include/QtCore/qglobal.h:741: error: ISO C++ does not support ‘long long’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:742: error: ISO C++ does not support ‘long long’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1832: error: redefinition of ‘class QTypeInfo<long int>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1830: error: previous definition of ‘class QTypeInfo<long int>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1833: error: redefinition of ‘class QTypeInfo<ulong>’
../../../libexec/qt4-x11/include/QtCore/qglobal.h:1831: error: previous definition of ‘class QTypeInfo<ulong>’
../../../libexec/qt4-x11/include/QtCore/qstring.h:134: error: ‘QString QString::arg(long int, int, int, const QChar&) const’ and ‘QString QString::arg(qlonglong, int, int, const QChar&) const’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:136: error: ‘QString QString::arg(ulong, int, int, const QChar&) const’ and ‘QString QString::arg(qulonglong, int, int, const QChar&) const’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:356: error: ‘QString& QString::setNum(qlonglong, int)’ and ‘QString& QString::setNum(long int, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:357: error: ‘QString& QString::setNum(qulonglong, int)’ and ‘QString& QString::setNum(ulong, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:365: error: ‘static QString QString::number(qlonglong, int)’ and ‘static QString QString::number(long int, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qstring.h:366: error: ‘static QString QString::number(qulonglong, int)’ and ‘static QString QString::number(ulong, int)’ cannot be overloaded
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:302: error: redefinition of ‘struct QMetaTypeId2<long int>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:292: error: previous definition of ‘struct QMetaTypeId2<long int>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:303: error: redefinition of ‘struct QMetaTypeId2<ulong>’
../../../libexec/qt4-x11/include/QtCore/qmetatype.h:295: error: previous definition of ‘struct QMetaTypeId2<ulong>’
../include/rs.h:597: error: ‘ShiftButton’ is not a member of ‘Qt’
../include/rs.h:598: error: ‘ControlButton’ is not a member of ‘Qt’
../include/rs.h:599: error: ‘AltButton’ is not a member of ‘Qt’
../include/rs.h:601: error: ‘MetaButton’ is not a member of ‘Qt’
../include/rs.h:603: error: ‘KeyButtonMask’ is not a member of ‘Qt’
../include/rs.h:604: error: ‘Keypad’ is not a member of ‘Qt’
../include/rs.h:610: error: ‘ButtonState’ in namespace ‘Qt’ does not name a type
../include/rs.h:617: error: ‘Qt::ButtonState’ has not been declared
../include/rs.h: In static member function ‘static Qt::CursorShape RS2::rsToQtCursorType(RS2::CursorType)’:
../include/rs.h:952: error: ‘IbeamCursor’ is not a member of ‘Qt’
../include/rs_color.h: In function ‘std::ostream& operator<<(std::ostream&, const RS_Color&)’:
../include/rs_color.h:87: error: ‘class QString’ has no member named ‘latin1’
../include/rs_math.h: In static member function ‘static double RS_Math::eval(const QString&, bool*)’:
../include/rs_math.h:107: error: ‘class QString’ has no member named ‘find’
../include/rs_math.h:109: error: ‘class QString’ has no member named ‘find’
../include/rs_math.h:117: error: ‘class QString’ has no member named ‘latin1’
../include/rs_entity.h: At global scope:
../include/rs_entity.h:522: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_entity.h:522: error: expected ‘;’ before ‘<’ token
../include/rs_entitycontainer.h:104: error: ISO C++ forbids declaration of ‘QPtrListIterator’ with no type
../include/rs_entitycontainer.h:104: error: expected ‘;’ before ‘<’ token
../include/rs_entitycontainer.h:188: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_entitycontainer.h:188: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h:114: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_layerlist.h:114: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h:116: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_layerlist.h:116: error: expected ‘;’ before ‘<’ token
../include/rs_layerlist.h: In member function ‘uint RS_LayerList::count() const’:
../include/rs_layerlist.h:55: error: ‘layers’ was not declared in this scope
../include/rs_layerlist.h: In member function ‘RS_Layer* RS_LayerList::at(uint)’:
../include/rs_layerlist.h:62: error: ‘layers’ was not declared in this scope
../include/rs_undocycle.h: At global scope:
../include/rs_undocycle.h:123: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_undocycle.h:123: error: expected ‘;’ before ‘<’ token
../include/rs_undocycle.h: In constructor ‘RS_UndoCycle::RS_UndoCycle()’:
../include/rs_undocycle.h:58: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘void RS_UndoCycle::addUndoable(const RS_Undoable*)’:
../include/rs_undocycle.h:66: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘void RS_UndoCycle::removeUndoable(RS_Undoable*)’:
../include/rs_undocycle.h:73: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘RS_Undoable* RS_UndoCycle::getFirstUndoable()’:
../include/rs_undocycle.h:80: error: ‘undoables’ was not declared in this scope
../include/rs_undocycle.h: In member function ‘RS_Undoable* RS_UndoCycle::getNextUndoable()’:
../include/rs_undocycle.h:87: error: ‘undoables’ was not declared in this scope
../include/rs_undo.h: At global scope:
../include/rs_undo.h:74: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_undo.h:74: error: expected ‘;’ before ‘<’ token
../include/rs_block.h: In function ‘std::ostream& operator<<(std::ostream&, const RS_Block&)’:
../include/rs_block.h:147: error: ‘class QString’ has no member named ‘latin1’
../include/rs_blocklist.h: At global scope:
../include/rs_blocklist.h:121: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_blocklist.h:121: error: expected ‘;’ before ‘<’ token
../include/rs_blocklist.h:123: error: ISO C++ forbids declaration of ‘QPtrList’ with no type
../include/rs_blocklist.h:123: error: expected ‘;’ before ‘<’ token
../include/rs_blocklist.h: In member function ‘uint RS_BlockList::count()’:
../include/rs_blocklist.h:54: error: ‘blocks’ was not declared in this scope
../include/rs_blocklist.h: In member function ‘RS_Block* RS_BlockList::at(uint)’:
../include/rs_blocklist.h:61: error: ‘blocks’ was not declared in this scope
../include/rs_variabledict.h: At global scope:
../include/rs_variabledict.h:69: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_variabledict.h:69: error: expected ‘;’ before ‘<’ token
../include/rs_variabledict.h:75: error: expected `;' before ‘friend’
../include/rs_variabledict.h:79: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_variabledict.h:79: error: expected ‘;’ before ‘<’ token
../include/rs_variabledict.h: In member function ‘int RS_VariableDict::count()’:
../include/rs_variabledict.h:54: error: ‘variables’ was not declared in this scope
../include/rs_graphic.h: At global scope:
../include/rs_graphic.h:214: error: ISO C++ forbids declaration of ‘QDict’ with no type
../include/rs_graphic.h:214: error: expected ‘;’ before ‘<’ token
../include/rs_graphic.h:218: error: expected `;' before ‘RS2’
../../qcadcmd/include/rs_commands.h:78: error: ISO C++ forbids declaration of ‘QDict’ with no type
../../qcadcmd/include/rs_commands.h:78: error: expected ‘;’ before ‘<’ token
../../qcadcmd/include/rs_commands.h:79: error: ISO C++ forbids declaration of ‘QDict’ with no type
../../qcadcmd/include/rs_commands.h:79: error: expected ‘;’ before ‘<’ token
make[2]: *** [obj/rs_actioninterface.o] Error 1
make[1]: *** [lib/libqcad.a] Error 2
make: *** [all] Error 2
Building qcadlib failed
}}}
",ewira@…
1.7.1,20464,"ardour2 is still using ""gcc""",ports,1.7.1,defect,devans@…,new,2009-07-28T03:34:12-07:00,2010-11-14T20:27:56-08:00,"Good progress was made toward resolving this in #19879, but ardour2 still uses ""gcc"" when checking for fftw which causes the build to fail like this when using the script from UsingTheRightCompiler:

{{{
--->  Building ardour2
DEBUG: Executing org.macports.build (ardour2)
DEBUG: port allows a parallel build
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4' CC='/mp/bin/gcc-mp-4.3' CPP='/mp/bin/cpp-mp-4.3' CXX='/mp/bin/g++-mp-4.3'
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1"" && nice -n 10 scons -j3 PREFIX=/mp VST=0 AUBIO=1 FREESOUND=1 LV2=0'
scons: Reading SConscript files ...

scons: warning: The Options class is deprecated; use the Variables class instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 32, in <module>

scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 36, in <module>

scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 42, in <module>

scons: warning: The EnumOption() function is deprecated; use the EnumVariable() function instead.
File ""/mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct"", line 43, in <module>
Checking for pkg-config version >= 0.8.0... yes
Checking for gthread-2.0... yes
Checking for lrdf... yes
Checking for libgnomecanvas-2.0... yes
Checking for gtk+-2.0... yes
Checking for jack... yes
Checking for samplerate... yes
Checking for glib-2.0... yes
Checking for libxml-2.0... yes
Checking for raptor... yes
Checking for fftw3f...yes
Checking for fftw3...yes
Checking for aubio...yes
Checking for C header file fftw3.h... no
Ardour cannot be compiled without the FFTW3 headers, which do not seem to be installed
}}}

This is on Mac OS X 10.4.11 Intel with Xcode 2.5 and MacPorts 1.7.1. config.log contains

{{{
file /mp/var/macports/build/_Users_rschmidt_macports_dports_audio_ardour2/work/ardour-2.8.1/SConstruct,line 510:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file fftw3.h... 
.sconf_temp/conftest_13.c <-
  |
  |#include <fftw3.h>
  |
  |
gcc -o .sconf_temp/conftest_13.o -c -I/mp/include .sconf_temp/conftest_13.c
gcc -o .sconf_temp/conftest_13.o -c -I/mp/include .sconf_temp/conftest_13.c
gcc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
scons: Configure: no
}}}

I don't know where this ""gcc"" is coming from. Perhaps it is just another thing that can be fixed in SConscript. Or maybe it is a problem within scons (perhaps in ${prefix}/lib/scons-1.2.0/SCons/Tool/gcc.py). If so, feel free to turn this over to the scons maintainer.",ryandesign@…
1.7.1,20492,"php4, php5, php5-devel: php links with libldap if present",ports,1.7.1,defect,ryandesign@…,assigned,2009-07-30T17:30:17-07:00,2010-09-16T22:23:01-07:00,"php links with libldap if the openldap port is installed, though no dependency is declared. This causes an error if openldap is subsequently uninstalled:

{{{
$ php
dyld: Library not loaded: /mp/lib/libldap-2.3.0.dylib
  Referenced from: /mp/bin/php
  Reason: image not found
Trace/BPT trap
}}}

php should be changed to not link with unrequested libraries. See if --disable-all fixes this. Check whether php4 is affected as well.",ryandesign@…
1.7.1,20498,caml-ocamlnet: reinplace didn't change anything in Makefile,ports,1.7.1,defect,landonf@…,new,2009-07-31T10:11:02-07:00,2009-07-31T10:16:57-07:00,"Using the patch from #15514 I see that the OCAMLFIND reinplace in caml-ocamlnet's post-patch phase isn't doing anything:

{{{
--->  Fetching caml-ocamlnet
--->  Verifying checksum(s) for caml-ocamlnet
--->  Extracting caml-ocamlnet
--->  Applying patches to caml-ocamlnet
Warning: reinplace s|$(OCAMLFIND) install|$(OCAMLFIND) install -destdir /mp/var/macports/build/_Users_rschmidt_macports_dports-clean_devel_caml-ocamlnet/work/destroot//mp/lib/ocaml/site-lib|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports-clean_devel_caml-ocamlnet/work/ocamlnet-2.2.9/Makefile
--->  Configuring caml-ocamlnet
[snip]
}}}

Maybe the reinplace is no longer needed, or maybe it needs to be updated.",ryandesign@…
1.7.1,20529,pthsem build failure on Tiger,ports,1.7.1,defect,mail@…,new,2009-08-02T17:39:26-07:00,2010-11-14T20:41:47-08:00,"pthsem doesn't build on Tiger:

{{{
./libtool --mode=compile --quiet /usr/bin/gcc-4.0 -c -I/mp/include -I. -O2 -pipe -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math pthread.c
In file included from /usr/include/sys/select.h:146,
                 from /usr/include/unistd.h:483,
                 from pthread.h:116,
                 from pthread.c:42:
/usr/include/signal.h:84: error: parse error before 'int'
make: *** [pthread.lo] Error 1
}}}

Builds fine on Leopard.",ryandesign@…
1.7.1,20549,"[samba3] [3.2.13] ld error: libtalloc.dylib, can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB)",ports,1.7.1,defect,mww@…,new,2009-08-04T01:51:52-07:00,2012-05-20T13:02:14-07:00,"{{{
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/work/samba-3.2.13/source"" && make all "" returned error 2
Command output: Compiling lib/ldb/modules/operational.c
Compiling lib/ldb/modules/rdn_name.c
Compiling lib/ldb/modules/objectclass.c
Compiling lib/ldb/modules/paged_results.c
Compiling lib/ldb/modules/sort.c
Compiling lib/ldb/modules/asq.c
Compiling libsmb/namequery_dc.c
Compiling libsmb/trustdom_cache.c
Compiling libsmb/trusts_util.c
Compiling libsmb/dsgetdcname.c
Compiling libads/ldap.c
Compiling libads/ldap_printer.c
Compiling libads/sasl.c
Compiling libads/sasl_wrapping.c
Compiling libads/krb5_setpw.c
Compiling libads/ldap_user.c
Compiling libads/ads_struct.c
Compiling libads/kerberos_keytab.c
Compiling libads/disp_sec.c
Compiling libads/ads_utils.c
Compiling libads/ldap_utils.c
Compiling libads/ldap_schema.c
Compiling libads/util.c
Compiling libads/ndr.c
Compiling lib/privileges_basic.c
creating /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_samba3/work/samba-3.2.13/source/exports/libnetapi.syms
Linking shared library bin/libnetapi.dylib.0
ld: in /opt/local/lib/libtalloc.dylib, can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB)
collect2: ld returned 1 exit status
make: *** [bin/libnetapi.dylib.0] Error 1

Error: Unable to upgrade port: 1
}}}
",peimei@…
1.7.1,20562,Thunderbird-x11 segfaults on leopard,ports,1.7.1,defect,macports-tickets@…,new,2009-08-05T10:36:54-07:00,2009-08-05T11:40:32-07:00,"Got the new build of thunderbird yesterday. The build had a fix to locate the lplc4 library. After the fix. the build works fine. but when thunderbird is started it seg faults.
",hb6381@…
1.7.1,20686,gsed fails to handle non-ASCII characters (bytes with top-bit set) in C locale,ports,1.7.1,defect,macports-tickets@…,new,2009-08-15T15:29:22-07:00,2012-05-08T20:38:41-07:00,"For instance:
{{{
$ echo ""abécd"" | LC_ALL=C gsed -e 's/.*//'
écd
}}}
With the sed from Mac OS X and GNU sed under GNU/Linux, one gets a blank line, thus I suppose that this is what the user expects even though é isn't part of the US-ASCII character set specified by the C locale (and even though the result could depend on the encoding with some expressions).

The consequence is that building ocaml fails if gsed is installed with the with_default_names variant (see bug #20275).",vinc17@…
1.7.1,20744,libnfc: 'SCARD_PROTOCOL_UNSET' undeclared (first use in this function),ports,1.7.1,defect,al-libnfcport@…,new,2009-08-20T13:03:10-07:00,2010-11-18T00:08:58-08:00,"libnfc builds on my Intel Mac with 10.5.8 but not with 10.4.11:

{{{
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I..   -I/mp/include -I/mp/include   -I/System/Library/Frameworks/PCSC.framework/Headers -DHAVE_PCSC_LITE -O2 -std=c99 -MT libnfc_la-dev_acr122.lo -MD -MP -MF .deps/libnfc_la-dev_acr122.Tpo -c -o libnfc_la-dev_acr122.lo `test -f 'dev_acr122.c' || echo './'`dev_acr122.c
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/mp/include -I/mp/include -I/System/Library/Frameworks/PCSC.framework/Headers -DHAVE_PCSC_LITE -O2 -std=c99 -MT libnfc_la-dev_acr122.lo -MD -MP -MF .deps/libnfc_la-dev_acr122.Tpo -c dev_acr122.c  -fno-common -DPIC -o .libs/libnfc_la-dev_acr122.o
dev_acr122.c: In function 'dev_acr122_transceive':
dev_acr122.c:198: error: 'SCARD_PROTOCOL_UNSET' undeclared (first use in this function)
}}}


",ryandesign@…
1.7.1,20753,gcc44: ld64 crashed building libgcj on Tiger on Intel Core 2 Duo,ports,1.7.1,defect,mww@…,new,2009-08-21T07:03:50-07:00,2010-07-27T22:11:47-07:00,"I tried to install gcc44 on a (64-bit) Intel Core 2 Duo MacBook Pro running Mac OS X 10.4.11 and ld64 crashed while trying to build libgcj:

{{{
libtool: link: /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/./gcc/xgcc -shared-libgcc -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/./gcc -nostdinc++ -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src/.libs -B/mp/i386-apple-darwin8.11.1/bin/ -B/mp/i386-apple-darwin8.11.1/lib/ -isystem /mp/i386-apple-darwin8.11.1/include -isystem /mp/i386-apple-darwin8.11.1/sys-include  -m64 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgcj.10.dylib  .libs/prims.o .libs/jni.o .libs/exception.o .libs/stacktrace.o .libs/link.o .libs/defineclass.o .libs/verify.o .libs/jvmti.o .libs/interpret.o gnu/classpath/jdwp/.libs/natVMFrame.o gnu/classpath/jdwp/.libs/natVMMethod.o gnu/classpath/jdwp/.libs/natVMVirtualMachine.o gnu/classpath/.libs/natConfiguration.o gnu/classpath/.libs/natSystemProperties.o gnu/classpath/.libs/natVMStackWalker.o gnu/gcj/.libs/natCore.o gnu/gcj/convert/.libs/JIS0208_to_Unicode.o gnu/gcj/convert/.libs/JIS0212_to_Unicode.o gnu/gcj/convert/.libs/Unicode_to_JIS.o gnu/gcj/convert/.libs/natIconv.o gnu/gcj/convert/.libs/natInput_EUCJIS.o gnu/gcj/convert/.libs/natInput_SJIS.o gnu/gcj/convert/.libs/natOutput_EUCJIS.o gnu/gcj/convert/.libs/natOutput_SJIS.o gnu/gcj/io/.libs/natSimpleSHSStream.o gnu/gcj/io/.libs/shs.o gnu/gcj/jvmti/.libs/natBreakpoint.o gnu/gcj/jvmti/.libs/natNormalBreakpoint.o gnu/gcj/runtime/.libs/natFinalizerThread.o gnu/gcj/runtime/.libs/natSharedLibLoader.o gnu/gcj/runtime/.libs/natSystemClassLoader.o gnu/gcj/runtime/.libs/natStringBuffer.o gnu/gcj/util/.libs/natDebug.o gnu/gcj/util/.libs/natGCInfo.o gnu/java/lang/.libs/natMainThread.o gnu/java/lang/management/.libs/natVMClassLoadingMXBeanImpl.o gnu/java/lang/management/.libs/natVMCompilationMXBeanImpl.o gnu/java/lang/management/.libs/natVMGarbageCollectorMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryManagerMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryPoolMXBeanImpl.o gnu/java/lang/management/.libs/natVMOperatingSystemMXBeanImpl.o gnu/java/lang/management/.libs/natVMRuntimeMXBeanImpl.o gnu/java/lang/management/.libs/natVMThreadMXBeanImpl.o gnu/java/net/.libs/natPlainDatagramSocketImpl.o gnu/java/net/.libs/natPlainSocketImpl.o gnu/java/net/protocol/core/.libs/natCoreInputStream.o gnu/java/nio/.libs/natVMPipe.o gnu/java/nio/.libs/natVMSelector.o gnu/java/nio/.libs/natNIOServerSocket.o gnu/java/nio/.libs/natVMChannel.o gnu/java/nio/channels/.libs/natFileChannelImpl.o gnu/java/security/jce/prng/.libs/natVMSecureRandom.o java/io/.libs/natFile.o java/io/.libs/natVMObjectInputStream.o java/io/.libs/natVMObjectStreamClass.o java/lang/.libs/natCharacter.o java/lang/.libs/natClass.o java/lang/.libs/natClassLoader.o java/lang/.libs/natConcreteProcess.o java/lang/.libs/natVMDouble.o java/lang/.libs/natVMFloat.o java/lang/.libs/natMath.o java/lang/.libs/natObject.o java/lang/.libs/natRuntime.o java/lang/.libs/natString.o java/lang/.libs/natAbstractStringBuffer.o java/lang/.libs/natSystem.o java/lang/.libs/natThread.o java/lang/.libs/natThreadLocal.o java/lang/.libs/natVMClassLoader.o java/lang/.libs/natVMProcess.o java/lang/.libs/natVMThrowable.o java/lang/ref/.libs/natReference.o java/lang/reflect/.libs/natArray.o java/lang/reflect/.libs/natConstructor.o java/lang/reflect/.libs/natField.o java/lang/reflect/.libs/natMethod.o java/lang/reflect/.libs/natVMProxy.o java/net/.libs/natVMInetAddress.o java/net/.libs/natVMNetworkInterface.o java/net/.libs/natVMURLConnection.o java/nio/channels/.libs/natVMChannels.o java/nio/.libs/natVMDirectByteBufferImpl.o java/security/.libs/natVMAccessController.o java/security/.libs/natVMAccessControlState.o java/text/.libs/natCollator.o java/util/.libs/natVMTimeZone.o java/util/concurrent/atomic/.libs/natAtomicLong.o java/util/logging/.libs/natLogger.o java/util/zip/.libs/natDeflater.o java/util/zip/.libs/natInflater.o sun/misc/.libs/natUnsafe.o .libs/boehm.o .libs/posix.o .libs/darwin.o .libs/posix-threads.o java/lang/.libs/Object.o java/lang/.libs/Class.o java/.libs/process-Posix.o gnu/.libs/awt.o gnu/awt/.libs/j2d.o gnu/.libs/classpath.o gnu/classpath/.libs/debug.o gnu/classpath/.libs/toolkit.o gnu/.libs/gcj.o gnu/gcj/.libs/convert.o gnu/gcj/.libs/io.o gnu/gcj/.libs/runtime.o gnu/gcj/.libs/util.o gnu/java/.libs/awt.o gnu/java/awt/.libs/color.o gnu/java/awt/.libs/dnd.o gnu/java/awt/.libs/font.o gnu/java/awt/font/.libs/autofit.o gnu/java/awt/font/.libs/opentype.o gnu/java/awt/font/opentype/.libs/truetype.o gnu/java/awt/.libs/image.o gnu/java/awt/.libs/java2d.o gnu/java/awt/.libs/peer.o gnu/java/awt/peer/.libs/headless.o gnu/java/awt/.libs/print.o gnu/java/.libs/io.o gnu/java/.libs/lang.o gnu/java/lang/.libs/reflect.o gnu/java/.libs/locale.o gnu/java/.libs/net.o gnu/java/net/.libs/loader.o gnu/java/net/.libs/local.o gnu/java/net/protocol/.libs/core.o gnu/java/net/protocol/.libs/file.o gnu/java/net/protocol/.libs/ftp.o gnu/java/net/protocol/.libs/gcjlib.o gnu/java/net/protocol/.libs/http.o gnu/java/net/protocol/.libs/https.o gnu/java/net/protocol/.libs/jar.o gnu/java/.libs/nio.o gnu/java/nio/.libs/channels.o gnu/java/nio/.libs/charset.o gnu/java/.libs/rmi.o gnu/java/rmi/.libs/activation.o gnu/java/rmi/.libs/dgc.o gnu/java/rmi/.libs/registry.o gnu/java/rmi/.libs/server.o gnu/java/.libs/security.o gnu/java/security/.libs/action.o gnu/java/security/.libs/ber.o gnu/java/security/.libs/der.o gnu/java/security/.libs/hash.o gnu/java/security/jce/.libs/hash.o gnu/java/security/jce/.libs/prng.o gnu/java/security/jce/.libs/sig.o gnu/java/security/.libs/key.o gnu/java/security/key/.libs/dss.o gnu/java/security/key/.libs/rsa.o gnu/java/security/.libs/pkcs.o gnu/java/security/.libs/prng.o gnu/java/security/.libs/provider.o gnu/java/security/.libs/sig.o gnu/java/security/sig/.libs/dss.o gnu/java/security/sig/.libs/rsa.o gnu/java/security/.libs/util.o gnu/java/security/.libs/x509.o gnu/java/security/x509/.libs/ext.o gnu/java/.libs/text.o gnu/java/.libs/util.o gnu/java/util/.libs/jar.o gnu/java/util/.libs/prefs.o gnu/java/util/.libs/regex.o gnu/javax/activation/.libs/viewers.o gnu/javax/.libs/crypto.o gnu/javax/crypto/.libs/assembly.o gnu/javax/crypto/.libs/cipher.o gnu/javax/crypto/.libs/jce.o gnu/javax/crypto/jce/.libs/cipher.o gnu/javax/crypto/jce/.libs/key.o gnu/javax/crypto/jce/.libs/keyring.o gnu/javax/crypto/jce/.libs/mac.o gnu/javax/crypto/jce/.libs/params.o gnu/javax/crypto/jce/.libs/prng.o gnu/javax/crypto/jce/.libs/sig.o gnu/javax/crypto/jce/.libs/spec.o gnu/javax/crypto/.libs/key.o gnu/javax/crypto/key/.libs/dh.o gnu/javax/crypto/key/.libs/srp6.o gnu/javax/crypto/.libs/keyring.o gnu/javax/crypto/.libs/kwa.o gnu/javax/crypto/.libs/mac.o gnu/javax/crypto/.libs/mode.o gnu/javax/crypto/.libs/pad.o gnu/javax/crypto/.libs/prng.o gnu/javax/crypto/.libs/sasl.o gnu/javax/crypto/sasl/.libs/anonymous.o gnu/javax/crypto/sasl/.libs/crammd5.o gnu/javax/crypto/sasl/.libs/plain.o gnu/javax/crypto/sasl/.libs/srp.o gnu/javax/.libs/imageio.o gnu/javax/imageio/.libs/bmp.o gnu/javax/imageio/.libs/gif.o gnu/javax/imageio/.libs/jpeg.o gnu/javax/imageio/.libs/png.o gnu/javax/naming/.libs/giop.o gnu/javax/naming/ictxImpl/.libs/trans.o gnu/javax/naming/jndi/url/.libs/corbaname.o gnu/javax/naming/jndi/url/.libs/rmi.o gnu/javax/net/.libs/ssl.o gnu/javax/net/ssl/.libs/provider.o gnu/javax/.libs/print.o gnu/javax/print/.libs/ipp.o gnu/javax/print/ipp/.libs/attribute.o gnu/javax/print/ipp/attribute/.libs/defaults.o gnu/javax/print/ipp/attribute/.libs/job.o gnu/javax/print/ipp/attribute/.libs/printer.o gnu/javax/print/ipp/attribute/.libs/supported.o gnu/javax/security/.libs/auth.o gnu/javax/security/auth/.libs/callback.o gnu/javax/security/auth/.libs/login.o gnu/javax/.libs/sound.o gnu/javax/sound/sampled/.libs/AU.o gnu/javax/sound/sampled/.libs/WAV.o gnu/javax/swing/plaf/.libs/gnu.o gnu/javax/swing/plaf/.libs/metal.o gnu/javax/swing/text/.libs/html.o gnu/javax/swing/text/html/.libs/css.o gnu/javax/swing/text/html/parser/.libs/GnuParserDelegator.o gnu/javax/swing/text/html/parser/.libs/HTML_401F.o gnu/javax/swing/text/html/parser/.libs/SmallHtmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/gnuDTD.o gnu/javax/swing/text/html/parser/.libs/htmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/htmlValidator.o gnu/javax/swing/text/html/parser/.libs/models.o gnu/javax/swing/text/html/parser/.libs/support.o gnu/javax/swing/text/html/parser/support/.libs/low.o gnu/javax/swing/.libs/tree.o java/.libs/applet.o java/.libs/awt.o java/awt/.libs/color.o java/awt/.libs/datatransfer.o java/awt/.libs/dnd.o java/awt/dnd/.libs/peer.o java/awt/.libs/event.o java/awt/.libs/font.o java/awt/.libs/geom.o java/awt/.libs/im.o java/awt/im/.libs/spi.o java/awt/.libs/image.o java/awt/image/.libs/renderable.o java/awt/.libs/peer.o java/awt/.libs/print.o java/.libs/beans.o java/beans/.libs/beancontext.o java/.libs/io.o java/.libs/lang.o java/lang/.libs/annotation.o java/lang/.libs/instrument.o java/lang/.libs/ref.o java/lang/.libs/reflect.o java/.libs/math.o java/.libs/net.o java/.libs/nio.o java/nio/.libs/channels.o java/nio/channels/.libs/spi.o java/nio/.libs/charset.o java/nio/charset/.libs/spi.o java/.libs/rmi.o java/rmi/.libs/activation.o java/rmi/.libs/dgc.o java/rmi/.libs/registry.o java/rmi/.libs/server.o java/.libs/security.o java/security/.libs/acl.o java/security/.libs/cert.o java/security/.libs/interfaces.o java/security/.libs/spec.o java/.libs/sql.o java/.libs/text.o java/text/.libs/spi.o java/.libs/util.o java/util/.libs/concurrent.o java/util/concurrent/.libs/atomic.o java/util/concurrent/.libs/locks.o java/util/.libs/jar.o java/util/.libs/logging.o java/util/.libs/prefs.o java/util/.libs/regex.o java/util/.libs/spi.o java/util/.libs/zip.o javax/.libs/accessibility.o javax/.libs/activation.o javax/.libs/activity.o javax/.libs/crypto.o javax/crypto/.libs/interfaces.o javax/crypto/.libs/spec.o javax/.libs/management.o javax/management/.libs/loading.o javax/management/.libs/openmbean.o javax/management/.libs/remote.o javax/management/remote/.libs/rmi.o javax/.libs/naming.o javax/naming/.libs/directory.o javax/naming/.libs/event.o javax/naming/.libs/ldap.o javax/naming/.libs/spi.o javax/.libs/net.o javax/net/.libs/ssl.o javax/.libs/print.o javax/print/.libs/attribute.o javax/print/attribute/.libs/standard.o javax/print/.libs/event.o javax/security/.libs/auth.o javax/security/auth/.libs/callback.o javax/security/auth/.libs/kerberos.o javax/security/auth/.libs/login.o javax/security/auth/.libs/spi.o javax/security/auth/.libs/x500.o javax/security/.libs/cert.o javax/security/.libs/sasl.o javax/sound/.libs/midi.o javax/sound/midi/.libs/spi.o javax/sound/.libs/sampled.o javax/sound/sampled/.libs/spi.o javax/.libs/sql.o javax/.libs/swing.o javax/swing/.libs/border.o javax/swing/.libs/colorchooser.o javax/swing/.libs/event.o javax/swing/.libs/filechooser.o javax/swing/.libs/plaf.o javax/swing/plaf/.libs/basic.o javax/swing/plaf/.libs/metal.o javax/swing/plaf/.libs/multi.o javax/swing/plaf/.libs/synth.o javax/swing/.libs/table.o javax/swing/.libs/text.o javax/swing/text/.libs/html.o javax/swing/text/html/.libs/parser.o javax/swing/text/.libs/rtf.o javax/swing/.libs/tree.o javax/swing/.libs/undo.o javax/.libs/tools.o javax/.libs/transaction.o javax/transaction/.libs/xa.o org/ietf/.libs/jgss.o sun/.libs/awt.o sun/.libs/misc.o sun/.libs/reflect.o sun/reflect/.libs/annotation.o sun/reflect/.libs/misc.o gnu/classpath/.libs/jdwp.o gnu/classpath/jdwp/.libs/event.o gnu/classpath/jdwp/event/.libs/filters.o gnu/classpath/jdwp/.libs/exception.o gnu/classpath/jdwp/.libs/id.o gnu/classpath/jdwp/.libs/processor.o gnu/classpath/jdwp/.libs/transport.o gnu/classpath/jdwp/.libs/util.o gnu/classpath/jdwp/.libs/value.o gnu/gcj/.libs/jvmti.o .libs/gnu-CORBA.o .libs/gnu-java-awt-dnd-peer-gtk.o .libs/gnu-java-awt-peer-gtk.o .libs/gnu-java-awt-peer-swing.o .libs/gnu-java-beans.o .libs/gnu-java-lang-management.o .libs/gnu-java-math.o .libs/gnu-java-util-prefs-gconf.o .libs/gnu-javax-management.o .libs/gnu-javax-rmi.o .libs/gnu-javax-sound-midi.o .libs/gnu-xml-aelfred2.o .libs/gnu-xml-dom.o .libs/gnu-xml-libxmlj.o .libs/gnu-xml-pipeline.o .libs/gnu-xml-stream.o .libs/gnu-xml-transform.o .libs/gnu-xml-util.o .libs/gnu-xml-validation.o .libs/gnu-xml-xpath.o .libs/java-lang-management.o .libs/javax-imageio.o .libs/javax-rmi.o .libs/javax-xml.o .libs/org-omg-CORBA.o .libs/org-omg-CORBA_2_3.o .libs/org-omg-CosNaming.o .libs/org-omg-Dynamic.o .libs/org-omg-DynamicAny.o .libs/org-omg-IOP.o .libs/org-omg-Messaging.o .libs/org-omg-PortableInterceptor.o .libs/org-omg-PortableServer.o .libs/org-omg-SendingContext.o .libs/org-omg-stub.o .libs/org-relaxng.o .libs/org-w3c.o .libs/org-xml.o gnu/java/awt/font/.libs/fonts.properties.o gnu/java/awt/peer/gtk/.libs/font.properties.o gnu/java/awt/peer/x/.libs/fonts.properties.o gnu/java/awt/peer/x/.libs/xfonts.properties.o gnu/java/locale/.libs/LocaleInformation.properties.o gnu/java/locale/.libs/LocaleInformation_aa.properties.o gnu/java/locale/.libs/LocaleInformation_aa_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER_SAAHO.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ET.properties.o gnu/java/locale/.libs/LocaleInformation_af.properties.o gnu/java/locale/.libs/LocaleInformation_af_NA.properties.o gnu/java/locale/.libs/LocaleInformation_af_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_ak.properties.o gnu/java/locale/.libs/LocaleInformation_am.properties.o gnu/java/locale/.libs/LocaleInformation_am_ET.properties.o gnu/java/locale/.libs/LocaleInformation_ar.properties.o gnu/java/locale/.libs/LocaleInformation_ar_DZ.properties.o gnu/java/locale/.libs/LocaleInformation_ar_JO.properties.o gnu/java/locale/.libs/LocaleInformation_ar_LB.properties.o gnu/java/locale/.libs/LocaleInformation_ar_MA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_QA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ar_TN.properties.o gnu/java/locale/.libs/LocaleInformation_ar_YE.properties.o gnu/java/locale/.libs/LocaleInformation_as.properties.o gnu/java/locale/.libs/LocaleInformation_as_IN.properties.o gnu/java/locale/.libs/LocaleInformation_az.properties.o gnu/java/locale/.libs/LocaleInformation_az_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_be.properties.o gnu/java/locale/.libs/LocaleInformation_be_BY.properties.o gnu/java/locale/.libs/LocaleInformation_bg.properties.o gnu/java/locale/.libs/LocaleInformation_bg_BG.properties.o gnu/java/locale/.libs/LocaleInformation_bn.properties.o gnu/java/locale/.libs/LocaleInformation_bn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_bo.properties.o gnu/java/locale/.libs/LocaleInformation_bs.properties.o gnu/java/locale/.libs/LocaleInformation_byn.properties.o gnu/java/locale/.libs/LocaleInformation_byn_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ca.properties.o gnu/java/locale/.libs/LocaleInformation_ca_ES.properties.o gnu/java/locale/.libs/LocaleInformation_cch.properties.o gnu/java/locale/.libs/LocaleInformation_cop.properties.o gnu/java/locale/.libs/LocaleInformation_cs.properties.o gnu/java/locale/.libs/LocaleInformation_cs_CZ.properties.o gnu/java/locale/.libs/LocaleInformation_cy.properties.o gnu/java/locale/.libs/LocaleInformation_cy_GB.properties.o gnu/java/locale/.libs/LocaleInformation_da.properties.o gnu/java/locale/.libs/LocaleInformation_da_DK.properties.o gnu/java/locale/.libs/LocaleInformation_de.properties.o gnu/java/locale/.libs/LocaleInformation_de_AT.properties.o gnu/java/locale/.libs/LocaleInformation_de_BE.properties.o gnu/java/locale/.libs/LocaleInformation_de_CH.properties.o gnu/java/locale/.libs/LocaleInformation_de_DE.properties.o gnu/java/locale/.libs/LocaleInformation_de_LI.properties.o gnu/java/locale/.libs/LocaleInformation_de_LU.properties.o gnu/java/locale/.libs/LocaleInformation_dv.properties.o gnu/java/locale/.libs/LocaleInformation_dv_MV.properties.o gnu/java/locale/.libs/LocaleInformation_dz.properties.o gnu/java/locale/.libs/LocaleInformation_dz_BT.properties.o gnu/java/locale/.libs/LocaleInformation_ee.properties.o gnu/java/locale/.libs/LocaleInformation_el.properties.o gnu/java/locale/.libs/LocaleInformation_el_CY.properties.o gnu/java/locale/.libs/LocaleInformation_el_GR.properties.o gnu/java/locale/.libs/LocaleInformation_en.properties.o gnu/java/locale/.libs/LocaleInformation_en_AS.properties.o gnu/java/locale/.libs/LocaleInformation_en_AU.properties.o gnu/java/locale/.libs/LocaleInformation_en_BE.properties.o gnu/java/locale/.libs/LocaleInformation_en_BW.properties.o gnu/java/locale/.libs/LocaleInformation_en_BZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_CA.properties.o gnu/java/locale/.libs/LocaleInformation_en_Dsrt.properties.o gnu/java/locale/.libs/LocaleInformation_en_GB.properties.o gnu/java/locale/.libs/LocaleInformation_en_GU.properties.o gnu/java/locale/.libs/LocaleInformation_en_HK.properties.o gnu/java/locale/.libs/LocaleInformation_en_IE.properties.o gnu/java/locale/.libs/LocaleInformation_en_IN.properties.o gnu/java/locale/.libs/LocaleInformation_en_JM.properties.o gnu/java/locale/.libs/LocaleInformation_en_MH.properties.o gnu/java/locale/.libs/LocaleInformation_en_MP.properties.o gnu/java/locale/.libs/LocaleInformation_en_MT.properties.o gnu/java/locale/.libs/LocaleInformation_en_NA.properties.o gnu/java/locale/.libs/LocaleInformation_en_NZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_PH.properties.o gnu/java/locale/.libs/LocaleInformation_en_PK.properties.o gnu/java/locale/.libs/LocaleInformation_en_SG.properties.o gnu/java/locale/.libs/LocaleInformation_en_Shaw.properties.o gnu/java/locale/.libs/LocaleInformation_en_TT.properties.o gnu/java/locale/.libs/LocaleInformation_en_UM.properties.o gnu/java/locale/.libs/LocaleInformation_en_US.properties.o gnu/java/locale/.libs/LocaleInformation_en_US_POSIX.properties.o gnu/java/locale/.libs/LocaleInformation_en_VI.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZW.properties.o gnu/java/locale/.libs/LocaleInformation_eo.properties.o gnu/java/locale/.libs/LocaleInformation_es.properties.o gnu/java/locale/.libs/LocaleInformation_es_AR.properties.o gnu/java/locale/.libs/LocaleInformation_es_BO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CL.properties.o gnu/java/locale/.libs/LocaleInformation_es_CO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CR.properties.o gnu/java/locale/.libs/LocaleInformation_es_DO.properties.o gnu/java/locale/.libs/LocaleInformation_es_EC.properties.o gnu/java/locale/.libs/LocaleInformation_es_ES.properties.o gnu/java/locale/.libs/LocaleInformation_es_GT.properties.o gnu/java/locale/.libs/LocaleInformation_es_HN.properties.o gnu/java/locale/.libs/LocaleInformation_es_MX.properties.o gnu/java/locale/.libs/LocaleInformation_es_NI.properties.o gnu/java/locale/.libs/LocaleInformation_es_PA.properties.o gnu/java/locale/.libs/LocaleInformation_es_PE.properties.o gnu/java/locale/.libs/LocaleInformation_es_PR.properties.o gnu/java/locale/.libs/LocaleInformation_es_PY.properties.o gnu/java/locale/.libs/LocaleInformation_es_SV.properties.o gnu/java/locale/.libs/LocaleInformation_es_US.properties.o gnu/java/locale/.libs/LocaleInformation_es_UY.properties.o gnu/java/locale/.libs/LocaleInformation_es_VE.properties.o gnu/java/locale/.libs/LocaleInformation_et.properties.o gnu/java/locale/.libs/LocaleInformation_et_EE.properties.o gnu/java/locale/.libs/LocaleInformation_eu.properties.o gnu/java/locale/.libs/LocaleInformation_eu_ES.properties.o gnu/java/locale/.libs/LocaleInformation_fa.properties.o gnu/java/locale/.libs/LocaleInformation_fa_AF.properties.o gnu/java/locale/.libs/LocaleInformation_fa_IR.properties.o gnu/java/locale/.libs/LocaleInformation_fi.properties.o gnu/java/locale/.libs/LocaleInformation_fi_FI.properties.o gnu/java/locale/.libs/LocaleInformation_fil.properties.o gnu/java/locale/.libs/LocaleInformation_fo.properties.o gnu/java/locale/.libs/LocaleInformation_fo_FO.properties.o gnu/java/locale/.libs/LocaleInformation_fr.properties.o gnu/java/locale/.libs/LocaleInformation_fr_BE.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CA.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CH.properties.o gnu/java/locale/.libs/LocaleInformation_fr_LU.properties.o gnu/java/locale/.libs/LocaleInformation_fur.properties.o gnu/java/locale/.libs/LocaleInformation_ga.properties.o gnu/java/locale/.libs/LocaleInformation_ga_IE.properties.o gnu/java/locale/.libs/LocaleInformation_gaa.properties.o gnu/java/locale/.libs/LocaleInformation_gez.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ER.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ET.properties.o gnu/java/locale/.libs/LocaleInformation_gl.properties.o gnu/java/locale/.libs/LocaleInformation_gl_ES.properties.o gnu/java/locale/.libs/LocaleInformation_gu.properties.o gnu/java/locale/.libs/LocaleInformation_gu_IN.properties.o gnu/java/locale/.libs/LocaleInformation_gv.properties.o gnu/java/locale/.libs/LocaleInformation_gv_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ha.properties.o gnu/java/locale/.libs/LocaleInformation_ha_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_haw.properties.o gnu/java/locale/.libs/LocaleInformation_haw_US.properties.o gnu/java/locale/.libs/LocaleInformation_he.properties.o gnu/java/locale/.libs/LocaleInformation_he_IL.properties.o gnu/java/locale/.libs/LocaleInformation_hi.properties.o gnu/java/locale/.libs/LocaleInformation_hi_IN.properties.o gnu/java/locale/.libs/LocaleInformation_hr.properties.o gnu/java/locale/.libs/LocaleInformation_hu.properties.o gnu/java/locale/.libs/LocaleInformation_hu_HU.properties.o gnu/java/locale/.libs/LocaleInformation_hy.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM_REVISED.properties.o gnu/java/locale/.libs/LocaleInformation_ia.properties.o gnu/java/locale/.libs/LocaleInformation_id.properties.o gnu/java/locale/.libs/LocaleInformation_id_ID.properties.o gnu/java/locale/.libs/LocaleInformation_ig.properties.o gnu/java/locale/.libs/LocaleInformation_ii.properties.o gnu/java/locale/.libs/LocaleInformation_is.properties.o gnu/java/locale/.libs/LocaleInformation_is_IS.properties.o gnu/java/locale/.libs/LocaleInformation_it.properties.o gnu/java/locale/.libs/LocaleInformation_it_CH.properties.o gnu/java/locale/.libs/LocaleInformation_it_IT.properties.o gnu/java/locale/.libs/LocaleInformation_iu.properties.o gnu/java/locale/.libs/LocaleInformation_ja.properties.o gnu/java/locale/.libs/LocaleInformation_ja_JP.properties.o gnu/java/locale/.libs/LocaleInformation_ka.properties.o gnu/java/locale/.libs/LocaleInformation_kaj.properties.o gnu/java/locale/.libs/LocaleInformation_kam.properties.o gnu/java/locale/.libs/LocaleInformation_kcg.properties.o gnu/java/locale/.libs/LocaleInformation_kfo.properties.o gnu/java/locale/.libs/LocaleInformation_kk.properties.o gnu/java/locale/.libs/LocaleInformation_kk_KZ.properties.o gnu/java/locale/.libs/LocaleInformation_kl.properties.o gnu/java/locale/.libs/LocaleInformation_kl_GL.properties.o gnu/java/locale/.libs/LocaleInformation_km.properties.o gnu/java/locale/.libs/LocaleInformation_km_KH.properties.o gnu/java/locale/.libs/LocaleInformation_kn.properties.o gnu/java/locale/.libs/LocaleInformation_kn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ko.properties.o gnu/java/locale/.libs/LocaleInformation_ko_KR.properties.o gnu/java/locale/.libs/LocaleInformation_kok.properties.o gnu/java/locale/.libs/LocaleInformation_kok_IN.properties.o gnu/java/locale/.libs/LocaleInformation_kpe.properties.o gnu/java/locale/.libs/LocaleInformation_ku.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_kw.properties.o gnu/java/locale/.libs/LocaleInformation_kw_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ky.properties.o gnu/java/locale/.libs/LocaleInformation_ln.properties.o gnu/java/locale/.libs/LocaleInformation_lo.properties.o gnu/java/locale/.libs/LocaleInformation_lo_LA.properties.o gnu/java/locale/.libs/LocaleInformation_lt.properties.o gnu/java/locale/.libs/LocaleInformation_lt_LT.properties.o gnu/java/locale/.libs/LocaleInformation_lv.properties.o gnu/java/locale/.libs/LocaleInformation_lv_LV.properties.o gnu/java/locale/.libs/LocaleInformation_mk.properties.o gnu/java/locale/.libs/LocaleInformation_ml.properties.o gnu/java/locale/.libs/LocaleInformation_ml_IN.properties.o gnu/java/locale/.libs/LocaleInformation_mn.properties.o gnu/java/locale/.libs/LocaleInformation_mr.properties.o gnu/java/locale/.libs/LocaleInformation_mr_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ms.properties.o gnu/java/locale/.libs/LocaleInformation_ms_BN.properties.o gnu/java/locale/.libs/LocaleInformation_ms_MY.properties.o gnu/java/locale/.libs/LocaleInformation_mt.properties.o gnu/java/locale/.libs/LocaleInformation_mt_MT.properties.o gnu/java/locale/.libs/LocaleInformation_my.properties.o gnu/java/locale/.libs/LocaleInformation_nb.properties.o gnu/java/locale/.libs/LocaleInformation_nb_NO.properties.o gnu/java/locale/.libs/LocaleInformation_ne.properties.o gnu/java/locale/.libs/LocaleInformation_nl.properties.o gnu/java/locale/.libs/LocaleInformation_nl_BE.properties.o gnu/java/locale/.libs/LocaleInformation_nl_NL.properties.o gnu/java/locale/.libs/LocaleInformation_nn.properties.o gnu/java/locale/.libs/LocaleInformation_nn_NO.properties.o gnu/java/locale/.libs/LocaleInformation_nr.properties.o gnu/java/locale/.libs/LocaleInformation_nso.properties.o gnu/java/locale/.libs/LocaleInformation_ny.properties.o gnu/java/locale/.libs/LocaleInformation_om.properties.o gnu/java/locale/.libs/LocaleInformation_om_ET.properties.o gnu/java/locale/.libs/LocaleInformation_om_KE.properties.o gnu/java/locale/.libs/LocaleInformation_or.properties.o gnu/java/locale/.libs/LocaleInformation_or_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pa.properties.o gnu/java/locale/.libs/LocaleInformation_pa_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_pa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pl.properties.o gnu/java/locale/.libs/LocaleInformation_pl_PL.properties.o gnu/java/locale/.libs/LocaleInformation_ps.properties.o gnu/java/locale/.libs/LocaleInformation_ps_AF.properties.o gnu/java/locale/.libs/LocaleInformation_pt.properties.o gnu/java/locale/.libs/LocaleInformation_pt_BR.properties.o gnu/java/locale/.libs/LocaleInformation_pt_PT.properties.o gnu/java/locale/.libs/LocaleInformation_ro.properties.o gnu/java/locale/.libs/LocaleInformation_ro_RO.properties.o gnu/java/locale/.libs/LocaleInformation_ru.properties.o gnu/java/locale/.libs/LocaleInformation_ru_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ru_UA.properties.o gnu/java/locale/.libs/LocaleInformation_rw.properties.o gnu/java/locale/.libs/LocaleInformation_sa.properties.o gnu/java/locale/.libs/LocaleInformation_sa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_se.properties.o gnu/java/locale/.libs/LocaleInformation_se_FI.properties.o gnu/java/locale/.libs/LocaleInformation_si.properties.o gnu/java/locale/.libs/LocaleInformation_sid.properties.o gnu/java/locale/.libs/LocaleInformation_sid_ET.properties.o gnu/java/locale/.libs/LocaleInformation_sk.properties.o gnu/java/locale/.libs/LocaleInformation_sk_SK.properties.o gnu/java/locale/.libs/LocaleInformation_sl.properties.o gnu/java/locale/.libs/LocaleInformation_sl_SI.properties.o gnu/java/locale/.libs/LocaleInformation_so.properties.o gnu/java/locale/.libs/LocaleInformation_so_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_so_ET.properties.o gnu/java/locale/.libs/LocaleInformation_so_KE.properties.o gnu/java/locale/.libs/LocaleInformation_so_SO.properties.o gnu/java/locale/.libs/LocaleInformation_sq.properties.o gnu/java/locale/.libs/LocaleInformation_sq_AL.properties.o gnu/java/locale/.libs/LocaleInformation_sr.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_ME_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_RS_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ss.properties.o gnu/java/locale/.libs/LocaleInformation_ssy.properties.o gnu/java/locale/.libs/LocaleInformation_st.properties.o gnu/java/locale/.libs/LocaleInformation_sv.properties.o gnu/java/locale/.libs/LocaleInformation_sv_FI.properties.o gnu/java/locale/.libs/LocaleInformation_sv_SE.properties.o gnu/java/locale/.libs/LocaleInformation_sw.properties.o gnu/java/locale/.libs/LocaleInformation_sw_KE.properties.o gnu/java/locale/.libs/LocaleInformation_sw_TZ.properties.o gnu/java/locale/.libs/LocaleInformation_syr.properties.o gnu/java/locale/.libs/LocaleInformation_syr_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ta.properties.o gnu/java/locale/.libs/LocaleInformation_ta_IN.properties.o gnu/java/locale/.libs/LocaleInformation_te.properties.o gnu/java/locale/.libs/LocaleInformation_te_IN.properties.o gnu/java/locale/.libs/LocaleInformation_tg.properties.o gnu/java/locale/.libs/LocaleInformation_th.properties.o gnu/java/locale/.libs/LocaleInformation_th_TH.properties.o gnu/java/locale/.libs/LocaleInformation_ti.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ET.properties.o gnu/java/locale/.libs/LocaleInformation_tig.properties.o gnu/java/locale/.libs/LocaleInformation_tig_ER.properties.o gnu/java/locale/.libs/LocaleInformation_tn.properties.o gnu/java/locale/.libs/LocaleInformation_to.properties.o gnu/java/locale/.libs/LocaleInformation_tr.properties.o gnu/java/locale/.libs/LocaleInformation_tr_TR.properties.o gnu/java/locale/.libs/LocaleInformation_trv.properties.o gnu/java/locale/.libs/LocaleInformation_ts.properties.o gnu/java/locale/.libs/LocaleInformation_tt.properties.o gnu/java/locale/.libs/LocaleInformation_tt_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ug.properties.o gnu/java/locale/.libs/LocaleInformation_uk.properties.o gnu/java/locale/.libs/LocaleInformation_uk_UA.properties.o gnu/java/locale/.libs/LocaleInformation_ur.properties.o gnu/java/locale/.libs/LocaleInformation_ur_IN.properties.o gnu/java/locale/.libs/LocaleInformation_uz.properties.o gnu/java/locale/.libs/LocaleInformation_uz_AF_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ve.properties.o gnu/java/locale/.libs/LocaleInformation_vi.properties.o gnu/java/locale/.libs/LocaleInformation_wal.properties.o gnu/java/locale/.libs/LocaleInformation_wal_ET.properties.o gnu/java/locale/.libs/LocaleInformation_wo.properties.o gnu/java/locale/.libs/LocaleInformation_xh.properties.o gnu/java/locale/.libs/LocaleInformation_yo.properties.o gnu/java/locale/.libs/LocaleInformation_zh.properties.o gnu/java/locale/.libs/LocaleInformation_zh_CN_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_HK_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_MO_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_SG_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_TW_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zu.properties.o gnu/java/util/regex/.libs/MessagesBundle.properties.o gnu/java/util/regex/.libs/MessagesBundle_fr.properties.o gnu/java/util/regex/.libs/MessagesBundle_it.properties.o gnu/javax/print/.libs/PrinterDialog.properties.o gnu/javax/print/.libs/PrinterDialog_de.properties.o gnu/javax/security/auth/callback/.libs/MessagesBundle.properties.o java/text/.libs/metazones.properties.o java/util/.libs/iso4217.properties.o java/util/.libs/weeks.properties.o javax/imageio/plugins/jpeg/.libs/MessagesBundle.properties.o javax/swing/text/html/.libs/default.css.o org/ietf/jgss/.libs/MessagesBundle.properties.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.in.o META-INF/services/.libs/javax.sound.midi.spi.MidiDeviceProvider.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileReader.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileWriter.o META-INF/services/.libs/javax.sound.sampled.spi.AudioFileReader.o   .libs/libgcj.lax/libltdlc.a/ltdl.o  .libs/libgcj.lax/libfdlibm.a/dtoa.o .libs/libgcj.lax/libfdlibm.a/e_acos.o .libs/libgcj.lax/libfdlibm.a/e_asin.o .libs/libgcj.lax/libfdlibm.a/e_atan2.o .libs/libgcj.lax/libfdlibm.a/e_cosh.o .libs/libgcj.lax/libfdlibm.a/e_exp.o .libs/libgcj.lax/libfdlibm.a/e_fmod.o .libs/libgcj.lax/libfdlibm.a/e_hypot.o .libs/libgcj.lax/libfdlibm.a/e_log.o .libs/libgcj.lax/libfdlibm.a/e_log10.o .libs/libgcj.lax/libfdlibm.a/e_pow.o .libs/libgcj.lax/libfdlibm.a/e_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/e_remainder.o .libs/libgcj.lax/libfdlibm.a/e_scalb.o .libs/libgcj.lax/libfdlibm.a/e_sinh.o .libs/libgcj.lax/libfdlibm.a/e_sqrt.o .libs/libgcj.lax/libfdlibm.a/k_cos.o .libs/libgcj.lax/libfdlibm.a/k_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/k_sin.o .libs/libgcj.lax/libfdlibm.a/k_tan.o .libs/libgcj.lax/libfdlibm.a/mprec.o .libs/libgcj.lax/libfdlibm.a/s_atan.o .libs/libgcj.lax/libfdlibm.a/s_cbrt.o .libs/libgcj.lax/libfdlibm.a/s_ceil.o .libs/libgcj.lax/libfdlibm.a/s_copysign.o .libs/libgcj.lax/libfdlibm.a/s_cos.o .libs/libgcj.lax/libfdlibm.a/s_expm1.o .libs/libgcj.lax/libfdlibm.a/s_fabs.o .libs/libgcj.lax/libfdlibm.a/s_finite.o .libs/libgcj.lax/libfdlibm.a/s_floor.o .libs/libgcj.lax/libfdlibm.a/s_log1p.o .libs/libgcj.lax/libfdlibm.a/s_rint.o .libs/libgcj.lax/libfdlibm.a/s_scalbn.o .libs/libgcj.lax/libfdlibm.a/s_sin.o .libs/libgcj.lax/libfdlibm.a/s_tan.o .libs/libgcj.lax/libfdlibm.a/s_tanh.o .libs/libgcj.lax/libfdlibm.a/sf_fabs.o .libs/libgcj.lax/libfdlibm.a/sf_rint.o .libs/libgcj.lax/libfdlibm.a/strtod.o .libs/libgcj.lax/libfdlibm.a/w_acos.o .libs/libgcj.lax/libfdlibm.a/w_asin.o .libs/libgcj.lax/libfdlibm.a/w_atan2.o .libs/libgcj.lax/libfdlibm.a/w_cosh.o .libs/libgcj.lax/libfdlibm.a/w_exp.o .libs/libgcj.lax/libfdlibm.a/w_fmod.o .libs/libgcj.lax/libfdlibm.a/w_hypot.o .libs/libgcj.lax/libfdlibm.a/w_log.o .libs/libgcj.lax/libfdlibm.a/w_log10.o .libs/libgcj.lax/libfdlibm.a/w_pow.o .libs/libgcj.lax/libfdlibm.a/w_remainder.o .libs/libgcj.lax/libfdlibm.a/w_sinh.o .libs/libgcj.lax/libfdlibm.a/w_sqrt.o  .libs/libgcj.lax/libffi_convenience.a/closures.o .libs/libgcj.lax/libffi_convenience.a/darwin.o .libs/libgcj.lax/libffi_convenience.a/darwin64.o .libs/libgcj.lax/libffi_convenience.a/debug.o .libs/libgcj.lax/libffi_convenience.a/ffi.o .libs/libgcj.lax/libffi_convenience.a/ffi64.o .libs/libgcj.lax/libffi_convenience.a/java_raw_api.o .libs/libgcj.lax/libffi_convenience.a/prep_cif.o .libs/libgcj.lax/libffi_convenience.a/raw_api.o .libs/libgcj.lax/libffi_convenience.a/types.o  .libs/libgcj.lax/libgcjgc_convenience.a/allchblk.o .libs/libgcj.lax/libgcjgc_convenience.a/alloc.o .libs/libgcj.lax/libgcjgc_convenience.a/backgraph.o .libs/libgcj.lax/libgcjgc_convenience.a/blacklst.o .libs/libgcj.lax/libgcjgc_convenience.a/checksums.o .libs/libgcj.lax/libgcjgc_convenience.a/darwin_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/dbg_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/dyn_load.o .libs/libgcj.lax/libgcjgc_convenience.a/finalize.o .libs/libgcj.lax/libgcjgc_convenience.a/gc_dlopen.o .libs/libgcj.lax/libgcjgc_convenience.a/gcj_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/headers.o .libs/libgcj.lax/libgcjgc_convenience.a/mach_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/mallocx.o .libs/libgcj.lax/libgcjgc_convenience.a/mark.o .libs/libgcj.lax/libgcjgc_convenience.a/mark_rts.o .libs/libgcj.lax/libgcjgc_convenience.a/misc.o .libs/libgcj.lax/libgcjgc_convenience.a/new_hblk.o .libs/libgcj.lax/libgcjgc_convenience.a/obj_map.o .libs/libgcj.lax/libgcjgc_convenience.a/os_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/pcr_interface.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_support.o .libs/libgcj.lax/libgcjgc_convenience.a/ptr_chck.o .libs/libgcj.lax/libgcjgc_convenience.a/real_malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/reclaim.o .libs/libgcj.lax/libgcjgc_convenience.a/specific.o .libs/libgcj.lax/libgcjgc_convenience.a/stubborn.o .libs/libgcj.lax/libgcjgc_convenience.a/typd_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/win32_threads.o   -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libstdc++-v3/src/.libs -L/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava -lpthread -ldl -lz  -m64 -m64 -m64   -install_name  /mp/lib/gcc44/x86_64/libgcj.10.dylib -compatibility_version 11 -current_version 11.0 -Wl,-single_module
/usr/bin/ld: fatal error in /usr/bin/ld64
collect2: ld returned 1 exit status
make[5]: *** [libgcj.la] Error 1
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/gcj -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava/ -B/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/ -ffloat-store -fomit-frame-pointer -Usun -fclasspath= -fbootclasspath=../../../../gcc-4.4.1/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -findirect-dispatch -fno-bootstrap-classes -fno-indirect-classes -fsource-filename=/mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/i386-apple-darwin8.11.1/x86_64/libjava/classpath/tools/all-classes.lst -g -O2 -m64 -MT classpath/tools/libgcj_tools_la-tools.lo -MD -MP -MF classpath/tools/.deps/libgcj_tools_la-tools.Tpo -c classpath/tools/tools.zip -o classpath/tools/libgcj_tools_la-tools.o >/dev/null 2>&1
make[4]: *** [all-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2
}}}

/usr/bin/ld64 is linked with /usr/lib/libgcc_s.1.dylib, of course:

{{{
$ otool -L /usr/bin/ld64
/usr/bin/ld64:
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.4)
}}}

But the ld64 crash log shows it making use of /mp/var/macports/build/_Users_rschmidt_macports_dports_lang_gcc44/work/build/gcc/libgcc_s.1.dylib instead. Perhaps the version of libgcc_s.1.dylib gcc44 just built is different enough from the one on the system that ld64 cannot use it interchangeably. (Though I see they both call themselves ""compatibility version 1.0.0, current version 1.0.0"".)

gcc44 installed successfully on a Power Mac G4 running the same OS, but of course the G4 is a 32-bit processor so perhaps ld64 never got used there.",ryandesign@…
1.7.1,20775,gnustep-base: gnustep-config: command not found,ports,1.7.1,defect,macports-tickets@…,new,2009-08-23T01:52:13-07:00,2013-05-14T20:10:20-07:00,"I can't seem to install gnustep-base on (Mac OS X 10.4.11 Intel) because it cannot find gnustep-config:

{{{
$ port install Etoile
--->  Fetching gnustep-make
--->  Attempting to fetch gnustep-make-2.2.0.tar.gz from http://distfiles.macports.org/gnustep-make
--->  Verifying checksum(s) for gnustep-make
--->  Extracting gnustep-make
--->  Configuring gnustep-make
--->  Building gnustep-make
--->  Staging gnustep-make into destroot
Warning: gnustep-make requests to install files outside the common directory structure!
--->  Installing gnustep-make @2.2.0_0+gnustep_layout

##########################################################
To have a fully working GNUstep make system, please add
'. /mp/GNUstep/System/Library/Makefiles/GNUstep.sh'
to your shell login (in ~/.profile)

You may also want to set up your MANPATH :
export MANPATH=$GNUSTEP_LOCAL_ROOT/Library/Documentation/man:$GNUSTEP_SYSTEM_ROOT/Library/Documentation/man:/mp/share/man:/usr/share/man
##########################################################
        
--->  Activating gnustep-make @2.2.0_0+gnustep_layout
--->  Cleaning gnustep-make
--->  Fetching gnustep-base
--->  Attempting to fetch gnustep-base-1.19.1.tar.gz from http://distfiles.macports.org/gnustep-base
--->  Verifying checksum(s) for gnustep-base
--->  Extracting gnustep-base
--->  Applying patches to gnustep-base
Warning: reinplace s|GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)|GNUSTEP_INSTALLATION_DOMAIN=SYSTEM|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep-base-1.19.1/GNUmakefile
--->  Configuring gnustep-base
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_gnustep-base/work/gnustep-base-1.19.1"" && ./configure --prefix=/mp CC=gcc-mp-4.2 GNUSTEP_MAKEFILES=/mp/share/GNUstep/Makefiles --disable-tls --enable-libffi --with-ffi-include=/mp/include/gcc42 --with-ffi-library=/mp/lib/gcc42 "" returned error 1
Command output: ./configure: line 1: gnustep-config: command not found
configure: error: cannot find install-sh or install.sh in /mp/share/GNUstep/Makefiles .//mp/share/GNUstep/Makefiles

Error: The following dependencies failed to build: SQLClient Performance gnustep-base oniguruma5 poppler openjpeg poppler-data
Error: Status 1 encountered during processing.
$
}}}
",ryandesign@…
1.7.1,20776,Etoile needs an update,ports,1.7.1,defect,macports-tickets@…,new,2009-08-23T01:57:38-07:00,2010-06-16T14:55:18-07:00,"{{{
$ port -d extract
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/gnustep/Etoile
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/gnustep-1.0.tcl
DEBUG: Re-registering default for use_configure
DEBUG: Re-registering default for configure.env
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port Etoile.
DEBUG: Requested variant i386 is not provided by port Etoile.
DEBUG: Requested variant macosx is not provided by port Etoile.
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/gnustep/Etoile
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /Users/rschmidt/macports/dports/_resources/port1.0/group/gnustep-1.0.tcl
DEBUG: Re-registering default for use_configure
DEBUG: Re-registering default for configure.env
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port Etoile.
DEBUG: Requested variant i386 is not provided by port Etoile.
DEBUG: Requested variant macosx is not provided by port Etoile.
DEBUG: Executing org.macports.main (Etoile)
--->  Fetching Etoile
DEBUG: Executing org.macports.fetch (Etoile)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd ""/mp/var/macports/build/_Users_rschmidt_macports_dports_gnustep_Etoile/work"" && /mp/bin/svn --non-interactive checkout -r 2097 http://svn.gna.org/svn/etoile/stable/Etoile'
svn: '/svn/etoile/!svn/bc/5196/stable/Etoile' path not found
Error: Target org.macports.fetch returned: Subversion check out failed
Warning: the following items did not execute (for Etoile): org.macports.extract org.macports.fetch org.macports.checksum
Error: Status 1 encountered during processing.
}}}

It looks like the stable/Etoile part the port is checking out was deleted in !r3350 (2008-07-26) due to bitrot. The port (and probably all ports doing Subversion checkouts) should have been using a peg revision instead of an operative revision. Does MacPorts even support using peg revisions?",ryandesign@…
1.7.1,20849,Cannot install db46 on Mac OS X 10.5.8,ports,1.7.1,defect,blair@…,new,2009-08-27T21:13:30-07:00,2011-05-21T17:11:59-07:00,"{{{
macbook:~ jml$ sudo port clean db46
--->  Cleaning db46
macbook:~ jml$ sudp port install db46
-bash: sudp: command not found
macbook:~ jml$ sudo port install db46
--->  Fetching db46
--->  Verifying checksum(s) for db46
--->  Extracting db46
--->  Applying patches to db46
--->  Configuring db46
--->  Building db46
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_db46/work/db-4.6.21/build_unix"" && make all "" returned error 2
Command output: ../dist/../libdb_java/db_java_wrap.c:10010: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10010: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1prepare':
../dist/../libdb_java/db_java_wrap.c:10015: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10016: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10017: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10019: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10030: error: 'jobject' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10041: error: 'jbyte' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10041: error: syntax error before ')' token
../dist/../libdb_java/db_java_wrap.c: At top level:
../dist/../libdb_java/db_java_wrap.c:10046: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10046: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1set_1timeout':
../dist/../libdb_java/db_java_wrap.c:10052: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10053: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10054: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10055: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10056: error: 'jarg3' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10065: error: 'jobject' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c: At top level:
../dist/../libdb_java/db_java_wrap.c:10071: error: syntax error before 'void'
../dist/../libdb_java/db_java_wrap.c:10071: error: syntax error before '*' token
../dist/../libdb_java/db_java_wrap.c: In function 'Java_com_sleepycat_db_internal_db_1javaJNI_DbTxn_1set_1name':
../dist/../libdb_java/db_java_wrap.c:10076: error: 'jenv' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10077: error: 'jcls' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10078: error: 'jarg1' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10080: error: 'jarg2' undeclared (first use in this function)
../dist/../libdb_java/db_java_wrap.c:10092: error: 'jobject' undeclared (first use in this function)
make: *** [db_java_wrap.lo] Error 1

Error: Status 1 encountered during processing.
}}}",jmlinhart@…
1.7.1,19169,pidgin: variant to use gnutls instead of nss,ports,1.7.1,enhancement,nefar@…,new,2009-04-04T07:59:15-07:00,2010-11-02T03:51:24-07:00,pidgin depends on nss.  But it might depends on gnutls instead.,judufuru-gherthgr@…
1.7.1,19204,transcode-1.1.2 Patches for MMX support,ports,1.7.1,enhancement,lionteeth@…,new,2009-04-06T06:57:49-07:00,2009-05-26T09:45:20-07:00,"Patched files:
filter/yuvdenoise/deinterlace.c
filter/yuvdenoise/motion.c

The assembler does not recognize functions "".endr"" and "".rept""
I manually wrote the assembly loops again in those files using the comments found in those files.",wickedguitar6@…
1.7.1,19233,python site-packages .pth handling,ports,1.7.1,enhancement,macports-tickets@…,new,2009-04-07T17:02:39-07:00,2010-02-10T12:55:27-08:00,"I wonder if this EasyInstall tip could or should be applied to python2.x ports?

http://peak.telecommunity.com/DevCenter/EasyInstall#administrator-installation
",dweber@…
1.7.1,19405,git-core: move docs to new port,ports,1.7.1,enhancement,ciserlohn@…,new,2009-04-22T20:19:28-07:00,2012-04-09T01:43:41-07:00,"In the interest of having fewer variants and making it easier to add/remove documentation to/from one's git installation, I propose that the +doc variant be deleted from the git-core port and that a new port git-htmldocs be created. This name is based on the fact that the docs are distributed in a distfile whose name begins with ""git-htmldocs"". Or the port could be called ""git-docs"" (this would match enlightment-docs, gnucash-docs et al) or ""git-doc"" (this would match postgresql83-doc, python26-doc etc).",ryandesign@…
1.7.1,19433,"""port upgrade all"" should be diagnosed as an error",base,1.7.1,enhancement,macports-tickets@…,new,2009-04-25T13:46:07-07:00,2010-01-04T09:59:31-08:00,"If the command is 'port upgrade all', the port command should look to see if there are any members of 'all' that are not installed, and diagnose this usage as incorrect, AND suggest that perhaps the user meant 'port upgrade oudated'.

You may find this useful
http://developer.apple.com/documentation/userexperience/Conceptual/AppleHIGuidelines/XHIGWindows/XHIGWindows.html#//apple_ref/doc/uid/20000961-TPXREF23

See also #19428",Dave@…
1.7.1,19710,[gcc44] Need finer-grained language selection,ports,1.7.1,enhancement,mww@…,new,2009-05-21T03:49:41-07:00,2010-11-05T20:20:45-07:00,"installing or upgrading gccXY takes forever, because it installs languages like java, fortran, and Ada about which I don't necessarily care.  The port should include an option that sets --enable-languages=... on the configure line.  For me, that would be --enable-languages=c,c++

Thanks!",dave@…
1.7.1,19971,haskell-mode.el Development version from cvs + support for emacs-app-devel,ports,1.7.1,enhancement,gwright@…,new,2009-06-16T11:13:50-07:00,2009-07-12T02:35:43-07:00,"I wanted the haskell-mode version from CVS, and I wanted to have a variant for emacs-app-devel. Here is the resulting portfile:

{{{
PortSystem 1.0
name		haskell-mode.el
version		latest
categories	lang editors
maintainers	nomaintainer
platforms	darwin

description	An emacs major mode for editing haskell programs.
long_description	\
		Haskell-mode is a major Emacs mode for editing		\
		Haskell source code. It provides syntax highlighting	\
		and automatic indentation and comes with inf-haskell	\
		which allows interaction with an inferior Haskell	\
		interactive loop such as the one of Hugs  or GHCi.

distname	haskell-mode

homepage	//http://www-perso.iro.umontreal.ca/~monnier/elisp/
master_sites	${homepage}

fetch.type	cvs
cvs.root	:pserver:anoncvs@cvs.haskell.org:/cvs
cvs.password	cvs
cvs.module	fptools/CONTRIB/haskell-modes/emacs
worksrcdir	fptools/CONTRIB/haskell-modes/emacs

# checksums	md5 de5ff32478154a39bea3adb3b7ce0e94

depends_lib	port:emacs
depends_run	port:ghc

post-patch	{ reinplace s|ghci-program-path|${prefix}/bin/ghci|g ${worksrcpath}/inf-haskell.el }

variant emacs_devel	{ depends_lib-delete port:emacs
		  depends_lib-append port:emacs-devel
		}

variant emacs_app_devel {
        depends_lib-append      port:emacs-app-devel
        depends_lib-delete      port:emacs
}

use_configure	no
build		{}
destroot	{ 
		if {[variant_isset emacs_app_devel]} {
		  file mkdir ${destroot}${applications_dir}/Emacs.app/Contents/Resources/site-lisp
		  file copy  ${workpath}/${worksrcdir}	\
		             ${destroot}${applications_dir}/Emacs.app/Contents/Resources/site-lisp/$distname
		} else {
		  file mkdir ${destroot}${prefix}/share/emacs/site-lisp
		  file copy  ${workpath}/${worksrcdir}	\
		             ${destroot}${prefix}/share/emacs/site-lisp/$distname
		}
		}

post-activate	{ 
		if {[variant_isset emacs_app_devel]} {
		  ui_msg ""To use this, put the following into your ~/.emacs:""
	          ui_msg ""(load \""${applications_dir}/Emacs.app/Contents/Resources/site-lisp/${distname}/haskell-site-file\"")""
		  ui_msg ""(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'font-lock-mode)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'imenu-add-menubar-index)""
		  ui_msg "" ""
		} else {
		  ui_msg ""To use this, put the following into your ~/.emacs:""
	          ui_msg ""(load \""${prefix}/share/emacs/site-lisp/${distname}/haskell-site-file\"")""
		  ui_msg ""(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'font-lock-mode)""
		  ui_msg ""(add-hook 'haskell-mode-hook 'imenu-add-menubar-index)""
		  ui_msg "" ""
		}		

}
}}}

I am not a portfile wizard, so maybe it can be done better. Also, it should be no problem at all to add a variant for emacs-app.",marcin.zalewski@…
1.7.1,20180,Erlang + SCTP,ports,1.7.1,enhancement,bfulgham@…,new,2009-07-05T08:53:21-07:00,2012-08-23T22:49:12-07:00,"The basic lang/erlang port does not enable the use of SCTP and does not offer this as a variant. Patching the Portfile to facilitate this is easy (attached) but throws up a number of other problems. I have patched these issues too, but they mostly need to be fed to the upstream Erlang maintainers.

I now have Erlang+SCTP working on Leopard (PPC & Intel) using the FH Muenster SCTP NKE (version 5.4.0 = latest).
",rkmspence@…
1.7.1,20245,freetype variant for GNUstep,ports,1.7.1,enhancement,ryandesign@…,assigned,2009-07-09T09:04:31-07:00,2013-03-20T16:56:37-07:00,"In order to build GNUstep core on Tiger and later system there's need for a '''--without-old-mac-fonts''' variant, I used:
{{{
variant gnustepsafe description {Don't use old mac fonts} {
        configure.args-delete	--with-old-mac-fonts
	configure.args-append --without-old-mac-fonts
}
}}}

but every name will do fine as long the '''macosx''' platform default is overridden.",and.damore@…
1.7.1,20248,ncid 0.74 - add no_client variant,ports,1.7.1,enhancement,david@…,new,2009-07-09T12:29:42-07:00,2010-11-10T19:31:31-08:00,I've been using this patch to ncid locally to provide just the daemons.  The ncid client brings in a dependency on tcl/tk (and all that gets dragged in with those) that I'd rather not build.,meissnem@…
1.7.1,19221,Port request : tellico,ports,1.7.1,request,macports-tickets@…,new,2009-04-07T08:57:18-07:00,2009-04-28T01:02:13-07:00,"I would like to see a port for tellico : http://periapsis.org/tellico/

It is a standard KDE application.

It is present in fink, so I guess there wouldn't be too much trouble for including it in MacPorts.",Damien@…
1.7.1,19374,Add OpenGrok source browser,ports,1.7.1,request,macports-tickets@…,new,2009-04-19T20:34:23-07:00,2009-04-28T01:02:13-07:00,"I'd like to see Solaris' OpenGrok added to Macports.

http://opensolaris.org/os/project/opengrok/

It's more comprehensive than similar projects like ctags.",tim.lahey@…
1.7.1,19396,Request New Port: get_iplayer,ports,1.7.1,request,macports-tickets@…,new,2009-04-22T03:47:32-07:00,2011-02-08T13:36:57-08:00,"It would be great to see get_iplayer; http://linuxcentre.net/getiplayer/ as a port. It is regularly updated due to changes with the BBC iPlayer service and would therefore benefit from packaging as a port.

This tool allows you to search, index and download/stream:

BBC iPlayer TV - H.264 / Quicktime / mov and Flash / MP4 / AVI
BBC iPlayer Radio - 128+ kbps MP3 / AAC and Realaudio
BBC Podcasts - 128 kb/s MP3 / AAC
BBC iPlayer TV subtitles - SubRip / srt
ITV player Catch-up or classic TV - WMV / ASF
Hulu.com* TV - MP4
Hulu.com* Closed-captions / subtitles - SubRip / srt",rich@…
1.7.1,19768,Request to add 'ministat' port,ports,1.7.1,request,macports-tickets@…,new,2009-05-26T10:22:14-07:00,2009-05-26T10:58:27-07:00,"Looks like the official URL for this project is here:
http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/tools/ministat/",jrsims@…
1.7.1,19809,Port request: rEFIt,ports,1.7.1,request,macports-tickets@…,new,2009-05-28T19:41:51-07:00,2013-03-09T22:24:19-08:00,http://refit.sourceforge.net/,macports.users@…
1.7.1,19818,Freenet,ports,1.7.1,request,macports-tickets@…,new,2009-05-30T09:18:15-07:00,2009-05-30T09:18:19-07:00,http://freenetproject.org/,macports.users@…
1.7.1,19883,sfill (or similar),ports,1.7.1,request,macports-tickets@…,new,2009-06-07T06:55:21-07:00,2009-06-07T23:42:44-07:00,"Would be nice if sfill (secure deletion of empty space on a drive to prevent recovery of old data) or similar could be included in a port.

Approximately on this page http://freeworld.thc.org/releases.php?s=12&q=&o= (search for THC-SecureDelete)

Source at http://freeworld.thc.org/download.php?t=r&f=secure_delete-3.1.tar.gz",lagrave+bugs+macosforge.org@…
1.7.1,20005,RFP:  gnome-desktop-sharp (as port gnome-desktop-sharp2 ?),ports,1.7.1,request,macports-tickets@…,new,2009-06-18T15:03:29-07:00,2010-07-24T05:53:25-07:00,"gnome-desktop-sharp is part of the 2.26 GNOME Desktop Suite but has
not as yet been ported to MacPorts.

Current version is 2.26.0

Source is here: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-sharp/2.26/gnome-desktop-sharp-2.26.0.tar.bz2

Assigning to nox as he maintains most of the current sharp ports",devans@…
1.7.1,20152,Sponsor additional ports (p5-POE-*),ports,1.7.1,request,macports-tickets@…,new,2009-07-03T14:38:26-07:00,2013-03-23T19:32:34-07:00,"I'd like to request the inclusion of p5-POE-* modules in the standard ports so I can

{{{
$ port install p5-POE
}}}

(along with the other POE components).  I can sponsor this, to a limited extent, if needed. 

-- R",rlowe@…
1.7.1,19226,new port: avogadro,ports,1.7.1,submission,macports-tickets@…,new,2009-04-07T10:06:28-07:00,2010-03-22T08:23:12-07:00,"Avogadro is an open source, advanced molecular editor. I believe its inclusion into MacPorts is justified as there are other similar packages such as bkchem, chemtool, openbabel, etc.

Please find attached a Portfile. It installs a working copy of Avogadro into /Applications. Some adjustments may be necessary by someone more familiar with MacPorts.

Adam
",atenderholt@…
1.7.1,20773,Add zope2.10,ports,1.7.1,submission,macports-tickets@…,new,2009-08-22T15:44:25-07:00,2010-03-22T08:44:11-07:00,"As stated on the mailing list ( http://lists.macosforge.org/pipermail/macports-users/2009-February/013697.html ) I think there should be a port for zope2.10 (and probably zope2.9, zope2.11). As with the different Python versions it is a dependency for other applications like Plone.

The attached port file is tested with MacPorts 1.710, Mac OS X 10.5, Intel.",martin@…
1.7.1,20844,parmetis-3.1.1,ports,1.7.1,submission,macports-tickets@…,new,2009-08-27T13:22:18-07:00,2010-03-26T08:59:42-07:00,initial version of a parmetis port. needs patchfile for make phase. no installation functionality yet.,a.zilian@…
1.7.1,19197,rb-piston: update to 2.0.1,ports,1.7.1,update,kajtzu@…,new,2009-04-06T02:16:56-07:00,2009-04-28T01:02:18-07:00,rb-piston is at version 1.3.3 but version 2.0.1 is available so the port should probably be updated.,ryandesign@…
1.7.1,19241,lablgtk2-2.12.0 new version has quartz support,ports,1.7.1,update,macports-tickets@…,new,2009-04-08T08:04:32-07:00,2010-10-02T18:18:21-07:00,"The new version of lablgtk2 (2.12.0) has support for Quartz

See links for the changes:

[http://svn.gna.org/viewcvs/lablgtk/trunk/configure?rev=1428&r1=1427&r2=1428]
[http://svn.gna.org/viewcvs/lablgtk/trunk/configure.in?rev=1428&r1=1427&r2=1428]

The configure script automatically detects quartz support in gtk2. 
There are also explicit flags: --with-quartz --without-quartz

Note: 
This is my first portfile patch. I wasn't sure if the configure script should be just left to autodetect quartz support or not. Also, I wasn't exactly sure how to do the variants. I examined the portfiles for other packages like gtk2, cairo, gnome-desktop, et cetera. Should there be a no_x11 variant? (Should there not be a x11 variant?)",thomas.hutchinson@…
1.7.1,19385,itext: update to 2.1.5,ports,1.7.1,update,macports-tickets@…,new,2009-04-21T07:45:59-07:00,2009-08-03T02:43:11-07:00,itext should be updated to 2.1.5.,ryandesign@…
1.7.1,20786,pcal: update to 4.11.0,ports,1.7.1,update,sam.falkner@…,new,2009-08-23T20:16:07-07:00,2009-08-23T20:16:07-07:00,pcal should be updated to 4.11.0,ryandesign@…
1.7.1,20805,xruskb: update to latest version,ports,1.7.1,update,jc@…,new,2009-08-25T01:37:10-07:00,2009-08-25T01:37:10-07:00,xruskb should be updated. It looks like 1.15.4 is available. It also seems the homepage has moved.,ryandesign@…
1.8.0,20053,Document the port naming convention of replacing ++ with xx,guide,1.8.0,defect,markd@…,new,2009-06-23T23:35:36-07:00,2013-03-21T20:14:11-07:00,"Several ports whose ""true"" name have ++ in their names (libsigc++, libxml++, mysql++, and others) have the plus signs replaced with the letter x (libsigcxx2, libxmlxx, mysqlxx).  This is the convention we've picked (and is also used in other project names directly like libpqxx), but we have no current documentation for it in the guide.  This should be added someplace.",blb@…
1.8.0,20309,qt4-x11 doesn't support 10.6 or later,ports,1.8.0,defect,michaelld@…,new,2009-07-15T06:09:41-07:00,2013-03-20T17:29:25-07:00,"qt4-x11 bails during build, citing an unsupported version of 10.6.  Might be an upstream issue? Setting to low priority as 10.6 is not out yet.

{{{
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_qt4-x11/work/qt-x11-opensource-src-4.4.3/include/QtCore/../../src/corelib/global/qglobal.h:290:6: error: #error ""This version of Mac OS X is unsupported""
}}}",snc@…
1.8.0,20421,mysql5-server port failed to start,ports,1.8.0,defect,ryandesign@…,new,2009-07-23T20:12:25-07:00,2011-09-12T03:11:04-07:00,"The mysql5-server port failed to be accessing after executing the following commands on Snow Leopard build 10A411:

  - sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
  - sudo -u mysql mysql_install_db5
  - reboot
  - mysql5 -u root

{{{
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)
}}}

Is there a missing step somewhere?
",conradwt@…
1.8.0,20534,muniversal: use_autoconf does not work with muniversal,base,1.8.0,defect,macports-tickets@…,new,2009-08-02T23:34:25-07:00,2013-03-02T18:08:32-08:00,"It looks like updated configure scripts (via use_autoconf) aren't getting propagated to the arch-specific dir.

{{{
~/src/macports-trunk/dports/audio/cdparanoia $ ls -l work/cdparanoia-III-10.2*/configure
-rwxrwxr-x  1 root  wheel  176456 Aug 16  2006 work/cdparanoia-III-10.2-x86_64/configure
-rwxrwxr-x  1 root  wheel  146246 Aug  2 23:25 work/cdparanoia-III-10.2/configure

~/src/macports-trunk/dports/audio/cdparanoia $ grep autoconf Portfile 
depends_build	port:autoconf
use_autoconf	yes
}}}",jeremyhu@…
1.8.0,20855,orpie: won't link on build - patch included,ports,1.8.0,defect,snb@…,new,2009-08-28T07:39:36-07:00,2010-12-04T15:31:08-08:00,"This isn't the most elegant fix I'm sure, but it works and I've successfully linked and ran the application. 

As far as I can see, it's looking for libmlgsl.a which is provided by the package ocamlgsl. The orpie source file has that library but it doesn't seem to link correctly. My solution while creating more dependencies, works very well. It'd require ocamlgsl and because it modifies configure.in, it'll need autoconf to build a new configure file.

Once the patch is applied, the program will compile and link and will be ready to install.",jcdenton513@…
1.8.0,20886,libusbi.h:739: error: syntax error before 'nfds_t' on upgrade from port 'libusb',ports,1.8.0,defect,macports-tickets@…,reopened,2009-08-29T01:55:05-07:00,2011-06-16T13:20:08-07:00,"Hello,

I've got the following error when I try to upgrade the port libusb from version 0.1.12_1 to 1.0.2_0. Actually the computer run's under MacOSX 10.5.8 Leopard.

Errormessage:

{{{
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include -fvisibility=hidden -std=gnu99  -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo './'`core.c
libtool: compile:  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c core.c  -fno-common -DPIC -o .libs/libusb_1_0_la-core.o
In file included from core.c:32:
libusb.h:1115: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:125: warning: shadowed declaration is here
libusb.h:1169: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:125: warning: shadowed declaration is here
In file included from core.c:33:
libusbi.h:739: error: syntax error before 'nfds_t'
libusbi.h:739: warning: function declaration isn't a prototype
make[2]: *** [libusb_1_0_la-core.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}

Greets
-jryan",jryan2002de@…
1.8.0,20909,ncid-0.74  sip2ncid broken on 64-bit platforms,ports,1.8.0,defect,ryandesign@…,new,2009-08-29T18:45:03-07:00,2011-06-15T18:55:06-07:00,"It seems that sip2ncid from the ncid port is not 64-bit clean.  This message appears in the log file repeatedly when using x86_64:
{{{
No SIP packets at port 10000 in 60 seconds
And it just doesn't work :)  Switching to 32-bit fixes the problem.
}}}

Until I can work out a proper patch and submit it upstream, I propose that the port just uses 32-bit archs instead.",meissnem@…
1.8.0,20949,mysql5: mysql_upgrade5 expects 'mysql' instead of 'mysql5',ports,1.8.0,defect,ryandesign@…,assigned,2009-08-31T00:04:10-07:00,2011-06-30T15:09:51-07:00,"{{{
$ mysql_upgrade5
Looking for 'mysql' as: mysql
FATAL ERROR: Can't execute 'mysql'
}}}",ora.et.labora@…
1.8.0,21030,postgresql84 8.4.0 +python variant fails to build with incompatible python in /Library/Frameworks,ports,1.8.0,defect,mww@…,new,2009-09-02T12:09:13-07:00,2010-11-27T09:44:14-08:00,"{{{
jon@euterpe:~$ sudo port clean postgresql84
Password:
--->  Cleaning postgresql84
jon@euterpe:~$ sudo port install -d postgresql84 +python
--->  Computing dependencies for postgresql84
--->  Fetching postgresql84
--->  Verifying checksum(s) for postgresql84
--->  Extracting postgresql84
--->  Configuring postgresql84
--->  Building postgresql84
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_postgresql84/work/postgresql-8.4.0"" && /usr/bin/gnumake -j2 "" returned error 2
Command output:       _PLyDict_FromTuple in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_trigger_build_args in plpython.o
      _PLy_modify_tuple in plpython.o
      _PLy_trigger_handler in plpython.o
      _PLy_function_build_args in plpython.o
      _PLySequence_ToTuple in plpython.o
      _PLyMapping_ToTuple in plpython.o
      _PLyObject_ToTuple in plpython.o
      _PLy_function_handler in plpython.o
      _PLy_function_handler in plpython.o
      _PLy_output in plpython.o
      _PLy_spi_execute_fetch_result in plpython.o
      _PLy_spi_execute_plan in plpython.o
  ""_PyMapping_Check"", referenced from:
      _PLy_function_handler in plpython.o
  ""_PyType_IsSubtype"", referenced from:
      _PLy_modify_tuple in plpython.o
      _PLy_modify_tuple in plpython.o
      _PLy_trigger_handler in plpython.o
      _PLy_spi_prepare in plpython.o
      _PLy_spi_execute_plan in plpython.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
gnumake[3]: *** [plpython.so] Error 1
gnumake[2]: *** [all] Error 2
gnumake[1]: *** [all] Error 2
gnumake: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}
",chairos@…
1.8.0,21117,use_dmg yes fails to copy from some images sometimes,base,1.8.0,defect,ryandesign@…,reopened,2009-09-05T06:55:45-07:00,2013-03-13T08:59:23-07:00,"""use_dmg yes"" doesn't work if you're not root, because it wants to copy ''everything'' from the disk image, including things it might not have permission to copy, which includes things that don't need to be copied. Change it to copy only those files we have permission to.",ryandesign@…
1.8.0,21151,webkit-gtk should support jit where available,ports,1.8.0,defect,myschizobuddy@…,new,2009-09-06T10:36:21-07:00,2011-02-06T18:54:58-08:00,"webkit-gtk fails to build on 10.6
for  `port install webkit-gtk`
{{{
Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/work/webkit-1.1.10"" && /usr/bin/make -j2 all "" returned error 2
}}}",macports.users@…
1.8.0,21241,net-snmp +ksm variant fails,ports,1.8.0,defect,ryandesign@…,new,2009-09-09T07:17:15-07:00,2012-11-17T06:57:38-08:00,"OS: OS X 10.6[[BR]]
xcode 3.2[[BR]]
macport 1.8.0_0 for Snow Leopard

following is the error messages: [[BR]]
=====================

{{{
port install net-snmp
Port command started with PID 11004
--->  Computing dependencies for net-snmp
--->  Fetching net-snmp
--->  Verifying checksum(s) for net-snmp
--->  Extracting net-snmp
--->  Applying patches to net-snmp
--->  Configuring net-snmp
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/net-snmp-5.4.2.1"" && ./configure --prefix=/opt/local --with-defaults --disable-agent --with-sys-contact=nobody@no.where --with-persistent-directory=/opt/local/var/net-snmp --mandir=/opt/local/share/man --infodir=/opt/local/share/info --with-logfile=/opt/local/var/log --with-openssl=/opt/local --with-zlib=/opt/local --with-install-prefix=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/destroot --without-kmem-usage --enable-ipv6 --with-out-mib-modules=mibII/ipv6 "" returned error 1
Command output: checking for netinet6/nd6.h... no
checking for netinet6/tcp6_timer.h... no
checking for netinet6/tcp6_var.h... no
checking for dlfcn.h... (cached) yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for netinet/in_pcb.h... yes
checking for sys/disklabel.h... no
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking openssl/dh.h usability... yes
checking openssl/dh.h presence... yes
checking for openssl/dh.h... yes
checking security/cryptoki.h usability... no
checking security/cryptoki.h presence... no
checking for security/cryptoki.h... no
checking for lpstat... /usr/bin/lpstat
checking for cgetnext... yes
checking for authentication support... configure: error: Asked to use OpenSSL but I couldn't find it.
Error: Status 1 encountered during processing.
--->  Executing: /opt/local/bin/port install net-snmp
}}}",james.applemac@…
1.8.0,21315,Apache2 install location does not seem to conform as well as it could to MacPorts installation directory guideline,ports,1.8.0,defect,macports-tickets@…,new,2009-09-11T13:14:46-07:00,2010-03-09T02:01:54-08:00,"It was a while ago, and I believe, that the end of the discussion, I was asked to open a ticket, in which we could start the process of moving Apache2 to be more consistent with the layout of MacPorts.

See this rather long thread for the entire details
http://lists.macosforge.org/pipermail/macports-users/2009-February/thread.html#13921",scott@…
1.8.0,21437,The MAMP howto doesn't match the sample phpMyAdmin config file,wiki,1.8.0,defect,macports-tickets@…,new,2009-09-16T20:53:31-07:00,2012-11-23T22:20:05-08:00,"Hello,

I'm following instructions at the below link to setup Apache, MySQL and PHP.
wiki:howto/MAMP

At the end of the page it describes how to setup phpMyAdmin:

{{{
Finally, you need to set up the phpMyAdmin configuration to access mySQL. First, set up the config file:

cd /opt/local/www/phpmyadmin/
cp config.sample.inc.php config.inc.php
This will create a file config.inc.php in the phpMyAdmin folder. Edit that file, and locate the lines:

$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)
Where ' ' is an empty password; fill it with your MySQL root password. You can either change the 'auth_type' from 'config' to 'cookie' or 'httpd', or alternatively provide the password you selected for the root user in the 'password' option.
}}}


I'm able to create file config.inc.php, however when I search for the section to define the password, I don't have that section of code.

How do I set the password?  Do I just add those 3 or 4 lines of code?

-Steve",steve404@…
1.8.0,21521,redland-bindings violates the layout of the ports-filesystems,ports,1.8.0,defect,arto.bendiken@…,new,2009-09-20T16:00:29-07:00,2011-07-03T05:42:38-07:00,"sudo port install redland-bindings +ruby +php5 +perl5 +python25


{{{
...

--->  Staging redland-bindings into destroot
Warning: violation by /System
Warning: redland-bindings violates the layout of the ports-filesystems!
Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
--->  Installing redland-bindings @1.0.8.1_2+perl5+php5+python25+ruby
--->  Activating redland-bindings @1.0.8.1_2+perl5+php5+python25+ruby
--->  Cleaning redland-bindings

}}}",jvliwanag@…
1.8.0,21535,Parallel build breaks gdal +python...,ports,1.8.0,defect,seanasy@…,new,2009-09-21T10:08:57-07:00,2010-12-10T20:18:42-08:00,"It seems that use_parallel_build is now enabled by default. In that case, it breaks gdal +python because the makefile scheduling is wrong: it attempts to build python extension before the library is fully built, leading to an error (-lgdal not found).
Specifying 
{{{
use_parallel_build no
}}}
in the various python variants fixes this behavior. ",vince@…
1.8.0,21592,gimp2+quartz: ^key shortcuts instead of ⌘key,ports,1.8.0,defect,devans@…,new,2009-09-24T05:04:13-07:00,2010-02-18T14:49:10-08:00,"gimp2 @2.6.7_0+darwin_10+no_python+no_x11+quartz

In menu all keyboard shortcuts shown with ⌘ (e.g. ⌘N), but works with ^ (e.g. ^N). Can this be fixed?",vitaly@…
1.8.0,21623,tsocks 1.8.4 - segmentation fault with ssh -D *and* -L,ports,1.8.0,defect,macports-tickets@…,new,2009-09-26T04:30:30-07:00,2010-12-11T21:43:17-08:00,"Hi,

I'm using the following configuration file:
{{{
local = 127.0.0.1/255.255.255.255
local = 192.168.0.0/255.255.255.0
local = 10.0.0.0/255.0.0.0

server = 127.0.0.1
# Server type defaults to 4 so I need to specify it as 5 for this one
server_type = 5
# The port defaults to 1080 but I've stated here 
server_port = 8888 
}}}

Then, I log in on a proxy machine via ssh with
{{{
ssh -D 8888 myname@theProxyMachine
}}}
and then
{{{
tsocks ssh -L5900:localhost:5900 mymachine
}}}
returns a straight ""Segmentation fault"" without any debugging information. However, if I repeat the last command without port forwarding, i.e.,
{{{
tsocks ssh mymachine
}}}
then I have no segmentation fault and everything is ok. Same observations if I use /usr/bin/ssh or /opt/local/bin/ssh instead of ssh.
 
I am unfamiliar with debugging under Mac OS X but I am willing to provide help. ",antro5@…
1.8.0,22899,librets-1.4.0 Configure error - build fails by default,ports,1.8.0,defect,josephholsten@…,new,2009-12-14T12:10:05-08:00,2011-02-12T01:53:49-08:00,"Problem: librets-1.4.0 will currently attempt to build the .NET SWIG bindings by default, causing the build to fail on systems without swig-csharp installed.

Solution: --disable-dotnet should be included by default in the Portfile's configure script, and explicitly enabled by the inclusion of +csharp variant switch. The +csharp variant should depend on swig-csharp, which should build all the necessary dependencies.

Patch included.",konistehrad@…
1.8.0,19139,RFE: Do not display revision 0 in composite version,base,1.8.0,enhancement,macports-tickets@…,new,2009-04-02T23:33:03-07:00,2009-04-02T23:33:03-07:00,"At many places port uses the composite version format to display version information. This consists of the version string as given in the Portfile and an additional underscore with the revision. As the default revision is 0, there is no need to display it.

So `@1.2_0` would become `@1.2` instead. This would increase the readability of port's output as most ports never increase the revision.

If specified in input as for `port uninstall foo @1.2` it should be assumed to be revision 0 only if unambiguous.",raimue@…
1.8.0,21250,php5-mysql: default_socket should not be /tmp/mysql.sock,ports,1.8.0,enhancement,ryandesign@…,assigned,2009-09-09T11:09:20-07:00,2011-05-10T19:38:54-07:00,php5-mysql should set the default_socket in the /opt/local/var/db/php5/mysql.ini file to the default mysql port location so that PHP and MySQL work out of the box together. I've attached a patch to do that.,cap10morgan@…
1.8.0,21341,gcc44: disable java multilib,ports,1.8.0,enhancement,mww@…,new,2009-09-13T06:38:24-07:00,2013-01-13T12:14:02-08:00,"I am creating this submission for the packaging I placed on #20838 since there were additional problems fixed in the build beyond that specific bug. The packaging has been tested by other users on x86_64-apple-darwin10 but still needs to be tested on i386-apple-darwin*. The changes in the packaging involve...

  1. Remove any attempt to 'force' the code generation to m64 because this breaks the multilib build.
  1. Add the proposed config.guess patch to eliminate any need to explicitly pass the triplets on x86_64 10.6.
  1. Add the patch from PR41180 to avoid the linker bug in darwin10, where static libraries created with 'ranlib -c' don't properly have duplicate symbols ignored, by removing the redundant code from the linkage.
  1. Add the RedHat --disable-libjava-multilib to reduce the length and size of the build.
  1. Re-enable the multilib build on powerpc-apple-darwin* since the build time will be reasonable now.
  1. Add the recommended configure options of...

{{{
--with-arch=nocona --with-tune=generic --build=i686-apple-darwin${os.major} --host=i686-apple-darwin${os.major} --target=i686-apple-darwin${os.major}
}}}

on i386 darwin* for best performance (as recommended by Mike Stump of Apple compiler group).",howarth@…
1.8.0,21530,wxWidgets-devel and py26-wxpython universal portfiles,ports,1.8.0,enhancement,macports-tickets@…,new,2009-09-21T06:30:40-07:00,2011-04-26T05:40:39-07:00,"The following Portfiles allow one to build universal (and cocoa-based) versions of Wxwidgets 2.9.0 and the respective py26-wxwidgets (which is based on the svn head version).

I am sorry I do not propose patched Portfiles, but since I've made extensive changes, I am not sure patches would be meaningful. Ideally, existing Portfiles and the ones I append should be somehow merged, since I am unsure my Portfiles will allow to build anything else but universal variants. Also, I feel that the py26-wxwidgets, relying on svn, should be placed in a special port rather than being merged into py26-wxwidgets, which is already lagging one or two releases. Finally, I've not yet tested the result, but since wxcocoa is claimed to be at an alpha stage, I am unsure those Portfiles will be useful to anybody else than me.

Apologies for letting other do the dirty job of (maybe) merging and committing. I just hope those files will be somehow helpful keeping MacPorts up to date with wxWidgets and its python counterpart.",vince@…
1.8.0,20976,viewcvs is now called viewvc,ports,1.8.0,request,ryandesign@…,new,2009-08-31T12:03:43-07:00,2009-09-02T06:04:17-07:00,"viewcvs changed names to viewvc some time ago since it now supports RCSes other than CVS. The viewcvs port should be copied to a new viewvc port and updated, and the old viewcvs port should state that viewvc replaces it, using the new replaced_by keyword.",ryandesign@…
1.8.0,21429,Request for Google's Browser Chrome,ports,1.8.0,request,macports-tickets@…,new,2009-09-16T09:34:40-07:00,2013-04-29T01:11:38-07:00,This is a port request for Google's browser Chrome.,macports.users@…
1.8.0,21500,icedtea 1.11 Proposed Port,ports,1.8.0,submission,macports-tickets@…,new,2009-09-19T14:11:57-07:00,2009-10-16T02:34:39-07:00,"Hi,

I have a Portfile that works for building IcedTea 1.11 On intel for Leopard and Snow Leopard.  I would like this to be included.  People more familiar with Macports should review and comment as there is lots of things going on to get this to work.

This allows OpenJDK 7 to be built using ecj and Apple's 1.5 JDK.  Currently only Intel is supported, but there is Zero and Shark that work for PPC (just not BSD). 

I do not have access to a PowerPC Mac to test.",mvfranz@…
1.8.0,21463,Updated port files for Drupal,ports,1.8.0,update,ryandesign@…,assigned,2009-09-17T14:15:23-07:00,2009-10-06T21:38:38-07:00,"These are updates of the Drupal ports that I maintain for the newest versions of Drupal released yesterday.  I've also updated the ports with conflict information for the variants, and an additional port for the Acquia Drupal distribution which consists of Drupal core plus many common contributed modules.",chuck@…
1.8.1,21698,nedit 5.5 incompatible with UTF-8 locales,ports,1.8.1,defect,macports-tickets@…,new,2009-09-29T08:10:43-07:00,2010-12-20T03:41:04-08:00,"The directry-selection features (including Filter) fail to work properly.  This makes it difficult to save a file where you want to save it.  Op sys OS X 10.6.

Also, upon startup, nedit reports: ""UTF8 locale not supported.""  Sorry, no log available.  Here follows a sample of errors reported when I was attempting to get the File dialogue box to work:

{{{
    Name: FilterText
    Class: XmTextField
    Character '\145' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\162' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\163' not supported in font.  Discarded.


    Name: FilterText
    Class: XmTextField
    Character '\57' not supported in font.  Discarded.
}}}",reed@…
1.8.1,21768,Error installing hsshellscript,ports,1.8.1,defect,macports-tickets@…,new,2009-10-02T02:37:20-07:00,2010-12-28T03:37:13-08:00,"Hi

When trying to install hsshellscript I get this error:

{{{
--->  Computing dependencies for hsshellscript
--->  Fetching hsshellscript
--->  Verifying checksum(s) for hsshellscript
--->  Extracting hsshellscript
--->  Applying patches to hsshellscript
--->  Configuring hsshellscript
--->  Building hsshellscript
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hsshellscript/work/hsshellscript-2.1.0"" && /usr/bin/make -j1   "" returned error 2
Command output: ghc -ibuild:src/lib:src/test -odir build -hidir build -fglasgow-exts -package unix -package util -package text -package lang -package parsec -package-name hsshellscript -c -o build/HsShellScript/Shell.o src/lib/HsShellScript/Shell.hs
<command line>: unknown package: util
make: *** [build/HsShellScript/Shell.o] Error 1
}}}


Thanks in advance",haim@…
1.8.1,21787,port mirror --new pseudoport behaves unexpectedly,base,1.8.1,defect,macports-tickets@…,new,2009-10-02T23:02:51-07:00,2010-06-16T06:27:01-07:00,"port mirror --new pseudoport deletes the distfiles_mirror.db before processing each port in the expanded pseudoport, so the end result is simply a distfiles_mirror.db with only the last port from the expanded pseudoport.

If it only deleted the file once per run, it would be possible to do:

port mirror --new installed && portmirror

to delete all of the distfiles that aren't the current ones for installed ports...

(as is, one can work around this by doing port mirror --new some_installed_port && port mirror installed && portmirror)
",dluke@…
1.8.1,21806,Wireshark no_x11 installs without GUI,ports,1.8.1,defect,opendarwin.org@…,new,2009-10-03T18:28:02-07:00,2012-10-08T16:35:04-07:00,"I have gtk2 installed as +no_x11 +quartz -x11

After trying to install wireshark, it builds without gui, because no_x11 disables gtk2 in its Portfile.

Trying to set -no_x11 doesn't work since gtk2 is already built with it enabled, and port returns an error for that.

Since the build works fine with gtk2 +no_x11, I propose the '''no_x11''' be renamed to '''no_gui''' on the wireshark Portfile.",lkraider+ports@…
1.8.1,21853,mzscheme doesn't build under Snow Leopard,ports,1.8.1,defect,ryandesign@…,assigned,2009-10-05T02:35:18-07:00,2012-03-31T23:23:48-07:00,"It won't build. The mzscheme mailing list says the source version available from their svn now does build for SL by forcing 32-bit in the autoconf script, but I didn't test it.

{{{
--->  Verifying checksum(s) for mzscheme
--->  Extracting mzscheme
--->  Applying patches to mzscheme
--->  Configuring mzscheme
--->  Building mzscheme
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mzscheme/work/mz-4.1.5/src"" && /usr/bin/make -j2 all "" returned error 2
Command output: /usr/bin/make 3m
cd mzscheme; /usr/bin/make 3m
/usr/bin/make cgc
/usr/bin/make common
/usr/bin/make g-c
cd gc; /usr/bin/make ../libmzgc.a 
/usr/bin/gcc-4.2  -iquote ./include -DNO_SIGNALS -O2 -arch x86_64  -I/opt/local/include -DOS_X -D_DARWIN_UNLIMITED_SELECT   -fno-common  -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c
/usr/bin/gcc-4.2  -iquote ./include -DNO_SIGNALS -O2 -arch x86_64  -I/opt/local/include -DOS_X -D_DARWIN_UNLIMITED_SELECT   -fno-common  -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c
In file included from ./include/private/gc_priv.h:66,
                 from ./alloc.c:19:
./include/private/gcconfig.h:476: error: expected identifier or '(' before '--' token
In file included from ./include/private/gc_priv.h:66,
                 from ./reclaim.c:18:
./include/private/gcconfig.h:476: error: expected identifier or '(' before '--' token
make[6]: *** [reclaim.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: *** [alloc.o] Error 1
make[5]: *** [g-c] Error 2
make[4]: *** [common] Error 2
make[3]: *** [cgc] Error 2
make[2]: *** [3m] Error 2
make[1]: *** [3m] Error 2
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}
",jabial@…
1.8.1,21862,Unison +aqua fails to build on the 64-bit system,ports,1.8.1,defect,l2g@…,new,2009-10-05T09:08:01-07:00,2012-11-25T19:28:00-08:00,"Unison aqua variant fails to build on the 64-bit system because it is not 64-bit clean.

I built minimal patch to fix this issue.

This patch and fixed ocaml (Ticket #21743) will make Unison +aqua also work on the 64-bit system.

NOTE:

1. This patch upgrades Unison from 2.27.57 to 2.32.52, and they CAN NOT synchronize files with each other.

To avoid the confusion about connection failure, It my be as well to create an new port with different name like ""unison-2.32"".

2. This is not the official patch. this issue will be fixed smarter way at the future version of Unison.",kiyoshi.coquser@…
1.8.1,21871,php52 - depends on non-standard apache2 config,ports,1.8.1,defect,ryandesign@…,assigned,2009-10-05T19:07:50-07:00,2009-10-05T21:38:30-07:00,"I have installed apache2 + php52 / php53 a few times from scratch lately, and there is a slight problem that's very tricky to track down.

The default httpd.conf from the apache install no longer includes:

{{{
Include conf/extras-conf/*
}}}

Thus the conf file that the php5* ports install in that directory are never loaded, and php is not available by default on machines ""ootb"".

I am not sure the most appropriate way to fix this, whether this is an apache bug or a php bug, but it seemed more appropriate to report to you first since you are relying on an assumption about apache configs.

I look forward to your response.

Regards,
Alan",apinstein@…
1.8.1,21900,failure upgrading fontforge 20080927_0 < 20090622_0,ports,1.8.1,defect,macports-tickets@…,new,2009-10-07T04:09:45-07:00,2010-10-20T14:17:50-07:00,When trying to do an sudo port -v upgrade outdated I got a failure during upgrading fontforge. See attached transcript,lars.sonchocky-helldorf@…
1.8.1,21935,ogg123 doesn't quit - version 1.2.0,ports,1.8.1,defect,rmstonecipher@…,new,2009-10-08T08:40:49-07:00,2011-01-03T12:32:23-08:00,"This appears to be the same problem as ticket:5024.
I just upgraded to Snow Leopard and reinstalled all of my ports ""port uninstall installed; port install <those I care about>"". 

When ogg123 finishes a file, it doesn't exit, nor can I kill it will ctrl-c or kill -15, I need to use kill -9. Ctrl-z doesn't suspend it either. I suspect there's a deadlock in the signal handler.

Here is the inspection trace from activitity monitor:
{{{
Sampling process 26021 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling ogg123 (pid 26021) every 1 millisecond
Call graph:
    2494 Thread_1327455   DispatchQueue_1: com.apple.main-thread  (serial)
      2494 start
        2494 main
          2494 exit
            2494 __cxa_finalize
              2494 ao_onexit
                2494 close_audio_devices
                  2494 ao_close
                    2494 ao_plugin_close
                      2494 _pthread_cond_wait
                        2494 __semwait_signal
    2494 Thread_1327461   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
      2494 start_wqthread
        2494 _pthread_wqthread
          2494 _dispatch_worker_thread2
            2494 _dispatch_queue_invoke
              2494 _dispatch_mgr_invoke
                2494 kevent

Total number in stack (recursive counted multiple, when >=5):

Sort by top of stack, same collapsed (when >= 5):
        __semwait_signal        2494
        kevent        2494
Sample analysis of process 26021 written to file /dev/stdout
}}}

Here is the trace from gdb:
{{{
Undefined command: ""thread-list"".  Try ""help"".
(gdb) info threads
  2 port# 0x2a03 0x00007fff8437fb16 in kevent ()
* 1 port# 0x903  0x00007fff843a19c6 in __semwait_signal ()
(gdb) bt
#0  0x00007fff843a19c6 in __semwait_signal ()
#1  0x00007fff843a5801 in _pthread_cond_wait ()
#2  0x00000001003c514b in ao_plugin_close ()
#3  0x00000001000618d9 in ao_close ()
#4  0x000000010000110e in close_audio_devices ()
#5  0x0000000100001141 in ao_onexit ()
#6  0x00007fff8437927f in __cxa_finalize ()
#7  0x00007fff8437918c in exit ()
#8  0x0000000100005e35 in main ()
(gdb) thread 2
[Switching to thread 2 (process 26021)]
0x00007fff8437fb16 in kevent ()
(gdb) bt
#0  0x00007fff8437fb16 in kevent ()
#1  0x00007fff84381a19 in _dispatch_mgr_invoke ()
#2  0x00007fff843816d6 in _dispatch_queue_invoke ()
#3  0x00007fff843811f6 in _dispatch_worker_thread2 ()
#4  0x00007fff84380b28 in _pthread_wqthread ()
#5  0x00007fff843809c5 in start_wqthread ()
}}}

I've also noticed that when xemacs execs a process xemacs locks up. Perhaps there is is a common problem between the two and how threads are handled in Snow Leopard.",jpschewe@…
1.8.1,22040,cunit-2.1_0_1 has unresolved reference at link time,ports,1.8.1,defect,macports-tickets@…,new,2009-10-13T06:21:09-07:00,2011-01-09T20:13:25-08:00,"When launching a simple test runner linked against cunit-2.1_0_1, dyld throws the following error for a symbol in ncurses.  Explicitly linking against ncurses and cunit resolves the reference.  CUnit built from original sources does not have this problem.

Test runner attached.

{{{
dyld: Symbol not found: _acs_map
  Referenced from: /opt/local/lib/libcunit.1.dylib
  Expected in: flat namespace
 in /opt/local/lib/libcunit.1.dylib
}}}

",ceharris414@…
1.8.1,22065,gcc43: gcj-mp-4.3: libgcj.spec: No such file or directory,ports,1.8.1,defect,mww@…,new,2009-10-14T08:16:52-07:00,2010-08-09T00:44:01-07:00,"I'm trying to add gcc43 support to pdftk (see #15420) but I'm running into this problem before I can build anything:

{{{
gcj-mp-4.3: libgcj.spec: No such file or directory
}}}

I'm using gcc43 @4.3.4_0.

This may be similar to #13553.

Mac OS X 10.6.1 Snow Leopard [[BR]]
Xcode 3.2.1",ryandesign@…
1.8.1,22066,"gcc44, gcc45, gcc46: error trying to exec 'ecj1': execvp: No such file or directory",ports,1.8.1,defect,mww@…,new,2009-10-14T08:17:15-07:00,2012-05-30T10:05:19-07:00,"I'm trying to add gcc44 support to pdftk (see #15420) but I'm running into this problem before I can build anything:

{{{
gcj-mp-4.4: error trying to exec 'ecj1': execvp: No such file or directory
}}}

I'm using gcc44 @4.4.1_0, and I see the same issue with gcc45 @4.5-20091001_0+java.

{{{
gcj-mp-4.5: error trying to exec 'ecj1': execvp: No such file or directory
}}}

This may be similar to #13553.

Mac OS X 10.6.1 Snow Leopard [[BR]]
Xcode 3.2.1",ryandesign@…
1.8.1,22070,qpopper refuses access to e-mails on 10.6,ports,1.8.1,defect,macports-tickets@…,new,2009-10-14T09:50:20-07:00,2010-10-02T18:18:21-07:00,"After installing qpopper and launching it it refuses access to e-mails


{{{
$ telnet localhost 110
Trying ::1...
Connected to localhost.
Escape character is '^]'.
+OK Qpopper (version 4.0.9) at merlin.fritz.box starting.  
user ergo
+OK Password required for ergo.
pass *********
-ERR [AUTH] Password supplied for ""ergo"" is incorrect.
+OK Pop server at merlin.fritz.box signing off.
Connection closed by foreign host.

}}}
",olaf@…
1.8.1,22074,kermit: Acces to UUCP lockfile denied,ports,1.8.1,defect,macports-tickets@…,new,2009-10-14T13:21:06-07:00,2009-10-15T08:28:45-07:00,"When trying to connect to a serial line with kermit on Snow Leopard I get the following error:

{{{
$ sudo kermit
C-Kermit 8.0.211, 10 Apr 2004, for Mac OS X 10.3
 Copyright (C) 1985, 2004,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/Users/someone/) C-Kermit>set line /dev/cu.serialusb
Sorry, write access to UUCP lockfile directory denied.
}}}

The lockfile directory is set to /tmp which clearly exists:

{{{
(/Users/someone/) C-Kermit>show communications 

Communications Parameters:
 Line: /dev/tty, speed: unknown, mode: remote, modem: generic
 Parity: none, duplex: full, flow: none, handshake: none
 Carrier-watch: off, close-on-disconnect: off
 Lockfile directory: /tmp

Modem signals unavailable

Type SHOW DIAL to see DIAL-related items.
Type SHOW MODEM to see modem-related items.
}}}


",stuff2@…
1.8.1,22077,mrtg-ping-probe doesn't calculate packet loss correctly on Darwin,ports,1.8.1,defect,jberry@…,new,2009-10-14T20:22:47-07:00,2009-10-14T21:30:34-07:00,"mrtg-ping-probe doesn't calculate the packet loss correctly.  Looking at the code (I'm not a Perl expert) it looks like the regular expression is not accounting for Darwin's ping program, which reports packet loss as a floating point number (e.g., 100.0% for full packet loss).  Here is an example, where the IP address 10.0.42.2 is unreachable on my network:

$ mrtg-ping-probe -k 1 -p loss/loss 10.0.42.2
mrtg-ping-probe: ERROR: Could not find ping summary for 10.0.42.2
mrtg-ping-probe: INFO: The output of the ping command /sbin/ping -s 56 -c 1 10.0.42.2 was:
PING 10.0.42.2 (10.0.42.2): 56 data bytes

--- 10.0.42.2 ping statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss

0
0
",msantos@…
1.8.1,22167,nethack runs as root,ports,1.8.1,defect,yeled@…,assigned,2009-10-19T12:38:12-07:00,2010-08-06T08:31:53-07:00,"Nethack runs as root, via setuid on
 '/opt/local/share/nethackdir/nethack'. It might sensible to setgid as
 'games' or similar and set permissions appropriately elsewhere, but to
 run nethack as root by default is insane from a security perspective.
",adam.gc.watkins@…
1.8.1,22198,gdb barfs on gcc44 C++ binaries,ports,1.8.1,defect,mww@…,new,2009-10-22T00:31:16-07:00,2010-01-23T19:48:52-08:00,"Debugging a simple hello world program makes gdb barf.

Consider int main(){}

{{{
g++-mp-4.4 foo.cpp -g
gdb ./a.out
run
}}}

gdb produces hundreds of lines of warnings, all of which complain about missing libgcc and libstdc++ debug info.

{{{
warning: Could not find object file ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/build/x86_64-apple-darwin10/libgcc/unwind-c_s.o"" - no debug information available for ""../../../gcc-4.4.2/libgcc/../gcc/unwind-c.c"".
}}}",dan.colascione@…
1.8.1,22276,file-roller shows empty contents for files on Snow Leopard,ports,1.8.1,defect,devans@…,new,2009-10-28T08:43:57-07:00,2009-10-30T07:51:19-07:00,"File Roller 2.24.3 has problems building on Snow Leopard due to a xdc build problem, but once that is worked around (patching xdc Portfile) it builds OK.  It also prints a warning (see ticket: 22272) which can also be removed (by rebuilding dbus).  It still produces some WARNINGs related to gdk that some say are warmless).  However...

I've tried to open a couple of tar.gz one of them the file-roller one itself and all I get is an empty window, as if the tar files were empty.
",fernasser@…
1.8.1,22311,airport 0.1 Doesn't work in Snow Leopard,ports,1.8.1,defect,noses@…,new,2009-10-30T11:09:08-07:00,2013-03-20T17:33:34-07:00,"airport doesn't work in Snow Leopard 
I get following error when I execute the program

WirelessAttach: IOServiceOpen error: e00002c7
Error: WirelessAttach: -2013261827


",lordofthefobs@…
1.8.1,22312,readline-6.0.000_2 configuration fails on i386 with +universal,ports,1.8.1,defect,mcalhoun@…,new,2009-10-30T11:12:23-07:00,2009-10-30T17:07:06-07:00,"Hi, I'm trying to build this port with the +universal modifier but it fails in configuration step. I'm on a 1st gen. MacbookPro with only a CoreDuo (so no possibility to execute x86_64. but i need this for linking against)",steini@…
1.8.1,22466,rb-fcgi +universal: unknown option --disable-dependency-tracking,ports,1.8.1,defect,jstetser@…,new,2009-11-10T14:56:12-08:00,2009-11-10T14:56:12-08:00,"Trying to install rb-fcgi with the +universal variant doesn't work:

{{{
$ sudo port install rb-fcgi +universal
--->  Computing dependencies for rb-fcgi
--->  Fetching rb-fcgi
--->  Verifying checksum(s) for rb-fcgi
--->  Extracting rb-fcgi
--->  Configuring rb-fcgi
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_ruby_rb-fcgi/work/ruby-fcgi-0.8.6"" && /opt/local/bin/ruby -rvendor-specific install.rb config --disable-dependency-tracking "" returned error 1
Command output: config: unknown option --disable-dependency-tracking
try 'ruby install.rb --help' for usage

Error: Status 1 encountered during processing.
}}}

MacPorts automatically adds `--disable-dependency-tracking` in the configure.universal_args when you select the +universal variant. If that's not appropriate for this port, it should remove that flag from the configure.universal_args.",ryandesign@…
1.8.1,22518,Apache2 / mod_wsgi / python 2.6 crash,ports,1.8.1,defect,macports-tickets@…,new,2009-11-13T09:43:02-08:00,2011-02-01T13:54:18-08:00,"The following mod_wsgi script fails with the MacPorts Apache but works with the Apple version of Apache.

The script:
{{{
import Carbon.File

def application(environ, start_response):
    status = '200 OK'
    output = ""hello world""

    response_headers = [('Content-type', 'text/plain'), 
                        ('Content-Length', str(len(output)))]
    start_response(status, response_headers)

    return [output]
}}}

I have tested it with the Apple supplied Python 2.6 and the MacPorts Python 2.6, which makes me think the problem is somehow related to the MacPorts version of Apache.

The Apache error log has useless info. The error is:
{{{
[info] [client ::1] mod_wsgi (pid=52370, process='test', application=''): Loading WSGI script '/opt/local/apache2/htdocs/test/test.wsgi'.
[error] [client ::1] Premature end of script headers: test.wsgi
[notice] child pid 52370 exit signal Trace/BPT trap (5)
[info] mod_wsgi (pid=52370): Process 'test' has died, restarting.
}}}",nerdrew@…
1.8.1,22531,libdevil scaling filters do not work when reducing images,ports,1.8.1,defect,macports-tickets@…,new,2009-11-14T09:07:08-08:00,2011-02-03T22:20:23-08:00,"Hi,

The following code should generate a high-quality thumbnail (I am using the lanczos3 filter): http://gist.github.com/234637

However, the resulting thumbnail is of very poor quality, it is almost indistinguishable from the nearest neighbor algorithm.

This is particualrly strange behavior because in Debian Linux using the libdevil1c2 / libdevil-dev package the thumbnail quality is very high, as expected.

What is the difference between the Debian package and the macports libdevil package such that the filters work in Debian but not on macports?

It is very important that the high-quality filters work properly as thumbnailing is a very common application of DevIL.",jrmair@…
1.8.1,22535,No sound from Jack (10.6),ports,1.8.1,defect,eu@…,new,2009-11-14T15:12:19-08:00,2012-01-02T10:09:41-08:00,"Hi,

I have installed the Jack port and although this superficially appears to be running I can't get any audio output - 
{{{
~ % jackd -d coreaudio -l
jackd 0.116.2
Copyright 2001-2005 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details

JACK compiled with POSIX SHM support.
loading driver ..
ICI
Device name = 'Built-in Input', internal_name = 'AppleHDAEngineInput:1' (to be used as -d parameter)
ICI
Device name = 'Built-in Output', internal_name = 'AppleHDAEngineOutput:0' (to be used as -d parameter)

~ % jack_lsp -A
system:playback_1
   coreaudio:Built-in Output:in1
system:playback_2
   coreaudio:Built-in Output:in2

% jack_metro -b 100
(...no output)
}}}
Any ideas ?
",pc_junk@…
1.8.1,22557,MacPorts base should verify build_arch has a sensible value,base,1.8.1,defect,macports-tickets@…,new,2009-11-15T15:43:23-08:00,2013-04-12T16:30:48-07:00,"build_arch is meant to contain a single architecture value only. If the user sets build_arch to a nonsense value like ""i386 x86_64"" or ""green"", ports quite understandably fail to compile. (See #22534 for an example.) MacPorts base should prevent user confusion by verifying that build_arch contains a valid value. Attempting to cross-compile using build_arch is probably also a bad idea, so the valid values should probably be ""i386"" or ""x86_64"" on Intel Macs and ""ppc"" or ""ppc64"" on PowerPC Macs. We could consider allowing ""ppc"" on Intel Macs as well due to Rosetta.",ryandesign@…
1.8.1,22563,psi build failure on 10.6 64-bit,ports,1.8.1,defect,rowue@…,assigned,2009-11-16T03:19:18-08:00,2010-08-11T12:48:42-07:00,"Tried to install psi-otr on OS 10.6.2:
{{{
Error: Target org.macports.build returned: shell command "" cd
""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_psi/work/psi-0.13""
&& /usr/bin/make -j2 all "" returned error 2
Command output:                  from
tools/globalshortcut/globalshortcutmanager.h:24,
                 from tools/globalshortcut/globalshortcutmanager_mac.cpp:21:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning ""Support for this version of Mac OS X is still preliminary""
/opt/local/libexec/qt4-mac/bin/moc -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -D__APPLE__
-D__GNUC__ tools/advwidget/advwidget.cpp -o .moc/advwidget.moc
/usr/bin/g++-4.2 -c -pipe -Os -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -Wall -W -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -o
.obj/spellchecker.o tools/spellchecker/spellchecker.cpp
In file included from
/opt/local/libexec/qt4-mac/include/QtCore/qnamespace.h:45,
                 from
/opt/local/libexec/qt4-mac/include/QtCore/qobjectdefs.h:45,
                 from
/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers/qobject.h:47,
                 from
/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers/QObject:1,
                 from tools/spellchecker/spellchecker.h:30,
                 from tools/spellchecker/spellchecker.cpp:27:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning ""Support for this version of Mac OS X is still preliminary""
/usr/bin/g++-4.2 -c -pipe -Os -arch x86_64 -Xarch_x86_64
-mmacosx-version-min=10.5 -Wall -W -DQT_STATICPLUGIN -DQCA_NO_PLUGINS
-DOSSL_097 -DHAVE_OPENSSL -DHAVE_CONFIG -DUSE_PEP -DTC_ITUNES
-DTC_PSIFILE -DQCA_STATIC -DIRIS_XMPP_JID_DEPRECATED -DUSE_DBUS
-DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DIRISNET_STATIC -DQT_SHARED
-I/opt/local/libexec/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/libexec/qt4-mac/lib/QtCore.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtCore
-I/opt/local/libexec/qt4-mac/lib/QtNetwork.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtNetwork
-I/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtGui
-I/opt/local/libexec/qt4-mac/lib/QtXml.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtXml
-I/opt/local/libexec/qt4-mac/lib/Qt3Support.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/Qt3Support
-I/opt/local/libexec/qt4-mac/include
-I/opt/local/libexec/qt4-mac/lib/QtDBus.framework/Versions/4/Headers
-I/opt/local/libexec/qt4-mac/include/QtDBus -Iprivacy -Icapabilities
-Iutilities -I. -Itabs -I. -Itools/trayicon -Itools/iconset -Itools/idle
-Itools/systemwatch -Itools/zip -Itools/optionstree
-Itools/globalshortcut -Itools/advwidget -Itools/spellchecker
-Itools/contactlist -Itools/grepshortcutkeydlg -Itools/atomicxmlfile
-Itools/mac_dock -Itools/tunecontroller
-Itools/tunecontroller/plugins/itunes
-Itools/tunecontroller/plugins/psifile -I.
-I../third-party/qca/qca/include/QtCrypto
-I../third-party/qca/qca-gnupg/gpgproc -I../third-party/qca/qca-gnupg
-Iwidgets -I../iris/include -I../iris/include/iris -I../iris/src -I.
-Ioptions -I. -I.moc -I.ui -F/opt/local/libexec/qt4-mac/lib -o
.obj/spellhighlighter.o tools/spellchecker/spellhighlighter.cpp
In file included from
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers/qsyntaxhighlighter.h:45,
                 from
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/Headers/QSyntaxHighlighter:1,
                 from tools/spellchecker/spellhighlighter.h:4,
                 from tools/spellchecker/spellhighlighter.cpp:1:
/opt/local/libexec/qt4-mac/include/QtCore/qglobal.h:315:6: warning:
#warning ""Support for this version of Mac OS X is still preliminary""
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static OSStatus
MacKeyTriggerManager::initAscii2KeyCodeTable(MacKeyTriggerManager::Ascii2KeyCodeTable*)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:130: error:
'smScriptKeys' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:130: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static OSStatus
MacKeyTriggerManager::validateAscii2KeyCodeTable(MacKeyTriggerManager::Ascii2KeyCodeTable*,
Boolean*)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:168: error:
'smScriptKeys' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:168: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp: In static member
function 'static char MacKeyTriggerManager::keyCodeToAscii(short int)':
tools/globalshortcut/globalshortcutmanager_mac.cpp:202: error:
'GetScriptVariable' was not declared in this scope
tools/globalshortcut/globalshortcutmanager_mac.cpp:203: error:
'KeyTranslate' was not declared in this scope
make[1]: *** [.obj/globalshortcutmanager_mac.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-src-all] Error 2

Error: The following dependencies failed to build: psi
Error: Status 1 encountered during processing.
}}}",porter@…
1.8.1,22573,boost-jam +universal isn't universal,ports,1.8.1,defect,jon.olsson@…,new,2009-11-16T16:04:22-08:00,2009-11-16T23:15:35-08:00,"On Snow Leopard, with universal_archs set to the default ""x86_64 i386"", boost-jam +universal installs nonuniversal binaries:

{{{
$ port installed boost-jam
The following ports are currently installed:
  boost-jam @3.1.17_0+universal (active)
$ port contents boost-jam
Port boost-jam contains:
  /opt/local/bin/bjam
  /opt/local/lib/bjam/bin/jam
$ port contents boost-jam | sed 1d | xargs lipo -info
Non-fat file: /opt/local/bin/bjam is architecture: x86_64
Non-fat file: /opt/local/lib/bjam/bin/jam is architecture: x86_64
$ 
}}}

If boost-jam cannot be built universal, it should disable the universal variant with ""universal_variant no"". Otherwise, the universal build should be fixed.",ryandesign@…
1.8.1,22590,rsync can silently corrupt OS X files due to lack of extended attribute support,ports,1.8.1,defect,jimjag@…,new,2009-11-17T17:10:46-08:00,2012-08-02T17:19:53-07:00,"The MacPorts rsync lacks the Apple-specific modifications to support extended attribute and resource fork copy.

{{{
        -E, --extended-attributes   copy extended attributes, resource forks
}}}
vs
{{{
        -E, --executability         preserve executability
}}}

This is particularly nasty because at least one popular port (git-core) pulls in rsync as a dependency and -aE is a valid option in both versions of rsync.  So, when users install git-core via MacPorts, they may not realize that rsync is also being installed and, if they use rsync to backup OS X files, they may not find out until it is too late that crucial HFS metadata (like resource forks and other extended attributes) were not copied as expected if the Apple rsync had been used.

I would think the best solution would be to forward port the Apple -E changes but, if that's not possible, there should be some other change, perhaps a warning when -E is selected.  Or remove the dependency in git-core on rsync.   As it stands, considering the popularity of rsync as a backup solution, it is way too easy for users to end up with silently corrupted files.
",nad@…
1.8.1,22645,taskjuggler: Task 'project1.task1' needs a start specification to be scheduled in ASAP mode in the 'plan' scenario.,ports,1.8.1,defect,rene@…,reopened,2009-11-22T11:11:02-08:00,2011-04-26T14:03:34-07:00,"I don't know why it fails.
My MacPorts is up to date at version 1.8.1 and I also did an upgrade outdated.
I then completely removed all kde related stuff so that it would be re-installed from fetch. But that didn't help either.

Apparently all build and test stages are fine, but at the end it doesn't get installed because of

{{{
make: *** [all] Error 2
while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
}}}

I attached the full debug output.
",borschel@…
1.8.1,22668,php5 conflicts with php52,ports,1.8.1,defect,ryandesign@…,new,2009-11-24T02:42:59-08:00,2009-12-21T09:41:42-08:00,"Due to some serious changes from php52 to php53 it would be so great, if one could had installed both versions. That is not possible at the moment, because both packages are conflicting.
",robert@…
1.8.1,22689,openvpn2-2.0.9 Compiling for x86_64 leads to wrong behaviour,ports,1.8.1,defect,macports-tickets@…,new,2009-11-25T13:47:30-08:00,2012-04-09T16:25:21-07:00,"There is a bug which leads to wrong detection of the default_gateway (0.0.0.0) when the three following conditions apply:
1) openvpn2-2.0.9 is compiled with gcc-4.2 (the default on Mac OS X 10.6)
2) It is used as a client
3) 'push ""redirect-gateway def1""' is used on the server side (e.g. a linux-box)

When the openvpn-2.0.9 is compiled with gcc-4.0 the bug does not occur. Default_gateway is detected correctly. However the gcc-4.0 compiler is not aware of the lzo2 library and openvpn must be configured with ""--disable-lzo"".",wickedguitar6@…
1.8.1,22726,Cannot compile LaTeX doc for Coq,ports,1.8.1,defect,reilles@…,new,2009-11-29T16:22:16-08:00,2009-11-29T19:04:50-08:00,"{{{
$ sudo port install coq +coqide +doc

--->  Fetching coq
--->  Attempting to fetch coq-8.2pl1.tar.gz from http://distfiles.macports.org/coq
--->  Verifying checksum(s) for coq
--->  Extracting coq
--->  Applying patches to coq
--->  Configuring coq
--->  Building coq
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_coq/work/coq-8.2pl1"" && /usr/bin/make -j2 world "" returned error 2
Command output: 
! Extra }, or forgotten dgroup. (file Reference-Manual.tex)
l.188 }

I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

) (./RefMan-modr.aux) (./RefMan-oth.v.aux) (./RefMan-pro.aux) (./RefMan-tac.v.a
ux) (./RefMan-ltac.v.aux) (./RefMan-tacex.v.aux) (./RefMan-decl.v.aux) (./RefMa
n-syn.v.aux) (./RefMan-com.aux) (./RefMan-uti.aux) (./RefMan-ide.aux) (./AddRef
Man-pre.aux) (./Cases.v.aux) (./Coercion.v.aux) (./Classes.v.aux) (./Omega.v.au
x) (./Micromega.v.aux) (./Extraction.v.aux) (./Program.v.aux) (./Polynom.v.aux)
Runaway argument?
{! File ended while scanning use of \@writefile. (file Reference-Manual.tex)
<inserted text>
\par
l.46 \@input{Polynom.v.aux}

I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.

make[1]: *** [doc/refman/Reference-Manual.pdf] Error 1
make[1]: *** Waiting for unfinished jobs....
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
make: *** [world] Error 2

Error: Status 1 encountered during processing.

$ sudo port install coq +coqide +doc

--->  Computing dependencies for coq
--->  Building coq
--->  Staging coq into destroot
--->  Installing coq @8.2pl1_1+coqide+doc
--->  Activating coq @8.2pl1_1+coqide+doc
The style file for LaTeX documentation,
coqdoc.sty, is in /opt/local/share/coq/latex.
Add this to your TEXINPUTS if you wish to
use it.
--->  Cleaning coq

$ 
}}}",hippallium-macports@…
1.8.1,22762,qtpfsgui fails to build,ports,1.8.1,defect,clubjuggler@…,new,2009-12-02T20:56:29-08:00,2011-02-10T22:46:30-08:00,"I get the following error when installing qtpfsgui. Everything else up to this point was fine. I started the installation as an admin user, aborted the installation, then repeated the command with sudo.


{{{
adamlogan:~ adamlogan$ port install qtpfsgui
MacPorts running without privileges. You may be unable to complete certain actions (eg install).
--->  Computing dependencies for qtpfsgui
MacPorts running without privileges. You may be unable to complete certain actions (eg install).
--->  Fetching expat
^C
adamlogan:~ adamlogan$ sudo port install qtpfsgui
Password:
--->  Computing dependencies for qtpfsgui
--->  Fetching expat
--->  Attempting to fetch expat-2.0.1.tar.gz from http://internap.dl.sourceforge.net/expat
--->  Verifying checksum(s) for expat
--->  Extracting expat
--->  Configuring expat
--->  Building expat
--->  Staging expat into destroot
--->  Installing expat @2.0.1_0
--->  Activating expat @2.0.1_0
--->  Cleaning expat
--->  Fetching gperf
--->  Attempting to fetch gperf-3.0.4.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/gperf
--->  Verifying checksum(s) for gperf
--->  Extracting gperf
--->  Configuring gperf
--->  Building gperf
--->  Staging gperf into destroot
--->  Installing gperf @3.0.4_0
--->  Activating gperf @3.0.4_0
--->  Cleaning gperf
--->  Fetching libiconv
--->  Attempting to fetch libiconv-1.13.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/libiconv
--->  Verifying checksum(s) for libiconv
--->  Extracting libiconv
--->  Applying patches to libiconv
--->  Configuring libiconv
--->  Building libiconv
--->  Staging libiconv into destroot
--->  Installing libiconv @1.13_0
--->  Activating libiconv @1.13_0
--->  Cleaning libiconv
--->  Fetching ncursesw
--->  Attempting to fetch ncurses-5.7.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ncurses
--->  Verifying checksum(s) for ncursesw
--->  Extracting ncursesw
--->  Configuring ncursesw
--->  Building ncursesw
--->  Staging ncursesw into destroot
--->  Installing ncursesw @5.7_0+darwin_10
--->  Activating ncursesw @5.7_0+darwin_10
--->  Cleaning ncursesw
--->  Fetching ncurses
--->  Verifying checksum(s) for ncurses
--->  Extracting ncurses
--->  Configuring ncurses
--->  Building ncurses
--->  Staging ncurses into destroot
--->  Installing ncurses @5.7_0+darwin_10
--->  Activating ncurses @5.7_0+darwin_10
--->  Cleaning ncurses
--->  Fetching gettext
--->  Attempting to fetch gettext-0.17.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/gettext
--->  Verifying checksum(s) for gettext
--->  Extracting gettext
--->  Applying patches to gettext
--->  Configuring gettext
--->  Building gettext
--->  Staging gettext into destroot
--->  Installing gettext @0.17_4
--->  Activating gettext @0.17_4
--->  Cleaning gettext
--->  Fetching perl5.8
--->  Attempting to fetch perl-5.8.9.tar.bz2 from http://www.cpan.org/src/
--->  Verifying checksum(s) for perl5.8
--->  Extracting perl5.8
--->  Applying patches to perl5.8
--->  Configuring perl5.8
--->  Building perl5.8
--->  Staging perl5.8 into destroot
--->  Installing perl5.8 @5.8.9_3
--->  Activating perl5.8 @5.8.9_3
--->  Cleaning perl5.8
--->  Fetching perl5
--->  Verifying checksum(s) for perl5
--->  Extracting perl5
--->  Configuring perl5
--->  Building perl5
--->  Staging perl5 into destroot
--->  Installing perl5 @5.8.9_0
--->  Activating perl5 @5.8.9_0
--->  Cleaning perl5
--->  Fetching p5-locale-gettext
--->  Attempting to fetch gettext-1.05.tar.gz from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Locale
--->  Verifying checksum(s) for p5-locale-gettext
--->  Extracting p5-locale-gettext
--->  Applying patches to p5-locale-gettext
--->  Configuring p5-locale-gettext
--->  Building p5-locale-gettext
--->  Staging p5-locale-gettext into destroot
--->  Installing p5-locale-gettext @1.05_0
--->  Activating p5-locale-gettext @1.05_0
--->  Cleaning p5-locale-gettext
--->  Fetching help2man
--->  Attempting to fetch help2man-1.36.4.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/help2man
--->  Verifying checksum(s) for help2man
--->  Extracting help2man
--->  Applying patches to help2man
--->  Configuring help2man
--->  Building help2man
--->  Staging help2man into destroot
--->  Installing help2man @1.36.4_1
--->  Activating help2man @1.36.4_1
--->  Cleaning help2man
--->  Fetching m4
--->  Attempting to fetch m4-1.4.13.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/m4
--->  Verifying checksum(s) for m4
--->  Extracting m4
--->  Applying patches to m4
--->  Configuring m4
--->  Building m4
--->  Staging m4 into destroot
--->  Installing m4 @1.4.13_0
--->  Activating m4 @1.4.13_0
--->  Cleaning m4
--->  Fetching autoconf
--->  Attempting to fetch autoconf-2.65.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/autoconf
--->  Verifying checksum(s) for autoconf
--->  Extracting autoconf
--->  Configuring autoconf
--->  Building autoconf
--->  Staging autoconf into destroot
--->  Installing autoconf @2.65_0
--->  Activating autoconf @2.65_0
--->  Cleaning autoconf
--->  Fetching automake
--->  Attempting to fetch automake-1.11.tar.bz2 from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/automake
--->  Verifying checksum(s) for automake
--->  Extracting automake
--->  Configuring automake
--->  Building automake
--->  Staging automake into destroot
--->  Installing automake @1.11_0
--->  Activating automake @1.11_0
--->  Cleaning automake
--->  Fetching libtool
--->  Attempting to fetch libtool-2.2.6b.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/libtool
--->  Verifying checksum(s) for libtool
--->  Extracting libtool
--->  Configuring libtool
--->  Building libtool
--->  Staging libtool into destroot
--->  Installing libtool @2.2.6b_0
--->  Activating libtool @2.2.6b_0
--->  Cleaning libtool
--->  Fetching zlib
--->  Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
--->  Verifying checksum(s) for zlib
--->  Extracting zlib
--->  Applying patches to zlib
--->  Configuring zlib
--->  Building zlib
--->  Staging zlib into destroot
--->  Installing zlib @1.2.3_3
--->  Activating zlib @1.2.3_3
--->  Cleaning zlib
--->  Fetching exiv2
--->  Attempting to fetch exiv2-0.18.2.tar.gz from http://distfiles.macports.org/exiv2
--->  Verifying checksum(s) for exiv2
--->  Extracting exiv2
--->  Configuring exiv2
--->  Building exiv2
--->  Staging exiv2 into destroot
--->  Installing exiv2 @0.18.2_0
--->  Activating exiv2 @0.18.2_0
--->  Cleaning exiv2
--->  Fetching fftw-3
--->  Attempting to fetch fftw-3.2.2.tar.gz from http://www.fftw.org/
--->  Verifying checksum(s) for fftw-3
--->  Extracting fftw-3
--->  Configuring fftw-3
--->  Building fftw-3
--->  Staging fftw-3 into destroot
--->  Installing fftw-3 @3.2.2_0+i386
--->  Activating fftw-3 @3.2.2_0+i386
--->  Cleaning fftw-3
--->  Fetching fftw-3-single
--->  Verifying checksum(s) for fftw-3-single
--->  Extracting fftw-3-single
--->  Configuring fftw-3-single
--->  Building fftw-3-single
--->  Staging fftw-3-single into destroot
--->  Installing fftw-3-single @3.2.2_0+i386
--->  Activating fftw-3-single @3.2.2_0+i386
--->  Cleaning fftw-3-single
--->  Fetching gsed
--->  Attempting to fetch sed-4.2.1.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/sed
--->  Verifying checksum(s) for gsed
--->  Extracting gsed
--->  Configuring gsed
--->  Building gsed
--->  Staging gsed into destroot
--->  Installing gsed @4.2.1_0
--->  Activating gsed @4.2.1_0
--->  Cleaning gsed
--->  Fetching ilmbase
--->  Attempting to fetch ilmbase-1.0.1.tar.gz from http://savannah.nongnu.org/download/openexr
--->  Verifying checksum(s) for ilmbase
--->  Extracting ilmbase
--->  Applying patches to ilmbase
--->  Configuring ilmbase
--->  Building ilmbase
--->  Staging ilmbase into destroot
--->  Installing ilmbase @1.0.1_2
--->  Activating ilmbase @1.0.1_2
--->  Cleaning ilmbase
--->  Fetching openexr
--->  Attempting to fetch openexr-1.6.1.tar.gz from http://savannah.nongnu.org/download/openexr
--->  Verifying checksum(s) for openexr
--->  Extracting openexr
--->  Applying patches to openexr
--->  Configuring openexr
--->  Building openexr
--->  Staging openexr into destroot
--->  Installing openexr @1.6.1_1
--->  Activating openexr @1.6.1_1
--->  Cleaning openexr
--->  Fetching pkgconfig
--->  Attempting to fetch pkg-config-0.23.tar.gz from http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
--->  Verifying checksum(s) for pkgconfig
--->  Extracting pkgconfig
--->  Configuring pkgconfig
--->  Building pkgconfig
--->  Staging pkgconfig into destroot
--->  Installing pkgconfig @0.23_1
--->  Activating pkgconfig @0.23_1
--->  Cleaning pkgconfig
--->  Fetching dbus
--->  Attempting to fetch dbus-1.2.16.tar.gz from http://distfiles.macports.org/dbus
--->  Verifying checksum(s) for dbus
--->  Extracting dbus
--->  Applying patches to dbus
--->  Configuring dbus
--->  Building dbus
--->  Staging dbus into destroot
--->  Installing dbus @1.2.16_1
--->  Activating dbus @1.2.16_1
#################################################################################################
# Startup items have been generated that will aid in
# starting dbus with launchd. They are disabled
# by default. Execute the following command to start them,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
# launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
##################################################################################################
--->  Cleaning dbus
--->  Fetching jpeg
--->  Attempting to fetch jpegsrc.v6b.tar.gz from ftp://ftp.uu.net/graphics/jpeg
--->  Attempting to fetch jpegsrc.v6b.tar.gz from http://www.ijg.org/files
--->  Attempting to fetch jpegsrc.v6b.tar.gz from http://distfiles.macports.org/jpeg
--->  Attempting to fetch droppatch.tar.gz from http://distfiles.macports.org/jpeg
--->  Verifying checksum(s) for jpeg
--->  Extracting jpeg
--->  Applying patches to jpeg
--->  Configuring jpeg
--->  Building jpeg
--->  Staging jpeg into destroot
--->  Installing jpeg @6b_3
--->  Activating jpeg @6b_3
--->  Cleaning jpeg
--->  Fetching tiff
--->  Attempting to fetch tiff-3.9.2.tar.gz from ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/
--->  Verifying checksum(s) for tiff
--->  Extracting tiff
--->  Applying patches to tiff
--->  Configuring tiff
--->  Building tiff
--->  Staging tiff into destroot
--->  Installing tiff @3.9.2_0+macosx
--->  Activating tiff @3.9.2_0+macosx
--->  Cleaning tiff
--->  Fetching lcms
--->  Attempting to fetch lcms-1.18a.tar.gz from http://voxel.dl.sourceforge.net/lcms
--->  Verifying checksum(s) for lcms
--->  Extracting lcms
--->  Configuring lcms
--->  Building lcms
--->  Staging lcms into destroot
--->  Installing lcms @1.18a_0
--->  Activating lcms @1.18a_0
--->  Cleaning lcms
--->  Fetching libmng
--->  Attempting to fetch libmng-1.0.10.tar.gz from http://internap.dl.sourceforge.net/libmng
--->  Verifying checksum(s) for libmng
--->  Extracting libmng
--->  Configuring libmng
--->  Building libmng
--->  Staging libmng into destroot
--->  Installing libmng @1.0.10_0
--->  Activating libmng @1.0.10_0
--->  Cleaning libmng
--->  Fetching libpng
--->  Attempting to fetch libpng-1.2.40.tar.bz2 from http://internap.dl.sourceforge.net/libpng
--->  Verifying checksum(s) for libpng
--->  Extracting libpng
--->  Configuring libpng
--->  Building libpng
--->  Staging libpng into destroot
--->  Installing libpng @1.2.40_0
--->  Activating libpng @1.2.40_0
--->  Cleaning libpng
--->  Fetching openssl
--->  Attempting to fetch openssl-0.9.8l.tar.gz from http://distfiles.macports.org/openssl
--->  Verifying checksum(s) for openssl
--->  Extracting openssl
--->  Applying patches to openssl
--->  Configuring openssl
--->  Building openssl
--->  Staging openssl into destroot
--->  Installing openssl @0.9.8l_0+darwin
--->  Activating openssl @0.9.8l_0+darwin
--->  Cleaning openssl
--->  Fetching readline
--->  Attempting to fetch readline-6.0.tar.gz from http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/readline
--->  Verifying checksum(s) for readline
--->  Extracting readline
--->  Applying patches to readline
--->  Configuring readline
--->  Building readline
--->  Staging readline into destroot
--->  Installing readline @6.0.000_2+darwin
--->  Activating readline @6.0.000_2+darwin
--->  Cleaning readline
--->  Fetching sqlite3
--->  Attempting to fetch sqlite-3.6.20.tar.gz from http://www.sqlite.org/
--->  Verifying checksum(s) for sqlite3
--->  Extracting sqlite3
--->  Configuring sqlite3
--->  Building sqlite3
--->  Staging sqlite3 into destroot
--->  Installing sqlite3 @3.6.20_0
--->  Activating sqlite3 @3.6.20_0
--->  Cleaning sqlite3
--->  Fetching qt4-mac
--->  Attempting to fetch qt-mac-opensource-src-4.5.3.tar.gz from http://distfiles.macports.org/qt4-mac
--->  Verifying checksum(s) for qt4-mac
--->  Extracting qt4-mac
--->  Applying patches to qt4-mac
--->  Configuring qt4-mac
--->  Building qt4-mac
--->  Staging qt4-mac into destroot
--->  Installing qt4-mac @4.5.3_0+darwin_10
--->  Activating qt4-mac @4.5.3_0+darwin_10
--->  Cleaning qt4-mac
--->  Fetching qtpfsgui
--->  Attempting to fetch qtpfsgui-1.9.2.tar.gz from http://internap.dl.sourceforge.net/qtpfsgui
--->  Verifying checksum(s) for qtpfsgui
--->  Extracting qtpfsgui
--->  Applying patches to qtpfsgui
--->  Configuring qtpfsgui
--->  Building qtpfsgui
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qtpfsgui/work/qtpfsgui-1.9.2"" && /usr/bin/make -j2 all "" returned error 2
Command output:       QMap<QString, int>::detach_helper()   in preferencesDialog.o
  ""QObject::killTimer(int)"", referenced from:
      PreviewWidget::mouseReleaseEvent(QMouseEvent*)        in previewWidget.o
  ""QLabel::text() const"", referenced from:
      MainGui::aboutQtpfsgui()      in mainWindow.o
  ""QToolBar::addSeparator()"", referenced from:
      Ui_MainGui::setupUi(QMainWindow*)       in mainWindow.o
      Ui_MainGui::setupUi(QMainWindow*)       in mainWindow.o
      HdrViewer::HdrViewer(QWidget*, unsigned int, unsigned int, bool)in hdrviewer.o
      HdrViewer::HdrViewer(QWidget*, unsigned int, unsigned int, bool)in hdrviewer.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
      Ui_TonemappingWindow::setupUi(QMainWindow*)       in tonemappingDialog.o
  ""QAbstractSlider::maximum() const"", referenced from:
      Gang::v2p(float) constin gang.o
      Gang::p2v(int) constin gang.o
  ""QString::codecForCStrings"", referenced from:
      __ZN7QString16codecForCStringsE$non_lazy_ptr in options.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in commandline.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in mainWindow.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in tonemapping_widget.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in loadHdrThread.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in preferencesDialog.o
      __ZN7QString16codecForCStringsE$non_lazy_ptr in newHdrWizard.o
  ""QTableWidget::columnCount() const"", referenced from:
      Ui_HdrWizardForm::setupUi(QDialog*)      in newHdrWizard.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//cc4UFUeB.out (No such file or directory)
make: *** [qtpfsgui.app/Contents/MacOS/qtpfsgui] Error 1

Error: Status 1 encountered during processing.
adamlogan:~ adamlogan$ 
}}}
",adamlogan@…
1.8.1,22782,pseudoport search against the obfuscated email address maintainer field does not work,base,1.8.1,defect,macports-tickets@…,new,2009-12-04T16:18:34-08:00,2009-12-13T06:42:43-08:00,"After a discussion on the mailing list, and a search in trac, I am reporting the following:

Deobfuscation of email addresses does not happen, so the more obvious ""maintainer:user@example.com"" does not work

Works
{{{
$port livecheck maintainer:example.com:user
}}}

Fails
{{{
$port livecheck maintainer:user:example.com
}}}
",scott@…
1.8.1,22785,Missing dylibs for Erlang,ports,1.8.1,defect,bfulgham@…,new,2009-12-04T21:44:04-08:00,2011-02-10T23:49:23-08:00,"I noticed after building the current release of Erlang:

{{{
port install erlang @R13B02_3+darwin_10+ssl
}}}

That it doesn't appear to build the dynamic librarie (i.e. .dylib) files.",conradwt@…
1.8.1,22858,ProjectManager build error,ports,1.8.1,defect,macports-tickets@…,new,2009-12-11T22:37:03-08:00,2009-12-12T18:32:24-08:00,"The following error occurs when trying to install ProjectManager:

{{{
--->  Building ProjectManager
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_ProjectManager/work/ProjectManager-0.2"" && /usr/bin/gnumake -j2 all messages=yes GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles "" returned error 2
Command output: 	_GNUSTEP_MAKE_PARALLEL=yes
gcc-mp-4.2 BundleExtensionLoader.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/BundleExtensionLoader.m.o
gcc-mp-4.2 CommandQueryPanel.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/CommandQueryPanel.m.o
gcc-mp-4.2 Controller.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/Controller.m.o
gcc-mp-4.2 Debugging.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/Debugging.m.o
gcc-mp-4.2 EditorGuide.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorGuide.m.o
gcc-mp-4.2 EditorRulerView.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorRulerView.m.o
gcc-mp-4.2 EditorTextView.m -c \
	      -MMD -MP -I/opt/local/include -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-common -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -m32 -fno-strict-aliasing -fgnu-runtime -W -Wall -Wno-unused -Wno-import -O0 -ggdb3 -DDEBUG -fconstant-string-class=NSConstantString -I. -I/opt/local/GNUstep/Local/Library/Headers/ -I/opt/local/GNUstep/System/Library/Headers/ \
	       -o obj/EditorTextView.m.o
EditorRulerView.m: In function '-[EditorRulerView drawRect:]':
EditorRulerView.m:111: error: 'NSFontAttributeName' undeclared (first use in this function)
EditorRulerView.m:111: error: (Each undeclared identifier is reported only once
EditorRulerView.m:111: error: for each function it appears in.)
gnumake[2]: *** [obj/EditorRulerView.m.o] Error 1
gnumake[2]: *** Waiting for unfinished jobs....
gnumake[1]: *** [internal-app-run-compile-submake] Error 2
gnumake: *** [ProjectManager.all.app.variables] Error 2

Error: Status 1 encountered during processing.
}}}

The platform particulars are:
{{{
Quicksilver PPC G4 running MacOS 10.5.8
}}}",trog24@…
1.8.1,22872,"aiccu - daemondo automatically restarts it, the reason why it exists is because something is broken.....",ports,1.8.1,defect,cr@…,new,2009-12-13T08:32:52-08:00,2013-01-03T05:05:43-08:00,"""daemondo  launches the daemon directly, rather than indirectly via a script, and therefore it automatically knows how to monitor a daemon process and restart it if it dies.""

And thus, when aiccu exits because there is an unresolvable error case daemondo automatically restarts it, aiccu exists, daemondo restarts it, aiccu exits..... ad infinitum.

Otherwise said: daemondo is not the proper tool for running AICCU in this way as it clearly avoids to check the exit code of AICCU, which exits because there is an error condition, which means it can't do anything else and that user intervention is needed.


A couple of solutions that should be applied in this case and most likely in the cases of many other daemons which will abort on startup:
 - don't use it specifically for AICCU
 - rate limit the number of 'startups', if it fails X times, then don't start it any more.
 - If it fails after the first startup, tell the user, and don't start it again.
 - etc etc etc.

From the 'README' file in the AICCU distribution:
8<-------------------------------
WARNING: never run AICCU from DaemonTools or a similar automated
'restart' tool/script. When AICCU does not start, it has a reason
not to start which it gives on either the stdout or in the (sys)log
file. The TIC server *will* automatically disable accounts which
are detected to run in this mode. Use 'verbose true' to see more
information which is especially handy when starting fails.
------------------------------------->8

Oh and as clearly logging is not configured properly, nor the user ever cares to look at it they will never figure this problem out.

Most likely the same goes for a lot of other daemons.

In this case it is especially annoying as it will contact the TIC servers of SixXS, which will then have to rate limit the client and disable them, as per the above. Still, the client, which gets repeatedly restarted by daemondo will keep on trying to hammer those TIC servers. Thank you macport folks for another attempt at  DDoSSing them. (attempt, as it fails due to the ratelimmitting and fortunately also the limited number of clients of which we had to tell and explain the users that they had a broken client....)

But lets solve this properly, as macports is where the problem happens. Please resolve this.


Additionally ""startupitem.netchange"" which is described as ""Cause the daemon to be restarted when a change in network state is detected."" is completely ridiculous in the case of AICCU as AICCU already KNOWS how to handle network changes, that is why there are ""specialized"" protocols called heartbeat and AYIYA which AICCU supports. Thus that option can also go to /dev/null for AICCU.",jeroen@…
1.8.1,22889,clojure-contrib with erring CLASSPATH,ports,1.8.1,defect,macports-tickets@…,new,2009-12-14T01:07:35-08:00,2013-04-23T06:11:17-07:00,"After installing clojure, then the latest clojure-contrib port (see Ticket: 22752 ), I start up clojure and try to load from the clojure-contrib library, but I don't get very far.

{{{
Clojure 1.0.0-
user=> (require 'clojure.contrib.str-utils)
java.io.FileNotFoundException: Could not locate clojure/contrib/str_utils__init.class or clojure/contrib/str_utils.clj on classpath:  (NO_SOURCE_FILE:0)
}}}


I tried setting the CLASSPATH manually to include the clojure-contrib.jar file which was installed in /opt/local/share/java/clojure/lib, but I still get the same problem.
",trier@…
1.8.1,22894,gimp-gap-devel-2.7.0 fails on Snow Leopard,ports,1.8.1,defect,devans@…,new,2009-12-14T04:16:16-08:00,2011-02-12T01:52:06-08:00,"My system
{{{
$ uname -v
-> Darwin Kernel Version 10.2.0: Tue Nov  3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
Xcode 3.2.1
MacPorts 1.8.1
}}}

'''Problem with MPlayer'''
When I try to sudo port install gimp-gap-devel I first get an error saying MPlayer doesnt build on Snow Leopard
{{{ 
--->  Fetching MPlayer
Error: Target org.macports.fetch returned: MPlayer does not compile on Snow Leopard.  Please use multimedia/mplayer-devel instead
Error: The following dependencies failed to build: MPlayer
Error: Status 1 encountered during processing.

}}}
This I solve by changing dependency in the $(port dir gimp-gap-devel)/Portfile to mplayer-devel

'''Problem with libavcodec'''
Next it fails to build using the libavcodecs included in the external ffmpeg library
{{{
--->  Building gimp-gap-devel
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0"" && /usr/bin/make -j2 all "" returned error 2
Command output: In file included from libavcodec/h264.c:8143:
libavcodec/svq3.c: In function 'svq3_decode_slice_header':
libavcodec/svq3.c:721: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/svq3.c:724: warning: cast discards qualifiers from pointer target type
libavcodec/h264.c: In function 'execute_ref_pic_marking':
libavcodec/h264.c:3280: warning: 'structure' may be used uninitialized in this function
libavcodec/h264.c:3272: warning: 'j' may be used uninitialized in this function
libavcodec/h264.c: In function 'execute_ref_pic_marking':
libavcodec/h264.c:3280: warning: 'structure' may be used uninitialized in this function
libavcodec/h264.c:3272: warning: 'j' may be used uninitialized in this function
{standard input}:9300:suffix or operands invalid for `add'
{standard input}:9312:suffix or operands invalid for `add'
{standard input}:9577:suffix or operands invalid for `add'
{standard input}:9589:suffix or operands invalid for `add'
{standard input}:9300:suffix or operands invalid for `add'
{standard input}:9312:suffix or operands invalid for `add'
{standard input}:9577:suffix or operands invalid for `add'
{standard input}:9589:suffix or operands invalid for `add'
gmake[3]: *** [libavcodec/h264.o] Error 1
gmake[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg'
make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg/libavcodec/libavcodec.a] Error 2
make[2]: *** Waiting for unfinished jobs....
gmake[3]: *** [libavcodec/h264.o] Error 1
gmake[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg'
make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp-gap-devel/work/gimp-gap-devel-2.7.0/extern_libs/ffmpeg/libavformat/libavformat.a] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.

}}}
Solved by appending --disable-libavformat to configure.args of the gimp-gap-devel Portfile [http://trac.macports.org/changeset/43011 changeset]. 

With these adjustments I am now able to build gimp-gap-devel on my system, and when i run gimp I recognize GAP has been integrated to a Video-tab.
But functionality is severely crippled due to the changes made. It doesnt work.",pokhojo@…
1.8.1,22910,Dbus still crashing in 10.6.2 on startx,ports,1.8.1,defect,mcalhoun@…,new,2009-12-15T20:51:52-08:00,2012-05-05T11:29:42-07:00,"Despite the closed ticket #21595, any attempt to 'startx' will inevitably result in the same dbus crash. I am working off of a fresh port tree and after a couple of hours am convinced this is still defective.

{{{
xxxxxOSX:~ xxxxx$ startx
font_cache: Scanning user font directories to generate X11 font caches
font_cache: Updating FC cache

launch_msg(""CheckIn"") IPC failure: Operation not permitted
Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11
Xquartz: Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly
X11.app: main(): argc=2
	argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
	argv[1] = --listenonly
Waiting for startup parameters via Mach IPC.
X11.app: do_start_x11_server(): argc=4
	argv[0] = /usr/X11/bin/X
	argv[1] = :0
	argv[2] = -nolisten
	argv[3] = tcp
Xquartz starting:
X.Org X Server 1.4.2-apple45
Build Date: 20090705
(EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
(EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
2009-12-15 23:50:59.063 X11.bin[4958:90b] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
	/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
X11.bin: OpenScripting.framework - scripting addition ""/Library/ScriptingAdditions/Adobe Unit Types.osax"" declares no loadable handlers.
Failed to start message bus: launch_msg(""CheckIn"") IPC failure: Operation not permitted

EOF in dbus-launch reading address from bus daemon

waiting for X server to shut down Quitting Xquartz...
font_cache: Done
}}}
",zacdurham@…
1.8.1,22922,nfsen: Can't locate NfSen.pm in @INC,ports,1.8.1,defect,markd@…,new,2009-12-16T22:00:51-08:00,2011-11-18T22:03:27-08:00,"nfsen doesn't install:

{{{
DEBUG: Executing org.macports.destroot (nfsen)
Can't locate NfSen.pm in @INC (@INC contains: ./libexec ./installer-items /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 . /opt/local/libexec/nfsen /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/destroot/opt/local/libexec/nfsen) at /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl line 44.
BEGIN failed--compilation aborted at /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl line 44.
Error: Target org.macports.destroot returned: shell command ""/opt/local/bin/perl /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/install.pl /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_nfsen/work/nfsen-1.3.2/etc/nfsen-dist.conf"" returned error 2
}}}

This was [http://lists.macosforge.org/pipermail/macports-users/2009-December/018000.html reported by Noah on the mailing list].",ryandesign@…
1.8.1,22923,nfsen: update to 1.3.2,ports,1.8.1,defect,markd@…,new,2009-12-16T22:02:51-08:00,2013-04-05T06:47:56-07:00,"Attached is a patch to make several changes to nfsen:

 * update to 1.3.2
 * fix livecheck
 * add the license info to the portfile
 * fix a typo in the install.pl patchfile

I can't test whether it works, however, because [ticket:22922 nfsen doesn't build].",ryandesign@…
1.8.1,22961,winetricks should mkdir ~/.wine/drive_c/windows/Fonts,ports,1.8.1,defect,ryandesign@…,new,2009-12-20T17:41:01-08:00,2012-05-31T20:17:58-07:00,"{{{
$ rm -rf ~/.wine
$ winetricks allfonts
wine: created the configuration directory '/Users/jeremy/.wine'
Executing cabextract -q --directory=/Users/jeremy/.wine/drive_c/winetrickstmp /Users/jeremy/.winetrickscache/arial32.exe
/Users/jeremy/.winetrickscache/arial32.exe: library not compiled to support large files.
Executing cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
Note: command 'cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts' returned status 64.  Aborting.

}}}",jeremyhu@…
1.8.1,22994,tk +quartz: strange focus behaviour on 10.4/PPC,ports,1.8.1,defect,mww@…,new,2009-12-22T16:40:39-08:00,2011-02-13T23:25:15-08:00,"I have a PowerPC computer running 10.4 Tiger.  I can't seem to get `py-tkinter` to work properly.  When I try testing it using the following code, I get different results, depending on which variants of `tk` I use:

{{{
#!python
import _tkinter
import Tkinter
Tkinter._test()
}}}

When I try `tk +darwin +quartz`, I get the attached window, which stops responding and has to be force quit.

When I try simply `tk +darwin`, I get this error message:

{{{
Traceback (most recent call last):
  File ""<stdin>"", line 1, in ?
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-tk/Tkinter.py"", line 3667, in _test
    root = Tk()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/lib-tk/Tkinter.py"", line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: couldn't connect to display "":0""
}}}

Any ideas?",christopherglong@…
1.8.1,23017,"[nice] File ""TokenMgrError.java"" does not exist.  Will create one.",ports,1.8.1,defect,mvitocruz@…,new,2009-12-24T02:37:58-08:00,2009-12-24T06:32:55-08:00,"nice does not build on SnowLeopard;

{{{
>sudo port install nice           
--->  Computing dependencies for nice
--->  Fetching nice
--->  Verifying checksum(s) for nice
--->  Extracting nice
--->  Configuring nice
--->  Building nice
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig"" && /usr/bin/make -j5 all "" returned error 2
Command output: rm -f src/bossa/syntax/dispatch.java
find . \( -name ""*.class"" -o -name ""*.nicei"" -o -name ""*~"" \) -exec rm {} \;
Building the testsuite engine...
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
javac: directory not found: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_nice/work/nice-0.9.13.orig/classes
Usage: javac <options> <source files>
use -help for a list of possible options
make[1]: *** [core-bootstrap] Error 2
make[1]: *** Waiting for unfinished jobs....
Java Compiler Compiler Version 5.0 (Parser Generator)
(type ""javacc"" with no arguments for help)
Compilation of the testsuite engine failed.
make: *** [setDate] Error 2
make: *** Waiting for unfinished jobs....
make[1]: *** [setDate] Error 2
Reading from file Parser.jj . . .
File ""TokenMgrError.java"" does not exist.  Will create one.
File ""ParseException.java"" does not exist.  Will create one.
File ""Token.java"" does not exist.  Will create one.
File ""JavaCharStream.java"" does not exist.  Will create one.
Parser generated successfully.
make: *** [src/nice/tools/compiler/console.jar] Error 2

Error: Status 1 encountered during processing.
}}}

",krischik@…
1.8.1,23019,ccl: reinplace didn't change anything in installer.lisp,ports,1.8.1,defect,gwright@…,new,2009-12-24T07:44:55-08:00,2011-02-15T05:34:17-08:00,"Using the patch from #15514 I see this when installing ccl 1.3_3 or 1.4_0:

{{{
--->  Computing dependencies for ccl
--->  Fetching ccl
--->  Verifying checksum(s) for ccl
--->  Extracting ccl
--->  Configuring ccl
--->  Building ccl
--->  Staging ccl into destroot
Warning: reinplace s|""usr"" ""local"" ""asdf-install"")))))|\""opt\"" \""local\"" \""share\"" \""asdf-install\"")))))| didn't change anything in /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_ccl/work/destroot//opt/local/share/ccl/1.4/tools/asdf-install/installer.lisp
--->  Deactivating ccl @1.3_3+darwin_i386
--->  Computing dependencies for ccl
--->  Installing ccl @1.4_0+darwin_i386
--->  Activating ccl @1.4_0+darwin_i386
--->  Cleaning ccl
}}}

Maybe the reinplace is no longer needed, or needs to be modified.",ryandesign@…
1.8.1,23040,ocamlmklib doesn't understand -arch,ports,1.8.1,defect,mww@…,reopened,2009-12-26T20:36:05-08:00,2011-04-05T18:25:34-07:00,"Building ocamlimages, we execute ocamlmklib from ocaml which doesn't understand our LDFLAGS (including -arch)

{{{
ocamlmklib -oc ci_jpeg -L/opt/local/lib -arch x86_64 jpegread.o jpegwrite.o -ljpeg
Unknown option -arch
Don't know what to do with x86_64
Usage: ocamlmklib [options] <.cmo|.cma|.cmx|.cmxa|.ml|.mli|.o|.a|.obj|.lib|.dll files>
Options are:
  -cclib <lib>   C library passed to ocamlc -a or ocamlopt -a only
  -ccopt <opt>   C option passed to ocamlc -a or ocamlopt -a only

}}}
",jeremyhu@…
1.8.1,23041,exiv2: exiv2.pc contains archflags,ports,1.8.1,defect,ryandesign@…,reopened,2009-12-27T03:08:05-08:00,2010-01-21T00:40:02-08:00,"exiv2's /opt/local/lib/pkgconfig/exiv2.pc contains archflags:

{{{
$ grep x86_64 $(port contents exiv2 | sed 1d)
/opt/local/lib/pkgconfig/exiv2.pc:Libs.private: -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lintl -L/opt/local/lib -liconv -lc -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation -L/opt/local/lib -liconv -R/opt/local/lib -lz   -lexpat
}}}

`reinplace` should be used to remove these from the file before installation.",ryandesign@…
1.8.1,23941,tsocks segmentation fault,ports,1.8.1,defect,macports-tickets@…,new,2010-03-04T23:14:11-08:00,2011-05-21T07:48:12-07:00,"tsocks segmentation faults when I don't specify a default server in tsocks.conf. If I set the default server as 129.39.109.202, I can 'tsocks ssh user@150.60.198.12', otherwise it just seg faults without any debug message, and for some reason it never uses the path stanza, so I can't connect to multiple proxies.

{{{
cat tsocks.conf
local = 192.168.1.0/255.255.255.0
local = 129.39.109.0/255.255.255.0

path {
reaches = 150.60.198.0/255.255.255.0
server = 129.39.109.202 
server_type = 4
server_port = 1080
}
}}}
",mathews.dennis@…
1.8.1,21725,Output from 'port' should show repository information,base,1.8.1,enhancement,macports-tickets@…,new,2009-09-30T14:27:17-07:00,2009-09-30T14:39:58-07:00,"If I have a local repository set up and I run 'port list gimp2' I see something like this:

{{{
$ port list gimp2
gimp2                          @2.6.7          graphics/gimp2
gimp2                          @2.6.7          graphics/gimp2
}}}

It would be nice if it showed which repository each port was associated with. Further, when I do a 'port install gimp2' it should say which port it's working with.",miken32@…
1.8.1,21743,ocaml-3.11.1 native code compiler fails.,ports,1.8.1,enhancement,mww@…,new,2009-10-01T04:54:56-07:00,2012-11-25T19:30:08-08:00,"Ocaml 3.11.1 have some issues about native code generation.

So building of some ports (ex. Unison +aqua) fails.


I prepared minimal patches to fix these issues.

They are borrowed from Caml CVS repository:
  http://camlcvs.inria.fr/


Fixing issues:

0004813: incorrect parsing of floating point literals
  http://caml.inria.fr/mantis/view.php?id=4813

0004841: Cannot make callbacks from C code when using the -output-obj option under Mac OS X

  http://caml.inria.fr/mantis/view.php?id=4841

0004867: ocamlopt -shared failed on Mac OS X 10.6 Snow Leopard (x86_64)

  http://caml.inria.fr/mantis/view.php?id=4867

0004877: Definition of uint64 in caml/config.h conflicts. (MacOSX Snow Leopard, X86_64)

  http://caml.inria.fr/mantis/view.php?id=4877


Note: These issues will be fixed in the next release of ocaml.
",kiyoshi.coquser@…
1.8.1,22109,q language should show up in a port search for libq,ports,1.8.1,enhancement,ryandesign@…,assigned,2009-10-15T20:23:48-07:00,2009-10-18T11:23:09-07:00,"q language should show up in a port search for libq, it doesn't",bjorn@…
1.8.1,22223,Support BigTIFF format in GDAL,ports,1.8.1,enhancement,seanasy@…,new,2009-10-24T00:59:14-07:00,2011-11-19T03:08:17-08:00,"When built with internal libtiff or with libtiff >= 4.0, GDAL supports reading and writing BigTIFF files as described here: http://www.gdal.org/frmt_gtiff.html

GDAL in macports is currently 1.6.2 and the internal libtiff has been at version 4 since GDAL 1.5.0.  The current libtiff in macports is 3.9.1 so the easiest way to support BigTIFF is to compile GDAL with the --with-libtiff=internal and --with-geotiff=internal options.",adam@…
1.8.1,22279,RFE: add ruby and python binding variants to GEOS library port,ports,1.8.1,enhancement,opendarwin@…,new,2009-10-28T09:39:00-07:00,2011-01-24T07:31:04-08:00,The attached patch adds ruby and python binding variants to the GEOS library port. The variants are split up to allow the various versions of ruby and python to hopefully co-exist.,dark.panda+macports@…
1.8.1,22292,Coq +doc does not install css style file for stdlib html documents,ports,1.8.1,enhancement,reilles@…,new,2009-10-29T01:46:39-07:00,2009-10-29T05:48:01-07:00,"Original makefile of Coq does not install css style file for the stdlib html documents.
To make the document easy to read, I propose to install css for it.

A patch attached this report will make css installed.



",kiyoshi.coquser@…
1.8.1,22407,Python interpreter build inconsistency across versions,ports,1.8.1,enhancement,macports-tickets@…,new,2009-11-07T08:46:51-08:00,2010-05-05T01:11:43-07:00,"For example, python26 is framework build but python25 is not.
Can we change this inconsistency to get it simpler?",akitada@…
1.8.1,22471,Debugging options for startupitems (launchd / daemondo),base,1.8.1,enhancement,macports-tickets@…,new,2009-11-11T07:30:08-08:00,2009-11-15T16:35:53-08:00,"Hi,
http://trac.macports.org/browser/trunk/base/src/port1.0/portstartupitem.tcl

It would be really great to allow improved debugging options for launchd / daemondo startupitems. Default setting are debug=false and verbosity=1. However usually the amount of information provided by those is inadequate.

Optional debugging parameter may be used whilst testing new startupiitems. Then removed / disabled for the final official Portfile.

We are currently missing these valuable settings:

1.
startupitem.debug yes

to set:
<key>Debug</key><true/>

This is the general launchd debugging variable. It says everything about what launchd is doing! Generally we only want to switch it on for the startupitem we are debugging.

2.
startupitem.verbosity 2

to set:
	<string>--verbosity=2</string>

This is a daemondo argument string, and tells everything that the daemondo program is doing. Daemondo is *much* more helpful with this argument switched on.

These may be easily templated into the startupitems.tcl file with just a couple of lines tlc. But most of all it would be particularly good to document these debug setting in the official documentation. Please see ticket #22449 for the startupitems docs for that.
",dreamcat4@…
1.8.1,22511,stunnel launchdaemon plist,ports,1.8.1,enhancement,macports-tickets@…,new,2009-11-13T03:33:56-08:00,2010-03-24T17:23:31-07:00,"Hi,

It would be really nice and convenient if MacPorts would automatically create /Library/LaunchDaemon/org.macports.stunnel.plist autostarter file for stunnel, just like it does for squid, apache, privoxy and others. For stunnel it's common scenario to have it run permanently.

I've attached a seemingly working plist file, but pls test it and there may some 
more things to set up in default stunnel.conf. Also see this link:
 http://www.circlew.org/kurt/pages/launchd%20plist%20file%20for%20stunnel%20on%20OS%20X

Brgds,
Viktor
",harbour.01@…
1.8.1,22570,startupitems - RunAtLoad setting,base,1.8.1,enhancement,macports-tickets@…,new,2009-11-16T14:20:14-08:00,2009-11-17T04:57:24-08:00,"It seems that we could easily template - out some flexibility in the launchd startupitems. Ideally, to allow users to run a command which affects the ""RunAtLoad"" plist key.

OnDemand key is also worthwhile to template.

<key>OnDemand</key><false/>
<key>RunAtLoad</key><false/>

Similar tickets #18174 and #22471 ",dreamcat4@…
1.8.1,22677,courier-authlib mysql variant,ports,1.8.1,enhancement,macports-tickets@…,new,2009-11-25T01:46:08-08:00,2011-11-03T22:38:08-07:00,"The courier-authlib package could have a {{{mysql}}} variant. I have modified the Portfile and installed it, and it works. Unfortunately, I seemed to have lost the Portfile in an update, so I can't provide the exact patch here.",jan.fabry@…
1.8.1,22724,mplayer-devel and binary codec package,ports,1.8.1,enhancement,acho@…,new,2009-11-29T06:52:36-08:00,2012-04-24T23:59:14-07:00,"I have installed the binary codec package available at:

  http://www.mplayerhq.hu/design7/dload.html#binary_codecs

However, mencoder does not appear to use those codecs because a variable would have to be set at compilation time with --win32codecsdir=DIR.",hippallium-macports@…
1.8.1,23038,Option to automatically clean distfile too,base,1.8.1,enhancement,macports-tickets@…,new,2009-12-26T08:07:23-08:00,2009-12-26T08:34:34-08:00,"I think will be a good idea to let the user decide if retain a copy of a source packet (usually tar.gz) in the distfiles directory or delete it after a port installation.
This will be an enhancement to the autoclean feature that is already available and will makenecessary to do a manual cleanup with port clean --dist .
That's because I personally consider just a waste of space keeping all that stuff one the port is installed (or especially for uninstalled ports), however for someone is useful when an internet connection isn't available so...let the user decide :)",ranauei@…
1.8.1,21836,Please port CPAN Catalyst::Plugin::I18N,ports,1.8.1,request,macports-tickets@…,new,2009-10-04T15:59:56-07:00,2013-03-23T19:19:15-07:00,"Please port CPAN Catalyst::Plugin::I18N:

http://search.cpan.org/dist/Catalyst-Plugin-I18N/lib/Catalyst/Plugin/I18N.pm",bhawkeslewis@…
1.8.1,21998,Please port CPAN Data::FormValidator,ports,1.8.1,request,macports-tickets@…,new,2009-10-11T10:30:02-07:00,2013-03-23T19:33:11-07:00,Please port CPAN Data::FormValidator.,bhawkeslewis@…
1.8.1,21999,Please port CPAN Data::FormValidator::Constraints::DateTime,ports,1.8.1,request,macports-tickets@…,new,2009-10-11T10:30:53-07:00,2013-03-23T19:33:02-07:00,Please port CPAN Data::FormValidator::Constraints::DateTime.,bhawkeslewis@…
1.8.1,22048,php solr / solr java,ports,1.8.1,request,macports-tickets@…,new,2009-10-13T13:20:23-07:00,2011-06-12T22:28:15-07:00,"http://pecl.php.net/package/solr

and solr java server

Thank you

Bertrand",bertrand.zuchuat@…
1.8.1,22653,tcpwatch,ports,1.8.1,request,macports-tickets@…,new,2009-11-23T13:43:18-08:00,2009-11-23T13:43:18-08:00,port request for [http://hathawaymix.org/Software/TCPWatch/ tcpwatch]. if macports already has something similar that's more maintained (i noticed tcpwatch was last released in 2004) then nevermind. looks like there are still packages for tcpwatch in [http://packages.debian.org/lenny/tcpwatch-httpproxy debian] and [http://www.freebsdsoftware.org/net/tcpwatch.html freebsd] fwiw.,jabronson@…
1.8.1,22905,Port for link aggregation,ports,1.8.1,request,macports-tickets@…,new,2009-12-15T09:41:40-08:00,2009-12-15T09:41:40-08:00,"I would really love to see the lagg feature described here: http://www.cyberciti.biz/faq/freebsd-network-link-aggregation-trunking/
ported to MacOS.  I'm interested in bonding wired and wireless interfaces for seamless transitions (which isn't possible with MacOS's built-in bonding).",dave@…
1.8.1,22945,plt-scheme,ports,1.8.1,request,macports-tickets@…,new,2009-12-18T21:20:04-08:00,2011-02-13T04:05:08-08:00,"MacPorts already has MzScheme in its repository.  MzScheme is a subset of PLT Scheme, which leaves out the development GUI.  Let's get the full set: PLT Scheme 

http://plt-scheme.org/",trier@…
1.8.1,23075,Port request for Pyraf,ports,1.8.1,request,macports-tickets@…,new,2009-12-31T04:29:57-08:00,2010-01-04T01:29:19-08:00,"Pyraf is a Python interface for the astronomical data processing software IRAF.  The latest version is 1.8.1 (stand alone Pyraf). Source page: http://www.stsci.edu/resources/software_hardware/pyraf/current/download

It requires Tcl/Tk, Readline, Python 2.6, Numpy

",dcn@…
1.8.1,23043,New grisbi's port,ports,1.8.1,submission,macports-tickets@…,new,2009-12-27T13:11:59-08:00,2010-01-02T08:34:33-08:00,This is the future version of Grisbi (0.6.0rc1),gerald@…
1.8.1,22228,"nvi says ""page sizes must be a power-of-2""",ports,1.8.1,defect,toby@…,reopened,2009-10-24T15:09:37-07:00,2010-12-27T23:23:13-08:00,"This occurs when editing a big file. I do not know, whether its harmful. But makes me feel uncomfortable somewhat.",helbig.wolfgang@…
1.8.1,23023,update mod_jk2 (jakarta-tomcat-5.5.4 to jakarta-tomcat-connectors-jk2-2.0.4),ports,1.8.1,update,macports-tickets@…,new,2009-12-24T21:19:25-08:00,2009-12-24T21:19:25-08:00,"Because I had had to use mod_jk2, it corrected it though it was natural now. 

Notes are as follows. 

- apache20 exclusive use.

- The version number falls (Because it changed from jakarta-tomcat-5.5.4 to jakarta-tomcat-connectors-jk2-2.0.4). Because it cannot upgrading.

- At build, symbolic link libapr-0.so of libapr-0.dylib is made.
 

- The comment is old (I'm not correcting the comment). ",haraoka@…
1.8.2,23092,InsightToolKit should not clean on each build,ports,1.8.2,defect,dweber@…,reopened,2010-01-01T18:20:01-08:00,2010-02-19T16:08:20-08:00,"Four attempts at building InsightToolKit resulted in the following error:

{{{
[ 17%] Built target itkvnl_inst
/usr/bin/gnumake -f Code/Common/CMakeFiles/ITKCommon.dir/build.make Code/Common/CMakeFiles/ITKCommon.dir/depend
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build && /opt/local/bin/cmake -E cmake_depends ""Unix Makefiles"" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Code/Common /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build/Code/Common /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build/Code/Common/CMakeFiles/ITKCommon.dir/DependInfo.cmake --color=
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host-darwin.c:39: error: conflicting types for 'sigaltstack'
/usr/include/signal.h:89: error: previous declaration of 'sigaltstack' was here
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host-darwin.c: In function 'segv_handler':
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host-darwin.c:81: error: 'struct __darwin_mcontext' has no member named 'ss'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host-darwin.c:130: error: 'struct __darwin_mcontext' has no member named 'es'
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16/Utilities/CableSwig/GCC/gcc/config/rs6000/host-darwin.c:131: error: 'struct __darwin_mcontext' has no member named 'ss'
gnumake[2]: *** [Utilities/CableSwig/GCC/gcc/CMakeFiles/backend.dir/config/rs6000/host-darwin.o] Error 1
gnumake[1]: *** [Utilities/CableSwig/GCC/gcc/CMakeFiles/backend.dir/all] Error 2
gnumake[1]: *** Waiting for unfinished jobs....
/usr/bin/gnumake -f Code/Common/CMakeFiles/ITKCommon.dir/build.make Code/Common/CMakeFiles/ITKCommon.dir/build
gnumake[2]: Nothing to be done for `Code/Common/CMakeFiles/ITKCommon.dir/build'.
/opt/local/bin/cmake -E cmake_progress_report /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build/CMakeFiles  23
[ 18%] Built target ITKCommon
gnumake: *** [all] Error 2
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build"" && /usr/bin/gnumake -j2 all "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_InsightToolkit/work/InsightToolkit-3.16-build"" && /usr/bin/gnumake -j2 all "" returned error 2
   while executing
""command_exec build""
   (procedure ""portbuild::build_main"" line 9)
   invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for InsightToolkit): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}

The platform is a dual 1.73 GHz PowerPC G4 w/ 1 MB of RAM on a 133 MHz bus with 165 GB free disk space available.


",trog24@…
1.8.2,23113,cacti should not register user-modifiable files to itself,ports,1.8.2,defect,markd@…,new,2010-01-03T02:48:33-08:00,2010-01-03T05:33:07-08:00,"cacti currently installs a file config.php, then the port prints instructions advising the user to edit this file. The user's changes will be lost when the user upgrades the port. The port should instead install a sample config file, e.g. config.php.sample, and advise the user to copy this to config.php and edit it.",ryandesign@…
1.8.2,23116,cacti shows warnings for deprecated functions with php 5.3,ports,1.8.2,defect,markd@…,new,2010-01-03T04:53:39-08:00,2010-01-03T04:53:39-08:00,"cacti doesn't work so well with php 5.3 because it uses functions which are now deprecated, and because cacti configures itself to show all errors, so if display_errors is on, like it is on my development machine, I get tons of ""Deprecated: Function ereg_replace() is deprecated"" messages in the browser window.

This is already patched in svn something like [http://bugs.cacti.net/view.php?id=1568 this] but a simpler solution for now could be to patch global.php to set error_reporting to `E_ALL & ~E_DEPRECATED` instead of `E_ALL`.",ryandesign@…
1.8.2,23122,python26 puredarwin variant,ports,1.8.2,defect,mcalhoun@…,new,2010-01-03T11:14:57-08:00,2013-03-20T16:50:15-07:00,"python26 fails to compile on a PureDarwin 9 system:

{{{
In file included from Python/mactoolboxglue.c:27:
Include/pymactoolbox.h:10:27: error: Carbon/Carbon.h: No such file or directory
Include/pymactoolbox.h:13:33: error: QuickTime/QuickTime.h: No such file or directory
}}}

A puredarwin variant is needed, like with python25 and python24",probono@…
1.8.2,23133,screen tries to use libelf,ports,1.8.2,defect,macports-tickets@…,new,2010-01-04T16:49:07-08:00,2010-12-23T21:34:11-08:00,"libelf is installed non-universal on my system. When installing screen universal, I see this output at the end of the build phase:

{{{
/usr/bin/gcc-4.2 -L/opt/local/lib -arch x86_64 -arch i386 -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o sched.o teln.o nethack.o encoding.o -lncurses -lelf
ld: warning: in /opt/local/lib/libelf.a, file is not of required architecture
}}}

Note this does not stop the build; the port completes installation.

Previously in the configure phase it said:

{{{
checking elf.h usability... no
checking elf.h presence... no
checking for elf.h... no
}}}

screen does not declare a dependency on libelf so it should not use libelf.",ryandesign@…
1.8.2,23179,playerstage-player fails to run,ports,1.8.2,defect,vincent@…,new,2010-01-07T08:50:53-08:00,2010-09-12T08:35:51-07:00,"After a successful install of playerstage-player, the following output is displayed when attempting to run the player command:

{{{
$ player
Registering driver
Player v.3.0.0
USAGE:  player [options] [<configfile>]

Where [options] can be:
  -h             : print this message.
  -d <level>     : debug message level (0 = none, 1 = default, 9 = all).
  -p <port>      : port where Player will listen. Default: 6665
  -q             : quiet mode: minimizes the console output on startup.
  -l <logfile>   : log player output to the specified file
  <configfile>   : load the the indicated config file

The following 81 drivers were compiled into Player:

    Segmentation fault
}}}

This crash has occurred after several fresh installs of macports. 
",russell.toris@…
1.8.2,23195,"gcc43 doesn't build on puredarwin, ""file is not of required architecture""",ports,1.8.2,defect,mww@…,new,2010-01-09T05:42:27-08:00,2013-03-20T16:50:35-07:00,"I am trying to build gcc43 on a i386 PureDarwin 9 system. The build starts but then runs into an error which seemingly comes from the wrong architecture being used:

{{{
...
/bin/sh ../../../../gcc-4.3.4/libgcc/../mkinstalldirs x86_64
mkdir x86_64
...
ld: warning in /usr/lib/dylib1.10.5.o, file is not of required architecture
ld: warning in /usr/lib/libc.dylib, file is not of required architecture
Undefined symbols:
  ""_pthread_key_create"", referenced from:
      ___gthread_key_create in unwind-dw2_s.o
...
}}}

I am attaching a full log. What can I do to enforce i386 from start to end?",probono@…
1.8.2,23261,ProjectManager cannot find WizardKit framework library,ports,1.8.2,defect,macports-tickets@…,new,2010-01-12T23:58:06-08:00,2010-01-13T12:40:09-08:00,"When trying to launch GNUstep's project manager, a crash reporter dialog box appears with the 
{{{
Library not loaded: WizardKit.framework/WizardKit Referenced from: /opt/local/GNUstep/Local/Applications/ProjectManager.app/ProjectManager
Reason: image not found.
}}}
The installation puts the framework in
{{{
/opt/local/GNUstep/Local/Library/Frameworks/
}}}
I do not know how to redirect the framework reference and should this not be taken care of at installation time?",trog24@…
1.8.2,23275,ntfsprogs 2.0.0 does not build with variant +extra,ports,1.8.2,defect,macports-tickets@…,new,2010-01-13T09:53:58-08:00,2010-01-13T09:53:58-08:00,"Here is the failing output
{{{
mv -f .deps/libntfs_la-volume.Tpo .deps/libntfs_la-volume.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/gcc-4.2  -DLTVERSION_LIBNTFS=\""10:0:0\""  -O2 -arch x86_64 -Wall -version-info 10:0:0 -no-undefined  -L/opt/local/lib -arch x86_64 -o libntfs.la -rpath /opt/local/lib libntfs_la-attrib.lo libntfs_la-attrlist.lo libntfs_la-bitmap.lo libntfs_la-bootsect.lo libntfs_la-collate.lo libntfs_la-compat.lo libntfs_la-compress.lo libntfs_la-crypto.lo libntfs_la-debug.lo libntfs_la-device.lo libntfs_la-device_io.lo libntfs_la-dir.lo libntfs_la-index.lo libntfs_la-inode.lo libntfs_la-lcnalloc.lo libntfs_la-logfile.lo libntfs_la-logging.lo libntfs_la-misc.lo libntfs_la-mft.lo libntfs_la-mst.lo libntfs_la-runlist.lo libntfs_la-security.lo libntfs_la-unistr.lo libntfs_la-version.lo libntfs_la-volume.lo  
libtool: link: `libntfs_la-attrib.lo' is not a valid libtool object
make[2]: *** [libntfs.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}

OS X 10.6.2 Intel
Xcode 3.2.1 (1613)
",dave.evans55@…
1.8.2,23279,Review licenses for all my GPL/LGPL ports,ports,1.8.2,defect,macports-tickets@…,new,2010-01-13T15:41:57-08:00,2010-01-13T15:46:42-08:00,"It has [http://lists.macosforge.org/pipermail/macports-dev/2010-January/011078.html been brought to my attention] that some software is licensed under a specific version of the GPL or LGPL while others may allow any version, or any later version, to be used, which is indicated in other portfiles by appending ""+"" to the license version number. Review all my ports which use the GPL or LGPL and see if ""+"" needs to be appended.",ryandesign@…
1.8.2,23293,Deprecation & Deletion of Zope ports,ports,1.8.2,defect,macports-tickets@…,new,2010-01-14T09:05:08-08:00,2010-01-14T13:07:37-08:00,"With the release of Zope 2.12 the Zope now uses the buildout framework for package installation with py-setuptools or py-distribute being the only dependency. In the light of this and the extreme age of many of the Zope ports I suggest that all zope-ports be removed from the tree.

I couldn't find any reference to port deletion or deprecation in the documentation.",charlie.clark@…
1.8.2,23313,"netatalk: Fix for ""PAM_Error: Authentication failure""",ports,1.8.2,defect,ralph@…,new,2010-01-16T15:53:58-08:00,2011-03-04T16:30:08-08:00,"By just installing this port, I am unable to log in, I always get a message that the username/password is incorrect.
 
/opt/local/var/log/netatalk.log shows 
[uams_dhx_pam.c:497]: I:UAMSDaemon: uams_dhx_pam.c: PAM: PAM_Error: Authentication failure

This can be fixed by creating the file /etc/pam.d/netatalk with the following content:

{{{
auth       required       pam_nologin.so
auth       sufficient     pam_securityserver.so
auth       sufficient     pam_unix.so
auth       required       pam_deny.so
account    required       pam_permit.so
password   required       pam_deny.so
session    required       pam_uwtmp.so
}}}

Now I am able to log in using my username and password and to access my files.

The port should include the file /etc/pam.d/netatalk. Please note that I am not a PAM expert - the above works for me, but please check whether this configuration makes sense.",probono@…
1.8.2,23335,port fails to convert file_map to file_map.db after db file repair using contrib/repairfilemap.tcl,contrib,1.8.2,defect,macports-tickets@…,new,2010-01-18T16:53:55-08:00,2010-01-18T18:02:59-08:00,"Following advice on the Problem HotList I was trying to repair a corrupt file_map.db file with repairfilemap.tcl.  Followed instructions to the letter; ran script -> file_map created and then renamed existing .db file.  However, when port command invoked in order to get port to convert old style file to db format, port fails like so:
{{{
 # sudo port deactivate R

--->  Deactivating R
Converting file map to new format (this may take a while)
Error: port deactivate failed: Is a directory
}}}

When port is invoked using the provides option it fails more verbosely like so:
{{{
# sudo port provides /opt/local/etc/lynx.cfg 

Converting file map to new format (this may take a while)
Is a directory
    while executing
""filemap set file_map [lindex $f 0] [lindex $f 1]""
    (procedure ""open_file_map"" line 42)
    invoked from within
""open_file_map 1""
    (procedure ""receipt_flat::file_registered"" line 4)
    invoked from within
""${macports::registry.format}::file_registered $file""
    (procedure ""registry::file_registered"" line 3)
    invoked from within
""registry::file_registered $file""
    (procedure ""action_provides"" line 13)
    invoked from within
""$action_proc $action $portlist [array get global_options]""
    (procedure ""process_cmd"" line 92)
    invoked from within
""process_cmd $remaining_args""
    invoked from within
""if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining...""
    (file ""/opt/local/bin/port"" line 3676)
}}}

I also tried the older version of the script to no avail though, interestingly enough, the file_map file created was identical to that created by the newer version.",dmichael.williams@…
1.8.2,23345,"geant4 needs to use configure.cc, configure.cxx, etc.",ports,1.8.2,defect,cristiano.fontana@…,new,2010-01-19T02:58:37-08:00,2010-09-28T05:35:04-07:00,"geant4 should ensure it's UsingTheRightCompiler. It probably just needs to set CC and CXX in build.env.

{{{
$ sudo port install
--->  Computing dependencies for geant4
--->  Fetching geant4
--->  Verifying checksum(s) for geant4
--->  Extracting geant4
--->  Configuring geant4
--->  Building geant4
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source"" && /usr/bin/nice -n 10 /usr/bin/make -j2 "" returned error 2
Command output: make[2]: *** [4INSTALL/tmp/4.9.3/G4visXXX/G4XXXFile.o] Error 1
make[2]: *** Waiting for unfinished jobs....
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -c -o 4INSTALL/tmp/4.9.3/G4visXXX/G4XXX.o src/G4XXX.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[2]: *** [4INSTALL/tmp/4.9.3/G4visXXX/G4XXX.o] Error 1
Making dependency for file src/G4GMocrenMessenger.cc ...
Making dependency for file src/G4GMocrenIO.cc ...
Making dependency for file src/G4GMocrenFileViewer.cc ...
Making dependency for file src/G4GMocrenFileSceneHandler.cc ...
Making dependency for file src/G4GMocrenFileCTtoDensityMap.cc ...
Making dependency for file src/G4GMocrenFile.cc ...
Compiling G4GMocrenFile.cc ...
Compiling G4GMocrenFileCTtoDensityMap.cc ...
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/navigation/include/ -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/particles/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/event/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/materials/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/digits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/utils/include -c -o 4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFile.o src/G4GMocrenFile.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
g++ -DG4OPTIMISE -Iinclude -I/opt/local/include -DG4VERBOSE -DG4_STORE_TRAJECTORY -DG4VIS_BUILD -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/visualization/modeling/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/HEPGeometry/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/graphics_reps/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/intercoms/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/CSG/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/solids/specific/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/geometry/navigation/include/ -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/particles/management/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/event/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/tracking/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/materials/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/hits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/digits/include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/digits_hits/utils/include -c -o 4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFileCTtoDensityMap.o src/G4GMocrenFileCTtoDensityMap.cc
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[2]: *** [4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFileCTtoDensityMap.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [4INSTALL/tmp/4.9.3/G4GMocren/G4GMocrenFile.o] Error 1
make[1]: *** [granular] Error 2
Building library management utility liblist ...
cc -L/opt/local/lib -o /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/4.9.3/liblist /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/config/liblist.c
cc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make[1]: *** [/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/4.9.3/liblist] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.
}}}
",ryandesign@…
1.8.2,23356,glade3 doesn't use the native Mac menu,ports,1.8.2,defect,devans@…,assigned,2010-01-20T01:43:29-08:00,2010-10-27T12:54:24-07:00,"If you think that this is a bug in glade3 and not in the port then feel free to close it again.  glade3 seems to contain code to use the menu integration functions of ige-mac-integration, however when I build it using an almost clean MacPorts with +quartz -x11 +no_x11 I do not get integration.  I have not yet investigated in depth though.",m.j.thayer@…
1.8.2,23367,geant4 puts path to build directory in its files,ports,1.8.2,defect,cristiano.fontana@…,new,2010-01-20T13:38:09-08:00,2010-09-28T05:34:31-07:00,"When geant4 is not already installed, some files that get installed contain the path to the directory where the build occurred. When geant4 is already installed, this doesn't happen. I don't know if this is a problem.

{{{
--- not-installed-yet/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 01:49:41.000000000 -0600
+++ already-installed/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 03:08:15.000000000 -0600
@@ -1,9 +1,7 @@
 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.o 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d: src/G4CellScoreComposer.cc \
   include/G4CellScoreComposer.hh include/G4CellScoreValues.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/globals.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4ios.hh \
-  /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4Types.hh \
-  /usr/include/c++/4.2.1/complex \
+  /opt/local/include/globals.hh /opt/local/include/G4ios.hh \
+  /opt/local/include/G4Types.hh /usr/include/c++/4.2.1/complex \
   /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++config.h \
   /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/os_defines.h \
   /usr/include/unistd.h /usr/include/_types.h /usr/include/sys/_types.h \
[snip 400,000+ similar lines]
}}}",ryandesign@…
1.8.2,23371,net-snmp +server fails on Snow Leopard,ports,1.8.2,defect,ryandesign@…,new,2010-01-20T23:19:24-08:00,2012-09-17T09:06:51-07:00,"net-snmp @5.5_0+server fails on Snow Leopard:

{{{
mibII/tcp.c: In function 'tcp_handler':
mibII/tcp.c:328: error: 'TCPTV_MIN' undeclared (first use in this function)
mibII/tcp.c:328: error: (Each undeclared identifier is reported only once
mibII/tcp.c:328: error: for each function it appears in.)
mibII/tcp.c:336: error: 'TCPTV_REXMTMAX' undeclared (first use in this function)
}}}

Builds fine on Leopard i386.",ryandesign@…
1.8.2,23402,duplicity: OverflowError: signed integer is greater than maximum,ports,1.8.2,defect,macports-tickets@…,new,2010-01-24T00:07:35-08:00,2013-02-07T19:19:51-08:00,"Running duplicity to restore a backup, I reliably get this error at the same file every try, whether I run as a normal user or as root:

{{{
bernkastel:Recovered Morden trejkaz$ sudo duplicity restore --no-encryption scp://trejkaz@192.168.1.100//raid/backups/morden ./root

...

Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/etab'' processing var/lib/nfs/etab
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/rmtab'' processing var/lib/nfs/rmtab
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/rpc_pipefs'' processing .
Error '[Errno 1] Operation not permitted: 'root/var/lib/nfs/sm/.keep_net-fs_nfs-utils-0'' processing var/lib/nfs/sm/.keep_net-fs_nfs-utils-0
Traceback (most recent call last):
  File ""/opt/local/bin/duplicity"", line 1236, in <module>
    with_tempdir(main)
  File ""/opt/local/bin/duplicity"", line 1229, in with_tempdir
    fn()
  File ""/opt/local/bin/duplicity"", line 1183, in main
    restore(col_stats)
  File ""/opt/local/bin/duplicity"", line 538, in restore
    restore_get_patched_rop_iter(col_stats)):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/patchdir.py"", line 520, in Write_ROPaths
    ITR(ropath.index, ropath)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 329, in __call__
    if self.finish_branches(index) is None:
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 276, in finish_branches
    to_be_finished.call_end_proc()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/lazy.py"", line 366, in call_end_proc
    robust.check_common_error(self.on_error, self.end_process)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/robust.py"", line 38, in check_common_error
    return function(*args)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/patchdir.py"", line 560, in end_process
    self.dir_diff_ropath.copy_attribs(self.dir_new_path)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/path.py"", line 435, in copy_attribs
    util.maybe_ignore_errors(lambda: os.chown(other.name, self.stat.st_uid, self.stat.st_gid))
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/util.py"", line 62, in maybe_ignore_errors
    return fn()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/duplicity/path.py"", line 435, in <lambda>
    util.maybe_ignore_errors(lambda: os.chown(other.name, self.stat.st_uid, self.stat.st_gid))
OverflowError: signed integer is greater than maximum
bernkastel:~ trejkaz$
}}}

This effectively prevents restoring backups, making duplicity a write-only backup solution. :-D

I have commented out the call to os.chown as a workaround.  There are mentions around the net that there was a Python bug like this, but the version being run is newer than the version in which it was fixed.
",trejkaz@…
1.8.2,23490,geant4 links with Apple X11 libraries,ports,1.8.2,defect,cristiano.fontana@…,new,2010-01-30T07:10:23-08:00,2010-09-28T05:33:49-07:00,"geant4 links with Apple X11 libraries. See ""/usr/X11"" in the output of otool -L:

{{{
$ otool -L /opt/local/lib/libG4FR.dylib
/opt/local/lib/libG4FR.dylib:
	/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/X11/lib/libGLU.1.dylib (compatibility version 1.3.0, current version 1.3.0)
	/usr/X11/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0)
	/opt/local/lib/libXm.4.dylib (compatibility version 5.0.0, current version 5.2.0)
	/usr/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0)
	/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
	/usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/X11/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)
}}}

geant4 should instead link with MacPorts X11 libraries in /opt/local, and declare dependencies on the appropriate xorg ports.",ryandesign@…
1.8.2,23491,geant4 library install_names reference the destroot,ports,1.8.2,defect,cristiano.fontana@…,new,2010-01-30T07:12:52-08:00,2010-09-28T05:33:23-07:00,"The libraries installed by geant4 reference the destroot path in their install_name. See the output of otool -D:

{{{
$ otool -D /opt/local/lib/libG4FR.dylib
/opt/local/lib/libG4FR.dylib:
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib
}}}

The install_name should be ""/opt/local/lib/libG4FR.dylib"" not ""/opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/lib/libG4FR.dylib"".",ryandesign@…
1.8.2,23492,geant4: variants which conflict with the default variants are hard to select,ports,1.8.2,defect,cristiano.fontana@…,new,2010-01-30T07:19:09-08:00,2010-09-28T05:30:54-07:00,"Those variants in geant4 which conflict with the default variants are hard to select. For example:

{{{
$ sudo port install geant4 +granular
Error: geant4: Variant global conflicts with granular
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$ sudo port install geant4 +no_ui
Error: geant4: Variant no_ui conflicts with motif
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$ sudo port install geant4 +static
Error: geant4: Variant shared conflicts with static
Error: Unable to open port: Error evaluating variants
Before reporting a bug, first run the command again with the -d flag to get complete output.
$
}}}

This is why the use of default variants is discouraged unless it's planned carefully. See [wiki:PortfileRecipes#default_variants the PortfileRecipes entry] for more information. If you must use default variants, make them default only if a conflicting variant has not already been requested. For example, global should only be a default variant if the user has not already requested granular. motif should not be a default variant if the user has requested no_ui. shared should not be a default if the user has requested static. And so on.",ryandesign@…
1.8.2,23558,omniORB +universal fails to build on 10.6.2,ports,1.8.2,defect,stromnov@…,new,2010-02-04T14:05:52-08:00,2011-03-31T10:40:06-07:00,"I am trying to upgrade my current installation of omniORB to include the i386 architecture, but it fails. I tried moving the /usr/local to /usr/local.SAVE and cleaning the port, but it still ends up with this error. I need omniORBpy to work in a 32-bit mode..

{{{
port installed omniORB
The following ports are currently installed:
  omniORB @4.1.4_0+python26 (active)
}}}

{{{
sudo port -u -d upgrade --enforce-variants omniORB +universal
[...]
/usr/bin/g++-4.2 -c -O2 -arch x86_64 -arch i386 -fno-common -bind_at_load  -I/opt/local/include -DIDLMODULE_VERSION=""\""0x2630\"""" -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include -DPYTHON_INCLUDE=""<python2.6/Python.h>"" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=1 -D__darwin__ -D__x86__ -o idlexpr.o idlexpr.cc
idlexpr.cc:179: error: integer constant is too large for 'long' type
idlexpr.cc:881: error: integer constant is too large for 'long' type
idlexpr.cc:887: error: integer constant is too large for 'long' type
idlexpr.cc:1109: error: integer constant is too large for 'long' type
idlexpr.cc:1198: error: integer constant is too large for 'long' type
idlexpr.cc: In member function 'IDL_LongLong IdlExpr::evalAsLongLong()':
idlexpr.cc:179: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal SubExpr::evalAsLongLongV()':
idlexpr.cc:881: warning: comparison is always false due to limited range of data type
idlexpr.cc:887: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal DivExpr::evalAsLongLongV()':
idlexpr.cc:1109: warning: comparison is always false due to limited range of data type
idlexpr.cc: In member function 'virtual IdlLongLongVal MinusExpr::evalAsLongLongV()':
idlexpr.cc:1198: warning: comparison is always false due to limited range of data type
lipo: can't figure out the architecture type of: /var/tmp//ccM6g0dx.out
make[4]: *** [idlexpr.o] Error 1
make[3]: *** [export] Error 1
make[2]: *** [export] Error 1
make[1]: *** [export] Error 1
make: *** [all] Error 1
Error: Target org.macports.build returned: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/work/omniORB-4.1.4"" && /usr/bin/make -j2 all "" returned error 2
DEBUG: Backtrace: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omniORB/work/omniORB-4.1.4"" && /usr/bin/make -j2 all "" returned error 2
    while executing
""command_exec build""
    (procedure ""portbuild::build_main"" line 9)
    invoked from within
""$procedure $targetname""
Warning: the following items did not execute (for omniORB): org.macports.destroot org.macports.build
DEBUG: couldn't read file ""/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl"": no such file or directory
    while executing
""source [file join $dir pkgIndex.tcl]""
Error: Unable to upgrade port: 1
}}}
",jakub.moskal@…
1.8.2,23584,automoc doesn't build on Tiger,ports,1.8.2,defect,macports-tickets@…,new,2010-02-06T18:36:40-08:00,2011-04-03T01:05:43-07:00,"As [http://lists.macosforge.org/pipermail/macports-users/2010-February/018754.html reported on the mailing list], automoc has trouble building on Tiger:

{{{
can't open dynamic library: /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib/libz.1.dylib
}}}

I've seen this type of error with many other ports before, and though the simple workaround the user can use is to make a symlink of /opt inside /Developer/SDKs/MacOSX10.4u.sdk...

{{{
sudo ln -s /opt /Developer/SDKs/MacOSX10.4u.sdk/opt
}}}

...we don't want to advocate this since it modifies the SDK which is supposed to be under Apple's control, and it would not be a proper solution for MacPorts base or the port to install such a symlink there. In other ports, the solution seemed to be to ensure that the library in question is referenced in the link line, i.e. in this case ensure ""-lzlib"" appears in the LDFLAGS.

I will try to look into this issue later, if nobody else gets to it first.",ryandesign@…
1.8.2,23632,kde4-ANY  Crippled sound without QuickTime addons,ports,1.8.2,defect,macports-tickets@…,new,2010-02-10T00:24:27-08:00,2010-02-10T16:25:41-08:00,"The KDE4 ports depend on Qt's phonon sound system, which in turn depends on the native QuickTime system.  As it states at http://mac.kde.org/?id=download , if QuickTime can't play it, phonon can't play it.

The solution is to install the Xiph (ogg) QuickTime component (http://www.xiph.org/quicktime/) to allow QuickTime to play ogg files.  Installing Perian (http://perian.org/) wouldn't hurt, either.

There should be a note during the port install process saying that this step is necessary since much of KDE's audio is in ogg format.

Would it be possible to force or automate installation of these QuickTime addons through the port install process?

",dtsimon@…
1.8.2,23640,kdedu3: kturtle bus error,ports,1.8.2,defect,macports-tickets@…,new,2010-02-10T05:53:01-08:00,2011-04-04T19:54:30-07:00,"Got this ""bus error"" error on a ppc tiger using kturtle (kdedu3). I can't save/open any file.
{{{
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x2270b40 ): KAccel object already contains an action name ""help_contents""
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x2270b40 ): KAccel object already contains an action name ""help_whats_this""
DCOP: unregister 'kturtle-3075'
Bus error
}}}",francois.work@…
1.8.2,23675,ufraw @0.17 fails to build against gtk2+quartz,ports,1.8.2,defect,devans@…,new,2010-02-11T13:37:03-08:00,2013-05-05T21:38:46-07:00,"While trying to build gimp on Snow Leopard, the ufraw port fails to
build with the following error:

{{{
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I.  -I/opt/port/include   -I/opt/port/include -I/opt/port/include/gtk-2.0 -I/opt/port/lib/gtk-2.0/include \
-I/opt/port/include/atk-1.0 -I/opt/port/include/cairo -I/opt/port/include/pango-1.0 -I/opt/port/include/glib-2.0 -I/opt/port/lib/glib-2.0/include \
-I/opt/port/include/pixman-1 -I/opt/port/include/freetype2 -I/opt/port/include/libpng12   \
-I/opt/port/include/glib-2.0 -I/opt/port/lib/glib-2.0/include -I/opt/port/include   \
-I/opt/port/include    -I/opt/port/include/libpng12   -I/opt/port/include   \
-DDCRAW_NOMAIN -DUFRAW_LOCALEDIR=\""/opt/port/share/locale\"" -I/opt/port/include  \
-O2 -arch x86_64 -fopenmp -MT uf_gtk.o -MD -MP -MF .deps/uf_gtk.Tpo -c -o uf_gtk.o uf_gtk.cc

uf_gtk.cc: In function 'void uf_get_display_profile(GtkWidget*, guint8**, gint*)':
uf_gtk.cc:297: error: 'CMFlattenProfile' was not declared in this scope
make[2]: *** [uf_gtk.o] Error 1
make[2]: *** Waiting for unfinished jobs....
}}}

From the header file CMApplication.h

{{{
#if !__LP64__ && !TARGET_OS_WIN32
/* This function is deprecated in Mac OS X 10.5. Use CMCopyProfile instead.*/
CSEXTERN CMError 
CMFlattenProfile(
  CMProfileRef   prof,
  UInt32         flags,
  CMFlattenUPP   proc,
  void *         refCon,
  Boolean *      preferredCMMnotfound)                        AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_5;
#endif // !__LP64__ && !TARGET_OS_WIN32
}}}


So I tried to build it as a 32-bit port so LP64 wasn't defined.

{{{
 > sudo port -d build ufraw configure.build_arch=i386 
}}}

But this fails on the link step because all of ufraw's dependencies were built as 64-bit libraries.

One option is to build everything at 32-bit libraries/applications but is there a way to replace the CMFlattenProfile with CMCopyProfile as the header suggests?",vincent.lucarelli@…
1.8.2,23689,gdc can't build universal,ports,1.8.2,defect,mww@…,new,2010-02-12T14:24:28-08:00,2011-04-07T18:15:05-07:00,"On Snow Leopard I get this when trying to build gdc universal:

{{{
/usr/bin/gcc-4.2  -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp -I. -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/../include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/include  -O2 -arch x86_64 -arch i386 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp -I. -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/../include -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/include  -c -o charset.o -MT charset.o -MD -MP -MF .deps/charset.Po /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_gdc/work/gcc-4.1.2/libcpp/charset.c
gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
}}}

Full debug log attached.",ryandesign@…
1.8.2,23703,apr0 apr_rules.mk contains arch flags,ports,1.8.2,defect,blair@…,new,2010-02-13T18:54:56-08:00,2010-04-18T00:11:48-07:00,"apr0's apr_rules.mk contains arch flags:

{{{
$ port contents apr0 | sed 1d | xargs grep ' -arch '
/opt/local/share/apr-0/build/apr_rules.mk:CFLAGS=-O2 -arch x86_64
}}}

These should be removed before installation.",ryandesign@…
1.8.2,23735,Gimp+quartz+no_x11 segfaults on startup with custom theme selected,ports,1.8.2,defect,devans@…,new,2010-02-16T18:36:21-08:00,2011-04-11T20:22:12-07:00,"The terminal hangs for a split second before spawning the Gimp app (without gimp-app installed, just an executable icon) in the Dock, immediately dropping back with a segfault error.

Note that this only occurs when the Gimp preferences panel is used to select a custom GTK theme for use in Gimp and only Gimp.  In this situation, the theme reloads fine immediately with the new look but will cause a segfault on the next startup.  The only remedy is to remove ~/.gimp-2.6 and start the app again. 

Also note that this does not occur with regular GTK theme switching using ports such as gtk-theme-switcher (/opt/local/bin/switch2) and gtk-chtheme; those load just fine.",zwaldowski@…
1.8.2,23740,whois is very slow or times out on .net domains,ports,1.8.2,defect,ryandesign@…,new,2010-02-17T05:12:39-08:00,2010-02-17T05:12:39-08:00,"""whois vinc17.net"" or ""whois nerim.net"" is very slow (about one minute) and can even times out. There's no such problem from the same network under Debian.

According to the source, whois.crsnic.net is used for .net domains. So, to be sure, I've checked with
{{{
whois -h whois.crsnic.net nerim.net
}}}
but while it still works under Debian, it still times out under Mac OS X.

Note: my machine is a Mac OS X 10.4.11 / PowerPC.",vinc17@…
1.8.2,23754,pump mode in distcc,ports,1.8.2,defect,macports-tickets@…,new,2010-02-17T12:36:31-08:00,2012-04-23T02:13:30-07:00,"I get this error when running pump

{{{
pump scons -j4
__________Using distcc-pump from /opt/local/bin
Traceback (most recent call last):
  File ""/opt/local/lib/python2.5/site-packages/include_server/include_server.py"", line 42, in <module>
    import distcc_pump_c_extensions
ImportError: dlopen(/opt/local/lib/python2.5/site-packages/include_server/distcc_pump_c_extensions.so, 2): no suitable image found.  Did find:
	/opt/local/lib/python2.5/site-packages/include_server/distcc_pump_c_extensions.so: mach-o, but wrong architecture
__________Expected a socket at '/tmp/distcc-pump.RLL311/socket'
__________Could not start distcc-pump include server
__________Warning: distcc-pump include server failed; running unpumped
__________Found        0 available distcc servers
}}}

I don't have python 2.5 installed via mac ports (only 2.6)",kyle.tarplee@…
1.8.2,23772,InsightToolKit: fix linking against python 2.6 framework,ports,1.8.2,defect,dweber@…,new,2010-02-18T16:41:05-08:00,2011-04-22T08:39:26-07:00,"I tried adding this to fix the linking:

configure.ldflags-append -F${frameworks_dir}

but that did not get passed to the cmake build process.  I'm not sure if this is an issue with cmake or InsightToolkit.",jeremyhu@…
1.8.2,23795,GIMP xsane plugin does not recognize scanners,ports,1.8.2,defect,macports-tickets@…,new,2010-02-20T04:04:44-08:00,2012-06-28T11:10:28-07:00,"Before I forget again to report it:

The xsane plugin for Gimp delivered with macports has never worked for me. Each time I have to get the sources and rebuild it all before I can use my scanner again. Maybe this has to do with the fact that xsane explicitly states that it does not support sane changes between 1.0.19 and 1.0.20, maybe something else goes wrong. The fact that gimp depends on xsane and sane-backends (1.0.20) does not make it easier.
At present I am struggling with the sane / xsane sources again, since my old xsane 0.994 installation which worked perfectly now has the wrong architecture on Mac OS 10.6

",peter@…
1.8.2,23846,octave 3.2.3 call of imread crashed octave,ports,1.8.2,defect,macports-tickets@…,new,2010-02-24T10:30:21-08:00,2011-11-06T12:24:45-08:00,"Hello,

{{{
octave:4> A=imread(""Gears3.tiff"");
Assertion failed: (semaphore_info != (SemaphoreInfo *) NULL), function LockSemaphoreInfo, file magick/semaphore.c, line 525.
panic: Abort trap -- stopping myself...
Abort trap

tiffinfo Gears3.tiff
TIFF Directory at offset 0x1d296 (119446)
  Image Width: 380 Image Length: 380
  Resolution: 1, 1 (unitless)
  Bits/Sample: 8
  Sample Format: unsigned integer
  Compression Scheme: LZW
  Photometric Interpretation: RGB color
  Orientation: row 0 top, col 0 lhs
  Samples/Pixel: 3
  Planar Configuration: single image plane
  Software: Pixie
  MatrixWorldToScreen: 1.995447,-1.011418,0.237759,0.237759,-0.451741,-1.418443,-0.903482,-0.903482,-1.072726,-1.517127,0.356638,0.356638,21.029737,21.029734,42.059479,42.059479
  MatrixWorldToCamera: 0.832050,0.501162,0.237759,0.000000,0.000000,0.428625,-0.903482,0.000000,-0.554700,0.751743,0.356638,0.000000,-0.000001,0.000003,42.059479,1.000000
  Predictor: horizontal differencing 2 (0x2)
}}}
",hans-juergen.greif@…
1.8.2,23887,piklab libusb problem,ports,1.8.2,defect,jwbacon@…,new,2010-02-28T06:28:45-08:00,2010-02-28T07:40:26-08:00,"{{{
checking for usb_init... configure: error: libusb not found, use ./configure LIBUSB_LIBS=...
Error: Target org.macports.configure returned: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_piklab/work/piklab-0.15.4"" && ./configure --prefix=/opt/local QTDIR=/opt/local/lib/qt3 --without-arts "" returned error 1
DEBUG: Backtrace: configure failure: shell command "" cd ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_piklab/work/piklab-0.15.4"" && ./configure --prefix=/opt/local QTDIR=/opt/local/lib/qt3 --without-arts "" returned error 1
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for piklab): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
}}}",m.v.d.bilt@…
1.8.2,23910,siag-3.6.0 fails to build,ports,1.8.2,defect,macports-tickets@…,new,2010-03-02T11:19:57-08:00,2010-03-22T05:48:56-07:00,siag-3.6.0 failed to build on PPC Mac.  Debug output is attached.,Ink_Blot2001@…
1.8.2,23944,tbb fails to build on PowerPC,ports,1.8.2,defect,mnick@…,new,2010-03-05T08:35:41-08:00,2013-03-21T12:52:59-07:00,"Using MacOS 10.4.11 on ppc, with Apple gcc 4.0
{{{
$ sudo port -d install tbb
DEBUG: Found port in file:///opt/local/var/macports/sources/www.macports.org/files/ports/devel/tbb
DEBUG: Changing to port directory: /opt/local/var/macports/sources/www.macports.org/files/ports/devel/tbb
DEBUG: OS Platform: darwin
DEBUG: OS Version: 8.11.0
DEBUG: Mac OS X Version: 10.4
DEBUG: System Arch: powerpc
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant powerpc is not provided by port tbb.
DEBUG: Requested variant darwin is not provided by port tbb.
DEBUG: Requested variant macosx is not provided by port tbb.
--->  Computing dependencies for tbb
DEBUG: Executing org.macports.main (tbb)
DEBUG: Skipping completed org.macports.fetch (tbb)
DEBUG: Skipping completed org.macports.checksum (tbb)
DEBUG: Skipping completed org.macports.extract (tbb)
DEBUG: Skipping completed org.macports.patch (tbb)
--->  Configuring tbb
DEBUG: Using compiler 'Mac OS X gcc 4.0'
DEBUG: Executing org.macports.configure (tbb)
Error: Target org.macports.configure returned: can't read ""arch_flag"": no such variable
DEBUG: Backtrace: can't read ""arch_flag"": no such variable
    while executing
""$procedure $targetname""
Warning: the following items did not execute (for tbb): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
}}}
Output included in a file (tbb-debug-output.txt) for readability.",leducvin@…
1.8.2,23968,kio_http seg faults when attempting ssl connection,ports,1.8.2,defect,macports-tickets@…,new,2010-03-07T09:19:19-08:00,2012-05-18T02:35:02-07:00,"Programs that rely on kio_http (Konqueror, KMyMoney) get a ""protocol died unexpectedly"" error when attempting to establish a https connection.  Debug output from kio_http shows a segv error in libkio.

I have verified the SSL settings using kcontrol.  I've tried online banking in KMyMoney, as well as variety of different SSL sites in Konqueror, all with the same results.  OpenSSL is installed and appears to work.

I'd report this to the KDE guys, but it seems to be specific to the MacPorts environment.  Mac is running Snow Leopard 10.6.2 

I tried pasting the debug output but it was indecipherable.  I've attached it instead.",garrisonstuber@…
1.8.2,23971,dsniff build fails,ports,1.8.2,defect,macports-tickets@…,new,2010-03-07T14:45:10-08:00,2012-07-27T11:26:24-07:00,"After the first install of dsniff reporting Error, I try to reinstall using the -f switch as suggested by the installer report, but again error was listed.
Now is impossible ti reinstall or unistall ""dsniff""",omcalamai@…
1.8.2,24028,Bigloo3.2a-2 fails to compile,ports,1.8.2,defect,reilles@…,new,2010-03-11T15:45:20-08:00,2012-04-10T18:27:23-07:00,"Here's my build log:

{{{
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/bigloo
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/bigloo
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.2.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port bigloo.
DEBUG: Requested variant i386 is not provided by port bigloo.
DEBUG: Requested variant macosx is not provided by port bigloo.
--->  Computing dependencies for bigloo
DEBUG: Executing org.macports.main (bigloo)
DEBUG: Skipping completed org.macports.fetch (biglo