From sheldonh@axl.noc.iafrica.com Thu Aug 19 04:53:54 1999
Return-Path: <sheldonh@axl.noc.iafrica.com>
Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175])
	by hub.freebsd.org (Postfix) with ESMTP id 1FB8F14BCD
	for <freebsd-gnats-submit@freebsd.org>; Thu, 19 Aug 1999 04:53:21 -0700 (PDT)
	(envelope-from sheldonh@axl.noc.iafrica.com)
Received: from sheldonh (helo=axl.noc.iafrica.com)
	by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1)
	id 11HQkU-00037l-00
	for freebsd-gnats-submit@freebsd.org; Thu, 19 Aug 1999 13:52:50 +0200
Message-Id: <E11HQkU-00037l-00@axl.noc.iafrica.com>
Date: Thu, 19 Aug 1999 13:52:50 +0200
From: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
Subject:

>Number:         13253
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 05:00:01 PDT 1999
>Closed-Date:    Sun Aug 22 11:37:24 PDT 1999
>Last-Modified:  Wed Oct 26 06:06:58 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 From cpiazza@norn.ca.eu.org Wed Aug 18 20: 28:28 1999
 Return-Path: <cpiazza@norn.ca.eu.org>
 Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137])
 	by hub.freebsd.org (Postfix) with ESMTP id 6E0B814A12
 	for <freebsd-gnats-submit@freebsd.org>; Wed, 18 Aug 1999 20:28:27 -0700 (PDT)
 	(envelope-from cpiazza@norn.ca.eu.org)
 Received: by norn.ca.eu.org (Postfix, from userid 1002)
 	id 3F5C6786; Wed, 18 Aug 1999 20:28:17 -0700 (PDT)
 Message-Id: <19990818202817.B37394@norn.ca.eu.org>
 Date: Wed, 18 Aug 1999 20:28:17 -0700
 From: Chris Piazza <cpiazza@home.net>
 Sender: cpiazza@norn.ca.eu.org
 To: freebsd-gnats-submit@freebsd.org, imura@cs.titech.ac.jp
 Subject: Re: ports/13199: New port qt-2.0.1
 Resent-To: freebsd-gnats-submit@freebsd.org
 Resent-Date: Thu, 19 Aug 1999 13:52:50 +0200
 Resent-Message-ID: <12012.935063570@axl.noc.iafrica.com>
 Resent-From: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
 
  Attached is the update of this port that I have.  It is
  relatively minor but it was needed for the port to 
  actually compile on my machine.  I moved
  ${PKGDIR}/PLIST.man3 to ${FILESDIR}/MAN3, also.
  
  -Chris
  -- 
  cpiazza@home.net              cpiazza@FreeBSD.org
  "It's better to be quotable than to be honest."
                                     --Tom Stoppard
  
  diff -ruN qt2.orig/Makefile qt2/Makefile
  --- qt2.orig/Makefile	Tue Aug 17 06:23:51 1999
  +++ qt2/Makefile	Tue Aug 17 13:12:17 1999
  @@ -1,4 +1,4 @@
  -# New ports collection makefile for:   qt
  +# New ports collection makefile for:   qt2
   # Version required:	2.0.1
   # Date created:		17 Jul 1999
   # Whom:			imura@cs.titech.ac.jp
  @@ -28,9 +28,9 @@
   .endif
   
   .if ${OSVERSION} < 400004
  -CXX=eg++
  -CC=egcc
  -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs
  +CXX=g++295
  +CC=gcc295
  +BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs
   .endif
   
   .if ${PORTOBJFORMAT} == "elf"
  @@ -41,7 +41,7 @@
   PLIST_SUB=	VERSION=${VERSION}
   
   MAN1=		moc.1
  -MAN3!=		cat ${.CURDIR}/pkg/PLIST.man3
  +MAN3!=		cat ${FILESDIR}/MAN3
   
   do-install:
   	${INSTALL_PROGRAM} ${WRKSRC}/bin/mergetr ${PREFIX}/bin
  diff -ruN qt2.orig/files/MAN3 qt2/files/MAN3
  --- qt2.orig/files/MAN3	Wed Dec 31 16:00:00 1969
  +++ qt2/files/MAN3	Thu Aug 12 01:31:14 1999
  @@ -0,0 +1,234 @@
  +qaccel.3qt
  +qapplication.3qt
  +qarray.3qt
  +qasciicache.3qt
  +qasciicacheiterator.3qt
  +qasciidict.3qt
  +qasciidictiterator.3qt
  +qasyncio.3qt
  +qbitarray.3qt
  +qbitmap.3qt
  +qbitval.3qt
  +qboxlayout.3qt
  +qbrush.3qt
  +qbuffer.3qt
  +qbutton.3qt
  +qbuttongroup.3qt
  +qcache.3qt
  +qcacheiterator.3qt
  +qcdestyle.3qt
  +qchar.3qt
  +qcheckbox.3qt
  +qchecklistitem.3qt
  +qchildevent.3qt
  +qclipboard.3qt
  +qcloseevent.3qt
  +qcollection.3qt
  +qcolor.3qt
  +qcolordialog.3qt
  +qcolorgroup.3qt
  +qcombobox.3qt
  +qcommonstyle.3qt
  +qconnection.3qt
  +qconststring.3qt
  +qcstring.3qt
  +qcursor.3qt
  +qcustomevent.3qt
  +qdatapump.3qt
  +qdatasink.3qt
  +qdatasource.3qt
  +qdatastream.3qt
  +qdate.3qt
  +qdatetime.3qt
  +qdialog.3qt
  +qdict.3qt
  +qdictiterator.3qt
  +qdir.3qt
  +qdoublevalidator.3qt
  +qdragenterevent.3qt
  +qdragleaveevent.3qt
  +qdragmoveevent.3qt
  +qdragobject.3qt
  +qdropevent.3qt
  +qdropsite.3qt
  +qevent.3qt
  +qfile.3qt
  +qfiledialog.3qt
  +qfileiconprovider.3qt
  +qfileinfo.3qt
  +qfocusdata.3qt
  +qfocusevent.3qt
  +qfont.3qt
  +qfontdialog.3qt
  +qfontinfo.3qt
  +qfontmetrics.3qt
  +qframe.3qt
  +qgarray.3qt
  +qgcache.3qt
  +qgcacheiterator.3qt
  +qgdict.3qt
  +qgdictiterator.3qt
  +qgl.3qt
  +qglayoutiterator.3qt
  +qglcontext.3qt
  +qglformat.3qt
  +qglist.3qt
  +qglistiterator.3qt
  +qglwidget.3qt
  +qgrid.3qt
  +qgridlayout.3qt
  +qgroupbox.3qt
  +qhbox.3qt
  +qhboxlayout.3qt
  +qhbuttongroup.3qt
  +qheader.3qt
  +qhgroupbox.3qt
  +qhideevent.3qt
  +qiconset.3qt
  +qimage.3qt
  +qimageconsumer.3qt
  +qimagedecoder.3qt
  +qimagedrag.3qt
  +qimageformat.3qt
  +qimageformattype.3qt
  +qimageio.3qt
  +qintcache.3qt
  +qintcacheiterator.3qt
  +qintdict.3qt
  +qintdictiterator.3qt
  +qintvalidator.3qt
  +qiodevice.3qt
  +qiodevicesource.3qt
  +qkeyevent.3qt
  +qlabel.3qt
  +qlayout.3qt
  +qlayoutitem.3qt
  +qlayoutiterator.3qt
  +qlcdnumber.3qt
  +qlineedit.3qt
  +qlist.3qt
  +qlistbox.3qt
  +qlistboxitem.3qt
  +qlistboxpixmap.3qt
  +qlistboxtext.3qt
  +qlistiterator.3qt
  +qlistview.3qt
  +qlistviewitem.3qt
  +qlistviewitemiterator.3qt
  +qlnode.3qt
  +qmainwindow.3qt
  +qmap.3qt
  +qmapconstiterator.3qt
  +qmapiterator.3qt
  +qmenubar.3qt
  +qmenudata.3qt
  +qmessagebox.3qt
  +qmimesource.3qt
  +qmimesourcefactory.3qt
  +qmotifstyle.3qt
  +qmouseevent.3qt
  +qmoveevent.3qt
  +qmovie.3qt
  +qmultilineedit.3qt
  +qnpinstance.3qt
  +qnplugin.3qt
  +qnpstream.3qt
  +qnpwidget.3qt
  +qobject.3qt
  +qpaintdevice.3qt
  +qpaintdevicemetrics.3qt
  +qpainter.3qt
  +qpaintevent.3qt
  +qpalette.3qt
  +qpen.3qt
  +qpicture.3qt
  +qpixmap.3qt
  +qpixmapcache.3qt
  +qplatinumstyle.3qt
  +qpngimagepacker.3qt
  +qpoint.3qt
  +qpointarray.3qt
  +qpopupmenu.3qt
  +qprinter.3qt
  +qprogressbar.3qt
  +qprogressdialog.3qt
  +qptrdict.3qt
  +qptrdictiterator.3qt
  +qpushbutton.3qt
  +qqueue.3qt
  +qradiobutton.3qt
  +qrangecontrol.3qt
  +qrect.3qt
  +qregexp.3qt
  +qregion.3qt
  +qresizeevent.3qt
  +qscrollbar.3qt
  +qscrollview.3qt
  +qsemimodal.3qt
  +qsessionmanager.3qt
  +qshared.3qt
  +qshowevent.3qt
  +qsignal.3qt
  +qsignalmapper.3qt
  +qsimplerichtext.3qt
  +qsize.3qt
  +qsizegrip.3qt
  +qsizepolicy.3qt
  +qslider.3qt
  +qsocketnotifier.3qt
  +qsortedlist.3qt
  +qspaceritem.3qt
  +qspinbox.3qt
  +qsplitter.3qt
  +qstack.3qt
  +qstatusbar.3qt
  +qstoreddrag.3qt
  +qstrilist.3qt
  +qstring.3qt
  +qstringlist.3qt
  +qstrlist.3qt
  +qstyle.3qt
  +qstylesheet.3qt
  +qstylesheetitem.3qt
  +qt.3qt
  +qtab.3qt
  +qtabbar.3qt
  +qtabdialog.3qt
  +qtableview.3qt
  +qtabwidget.3qt
  +qtextbrowser.3qt
  +qtextcodec.3qt
  +qtextdecoder.3qt
  +qtextdrag.3qt
  +qtextencoder.3qt
  +qtextistream.3qt
  +qtextostream.3qt
  +qtextstream.3qt
  +qtextview.3qt
  +qtime.3qt
  +qtimer.3qt
  +qtimerevent.3qt
  +qtoolbar.3qt
  +qtoolbutton.3qt
  +qtooltip.3qt
  +qtooltipgroup.3qt
  +qtranslator.3qt
  +quridrag.3qt
  +qvalidator.3qt
  +qvaluelist.3qt
  +qvaluelistconstiterator.3qt
  +qvaluelistiterator.3qt
  +qvbox.3qt
  +qvboxlayout.3qt
  +qvbuttongroup.3qt
  +qvgroupbox.3qt
  +qwhatsthis.3qt
  +qwheelevent.3qt
  +qwidget.3qt
  +qwidgetitem.3qt
  +qwidgetstack.3qt
  +qwindowsstyle.3qt
  +qwizard.3qt
  +qwmatrix.3qt
  +qxtapplication.3qt
  +qxtwidget.3qt
  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
  + MOC	=	$(SYSCONF_MOC)
  + 
  + ####### Target
  +@@ -17,7 +18,7 @@
    VER_MAJ = 2
    VER_MIN = 0
    VER_PATCH = 1
  diff -ruN qt2.orig/pkg/PLIST qt2/pkg/PLIST
  --- qt2.orig/pkg/PLIST	Tue Aug 17 06:25:43 1999
  +++ qt2/pkg/PLIST	Tue Aug 17 14:07:57 1999
  @@ -249,6 +249,8 @@
   include/X11/qt/qxt.h
   lib/libqt2.so
   lib/libqt2.so.%%VERSION%%
  +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
  +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
   share/doc/qt2/FAQ
   share/doc/qt2/LICENSE.QPL
   share/doc/qt2/README
  @@ -1162,8 +1164,6 @@
   share/doc/qt2/html/xform-xform-cpp.html
   share/doc/qt2/html/xt.html
   share/doc/qt2/html/y2k.html
  -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
  +@dirrm include/X11/qt
   @dirrm share/doc/qt2/html
   @dirrm share/doc/qt2
  -@dirrm include/X11/qt
  -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
  diff -ruN qt2.orig/pkg/PLIST.man3 qt2/pkg/PLIST.man3
  --- qt2.orig/pkg/PLIST.man3	Thu Aug 12 01:31:14 1999
  +++ qt2/pkg/PLIST.man3	Wed Dec 31 16:00:00 1969
  @@ -1,234 +0,0 @@
  -qaccel.3qt
  -qapplication.3qt
  -qarray.3qt
  -qasciicache.3qt
  -qasciicacheiterator.3qt
  -qasciidict.3qt
  -qasciidictiterator.3qt
  -qasyncio.3qt
  -qbitarray.3qt
  -qbitmap.3qt
  -qbitval.3qt
  -qboxlayout.3qt
  -qbrush.3qt
  -qbuffer.3qt
  -qbutton.3qt
  -qbuttongroup.3qt
  -qcache.3qt
  -qcacheiterator.3qt
  -qcdestyle.3qt
  -qchar.3qt
  -qcheckbox.3qt
  -qchecklistitem.3qt
  -qchildevent.3qt
  -qclipboard.3qt
  -qcloseevent.3qt
  -qcollection.3qt
  -qcolor.3qt
  -qcolordialog.3qt
  -qcolorgroup.3qt
  -qcombobox.3qt
  -qcommonstyle.3qt
  -qconnection.3qt
  -qconststring.3qt
  -qcstring.3qt
  -qcursor.3qt
  -qcustomevent.3qt
  -qdatapump.3qt
  -qdatasink.3qt
  -qdatasource.3qt
  -qdatastream.3qt
  -qdate.3qt
  -qdatetime.3qt
  -qdialog.3qt
  -qdict.3qt
  -qdictiterator.3qt
  -qdir.3qt
  -qdoublevalidator.3qt
  -qdragenterevent.3qt
  -qdragleaveevent.3qt
  -qdragmoveevent.3qt
  -qdragobject.3qt
  -qdropevent.3qt
  -qdropsite.3qt
  -qevent.3qt
  -qfile.3qt
  -qfiledialog.3qt
  -qfileiconprovider.3qt
  -qfileinfo.3qt
  -qfocusdata.3qt
  -qfocusevent.3qt
  -qfont.3qt
  -qfontdialog.3qt
  -qfontinfo.3qt
  -qfontmetrics.3qt
  -qframe.3qt
  -qgarray.3qt
  -qgcache.3qt
  -qgcacheiterator.3qt
  -qgdict.3qt
  -qgdictiterator.3qt
  -qgl.3qt
  -qglayoutiterator.3qt
  -qglcontext.3qt
  -qglformat.3qt
  -qglist.3qt
  -qglistiterator.3qt
  -qglwidget.3qt
  -qgrid.3qt
  -qgridlayout.3qt
  -qgroupbox.3qt
  -qhbox.3qt
  -qhboxlayout.3qt
  -qhbuttongroup.3qt
  -qheader.3qt
  -qhgroupbox.3qt
  -qhideevent.3qt
  -qiconset.3qt
  -qimage.3qt
  -qimageconsumer.3qt
  -qimagedecoder.3qt
  -qimagedrag.3qt
  -qimageformat.3qt
  -qimageformattype.3qt
  -qimageio.3qt
  -qintcache.3qt
  -qintcacheiterator.3qt
  -qintdict.3qt
  -qintdictiterator.3qt
  -qintvalidator.3qt
  -qiodevice.3qt
  -qiodevicesource.3qt
  -qkeyevent.3qt
  -qlabel.3qt
  -qlayout.3qt
  -qlayoutitem.3qt
  -qlayoutiterator.3qt
  -qlcdnumber.3qt
  -qlineedit.3qt
  -qlist.3qt
  -qlistbox.3qt
  -qlistboxitem.3qt
  -qlistboxpixmap.3qt
  -qlistboxtext.3qt
  -qlistiterator.3qt
  -qlistview.3qt
  -qlistviewitem.3qt
  -qlistviewitemiterator.3qt
  -qlnode.3qt
  -qmainwindow.3qt
  -qmap.3qt
  -qmapconstiterator.3qt
  -qmapiterator.3qt
  -qmenubar.3qt
  -qmenudata.3qt
  -qmessagebox.3qt
  -qmimesource.3qt
  -qmimesourcefactory.3qt
  -qmotifstyle.3qt
  -qmouseevent.3qt
  -qmoveevent.3qt
  -qmovie.3qt
  -qmultilineedit.3qt
  -qnpinstance.3qt
  -qnplugin.3qt
  -qnpstream.3qt
  -qnpwidget.3qt
  -qobject.3qt
  -qpaintdevice.3qt
  -qpaintdevicemetrics.3qt
  -qpainter.3qt
  -qpaintevent.3qt
  -qpalette.3qt
  -qpen.3qt
  -qpicture.3qt
  -qpixmap.3qt
  -qpixmapcache.3qt
  -qplatinumstyle.3qt
  -qpngimagepacker.3qt
  -qpoint.3qt
  -qpointarray.3qt
  -qpopupmenu.3qt
  -qprinter.3qt
  -qprogressbar.3qt
  -qprogressdialog.3qt
  -qptrdict.3qt
  -qptrdictiterator.3qt
  -qpushbutton.3qt
  -qqueue.3qt
  -qradiobutton.3qt
  -qrangecontrol.3qt
  -qrect.3qt
  -qregexp.3qt
  -qregion.3qt
  -qresizeevent.3qt
  -qscrollbar.3qt
  -qscrollview.3qt
  -qsemimodal.3qt
  -qsessionmanager.3qt
  -qshared.3qt
  -qshowevent.3qt
  -qsignal.3qt
  -qsignalmapper.3qt
  -qsimplerichtext.3qt
  -qsize.3qt
  -qsizegrip.3qt
  -qsizepolicy.3qt
  -qslider.3qt
  -qsocketnotifier.3qt
  -qsortedlist.3qt
  -qspaceritem.3qt
  -qspinbox.3qt
  -qsplitter.3qt
  -qstack.3qt
  -qstatusbar.3qt
  -qstoreddrag.3qt
  -qstrilist.3qt
  -qstring.3qt
  -qstringlist.3qt
  -qstrlist.3qt
  -qstyle.3qt
  -qstylesheet.3qt
  -qstylesheetitem.3qt
  -qt.3qt
  -qtab.3qt
  -qtabbar.3qt
  -qtabdialog.3qt
  -qtableview.3qt
  -qtabwidget.3qt
  -qtextbrowser.3qt
  -qtextcodec.3qt
  -qtextdecoder.3qt
  -qtextdrag.3qt
  -qtextencoder.3qt
  -qtextistream.3qt
  -qtextostream.3qt
  -qtextstream.3qt
  -qtextview.3qt
  -qtime.3qt
  -qtimer.3qt
  -qtimerevent.3qt
  -qtoolbar.3qt
  -qtoolbutton.3qt
  -qtooltip.3qt
  -qtooltipgroup.3qt
  -qtranslator.3qt
  -quridrag.3qt
  -qvalidator.3qt
  -qvaluelist.3qt
  -qvaluelistconstiterator.3qt
  -qvaluelistiterator.3qt
  -qvbox.3qt
  -qvboxlayout.3qt
  -qvbuttongroup.3qt
  -qvgroupbox.3qt
  -qwhatsthis.3qt
  -qwheelevent.3qt
  -qwidget.3qt
  -qwidgetitem.3qt
  -qwidgetstack.3qt
  -qwindowsstyle.3qt
  -qwizard.3qt
  -qwmatrix.3qt
  -qxtapplication.3qt
  -qxtwidget.3qt
  


>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: hoek 
State-Changed-When: Sun Aug 22 11:37:24 PDT 1999 
State-Changed-Why:  
I don't think sheldonh meant to open this PR....  :) 
>Unformatted:
#	include it in an address fragment.
