ports/90627: [NEW PORTS] multimedia/quodlibet
Byung-Hee HWANG
bh at izb.knu.ac.kr
Wed Dec 21 10:00:32 UTC 2005
The following reply was made to PR ports/90627; it has been noted by GNATS.
From: Byung-Hee HWANG <bh at izb.knu.ac.kr>
To: Edwin Groothuis <edwin at FreeBSD.org>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/90627: [NEW PORTS] multimedia/quodlibet
Date: Wed, 21 Dec 2005 18:57:43 +0900
On Wed, Dec 21, 2005 at 04:37:38AM +0000, Edwin Groothuis wrote:
> File "./check.py", line 20, in ?
> import gtk
> File "/usr/local/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
> from _gtk import *
> RuntimeError: could not open display
>
> I take it this is an X issue. Wonder how other ports which require
> X and sometimes require a terminal handle this on the package
> building system.
Okay, I fixed it. The patch is here:
--- patch begins here ---
--- Makefile.orig 2005-11-11 08:06:26.000000000 -0700
+++ Makefile 2005-12-21 02:21:55.068872752 -0700
@@ -7,7 +7,7 @@
all:
@/bin/echo -n "Checking for Python... "
@which python || ( echo "Not found." && /bin/false )
- @./check.py
+ @env DISPLAY=:0.0 ./check.py
make-install-dirs:
mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
--- patch ends here ---
I've put all the updated shar files, too. Please, check out below:
http://izb.knu.ac.kr/~bh/diffs/ports-quodlibet-20051221.shar
--
Byung-Hee
More information about the freebsd-ports-bugs
mailing list