From owner-freebsd-ports Sat Aug 21 15:10:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F8FD14BFC for ; Sat, 21 Aug 1999 15:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA51290; Sat, 21 Aug 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 21 Aug 1999 15:10:02 -0700 (PDT) Message-Id: <199908212210.PAA51290@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/13199: New port qt-2.0.1 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13199; it has been noted by GNATS. From: Chris Piazza To: Ryuichiro Imura Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/13199: New port qt-2.0.1 Date: Sat, 21 Aug 1999 14:59:58 -0700 On Sat, Aug 21, 1999 at 02:50:01PM -0700, Ryuichiro Imura wrote: > The following reply was made to PR ports/13199; it has been noted by GNATS. > > From: Ryuichiro Imura > To: freebsd-gnats-submit@freebsd.org > Cc: > Subject: Re: ports/13199: New port qt-2.0.1 > Date: Sun, 22 Aug 1999 06:44:42 +0900 > > Hi. > > > diff -ruN qt2.orig/patches/patch-ab qt2/patches/patch-ab > > --- qt2.orig/patches/patch-ab Wed Aug 11 08:25:36 1999 > > +++ qt2/patches/patch-ab Tue Aug 17 13:38:36 1999 > > @@ -1,6 +1,19 @@ > > ---- src/Makefile.in.orig Thu Aug 12 00:24:51 1999 > > -+++ src/Makefile.in Thu Aug 12 00:25:16 1999 > > -@@ -17,7 +17,7 @@ > > +--- src/Makefile.in.orig Mon Jul 19 19:45:37 1999 > > ++++ src/Makefile.in Tue Aug 17 13:38:25 1999 > > +@@ -6,9 +6,10 @@ > > + CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) $(QT_CXXFLAGS_OPT) > > + CC = $(SYSCONF_CC) > > + CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT) > > +-INCPATH = > > ++INCPATH = -I${LOCALBASE}/include -I${X11BASE}/include > > + LFLAGS = $(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS) > > +-LIBS = $(SYSCONF_LIBS_X11) $(QT_LIBS_OPT) > > ++LIBS = $(SYSCONF_LIBS_X11) $(QT_LIBS_OPT) -L${LOCALBASE}/lib \ > > ++ -L${X11BASE}/lib > > Is it necessary? I don't think so. > See also $(WRKSRC)/configs/freebsd-g++shared please. It was for me. It doesn't harm anything anyway. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message