Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jan 2006 11:18:27 +0200
From:      Panagiotis Astithas <past@ebs.gr>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/91083: New port: x11-toolkits/swt31 Standard Widget Toolkit for Java
Message-ID:  <43BB92E3.9080102@ebs.gr>
In-Reply-To: <20060103202842.GF3805@k7.mavetju>
References:  <200601022156.k02LuJh3077113@freefall.freebsd.org> <43BA6CEE.7080101@ebs.gr> <20060103202842.GF3805@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060404070708050601040107
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Edwin Groothuis wrote:
> On Tue, Jan 03, 2006 at 02:24:14PM +0200, Panagiotis Astithas wrote:
> 
>>Edwin Groothuis wrote:
>>
>>>Synopsis: New port: x11-toolkits/swt31 Standard Widget Toolkit for Java
>>>
>>>State-Changed-From-To: open->feedback
>>>State-Changed-By: edwin
>>>State-Changed-When: Mon Jan 2 21:56:00 UTC 2006
>>>State-Changed-Why: 
>>>===>   Registering installation for swt-3.1
>>>===>  Building package for swt-3.1
>>>tar: lib/libswt-mozilla-gtk-3138.so: Cannot stat: No such file or directory
>>>pkg_create: make_dist: tar command failed with code 256
>>>Creating package /tmp/packages/All/swt-3.1.tbz
>>>Registering depends: libgnomeui-2.12.0_1 gnome-icon-theme-2.12.1_2 
>>>gnomekeyring-0.4.6 libbonoboui-2.10.1_1 libgnome-2.12.0.1 
>>>scrollkeeper-0.3.14_1,1 docbook-xsl-1.69.1 esound-0.2.36 gnomevfs2-2.12.2 
>>>fam-2.6.9_6 gconf2-2.12.1 gnomemimedata-2.4.2 libbonobo-2.10.1_2 
>>>libgnomecanvas-2.12.0 ORBit2-2.12.4_1 libIDL-0.8.6_1 libglade2-2.5.1_3 
>>>gtk-2.8.9 hicolor-icon-theme-0.5 jdk-1.4.2p7_2 intltool-0.34.1 
>>>pango-1.10.2 howl-1.0.0 cairo-1.0.2_1 javavmwrapper-2.0_6 gnomehier-2.0_7 
>>>tiff-3.7.4 atk-1.10.3 xorg-fonts-truetype-6.8.2 libart_lgpl2-2.3.17 
>>>libaudiofile-0.2.6 linc-1.0.3_4 shared-mime-info-0.16_2 libXft-2.1.7 
>>>p5-XML-Parser-2.34_1 startup-notification-0.8_1 docbook-sk-4.1.2_3 
>>>libxslt-1.1.15 libxml2-2.6.22 popt-1.7 glib-2.8.4 
>>>samba-libsmbclient-3.0.20b_2 urwfonts-1.0 bitstream-vera-1.10_2 
>>>perl-5.8.7_2 xorg-libraries-6.8.2 png-1.2.8_2 gettext-0.14.5 python-2.4.2 
>>>openldap-client-2.2.30 docbook-xml-4.2_1 sdocbook-xml-4.1.2.5_2 
>>>libiconv-1.9.2_1 fontconfig-2.3.2,1 jpeg-6b_3 freetype2-2.1.
>>
>>10
>>
>>>_2 xmlcatmgr-2.2 xorg-fonts-encodings-6.8.2 pkgconfig-0.20 expat-1.95.8_3.
>>>Creating bzip'd tar ball in '/tmp/packages/All/swt-3.1.tbz'
>>>
>>>Please fix!
>>>
>>>http://www.freebsd.org/cgi/query-pr.cgi?pr=91083
>>
>>How exactly are you running make package, because I can't seem to 
>>reproduce this. Even using a non-standard $PREFIX works for me.
> 
> 
> I'm running it in a tinderbox (misc/tinderbox), which means it's a
> very barebones system. Please give it a try yourself.

I believe this patch should fix it. The same thing should also be done 
for java/eclipse, too.

Thanks,

Panagiotis

--------------060404070708050601040107
Content-Type: text/x-patch;
 name="swt31-Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="swt31-Makefile.diff"

--- swt31/Makefile.orig	Wed Jan  4 10:50:37 2006
+++ swt31/Makefile	Wed Jan  4 10:50:54 2006
@@ -36,9 +36,9 @@
 
 .if !defined(WITHOUT_MOZILLA)
 PLIST_FILES+=	lib/libswt-mozilla-gtk-%%BUILD%%.so
+MAKE_MOZILLA=	make_mozilla
 .if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla"
 BROWSER=	${WITH_MOZILLA}
-MAKE_MOZILLA=	make_mozilla
 BUILD_DEPENDS+=	${BROWSER}:${PORTSDIR}/www/${BROWSER}
 .else
 BUILD_DEPENDS+=	mozilla:${PORTSDIR}/www/mozilla

--------------060404070708050601040107--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43BB92E3.9080102>