From owner-freebsd-ports Wed Jan 6 09:32:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10635 for freebsd-ports-outgoing; Wed, 6 Jan 1999 09:32:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from galaxy.support.stream.com (galaxy.support.stream.com [208.13.180.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA10618; Wed, 6 Jan 1999 09:32:10 -0800 (PST) (envelope-from wwoods@cybcon.com) Received: from c063.beaverton.stream.com ([208.13.191.137]) by galaxy.support.stream.com (Lotus SMTP MTA v4.6.3 (733.2 10-16-1998)) with SMTP id 852566F1.006038F1; Wed, 6 Jan 1999 12:31:01 -0500 Message-ID: <005501be3999$e8eedba0$f301040a@c063.beaverton.stream.com> From: "Wiliam Woods" To: "Jeremy Lea" , "Bill Woods" Cc: "Kris Kennaway" , , Subject: Re: kdesupport11 port build problems on -current elf Date: Wed, 6 Jan 1999 09:27:54 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Why shouldent I use the 11 ports yet? They are in the ports tree....and as a side note, I got the same error with the regular kdesupport port. -----Original Message----- From: Jeremy Lea To: Bill Woods Cc: Kris Kennaway ; current@FreeBSD.ORG ; ports@FreeBSD.ORG Date: Wednesday, January 06, 1999 12:59 AM Subject: Re: kdesupport11 port build problems on -current elf >Hi, > >On Tue, Jan 05, 1999 at 10:25:31PM -0800, Bill Woods wrote: >> OK, that sounds good....ahh..oh yea, what do you mean by "if you add >> -lXext to the linker link above" . What do I add and where ? > >Firstly, you shouldn't be using the 11 ports yet. If you see ports apear in >your tree without commit e-mail, then these are repository copies and >haven't been upgrded yet. Give people a little chance. > >Use this patch (sent to the maintainer several weeks ago) as >kdesupport/patches/patch-a3: > >--- QwSpriteField/Makefile.in~ Fri Nov 27 16:23:32 1998 >+++ QwSpriteField/Makefile.in Fri Nov 27 16:23:53 1998 >@@ -139,7 +139,7 @@ > # the difference between the first and the last, is the major number > # the last is the minor number > # the number in the middle is the minor-minor number >-libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lX11 $(LIBSOCKET) >+libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lXext -lX11 $(LIBSOCKET) > > INCLUDES = $(QT_INCLUDES) > lib_LTLIBRARIES = libQwSpriteField.la >@@ -157,7 +157,7 @@ > > noinst_PROGRAMS = example > example_SOURCES = example.cpp >-example_LDADD = libQwSpriteField.la -lqt -lX11 $(LIBSOCKET) >+example_LDADD = libQwSpriteField.la -lqt -lXext -lX11 $(LIBSOCKET) > mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > CONFIG_HEADER = ../config.h > CONFIG_CLEAN_FILES = > >Regards, > -Jeremy > >-- > | "I could be anything I wanted to, but one things true >--+-- Never gonna be as big as Jesus, never gonna hold the world in my hand > | Never gonna be as big as Jesus, never gonna build a promised land > | But that's, that's all right, OK with me..." -Audio Adrenaline > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message