Re: Is there a good version of Time Machine?

2016-02-29 Thread Ludwig
On Mon, 29 Feb 2016, Ryan Schmidt wrote:

> Backups to a non-Apple network-attached storage (NAS) device that claims to
> have Time Machine support will become corrupted over time, with the
> likelihood increasing greatly if backups are attempted over wireless. I have
> used this for years, and have had to start my backup over from scratch after
> Time Machine declared it corrupted more times than I can recall. Non-Apple
> implementations of AFP (i.e. netatalk) are simply not sufficiently compatible
> with Apple's implementation to work reliably with Time Machine, no matter
> what the third-party vendor trying to sell it to you says.
>

Does TM detect corruption “on the fly” or does one not find out until
attempting to restore?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Writing a port for a Mono executable (Pash)

2015-11-13 Thread Ludwig
I'm writing a port for Pash, a Power Shell clone for Mono, and am stuck as
described here: https://trac.macports.org/ticket/49656#comment:4

> Pash builds successfully via Mono’s xbuild tool, but it doesn’t have a “make
> install” equivalent, it leaves the executable in the project hierarchy at
> Source/PashConsole/bin/Debug/Pash.exe.

> Furthermore, it’s not a “normal” executable, it’s a “PE32 executable
> (console) Intel 80386 Mono/.Net assembly, for MS Windows,” meaning it has to
> be launched via Mono, e.g. mono path/to/Pash.exe.

> AFAICT none of the other ports in the mono category use xbuild, so I don’t
> have a model to follow here. I guess the right thing to do would be a
> post-install script creating a one-line launcher shell script, which is what
> would be installed in ${prefix}/bin. But I don’t know where to put the
> project directory, which is full of DLLs and stuff that the executable
> presumably depends on, and as such should be kept in its entirety.
> ${workpath} and ${portpath} are subject to being cleaned, right? What is the
> proper location for persistent files?

> Attached what I’ve got of the Portfile so far. The checksums are for the
> tarball I rolled from the source, do I attach that here or…?

> Sorry if these are dopey questions, this is my first real attempt at
> packaging a port.




signature.asc
Description: PGP signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Volunteer for a workshop on "setting up your own buildbot/buildslave"? (Was: Experiences with El Capitan)

2015-11-12 Thread Ludwig
On Thu, 12 Nov 2015, Ulrich Wienands wrote:

> The point being that PPC Macs are still useful machines that should not be
> condemned to the landfill…

FWIW, OpenBSD and NetBSD maintain official current releases for PPC.  FreeBSD
maintains it as a “Tier 2" architecture, meaning it’s not fully vetted by their
security team. Many Linux distros have likewise downgraded PPC to
“community-supported,” i.e. unofficial releases, but Debian for one still has
an official release.

(OT for this list, sorry, just wanted to point out that one’s choices for a PPC
Mac are not limited to an insecure old version of OSX or landf^Wrecycling.)


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Error: Insufficient privileges to write to MacPorts install prefix.

2015-08-07 Thread Ludwig
On Fri, 07 Aug 2015, Mihai Moldovan wrote:

> > https://support.apple.com/en-us/HT202035
> 
> That's the way better answer.
> 
> Also, make sure that your user account type is setup as "Administrator", not
> "Standard" or "Guest" in System Preferences -> Users and Groups (it should be,
> but please double-check.)
> 
> You can also set a password there.
> 
> After logging out and back in, sudo should magically work.
> 
> 
> Don't go the other route "enabling" the root account via Directory Utility or
> changing the sudoers file...
>

It never even occured to me that a non-Guest user could have no password. :/




signature.asc
Description: PGP signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Error: Insufficient privileges to write to MacPorts install prefix.

2015-08-06 Thread Ludwig
On Fri, 07 Aug 2015, Jim Mattingly wrote:

> Getting the above-referenced error code when attempting command: port install
> pspp, Have even tried sudo, although it is only a single-user computer at
> home, then sudo scolds me and asks for a password I don’t have. Downloaded
> Xcode from app store and macports, according to macports guide, and env
> command worked just fine, but both install and selfupdate commands tell me I
> don’t have the necessary privileges to run them. Simply running commands on
> apple terminal with Xcode open. Any ideas what to do? I’m perhaps a
> relatively advance user, but not an IT pro, so perhaps there is something
> simple I’m overlooking.  ___


Sounds like you haven’t added yourself to sudoers. You may need to launch
Directory Utility and enable root; then use su to switch to the root account;
then run visudoers and add “[your short username]  ALL=(ALL) ALL” under the
User privilege specification section. 

Sudo should work for you after all that.

(Oh, and go back to Directory Utility and disable root. It’s a minor security
measure but it ain’t nothing.)




signature.asc
Description: PGP signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: gtk-mac-integration

2015-07-26 Thread Ludwig
On Sun, 26 Jul 2015, Eric Le Lay wrote:

> It needs the gtk-osx-application-gtk2 port.
> The configure script looks for a pkgconfig package named
> gtk-mac-integration, but there are now gtk-mac-integration-gtk2 and
> gtk-mac-integration-gtk3 packages.
> I've filed a patch at https://trac.macports.org/ticket/48445 to correct
> this.
>

Thanks, Eric. 


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


gtk-mac-integration

2015-07-25 Thread Ludwig
I’ve come across a few ports that require gtk-mac-integration, but that package
is not in the repository. I vaguely remember reading that it’s been replaced by
gtk-osx-application-gtk2 or ige-mac-integration, but now I can’t find that
reference. I’ve tried with each installed but they don’t seem to provide the
GTK_MAC flags that configure looks for in ports requiring gtk-mac-integration.

How would one go about fixing this? Should the replacement(s) set the GTK_MAC
flags, or should the affected ports’ configure scripts be looking for something
else?

(Relevant example snippet of configure, from hexchat: 
http://pastebin.com/vBf41Eez )


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Python packages installed using pip not on PATH

2015-07-15 Thread Ludwig
On Wed, 15 Jul 2015, Ryan Schmidt wrote:

> MacPorts should be the only software installing files into the MacPorts
> prefix (/opt/local); using pip (or anything else) to install software into
> the MacPorts prefix is not recommended.
> 

Does this include ruby gems?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Coin vs. Coin-framework; FreeCAD interest.

2015-06-24 Thread Ludwig
In the process of trying to bring the FreeCAD port up to date, I found that
SoQT and the existing FreeCAD have a dependency on Coin-framework, which
according to MacPorts is not satisfied by Coin.  I think this may be an error,
as in building FreeCAD's current master according to the directions found here
http://www.freecadweb.org/wiki/?title=CompileOnMac#MacPorts ccmake did not
recognize COIN3D_INCLUDE_DIR or COIN3D_LIBRARY when I had Coin-framework
installed, but once I force-deactivated it and installed Coin, ccmake found
them and I was able to build successfully. I believe Coin-framework is a subset
of Coin, so anything that depends on the former should also be satisfied by the
latter.

I would file a ticket but I'm not sure how to categorize it such that it will
be noticed.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


notmuch &… [was: kde4-runtime, samba3, and talloc]

2015-04-25 Thread Ludwig
On Sat, 25 Apr 2015, René J.V. Bertin wrote:

> On Saturday April 25 2015 10:38:03 Marko Käning wrote:
> 
> >Well, I believe that samba should rather move into a dedicated variant, as
> >it is perhaps not necessarily of general interest for all MacPorts/KDE
> >users…
> 
> I'd argue the opposite. kde4-runtime is a "base" package, providing
> functionality used by other KDE4 apps. "notmuch" on the other hand provides a
> very specific and IMVHO rather obscure functionality. I think that someone
> who really wants to have both ports installed can decide for him/herself if
> it's worth building kde4-runtime from source with -nosamba (or -samba with
> +samba being a default variant) and suffering the potential loss of
> functionality in certain KDE4 apps. 
> 
> R.

Isn’t talloc basically a component of Samba? Port info decribes it as

> talloc is a hierarchical, reference counted memory pool system with
> destructors. It is the core memory allocator used in Samba.

Which sounds to me like notmuch should be happy having all of samba3, even 
though
all it really needs is the talloc piece.

L.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


kde4-runtime, samba3, and talloc

2015-04-25 Thread Ludwig
I gather that kde4-runtime's dependency on samba3 is a new thing with the most
recent update, because I have kde4-runtime already installed without samba3 but
the update insists on trying to install it. 

Trouble is, samba3 conflicts with talloc, which notmuch depends on. Is the
solution here to allow the notmuch port to accept samba3 as a provider of
talloc, or to allow the kde4-runtime port to accept talloc as an alternative to
samba3? 

Thanks,
Ludwig


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: thread CPU usage monitor?

2015-03-24 Thread Ludwig
On Tue, 24 Mar 2015, Mihai Moldovan wrote:

> On 24.03.2015 06:39 PM, Pierre Malard wrote:
> > Their is a lot of utilities like « MenuMeters » 
> > (http://www.ragingmenace.com) which can dodo that.
> > A other Mac OS X integrated tool is « Activity Monitor » which can give you 
> > a lot of information about system.
> Neither MenuMeters nor the Activity Monitor utility can show information
> on a per-THREAD basis.
> 
> I don't know of any application for OS X to get this kind of information
> out of the box, sorry.
>

htop can monitor threads.



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


hugin build bug

2015-03-18 Thread Ludwig
Trac seems to be down so I'm leaving this here before I forget.

hugin-app @2013.0.0_7 build configuration fails to find lensfun even though it
is installed, @0.3.0_0.  main.log attached.




main.log.xz
Description: Binary data


signature.asc
Description: PGP signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: kmymoney crashes on startup after update

2015-02-24 Thread Ludwig
On Mon, 23 Feb 2015, Stan Sanderson wrote:

> I have the problem of updating regularly, which I did this morning. When I
> attempted to start up KMyMoney2 this evening (first time following the
> updates), I got the splash screen followed by the system message, kmymoney
> quit unexpectedly.
> 
> I restarted (MacBook Air, OS 10.10.2, 1.3 GHz Intel Core i5, 4 GB memory, 124
> GB free HD) and had the same response. 
> 
> A small portion of the message follows below the dashes. Suggestions very
> much appreciated- I depend on this app!
> 
> Stan —— Time Awake Since Boot: 49 seconds
> 
> Crashed Thread:0  Dispatch queue: com.apple.main-thread
> 
> Exception Type:EXC_BREAKPOINT (SIGTRAP) Exception Codes:
> 0x0002, 0x
> 
> Dyld Error Message: Symbol not found: __ZN6CppGui13getCInterfaceEv 
> Referenced from: /opt/local/lib/*/kmm_kbanking.so 
> Expected in: /opt/local/lib/libgwengui-qt4.0.dylib
>

I had this same problem after updating gwenhywfr and aqbanking; rebuilding
kmymoney4 from source pointed it to the new library versions and now it works
fine.




signature.asc
Description: PGP signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: handbrake?

2015-02-01 Thread Ludwig
On Sat, 31 Jan 2015, Mark Anderson wrote:

> That port is a beast. I'm amazed it ever worked.
>

Has anyone taken a shot at any of the 40+ mencoder frontends?
http://www.mplayerhq.hu/design7/projects.html#mencoder_frontends

I've done some cursory port searches but haven't found any of them.

Maybe macporting one of those would be a worthwhile effort?  I've never used
any of them so I wouldn't really know where to start.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


handbrake?

2015-01-25 Thread Ludwig
Is any work being done on the broken Handbrake port?  It's been over a year
since the last revision.  I'll see what I can do with it, but I don't want to
step on toes or duplicate effort.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Finding a program (irc)

2014-08-02 Thread Ludwig
On Sat, 02 Aug 2014, Ryan Schmidt wrote:

> 
> On Aug 2, 2014, at 1:36 AM, Michael wrote:
> > 
> > (Also, nothing in that list of 75 ports seems to actually be a command line 
> > irc client.)
> 
> port search "irc client"
> 
> shows 20 results. But you're saying these are all gui clients, and you want a 
> cli client?
>

By my count, only seven of those 19 results are GUI clients, and three of those
are variants or older versions of others (xchat & xchat2, for instance.)

In any case, not all the descriptions contain the string "irc client," so what
Michael might want to look at instead is the irc category list of ports at
https://www.macports.org/ports.php?by=category&substr=irc


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


OpenSSL

2014-04-07 Thread Ludwig
Thanks to the maintainers for pushing out today’s patch with a quickness.  

What else do I need to do about the addressed vulnerability besides updating
the port — generate new keys or what?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: POSTFIX/SMTP SASL and TLS support

2014-04-01 Thread Ludwig
On Wed, 02 Apr 2014, Horst Simon wrote:

> Hi,
> 
> I am using the postfix from macports on OS/X Maverick 10.9.2, and want to use
> SASL and TLS, but get following messages in the mail log:
> 
> postfix/smtpd[778]: warning: smtpd_sasl_auth_enable is true, but SASL support
> is not compiled in postfix/smtpd[778]: warning: TLS has been selected, but
> TLS support is not compiled in
> 
> Is it possible to build;d it with TLS and SASL support?
>

There are several options for doing so.  SASL can be compiled in with either
the Dovecot or Cyrus libraries, and TLS with OpenSSL.

Type “port variants postfix” for a summary.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: How do I cause standalone X11 apps to use MacPorts X11?

2014-03-26 Thread Ludwig
On Wed, 26 Mar 2014, Kevin Reid wrote:

> The dialog does not come from the application but from the system-provided
> X11.app (this is observable by Dock/menu bar) which is a nonfunctional stub
> (this is what my research says).
> 
> It sounds like the assumption is that when you install third-party X11 as
> instructed by the dialog, it will _replace_ the system-provided X11. But
> MacPorts doesn't replace system files as a rule -- I'm looking for a solution
> which fits into MacPorts's way of working.
>

What happens if you launch these apps from an xterm within MacPorts’ X11?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts Statistics (was Re: usage numbers for macports vs. homebrew?)

2014-03-19 Thread Ludwig
On Wed, 19 Mar 2014, Craig Treleaven wrote:

> At 9:16 PM +0100 3/19/14, Clemens Lang wrote:
> > > Do we have a sample statistics page for a port/all ports?
> >
> >http://stats.macports.neverpanic.de/
> 
> Thanks, that helped a lot.  I like the page layout, very clean.  I have to
> say, though that I'm not a big fan of pie (or donut) graphs. It is much easy
> to compare magnitudes of a bar as opposed to sections of a donut.
>

That is clearly a Bundt cake graph.

Seriously though, it says to install the mpstats port, but port cannot find
anything by that name.  Even searching for “stat” doesn’t seem to show any
likely candidates.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Vim upgrade in latest MacPorts lost gvim

2014-03-12 Thread Ludwig
On Wed, 12 Mar 2014, Clemens Lang wrote:

> Hi,
> 
> > On Wed, 12 Mar 2014, Jim Graham wrote:
> > > What build option for the latest vim adds back gvim?  I don't remember
> > > ever having to specify anything to get gvim.  Oh, and yes, I do know that
> > > vim and gvim are the same binary (hard link, if I recall), but that
> > > didn't work either with the new version.  My solution was to
> > > deactivate//uninstall the new one and reactivate the previous version,
> > > but that's not the right way, obviously.
> > >
> > 
> > It's not an option to vim, it's a separate package: vim-app, which has vim 
> > as
> > a dependency.
> 
> vim-app is an old Carbon-based version of a GUI for vim. It does not work on 
> anything newer than 10.6.
> 
> The best GUI for Macs probably is MacVim (from the equally named port), which 
> uses a native GUI.
>

Oops, my bad.  I knew it was a separate port but didn't read the results of
"port search vim" closely enough.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Vim upgrade in latest MacPorts lost gvim

2014-03-12 Thread Ludwig
On Wed, 12 Mar 2014, Jim Graham wrote:

> What build option for the latest vim adds back gvim?  I don't remember
> ever having to specify anything to get gvim.  Oh, and yes, I do know that
> vim and gvim are the same binary (hard link, if I recall), but that
> didn't work either with the new version.  My solution was to
> deactivate//uninstall the new one and reactivate the previous version,
> but that's not the right way, obviously.
>

It's not an option to vim, it's a separate package: vim-app, which has vim as a
dependency.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: file 5.17 error

2014-03-07 Thread Ludwig
On Fri, 07 Mar 2014, Ryan Schmidt wrote:

> 
> On Mar 7, 2014, at 22:32, Ludwig wrote:
> 
> > Is anyone else getting the following error using file [snip]
> 
> >> ERROR: line 163: regex error 17, (illegal byte sequence)
> 
> Yes.
> 
> https://trac.macports.org/ticket/41069
> 
> http://bugs.gw.com/view.php?id=292
>

I did a query for tickets where port is file (and one where port begins with
file) before posting and came up completely empty.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Port update failure

2014-03-07 Thread Ludwig
On Sat, 08 Mar 2014, Phil Dobbin wrote:

> Hi, all.
> 
> Just a quick message to say that there seems to be a problem (maybe
> server side) with port update.
> 
> Error message is:
> 
> `Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the
> ports tree: Synchronization of 1 source(s) failed`
> 
> If nobody else is getting this & it doesn't clear up, I'll file a ticket
> with Trac.
>


It works for me.



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


file 5.17 error

2014-03-07 Thread Ludwig
Is anyone else getting the following error using file -d on seemingly any sort
of text file?  I want to make sure it’s not just me before opening a ticket.

$ file -d .bashrc

[…many tests snipped…]
> 
> 20: > 0 beshort&,=400,"Tower/XP rel 3 object"]
> 8992 == 400 = 0
> mget(type=7, flag=20, offset=0, o=0, nbytes=56, count=0)
> mget/64 @0: # ~/.bashrc: executed by bash(1) for non-login
> shells.\n\n\000\000\000\000\000\000\000\000
> 
> 10: > 0 beshort&,=392,"Tower/XP rel 2 object"]
> 8992 == 392 = 0
> mget(type=17, flag=20, offset=0, o=0, nbytes=56, count=0)
> mget/64 @0:  #~/.bashrc: executed by bash(1) for non-login
> shells.\n\n\000\000\000\000\000\000\000\000
> 
> 163: > 0 regex/s,=\`(\r\n|;|[[]|\377\376),""]
> softmagic -1
> .bashrc: ERROR: line 163: regex error 17, (illegal byte sequence)


It looks like if it hits a match before reaching that test it returns the
result, but so far every human-readable file I’ve tried it on gets to that
point before a hit.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: jpilot

2014-01-16 Thread Ludwig
On Thu, 16 Jan 2014, Lenore Horner wrote:

> > 
> > For obvious reasons, Palm has not been keeping its drivers up-to-date;
> > http://kb.hpwebos.com/wps/portal/kb/common/article/33529_en.html#mac is
> > still downloadable but I would be very very surprised if it worked on 10.9.
> > I did find this: http://pccallup.sourceforge.net which may be a working
> > replacement.  (I don’t have one to test with, sorry.)
> 
> The Palm software hasn’t worked since 10.7.  That’s why I switched to Missing
> Sync.  However it (and other companies) used iSync which Apple has removed
> from 10.9.  
> 
> I tried the pccallup and the site still exists but there are no files
> available. 
> 
> Can I copy a /dev/pilot air /dev/ttyUSB1 from a backup under an old operating
> system or are there going to be other pieces that go along with that that
> I’ll also be missing?
>

No, that definitely won’t work.

Your best bet might be to run an old OS version in emulation... but even that
could be tricky.

Alternatively, there are other hacky things you could do with the device if
you’re loath to retire it, but that’s getting way off-topic for this list.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: jpilot

2014-01-15 Thread Ludwig
On Wed, 15 Jan 2014, Lenore Horner wrote:

> Since it annoys me no end to throw away hardware that works, I’m still trying 
> to use a Palm TX on Mavericks.  It may not be possible, but I thought I’d try 
> jpilot.  
> 
> When I do and try to hot sync, it tells me
> pi_bind error: /dev/pilot No such file or directory
> Check your serial port and settings
> Exiting with status SYNC_ERROR_BIND
> 
> That’s all very well, but I don’t find any instructions about what should be 
> in the file /dev/pilot or where I should set my serial port and settings.  
> Anyone out there still using this and able to tell me what the file 
> /dev/pilot should contain?
>

Files in the /dev directory aren’t normal files, they represent interfaces to
physical devices (among other things.)  So /dev/disk0 is the first hard drive,
/dev/modem would be a modem, /dev/random is the random number generator,
/dev/null is where your missing sock went, and so on.  The lack of /dev/pilot
suggests that the Palm drivers are missing.  

For obvious reasons, Palm has not been keeping its drivers up-to-date;
http://kb.hpwebos.com/wps/portal/kb/common/article/33529_en.html#mac is still
downloadable but I would be very very surprised if it worked on 10.9.  I did
find this: http://pccallup.sourceforge.net which may be a working replacement.
(I don’t have one to test with, sorry.)


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Media server recommendation

2013-06-28 Thread Ludwig
On Fri, 28 Jun 2013, Craig Treleaven wrote:

> At 5:23 PM -0400 6/28/13, Dan Aldrich wrote:
> >Been trying to set up a uPnP/DLNA server on my old iMac-G5. Previously
> >been sharing the media files with SMB. Ushare didn't work out, kept
> >getting bus errors, so assumed that it was too big for the machine.
> >Building MediatTomb right now and trying that.
> >
> >Any recommendations for something like this? miniupmp, mediatomb,
> >something I haven't thought of yet?
> 
> MythTV?  Myth includes video library management* and a UPNP server although
> I don't personally use these features.  When you configure Myth you tell it
> a list of directories that include videos and have it scan through them to
> create/update the listing and retrieve metadata.  More info on the Myth
> wiki:
> 
> http://www.mythtv.org/wiki/Video_Library
> 
> http://www.mythtv.org/wiki/UPnP
>

"External Video Players (mplayer, xine, VLC) will not work with videos hosted
on an [MythTV Storage Groups.]"

I'm looking for something that can simply host a video library with some
cross-platform/cross-client metadata tags, so people could browse "samurai 
movies"
or "black & white movies" or "music videos directed by Australians" without
being tied to Myth or XBMC or iTunes clients.  Is there anything that will
provide this out of the box, or am I looking at customizing a generic CMS?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


wine x86_64?

2013-06-05 Thread Ludwig
Both wine and wine-devel, or one of their dependencies, insists on installing
+universal, which then cascades up a huge dependency tree replacing all the
existing x86_64 versions with universal variants.  I would like for this not to
happen but I'm not having any luck finding the culprit.  Is it wine itself or
some low-level dependency insisting on universal?  "port deps" doesn't seem to
indicate variants in its output.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


quartz/x11 conflict

2012-08-15 Thread Ludwig
I uninstalled everything gtk2 related all the way down to cairo in an
effort to get gtk2 +quartz installed.  Yet when installing gtk2
+quartz
directly, in installs pango and cairo +quartz+x11, which causes gtk2 +quartz
(which conflicts with +x11) to fail, as it requires pango to be built
-x11.  Okay,
fine, manually install pango +quartz +no_x11.  Oops, that requires
cairo to be
built -x11.  Build that by itself.  Then build pango by itself.  Then
gtk2.
That seems to work.

But seeing as how +x11 and +quartz are incompatible at such a low
level, shouldn't
they be mutually exclusive in all dependent ports?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


mutt-devel fix for incompatibility with gpgme 1.2.0 (Ticket #22009)

2009-10-24 Thread Christoph Ludwig
Hi,

the current mutt-devel port generates runtime errors if used with
variant +gpgme. The reason is that gpgme requires since release 1.2.0
that applications call gpgme_check_version() at least once before they
call any gpgme operations. mutt 1.5.20 fails to do so whence it will
abort as soon as the user tries to open any signed or encrypted
email. (Presuming that mutt is configured to use the GPGME backend, of
course, but that's likely if the user asked for the gpgme variant when
he installed the mutt-devel port.)

Ticket #22009 (created 2009-10-12) has a patch that fixes the issue. It
has not yet been applied, though. The mutt-devel port is marked as
"openmaintainer"; may I therefore ask that someone with the necessary
privileges reviews and commits the patch? FWIW, I use it on my notebook
without problems.

Thanks a lot!

Christoph


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Installing old version of a port

2009-10-09 Thread Ludwig
I'm trying to figure out how to install an outdated version of a port
and having not much luck.  Is there a simple way of installing, for
instance, rdiff-backup-devel @1.1.5?  I've found the portfile for it but
I'm not sure what to do with it.

Thanks


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


gnupg2 conflicts with gnupg (ticket 21462)

2009-09-29 Thread Christoph Ludwig
Hi,

this morning an upgrade of my ports failed because there's a conflict
between gnupg2 2.0.12_1 and gnupg 1.14.10_0; both want to install
/opt/local/share/man/man1/gpg-zip.1.gz. 

b...@... added a patch to ticket 21462 11 days ago that updates gnupg2
to 2.0.13 and removes the offending man pag from the port. (gnupg2 does
not install gpg-zip, so there's no good reason why it should install a
man page for it.)

Any chance that someone with the necessary privileges commits the
patch, please?

Thanks!

Christoph

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gtk fails to build

2008-11-21 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ryan Schmidt wrote (on 2008-11-20 16:25):

> Ludwig, please let us know if upgrading to Xcode 3.1(.1) works.
> (After upgrading Xcode, clean the gtk2 work area with "sudo port
> clean gtk2" then try installing it again.) If so, we can make the
> gtk2 port require Xcode 3.1(.1) and prevent others from running into
> this.

Upgraded Xcode to 3.1 (When did Software Update start ignoring the
developer tools?), cleaned the gtk2 build directory, and tried to
upgrade again.  Now this:


> /usr/bin/gcc-4.0 -dynamiclib ${wl}-flat_namespace ${wl}-undefined 
> ${wl}suppress -o .libs/libgdk-x11-2.0.0.1400.4.dylib  .libs/gdk.o 
> .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o 
> .libs/gdkcursor.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o 
> .libs/gdkdraw.o .libs/gdkevents.o .libs/gdkfont.o .libs/gdkgc.o 
> .libs/gdkglobals.o .libs/gdkimage.o .libs/gdkkeys.o .libs/gdkkeyuni.o 
> .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkpixbuf-render.o 
> .libs/gdkpixmap.o .libs/gdkpolyreg-generic.o .libs/gdkrectangle.o 
> .libs/gdkregion-generic.o .libs/gdkrgb.o .libs/gdkscreen.o 
> .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o 
> .libs/gdkwindowimpl.o .libs/gdkenumtypes.o  
> .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkapplaunchcontext-x11.o 
> .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkasync.o 
> .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkcolor-x11.o 
> .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkcursor-x11.o 
> .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkdisplay-x11.o .libs/libgdk
-x11-2.0.lax/libgdk-x11.a/gdkdnd-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkdrawable-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkevents-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkfont-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkgc-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkgeometry-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkglobals-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkim-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkimage-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkinput-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkinput-xfree.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkinput.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkkeys-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkmain-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkpixmap-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkproperty-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkscreen-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkselection-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdksp
awn-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdktestutils-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkvisual-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkwindow-x11.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkxftdefaults.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkxid.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/xsettings-client.o 
.libs/libgdk-x11-2.0.lax/libgdk-x11.a/xsettings-common.o   -L/opt/local/lib 
-L/usr/X11/lib /opt/local/lib/libpangocairo-1.0.dylib -L/usr/X11R6/lib 
/usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib 
/opt/local/lib/libz.dylib /opt/local/lib/libcairo.dylib 
/opt/local/lib/libpangoft2-1.0.dylib /opt/local/lib/libpixman-1.dylib 
/opt/local/lib/libpango-1.0.dylib /opt/local/lib/libgio-2.0.dylib 
/opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib 
/opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib 
/opt/local/lib/libiconv.dylib /opt/local/lib/libfontconfig.dylib 
/opt/local/lib/libexpat.dylib /opt/local/lib/libfreetyp
e.dylib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/X11/lib/libXi.6.0.0.dylib 
/usr/X11/lib/libXrandr.2.1.0.dylib /usr/X11/lib/libXrender.1.3.0.dylib 
/usr/X11/lib/libXcursor.1.0.2.dylib /opt/local/lib/libXrender.dylib 
/usr/X11/lib/libXcomposite.1.0.0.dylib /usr/X11/lib/libXext.6.4.0.dylib 
/usr/X11/lib/libXdamage.1.1.0.dylib /usr/X11/lib/libXfixes.3.1.0.dylib 
/usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib 
/usr/X11/lib/libXdmcp.6.0.0.dylib /opt/local/lib/libtiff.dylib 
/opt/local/lib/libjpeg.dylib /opt/local/lib/libpng12.dylib -lz 
/opt/local/lib/libjasper.dylib -lm ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.dylib  
-Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices 
-install_name  /opt/local/lib/libgdk-x11-2.0.0.dylib -compatibility_version 
1401 -current_version 1401.4 -Wl,-single_module 
-Wl,-exported_symbols_list,.libs/libgdk-x11-2.0-symbols.expsym
> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such 
> file or directory
> make[4]: *** [libgdk-x11-2.0.la] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> Warning: the following items did not execute (for gtk2): 
> org.macports.destroot org.macports.build
> Error: Unable to upgrade por

gtk fails to build

2008-11-19 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can't find an open bug or previous list message about this, so I
wanted to check here before filing a ticket.

10.5.5.  Upgrading gtk from 2.14.4_0 to 2.14.4_1 fails thusly:



>  /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" 
> -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS 
> -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
> -I/opt/local/include -I/opt/local/include/pango-1.0 
> -I/opt/local/include/cairo -I/opt/local/include/pixman-1 
> -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 
> -I/usr/X11/include -I/opt/local/include -no-cpp-precomp -DX_LOCALE 
> -I/usr/X11R6/include -DG_DISABLE_SINGLE_INCLUDES 
> -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES 
> -DGTK_DISABLE_SINGLE_INCLUDES -I/opt/local/include -I/usr/X11/include 
> -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -funroll-loops -fstrict-aliasing -Wall 
> -MT gdkevents-x11.lo -MD -MP -MF .deps/gdkevents-x11.Tpo -c gdkevents-x11.c  
> -fno-common -DPIC -o .libs/gdkevents-x11.o
> gdkevents-x11.c: In function 'gdk_event_translate':
> gdkevents-x11.c:2110: error: 'RRNotify' undeclared (first use in this 
> function)
> gdkevents-x11.c:2110: error: (Each undeclared identifier is reported only once
> gdkevents-x11.c:2110: error: for each function it appears in.)
> gdkevents-x11.c:2112: error: 'XRRNotifyEvent' undeclared (first use in this 
> function)
> gdkevents-x11.c:2112: error: 'notify' undeclared (first use in this function)
> gdkevents-x11.c:2112: error: syntax error before ')' token
> gdkevents-x11.c: In function 'gdk_x11_screen_get_window_manager_name':
> gdkevents-x11.c:2721: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> gdkevents-x11.c: In function 'gdk_x11_screen_supports_net_wm_hint':
> gdkevents-x11.c:2821: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> make[4]: *** [gdkevents-x11.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> Warning: the following items did not execute (for gtk2): 
> org.macports.destroot org.macports.build
> Error: Unable to upgrade port: 1






-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkkyY8ACgkQqMQkOg5fmctwuQCdESpg2obzHwpAAIE2wJOfVOWf
UVMAoOvV47uXWVwtp3TiySizlFKmW4qq
=ml74
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Trac queries not working

2008-11-19 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://trac.macports.org/query and http://trac.macports.org/search both
return:

>
> Oops…
>
> Trac detected an internal error:
>
> OperationalError: could not connect to server: Connection refused Is
> the server running on host "localhost" and accepting TCP/IP
> connections on port ?
>
> There was an internal error in Trac. It is recommended that you
> inform your local Trac administrator and give him all the information
> he needs to reproduce the issue.
>
> To that end, you could   a ticket at this site.
>
> The action that triggered the error was:
>
> GET: /query







-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkkvrEACgkQqMQkOg5fmcv2yACdFYoULMmlLdYu60PsVwYlO6OG
JysAoLBw77M1dgL22SjhSpBP+4N94z1y
=XLe7
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


ghc installation failure on Mac OS 10.4 / PowerPC

2008-08-26 Thread Christoph Ludwig
Hi,

a colleague of mine is unable to install darcs on his 10.4.11 / PowerBook G4
due to a problem with the required ghc port (currently in revision 6.8.3_0).
Some Lisp library we rely on uses darcs as its only distribution method (for
reasonably recent revisions, at least), so this is a blocking issue for us.

Apparently, the bootstrapping fails because the bootstrapping complier /
linker fails on this OS / architecture combination, cf. the error message
below. The problem seems to be related to both
https://trac.macports.org/ticket/15923 and a ticket in ghc's bug tracking
system
http://www.nabble.com/-GHC---2380%3A-Adjustor.o-crash-compiling-ghc-6.8.3-on-iBook-G4-10.4.11-td17993124.html#a17993124.

Regards

Christoph


sudo port -v install darcs
--->  Fetching ghc
--->  Verifying checksum(s) for ghc
--->  Checksumming ghc-6.8.3-src.tar.bz2
--->  Checksumming ghc-6.8.3-src-extralibs.tar.bz2
--->  Checksumming ghc-6.6.1-darwin-ppc-tiger-bootstrap.tar.bz2
--->  Extracting ghc
--->  Extracting ghc-6.8.3-src.tar.bz2
--->  Extracting ghc-6.8.3-src-extralibs.tar.bz2
--->  Extracting ghc-6.6.1-darwin-ppc-tiger-bootstrap.tar.bz2
--->  Applying patches to ghc

[...]

== make all -r;
 in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ghc/work/ghc-6.8.3/rts

../compiler/ghc-inplace -optc-O -optc-I/opt/local/include -optc-Wall
-optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes
-optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return
-optc-I../includes -optc-I. -optc-Iparallel -optc-Ism
-optc-DCOMPILING_RTS -optc-fomit-frame-pointer -optc-I/opt/local/include
-optc-I../gmp/gmpbuild -optc-fno-strict-aliasing -H16m -O
-I/opt/local/include -L/opt/local/lib -optc-O2 -package-name rts -static
-I/opt/local/include -I../gmp/gmpbuild -I. -#include HCIncludes.h
-dcmm-lint -c Adjustor.c -o Adjustor.o
make[1]: *** [Adjustor.o] Bus error
make: *** [stage1] Error 1


-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


sbcl 1.0.18_0 build error

2008-08-01 Thread Christoph Ludwig
Hi,

my attempt to upgrade the sbcl port to 1.0.18_0 on an Intel MacBook Pro, OS X
10.4.11, failed with some linker error:

  dyld: lazy symbol binding failed: Symbol not found: _kill$UNIX2003

I submitted ticket https://trac.macports.org/ticket/16160 and attached the
full output of 'sudo port -v upgrade sbcl'.

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: ntfs-3g 1.1120 source missing

2008-02-22 Thread Ludwig
On Fri, Feb 22, 2008 at 1:04 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote:

>  Well, the files were never there. MacPorts just looks in the
>  repository as a backup for all ports, but most ports do not have
>  copies of their distfiles in the MacPorts repository, because there's
>  usually no need to have them there, and the MacPorts project is not
>  in the business of providing a general distfile mirror.

The macports repository is the only place macports is looking for it,
so it must have been there at some point or the port would never have
passed even the most rudimentary QA.

Thanks for filing the bug report for me.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


ntfs-3g 1.1120 source missing

2008-02-21 Thread Ludwig
$ sudo port -v install ntfs-3g
--->  Fetching ntfs-3g
--->  ntfs-3g-1.1120.tgz doesn't seem to exist in
/opt/local/var/macports/distfiles/ntfs-3g
--->  Attempting to fetch ntfs-3g-1.1120.tgz from http://www.ntfs-3g.org/
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
--->  Attempting to fetch ntfs-3g-1.1120.tgz from
http://svn.macports.org/repository/macports/distfiles/ntfs-3g
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
--->  Attempting to fetch ntfs-3g-1.1120.tgz from
http://svn.macports.org/repository/macports/distfiles/general/
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
--->  Attempting to fetch ntfs-3g-1.1120.tgz from
http://svn.macports.org/repository/macports/downloads/ntfs-3g
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
Error: Target org.macports.fetch returned: fetch failed
Warning: the following items did not execute (for ntfs-3g):
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.



I can't find the source for that version anywhere; does anyone know
where to get it?  Someone's deleted the files from
http://trac.macports.org/projects/macports/browser/trunk/dports/fuse/ntfs-3g
too.

Alternatively, could the port be updated to the current version (1.2216)?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gpgme variant for mutt-devel?

2008-02-14 Thread Christoph Ludwig
On Thu, Feb 07, 2008 at 09:46:43AM +0100, Christoph Ludwig wrote:
> On Wed, Jan 02, 2008 at 08:08:12PM +0100, Christoph Ludwig wrote:
> > On Wed, Jan 02, 2008 at 12:50:20PM -0600, Ryan Schmidt wrote:
> > > On Jan 2, 2008, at 02:18, Christoph Ludwig wrote:
> > > >I have a request: I'd be grateful if support for mutt's gpgme  
> > > >crypto backend
> > > >was added to the port mutt-devel, at least as a variant.  
> > > >Unfortunately, I am
> > > >swamped so I do not have the time to come up with a portfile patch  
> > > >myself.
> > > 
> > > 
> > > [snip]
> > > 
> > > Then you should file an enhancement request ticket in Trac.
> > 
> > done, it is #13788.
> 
> I finally got around to prepare a patch. It is attached to the ticket
> http://trac.macosforge.org/projects/macports/attachment/ticket/13788/mutt-devel.gpgme.patch>.

The port maintainer did not get around to review and apply my patch yet, it
seems. The 72 hour period mentioned in
http://guide.macports.org/#project.membership> has passed, so could 
someone else with the necessary privileges have a look, please? 

Thanks!

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gpgme variant for mutt-devel?

2008-02-07 Thread Christoph Ludwig
On Wed, Jan 02, 2008 at 08:08:12PM +0100, Christoph Ludwig wrote:
> On Wed, Jan 02, 2008 at 12:50:20PM -0600, Ryan Schmidt wrote:
> > On Jan 2, 2008, at 02:18, Christoph Ludwig wrote:
> > >I have a request: I'd be grateful if support for mutt's gpgme  
> > >crypto backend
> > >was added to the port mutt-devel, at least as a variant.  
> > >Unfortunately, I am
> > >swamped so I do not have the time to come up with a portfile patch  
> > >myself.
> > 
> > 
> > [snip]
> > 
> > Then you should file an enhancement request ticket in Trac.
> 
> done, it is #13788.

I finally got around to prepare a patch. It is attached to the ticket
http://trac.macosforge.org/projects/macports/attachment/ticket/13788/mutt-devel.gpgme.patch>.

If you approve the patch, I'd appreciate if you let me know when it is
commited to the central macports repository, so I can delete the copy of the
port from my local repository.

Regards

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: qt build failure due to libmng build failure

2008-02-02 Thread Ludwig
On Jan 21, 2008 1:39 PM, Ludwig <[EMAIL PROTECTED]> wrote:

> > > --->  Fetching libmng
> > > --->  Verifying checksum(s) for libmng
> > > --->  Checksumming libmng-1.0.9.tar.gz
> > > --->  Extracting libmng
> > > --->  Extracting libmng-1.0.9.tar.gz
> > > --->  Configuring libmng
> > > /opt/local/share/aclocal/xmms.m4:17: warning: underquoted definition
> > > of XMMS_TEST_VERSION
> > > /opt/local/share/aclocal/xmms.m4:17:   run info '(automake)Extending
> > > aclocal'
> > > /opt/local/share/aclocal/xmms.m4:17:   or see
> > > http://sources.redhat.com/automake/automake.html#Extending-aclocal
> > > /opt/local/bin/gm4:configure.in:193: recursion limit of 1024 exceeded,
> > > use -L to change it
> > > autom4te: /opt/local/bin/gm4 failed with exit status: 1
> > > aclocal: autom4te failed with exit status: 1
> > > autoreconf: aclocal failed with exit status: 1
> >
> >
> > This looks like a problem with the xmms port, which you apparently
> > have installed...
> > Uninstall xmms and try again. If that helps, please report it as a bug
> > against xmms in trac.
>
> Uninstalled xmms and tried again, and got a very similar error but with smpeg:
>
> Command output: /opt/local/share/aclocal/smpeg.m4:13: warning:
> underquoted definition of AM_PATH_SMPEG
>
> Uninstalled smpeg, tried again, and got the error for libmikmod.
> Uninstalled that and got the error for gtk.  Uninstalled gtk1 and got
> the error for glib.  Uninstalled glib1, error for audiofile.  If I
> kept up I'd wind up uninstalling the entire ports tree.  Uninstalled
> automake and tried to install libmng, libmng has a build dep on
> automake and reinstalls it before throwing the same error as before.


Still getting this same error with libmng-1.0.10.  Any ideas?
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: qt build failure due to libmng build failure

2008-01-21 Thread Ludwig
On Jan 21, 2008 1:00 PM, Jochen Küpper <[EMAIL PROTECTED]> wrote:
> On 21.01.2008, at 21:37, Ludwig wrote:
>
> > qt3-mac and qt4-mac both have deps on libmng with no variants omitting
> > it, even though it's just animated PNG support.
>
> Well, it's a tiny library which uses 1 MB disk space...
>
> > --->  Fetching libmng
> > --->  Verifying checksum(s) for libmng
> > --->  Checksumming libmng-1.0.9.tar.gz
> > --->  Extracting libmng
> > --->  Extracting libmng-1.0.9.tar.gz
> > --->  Configuring libmng
> > /opt/local/share/aclocal/xmms.m4:17: warning: underquoted definition
> > of XMMS_TEST_VERSION
> > /opt/local/share/aclocal/xmms.m4:17:   run info '(automake)Extending
> > aclocal'
> > /opt/local/share/aclocal/xmms.m4:17:   or see
> > http://sources.redhat.com/automake/automake.html#Extending-aclocal
> > /opt/local/bin/gm4:configure.in:193: recursion limit of 1024 exceeded,
> > use -L to change it
> > autom4te: /opt/local/bin/gm4 failed with exit status: 1
> > aclocal: autom4te failed with exit status: 1
> > autoreconf: aclocal failed with exit status: 1
>
>
> This looks like a problem with the xmms port, which you apparently
> have installed...
> Uninstall xmms and try again. If that helps, please report it as a bug
> against xmms in trac.

Uninstalled xmms and tried again, and got a very similar error but with smpeg:

Command output: /opt/local/share/aclocal/smpeg.m4:13: warning:
underquoted definition of AM_PATH_SMPEG

Uninstalled smpeg, tried again, and got the error for libmikmod.
Uninstalled that and got the error for gtk.  Uninstalled gtk1 and got
the error for glib.  Uninstalled glib1, error for audiofile.  If I
kept up I'd wind up uninstalling the entire ports tree.  Uninstalled
automake and tried to install libmng, libmng has a build dep on
automake and reinstalls it before throwing the same error as before.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


qt build failure due to libmng build failure

2008-01-21 Thread Ludwig
qt3-mac and qt4-mac both have deps on libmng with no variants omitting
it, even though it's just animated PNG support.


--->  Fetching libmng
--->  Verifying checksum(s) for libmng
--->  Checksumming libmng-1.0.9.tar.gz
--->  Extracting libmng
--->  Extracting libmng-1.0.9.tar.gz
--->  Configuring libmng
/opt/local/share/aclocal/xmms.m4:17: warning: underquoted definition
of XMMS_TEST_VERSION
/opt/local/share/aclocal/xmms.m4:17:   run info '(automake)Extending aclocal'
/opt/local/share/aclocal/xmms.m4:17:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/opt/local/bin/gm4:configure.in:193: recursion limit of 1024 exceeded,
use -L to change it
autom4te: /opt/local/bin/gm4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Error: Target org.macports.configure returned: shell command "cd
'/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libmng/work/libmng-1.0.9'
&& LIBTOOLIZE=glibtoolize autoreconf -fi" returned error 1
Command output: /opt/local/share/aclocal/xmms.m4:17: warning:
underquoted definition of XMMS_TEST_VERSION
/opt/local/share/aclocal/xmms.m4:17:   run info '(automake)Extending aclocal'
/opt/local/share/aclocal/xmms.m4:17:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/opt/local/bin/gm4:configure.in:193: recursion limit of 1024 exceeded,
use -L to change it
autom4te: /opt/local/bin/gm4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Warning: the following items did not execute (for libmng):
org.macports.activate org.macports.configure org.macports.build
org.macports.destroot org.macports.install
Error: The following dependencies failed to build: libmng
Error: Status 1 encountered during processing.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


OCamlDuce port install fails due to warnings turned into errors

2008-01-06 Thread Christoph Ludwig
Hi,

I cannot install the OCamlDuce port because the build encounters warnings
which are treated as errors due to a compiler option. 

I filed an issue in Track
http://trac.macosforge.org/projects/macports/ticket/13846>, but perhaps
someone on the list already has a fix.

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gpgme variant for mutt-devel?

2008-01-02 Thread Christoph Ludwig
On Wed, Jan 02, 2008 at 12:50:20PM -0600, Ryan Schmidt wrote:
> On Jan 2, 2008, at 02:18, Christoph Ludwig wrote:
> >I have a request: I'd be grateful if support for mutt's gpgme  
> >crypto backend
> >was added to the port mutt-devel, at least as a variant.  
> >Unfortunately, I am
> >swamped so I do not have the time to come up with a portfile patch  
> >myself.
> 
> 
> [snip]
> 
> Then you should file an enhancement request ticket in Trac.

done, it is #13788.

Thanks

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


gpgme variant for mutt-devel?

2008-01-02 Thread Christoph Ludwig
Hi,

I have a request: I'd be grateful if support for mutt's gpgme crypto backend
was added to the port mutt-devel, at least as a variant. Unfortunately, I am
swamped so I do not have the time to come up with a portfile patch myself.

I'd like to take advantage of the bug fixes that went into mutt over the last
year, but right now I am stuck at 1.5.11. Since I need S/MIME support and I am
not satisfied with the S/MIME support provided by the "classic" crypto backend
that calls openssl's command line tools, I cannot switch to the mutt-devel
port.

Thanks

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: port sqlite3 broken

2007-10-01 Thread Christoph Ludwig
On Mon, Oct 01, 2007 at 01:46:05AM -0500, Ryan Schmidt wrote:
> On Sep 30, 2007, at 04:24, Christoph Ludwig wrote:
> 
> >my attempts to upgrade sqlite3 on a MacBook Pro (Intel, Mac OS X  
> >10.4.10)
> >failed with the error message below. Is this a known problem? Does  
> >anyone have
> >a fix for it?
[...]
>
> That would be this bug:
> 
> http://trac.macports.org/projects/macports/ticket/12790
> 
> You can add yourself to the bug's Cc list if you would like to be  
> informed of the bug's progress.

thanks. Unfortunately, I cannot figure out how to do that:

I followed the link you provided. There, I logged into my account (using the
"Login" link on the top right.) I am then presented with an editor field that
allows me to add an additional comment to the report - but I cannot find a
field to add myself to the CC list. The only comment I could add was a "me
too", which I do not consider helpful information that needs to be added to
the bug database.

I may miss the obvious, but this interface does not seem very intuitive to me.

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


port sqlite3 broken

2007-09-30 Thread Christoph Ludwig
Hi,

my attempts to upgrade sqlite3 on a MacBook Pro (Intel, Mac OS X 10.4.10)
failed with the error message below. Is this a known problem? Does anyone have
a fix for it?

Regards

Christoph


=== console output ===
castellio:~ cludwig$ sudo port -v -n -f upgrade sqlite3
--->  Building sqlite3 with target all
./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 -I/opt/local/include 
-DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. -I./src -DNDEBUG   
-DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 
-DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 
-DHAVE_READLINE=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 
-DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fno-common -DPIC -o 
.libs/alter.o
In file included from ./src/alter.c:17:
./src/sqliteInt.h:1950: error: syntax error before 'void'
gnumake: *** [alter.lo] 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_databases_sqlite3/work/sqlite-3.4.2"
 && gnumake all " returned error 2
Command output: ./libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -O2 
-I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 -DHAVE_READLINE=1 -I. 
-I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 
-DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
 /usr/bin/gcc-4.0 -O2 -I/opt/local/include -DSQLITE_ENABLE_LOCKING_STYLE=1 
-DHAVE_READLINE=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_LOCKING_STYLE=1 
-DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fno-common -DPIC -o 
.libs/alter.o
In file included from ./src/alter.c:17:
./src/sqliteInt.h:1950: error: syntax error before 'void'
gnumake: *** [alter.lo] Error 1
=== end of console output ===

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: python 2.5 and md5 problem

2007-08-02 Thread Christoph Ludwig
Hi,

On Thu, Aug 02, 2007 at 04:03:27PM +0200, David Tremouilles wrote:
>  I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5
> 
> When trying to
> import md5
> I receive an error message saying that _md5 does not exist.

you need to install the py25-hashlib port.

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: wireshark/libtool/heimdal build bug (w/ workaround)

2007-07-30 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2007-07-30 19:23 -0700, Ludwig wrote:

> I see that there is a
> /opt/local/var/macports/software/heimdal/0.7.2_0/opt/local/lib/libcom_err.la
> but the active heimdal port is 0.7.2_1, which doesn't exist in
> /opt/local/var/macports/software/heimdal/
>

Correction: 0.7.2_1/ is there, but none of the libcom_err files are in
0.7.2_1/opt/local/lib




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iEYEARECAAYFAkauoBEACgkQqMQkOg5fmctKJQCdHLN4AXON7d30qigS+Zpu5iAm
zSUAoNSOPIyCHzUmPMrwVQYXgtSo/GQ8
=FKFN
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


wireshark/libtool/heimdal build bug (w/ workaround)

2007-07-30 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In trying to upgrade wireshark from 0.99.5_0 to 0.99.6_0 I get the
following error:

> /bin/sh ../libtool --tag=CC --mode=link gcc  -no-cpp-precomp 
> -D_U_="__attribute__((unused))" -O2 -Wall -W -Wdeclaration-after-statement 
> -Wendif-labels -Wpointer-arith -Wno-pointer-sign -DPNG_NO_MMX_CODE -DXTHREADS 
> -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include 
> -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo 
> -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 
> -I/opt/local/lib/glib-2.0/include -I/opt/local/include 
> -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 
> -I/usr/X11R6/include   -I/opt/local/include -I/opt/local/include 
> -I/opt/local/include   -Wl,-search_paths_first -Wl,-search_paths_first 
> -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o libwireshark.la -rpath 
> /opt/local/lib -version-info 0:1:0 -Wl,-single_module 
> libwireshark_la-addr_and_mask.lo libwireshark_la-addr_resolv.lo 
> libwireshark_la-adler32.lo libwireshark_la-afn.lo libwireshark_la-asn1.lo 
> libwireshark_la-atalk-utils.lo libwireshark_la-base64.lo 
> libwireshark_la-bitswap.lo libwireshark_la-camel-persistentdata.lo 
> libwireshark_la-charsets.lo libwireshark_la-circuit.lo 
> libwireshark_la-column.lo libwireshark_la-column-utils.lo 
> libwireshark_la-conversation.lo libwireshark_la-crc16.lo 
> libwireshark_la-crc32.lo libwireshark_la-crcdrm.lo libwireshark_la-emem.lo 
> libwireshark_la-epan.lo libwireshark_la-ex-opt.lo libwireshark_la-except.lo 
> libwireshark_la-expert.lo libwireshark_la-filesystem.lo 
> libwireshark_la-follow.lo libwireshark_la-frame_data.lo 
> libwireshark_la-funnel.lo libwireshark_la-gcp.lo 
> libwireshark_la-guid-utils.lo libwireshark_la-h225-persistentdata.lo 
> libwireshark_la-in_cksum.lo libwireshark_la-ipproto.lo 
> libwireshark_la-ipv4.lo libwireshark_la-next_tvb.lo libwireshark_la-nstime.lo 
> libwireshark_la-oid_resolv.lo libwireshark_la-osi-utils.lo 
> libwireshark_la-packet.lo libwireshark_la-plugins.lo libwireshark_la-prefs.lo 
> libwireshark_la-privileges.lo libwireshark_la-proto.lo 
> libwireshark_la-range.lo libwireshark_la-reassemble.lo 
> libwireshark_la-reedsolomon.lo libwireshark_la-report_err.lo 
> libwireshark_la-req_resp_hdrs.lo libwireshark_la-sigcomp_state_hdlr.lo 
> libwireshark_la-sigcomp-udvm.lo libwireshark_la-sminmpec.lo 
> libwireshark_la-sna-utils.lo libwireshark_la-stat_cmd_args.lo 
> libwireshark_la-stats_tree.lo libwireshark_la-strutil.lo 
> libwireshark_la-stream.lo libwireshark_la-t35.lo libwireshark_la-tap.lo 
> libwireshark_la-tcap-persistentdata.lo libwireshark_la-timestamp.lo 
> libwireshark_la-tfs.lo libwireshark_la-to_str.lo libwireshark_la-tvbparse.lo 
> libwireshark_la-tvbuff.lo libwireshark_la-uat.lo 
> libwireshark_la-unicode-utils.lo libwireshark_la-value_string.lo 
> libwireshark_la-ws_strsplit.lo libwireshark_la-xdlc.lo 
> libwireshark_la-xmlstub.lo libwireshark_generated.la crypt/libairpdcap.la 
> ftypes/libftypes.la dfilter/libdfilter.la dissectors/libcleandissectors.la 
> dissectors/libdissectors.la dissectors/libasndissectors.la 
> dissectors/libpidldissectors.la   -L/opt/local/lib -lgnutls -L/opt/local/lib 
> -ltasn1 -L/opt/local/lib -lgcrypt -L/opt/local/lib -lgpg-error -liconv 
> -L/opt/local/lib -lkrb5 -lasn1 -lcom_err  -lroken -lresolv -lcrypto   
> -lcrypto -lm -L/opt/local/lib -lz 
> grep: /opt/local/lib/libcom_err.la: No such file or directory
> sed: /opt/local/lib/libcom_err.la: No such file or directory
> libtool: link: `/opt/local/lib/libcom_err.la' is not a valid libtool archive
> make[3]: *** [libwireshark.la] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> Warning: the following items did not execute (for wireshark):
> org.macports.destroot org.macports.build
> Error: Unable to upgrade port: 1


I see that there is a
/opt/local/var/macports/software/heimdal/0.7.2_0/opt/local/lib/libcom_err.la
but the active heimdal port is 0.7.2_1, which doesn't exist in
/opt/local/var/macports/software/heimdal/

Deactivating heimdal 0.7.2_1 in favor of 0.7.2_0 allowed wireshark to
build successfully.  



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iEYEARECAAYFAkaunQoACgkQqMQkOg5fmcuOgwCfZ34wlRfTfdfNvjfO1VpQ0w3z
8EkAn0Un85RJbsyWJwVCMb08AT2c2r3S
=BUfQ
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: installation of cdrdao port fails

2007-07-21 Thread Christoph Ludwig
On Fri, Jul 20, 2007 at 12:23:41PM +0200, Christoph Ludwig wrote:
> today I encountered the problem with cdrdao discussed in
> http://trac.macports.org/projects/macports/ticket/12094>. At the end of
> the discussion, bytestorm uploaded a patch that is supposed to fix this
> issue. Unfortunately, cdrdao is without a maintainer, so the patch just sits
> there. 
> 
> Can someone with commit privileges have a look, please, and commit the patch
> if it seems ok? 

I applied above mentioned patch locally and was then able to install (and use
:-) ) the cdrdao port, FWIW. My system is a MacBook Pro (Intel) with Mac OS
10.4.10.

So the patch seems to be fine indeed.

Regards

Christoph

PS: Now that I have the port in a local repositoy that is searched before the
one synced with rsync.macports.org/release/ports/, how do I learn about
updates of the "offocial" cdrdao port? I assume the local port will hide all
released cdrdao ports whence 'port outdated' won't do the trick, does it?

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


installation of cdrdao port fails

2007-07-20 Thread Christoph Ludwig
Hi,

today I encountered the problem with cdrdao discussed in
http://trac.macports.org/projects/macports/ticket/12094>. At the end of
the discussion, bytestorm uploaded a patch that is supposed to fix this
issue. Unfortunately, cdrdao is without a maintainer, so the patch just sits
there. 

Can someone with commit privileges have a look, please, and commit the patch
if it seems ok? 

Thanks!

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gpgme downgraded?

2007-07-13 Thread Christoph Ludwig
On Thu, Jul 12, 2007 at 02:07:16PM -0500, Ryan Schmidt wrote:
> On Jul 12, 2007, at 11:27, Christoph Ludwig wrote:
> >I just did a selfupdate to 1.5.0 without any obvious problem.
> >I then did:
> >
> >  castellio:~ cludwig$ port search gpgme
> >  gpgme  devel/gpgme1.1.2A  
> >library for easy acces to GnuPG.
> >  gpgme-objc devel/gpgme-objc 1.0.2 
> >GnuPG Made Easy is an Objective-C framework wrapping libgpgme
> >  rb-gpgme   ruby/rb-gpgme  0.2  Ruby  
> >interface to GnuPG Made Easy (GPGME)
> >  castellio:~ cludwig$ port installed gpgme
> >  The following ports are currently installed:
> >gpgme @1.1.4_0 (active)
[...]
> I see that gpgme was updated to 1.1.4 in r23500 on 2007-04-02 and has  
> not been downgraded since then. I don't know why your MacPorts thinks  
> 1.1.2 is the current version. Try "sudo port sync" to update your  
> ports tree.

thanks, Ryan, "sudo port sync" fixed the issue - which obviously affected my
whole ports tree, because now "port outdated" shows me a completey different
list of ports. (E.g., after the selfupdate port considered my gcc42 port
outdated, now it is reported as up to date.)

Was this a glitch in port or do I misunderstand the documentation? As I read
the man page, "selfupdate" is supposed to imply a "sync".

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


gpgme downgraded?

2007-07-12 Thread Christoph Ludwig
Hi,

I just did a selfupdate to 1.5.0 without any obvious problem.
I then did:

  castellio:~ cludwig$ port search gpgme
  gpgme  devel/gpgme1.1.2A library for easy 
acces to GnuPG.
  gpgme-objc devel/gpgme-objc 1.0.2GnuPG Made Easy 
is an Objective-C framework wrapping libgpgme
  rb-gpgme   ruby/rb-gpgme  0.2  Ruby interface to 
GnuPG Made Easy (GPGME)
  castellio:~ cludwig$ port installed gpgme
  The following ports are currently installed:
gpgme @1.1.4_0 (active)

Note that 'port search' thinks the most recent gpgme port is at 1.1.2, but I
actually have a gpgme 1.1.4 port installed! Was the gpgme port downgraded on
purpose? Or is there something wrong (in the port repository or on my side)?

If it was a purposeful downgrade, where can I learn about its rationale?
(Background: I am investigating why my mailclient mutt - not installed via
port - dies with a bus error as soon as I open a GPG-encrypted mail.)

Regards

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gcc42 fails to build

2007-06-07 Thread Christoph Ludwig
Hi Maun Suang,

On Wed, Jun 06, 2007 at 10:46:08PM +1000, Boey Maun Suang wrote:
> >You can see in the logs that configure decided to use the ´ar´  
> >installed by
> >the binutils port. (The link in /opt/local/bin is named ´gar´ to avoid
> >conflicts with Appöe's ar, but the link in
> >/opt/local/i386-apple-darwin8.9.1/bin/ is named ´ar´.) Could this  
> >be the
> >cause? Do you have the binutils port installed?
> 
> Further to my last email on this, I installed binutils and got  
> exactly the error you described, then deactivated binutils, cleaned  
> gcc42 and tried installing gcc42 again, and it worked fine.  See if  
> you can do a clean install of gcc42 after deactivating binutils.  

I deactivated binutils and, yes, gcc42 built just fine.

> If  
> that works, it would be great if you could file a ticket about the  
> problem (if you do, don't forget to put yourself and the maintainers  
> of binutils and gcc42 into the Cc: field on the ticket, as the  
> MacPorts Trac installation doesn't currently forward automatically to  
> the reporter or assignee).

I already have an open ticket; I will add this information and also add the
CCs. (It would be nice if onthe form there were an indication along the Cc:
field like "put the maintainer and yourself in here". Of course, it would be
even better if track did that automatically, but let's stick to humble
wishes. :-) )

Thanks!

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: gcc42 fails to build

2007-06-05 Thread Christoph Ludwig
Hi Maun Suang,

On Tue, Jun 05, 2007 at 12:22:52PM +1000, Boey Maun Suang wrote:
> >the make option '-j 2' is set by the port file, not by me:
> >
> >  castellio:~/tmp cludwig$ port cat gcc42 | grep '^build.args'
> >  build.args  -j 2
> 
> 
> 
> How silly of me not to check the Portfile; sorry about that.  It  
> built fine for me on an Intel Core Duo Macbook Pro, and apparently  
> for others as well, which is why I assumed the problem was elsewhere.
> 
> >I therefore cannot unset it, short of modifying the port myself.
> 
> One is supposed to be able to set at least some arguments on the  
> command line like this:
> 
> port install gcc42 build.args="-j 1"

ah, I did not know that.
 
> If that doesn't work, it actually shouldn't be that painful to edit  
> the Portfile in your local tree; it should be in ${prefix}/var/db/ 
> dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/gcc42/ 
> Portfile, in which case you can just delete the build.args line.   
> Note that it will be overwritten when you next run "port selfupdate"  
> or "port sync", but it should be fine for testing whether or not  
> removing the -j flag fixes the problem for you -- provided you have  
> the time an patience to wait for it to build :-)

The time it needs to build does not matter. I certainly have enough tasks on
my stack to keep me busy while gcc42 is being built. :-)
  
> Now that I think about it further, there might be something else to  
> try: without modifying build.args on the commandline or in the port  
> file, try installing it, wait for it to fail, and then try it again  
> straight away (make will try to pick up from where it left off). 

I am going to attach the output of 
´sudo port -v install gcc42 build.args='-j 1'´. It did in fact pick up where
the previous build failed, but failed again when the next archive was to be
built. :-(

You can see in the logs that configure decided to use the ´ar´ installed by
the binutils port. (The link in /opt/local/bin is named ´gar´ to avoid
conflicts with Appöe's ar, but the link in
/opt/local/i386-apple-darwin8.9.1/bin/ is named ´ar´.) Could this be the
cause? Do you have the binutils port installed?

Regards

Christoph

-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
--->  Building gcc42 with target bootstrap
echo stage3 > stage_final
rm -f stage_current
make[4]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc-4.0" "CFLAGS=-g 
-fkeep-inline-functions" "CXXFLAGS=-O2" "CFLAGS_FOR_BUILD=-O2" 
"CFLAGS_FOR_TARGET=-O2 -O2 " "INSTALL=/opt/local/bin/ginstall -c" 
"INSTALL_DATA=/opt/local/bin/ginstall -c -m 644" 
"INSTALL_PROGRAM=/opt/local/bin/ginstall -c" 
"INSTALL_SCRIPT=/opt/local/bin/ginstall -c" "LDFLAGS=" "LIBCFLAGS=-g 
-fkeep-inline-functions" "LIBCFLAGS_FOR_TARGET=-O2 -O2 " "MAKE=make" 
"MAKEINFO=makeinfo --split-size=500 --split-size=500 
--split-size=500 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" 
"EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/local" 
"infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc42" 
"prefix=/opt/local" "tooldir=/opt/local/i386-apple-darwin8.9.1" "AR=ar" "AS=as" 
"CC=/usr/bin/gcc-4.0" "CXX=/usr/bin/g++-4.0" "LD=ld" "LIBCFLAGS=-g 
-fkeep-inline-functions" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all 
multi-do # make
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
make \
  CFLAGS="-g -fkeep-inline-functions -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-Wmissing-format-attribute -fno-common " \
  CONFIG_H="config.h  auto-host.h ../../gcc-4.2.0/gcc/../include/ansidecl.h" \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make 
GCC_FOR_TARGET="/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_gcc42/work/build/./gcc/xgcc
 
-B/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_gcc42/work/build/./gcc/
 -B/opt/local/i386-apple-darwin8.9.1/bin/ 
-B/opt/local/i386-apple-darwin8.9.1/lib/ -isystem 
/opt/local/i386-apple-darwin8.9.1/include -isystem 
/opt/local/i386-apple-darwin8.9.1/sys-include" \
  AR_FOR_TARGET="/opt/local/i386-apple-darwin8.9.1/bin/ar" \
  AR_CREATE_FOR_TARGET="/opt/local/i386-apple-darwin8.9.1/bin/ar  rc" \
  AR_EXTRACT_FOR_TARGET="/opt/local/i386-apple-darwin8.9.1/bin/ar  x" \
  AR_FLAGS_FOR_TARGET="" \
  CC="/usr/bin/gcc-4.0" CFLAGS="-g -fkeep-inline-functions -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-Wmissing-format-attribute -fno-common " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -O2 -O2  -DIN_GCC-W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -W

Re: gcc42 fails to build

2007-06-04 Thread Christoph Ludwig
Hi Maun Suang,

On Mon, Jun 04, 2007 at 06:26:15PM +1000, Boey Maun Suang wrote:
> >My attempt to install the gcc42 port failed. The full output of
> >'sudo port -v install gcc42' is available at
> >http://www.cdc.informatik.tu-darmstadt.de/~cludwig/ 
> >install_gcc42.log>,
> >the last lines with the error message are copied below. Does anyone  
> >know
> >what's going on?
> >
> >
> >
> >/opt/local/i386-apple-darwin8.9.1/bin/ar: ./libgcov.a: Invalid  
> >operation
> >/opt/local/i386-apple-darwin8.9.1/bin/ar: ./libgcc.a: Invalid  
> >operation
> >make[4]: *** [libgcov.a] Error 1
> >make[4]: *** Waiting for unfinished jobs
> >make[4]: *** [libgcc.a] Error 1
> >make[3]: *** [stmp-multilib] Error 2
> >make[2]: *** [all-stage1-gcc] Error 2
> >make[1]: *** [stage1-bubble] Error 2
> >make: *** [bootstrap] Error 2
> 
> If the full output that you provided the link for [1], I noticed the  
> following line just after the first instance of the text I've quoted  
> above:
> 
> Error: Target com.apple.build returned: shell command " cd "/opt/ 
> local/var/db/dports/build/ 
> _opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dport 
> s_lang_gcc42/work/build" && make bootstrap -j 2 " returned error 2
> 
> It seems that you've set the -j flag somewhere to try to speed up  
> make by getting it to do two operations in parallel, but  
> unfortunately that's known to break builds if the Makefiles don't  
> quite specify the dependencies correctly.  Try removing the -j flag  
> from wherever you've set it and see if that helps.

the make option '-j 2' is set by the port file, not by me:

  castellio:~/tmp cludwig$ port cat gcc42 | grep '^build.args'
  build.args  -j 2

I therefore cannot unset it, short of modifying the port myself.

BTW, I opened a ticket for this issue (#12065).

Regards

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


gcc42 fails to build

2007-06-03 Thread Christoph Ludwig
Hi,

my system is a Intel Core Duo running Mac OS X 10.4.9, Xcode is version 2.4.1,
and port is 1.442.

My attempt to install the gcc42 port failed. The full output of 
'sudo port -v install gcc42' is available at 
http://www.cdc.informatik.tu-darmstadt.de/~cludwig/install_gcc42.log>,
the last lines with the error message are copied below. Does anyone know
what's going on?

Regards

Christoph


/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_gcc42/work/build/./gcc/xgcc
 
-B/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_gcc42/work/build/./gcc/
 -B/opt/local/i386-apple-darwin8.9.1/bin/ 
-B/opt/local/i386-apple-darwin8.9.1/lib/ -isystem 
/opt/local/i386-apple-darwin8.9.1/include -isystem 
/opt/local/i386-apple-darwin8.9.1/sys-include -O2  -O2 -O2  -DIN_GCC-W 
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-4.2.0/gcc 
-I../../gcc-4.2.0/gcc/. -I../../gcc-4.2.0/gcc/../include 
-I../../gcc-4.2.0/gcc/../libcpp/include -I/opt/local/include 
-I/opt/local/include -I../../gcc-4.2.0/gcc/../libdecnumber -I../libdecnumber 
-DSHARED -fexceptions -c ../../gcc-4.2.0/gcc/unwind-c.c -o libgcc/./unwind-c_s.o
rm -f ./libgcc.a
/opt/local/i386-apple-darwin8.9.1/bin/ar  rc ./libgcc.a libgcc/./_muldi3.o 
libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o 
libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_clear_cache.o 
libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o 
libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o 
libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o 
libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o 
libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o 
libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o 
libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o 
libgcc/./_paritydi2.o libgcc/./_powisf2.o libgcc/./_powidf2.o 
libgcc/./_powixf2.o libgcc/./_powitf2.o libgcc/./_mulsc3.o libgcc/./_muldc3.o 
libgcc/./_mulxc3.o libgcc/./_multc3.o libgcc/./_divsc3.o libgcc/./_divdc3.o 
libgcc/./_divxc3.o libgcc/./_divtc3.o libgcc/./_fixunssfsi.o 
libgcc/./_fixunsdfsi.o libgcc/./_fixunsxfsi.o libgcc/./_fixsfdi.o 
libgcc/./_fixsfti.o libgcc/./_fixunssfdi.o libgcc/./_fixunssfti.o 
libgcc/./_floatdisf.o libgcc/./_floattisf.o libgcc/./_floatundisf.o 
libgcc/./_floatuntisf.o libgcc/./_fixdfdi.o libgcc/./_fixdfti.o 
libgcc/./_fixunsdfdi.o libgcc/./_fixunsdfti.o libgcc/./_floatdidf.o 
libgcc/./_floattidf.o libgcc/./_floatundidf.o libgcc/./_floatuntidf.o 
libgcc/./_fixxfdi.o libgcc/./_fixxfti.o libgcc/./_fixunsxfdi.o 
libgcc/./_fixunsxfti.o libgcc/./_floatdixf.o libgcc/./_floattixf.o 
libgcc/./_floatundixf.o libgcc/./_floatuntixf.o libgcc/./_fixtfdi.o 
libgcc/./_fixtfti.o libgcc/./_fixunstfdi.o libgcc/./_fixunstfti.o 
libgcc/./_floatditf.o libgcc/./_floattitf.o libgcc/./_floatunditf.o 
libgcc/./_floatuntitf.o libgcc/./_eprintf.o libgcc/./__gcc_bcmp.o 
libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o 
libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./darwin-64.o
rm -f ./libgcov.a
/opt/local/i386-apple-darwin8.9.1/bin/ar  rc ./libgcov.a libgcc/./_gcov.o 
libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o 
libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o 
libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o 
libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o 
libgcc/./_gcov_interval_profiler.o libgcc/./_gcov_pow2_profiler.o 
libgcc/./_gcov_one_value_profiler.o
/opt/local/i386-apple-darwin8.9.1/bin/ar: ./libgcov.a: Invalid operation
/opt/local/i386-apple-darwin8.9.1/bin/ar: ./libgcc.a: Invalid operation
make[4]: *** [libgcov.a] Error 1
make[4]: *** Waiting for unfinished jobs
make[4]: *** [libgcc.a] Error 1
make[3]: *** [stmp-multilib] Error 2
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2


-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


port list outdated

2007-05-17 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The outdated psudo-portname is not expanding correctly.  It's returning
a list of all ports in the repository.  Is there another way to get a
list of all active outdated ports?




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iEYEARECAAYFAkZNAkkACgkQqMQkOg5fmcuy8ACfU0IBgM92YFSIdzieskuVmNHU
LzgAoMXRhuk4PExUj904TT2EvLcOC/Ac
=dnnR
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


python24 activation problem

2007-05-11 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

11:14:33 ~$ sudo port -v install python24
- --->  Installing python24 2.4.4_0+darwin_8
- --->  Activating python24 2.4.4_0+darwin_8
Error: Target com.apple.activate returned: Image error: 
/Applications/Macports/MacPython 2.4/PythonLauncher.app/Contents/Info.plist 
already exists and does not belong to a registered port.
  Unable to activate port python24.
Warning: the following items did not execute (for python24): com.apple.activate
Error: Status 1 encountered during processing.
11:15:09 ~$ sudo port -v uninstall python24
- --->  Uninstalling python24 2.4.4_0+darwin_8
- --->  Uninstall is removing python24 from the port registry.
11:15:28 ~$ sudo port -v clean python24
- --->  Cleaning python24
- --->  Removing workpath for python24
11:15:38 ~$ sudo port -v install python24
- --->  Fetching python24
- --->  Verifying checksum(s) for python24
- --->  Checksumming Python-2.4.4.tar.bz2
- --->  Extracting python24
- --->  Extracting Python-2.4.4.tar.bz2
- --->  Applying patches to python24

 [...compile messages snipped...]

- --->  Compressing man pages for python24
man1/python.1:   61.0% -- replaced with man1/python.1.gz
man1/python.1.gz: changing permissions from 00644 to 00444
- --->  Installing python24 2.4.4_0+darwin_8
- --->  Activating python24 2.4.4_0+darwin_8
Error: Target com.apple.activate returned: Image error: 
/Applications/Macports/MacPython 2.4/BuildApplet.app/Contents/Info.plist 
already exists and does not belong to a registered port.  
  Unable to activate port python24.
Warning: the following items did not execute (for python24): com.apple.activate
Error: Status 1 encountered during processing.





-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iEYEARECAAYFAkZEuXYACgkQqMQkOg5fmcs+SACeL5EsOAVWdsdR+XaCvmzJKVYa
2HsAoIhTyz3HPtfW2SDs1e3RxM9KVLV7
=UVmY
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


XeTeX loads files from wrong directory

2006-12-22 Thread Christoph Ludwig
Hi,

XeTeX relies for most packages on an existing TeX installation. There are some
files, however, that had to be patched; the xetex port installs them in
/opt/local/share/texmf-dist/tex/{xetex,xelatex}.  Unfortunately, xetex still
loads the unpatched files and, in consequence, fails. For example, if I load
the hyperref package, xelatex loads
/opt/local/share/texmf-dist/tex/latex/url/url.sty, even though there is
/opt/local/share/texmf-dist/tex/xelatex/url.sty. 

I opened a ticket (#11174) for this problem. But perhaps someone knows which
configuration file I need to tweak?

Regards

Christoph
-- 
FH Worms - University of Applied Sciences
Fachbereich Informatik / Telekommunikation
Erenburgerstr. 19, 67549 Worms, Germany
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users