Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2003 12:48:20 +0000
From:      "Clement LAFORET" <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/60111: [update orphaned port] x11-toolkits/fox-devel: update to 1.1.42
Message-ID:  <20031210114805.CA16343D2D@mx1.FreeBSD.org>
Resent-Message-ID: <200312101150.hBABoGEQ010753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60111
>Category:       ports
>Synopsis:       [update orphaned port] x11-toolkits/fox-devel: update to 1.1.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 10 03:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Dec 7 15:41:23 GMT 2003 root@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	- Update fox-devel to 1.1.42
	- Use CONFLICTS
	- Simplify pkg-plist

>How-To-Repeat:
	
>Fix:

	

--- fox-devel.diff begins here ---
Index: fox-devel/Makefile
===================================================================
RCS file: /SERVICES/cvs/FreeBSD/ports/x11-toolkits/fox-devel/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- fox-devel/Makefile	11 Nov 2003 09:49:14 -0000	1.40
+++ fox-devel/Makefile	8 Dec 2003 14:36:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fox
-PORTVERSION=	1.1.41
+PORTVERSION=	${MAJORVER}.${SHVER}
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.fox-toolkit.org/ftp/ \
 		ftp://ftp.fox-toolkit.org/pub/ \
@@ -20,11 +20,17 @@
 		png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
-USE_MESA=	yes
+CONFLICTS=	fox-1.0.*
+
+MAJORVER=	1.1
+SHVER=		42
+PLIST_SUB+=	MAJORVER=${MAJORVER} SHVER=${SHVER}
+
+USE_GL=		yes
 INSTALLS_SHLIB=	yes
 USE_REINPLACE=	yes
 USE_MOTIF=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
 CONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS}" \
 		CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXm"
@@ -135,13 +141,4 @@
 .endif
 	@${ECHO_MSG}
 
-.include <bsd.port.pre.mk>
-
-##
-## Port conflict management
-##
-.if exists(${LOCALBASE}/lib/libFOX-1.0.so)
-IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: fox-devel/distinfo
===================================================================
RCS file: /SERVICES/cvs/FreeBSD/ports/x11-toolkits/fox-devel/distinfo,v
retrieving revision 1.19
diff -u -r1.19 distinfo
--- fox-devel/distinfo	11 Nov 2003 09:49:14 -0000	1.19
+++ fox-devel/distinfo	8 Dec 2003 14:36:37 -0000
@@ -1 +1 @@
-MD5 (fox-1.1.41.tar.gz) = fa8e1762201fc867451036462f43512b
+MD5 (fox-1.1.42.tar.gz) = e3dec66f5eb28f3633650794104da013
Index: fox-devel/pkg-plist
===================================================================
RCS file: /SERVICES/cvs/FreeBSD/ports/x11-toolkits/fox-devel/pkg-plist,v
retrieving revision 1.17
diff -u -r1.17 pkg-plist
--- fox-devel/pkg-plist	11 Nov 2003 09:49:14 -0000	1.17
+++ fox-devel/pkg-plist	8 Dec 2003 14:36:37 -0000
@@ -2,333 +2,339 @@
 %%APPS%%bin/adie
 %%APPS%%bin/calculator
 bin/reswrap
-include/fox-1.1/FX4Splitter.h
-include/fox-1.1/FXAccelTable.h
-include/fox-1.1/FXApp.h
-include/fox-1.1/FXArray.h
-include/fox-1.1/FXArrowButton.h
-include/fox-1.1/FXBMPIcon.h
-include/fox-1.1/FXBMPImage.h
-include/fox-1.1/FXBitmap.h
-include/fox-1.1/FXButton.h
-include/fox-1.1/FXBZStream.h
-include/fox-1.1/FXCURCursor.h
-include/fox-1.1/FXCanvas.h
-include/fox-1.1/FXCharset.h
-include/fox-1.1/FXCheckButton.h
-include/fox-1.1/FXColorBar.h
-include/fox-1.1/FXColorDialog.h
-include/fox-1.1/FXColorSelector.h
-include/fox-1.1/FXColorWell.h
-include/fox-1.1/FXColorWheel.h
-include/fox-1.1/FXComboBox.h
-include/fox-1.1/FXComposite.h
-include/fox-1.1/FXCursor.h
-include/fox-1.1/FXDC.h
-include/fox-1.1/FXDCPrint.h
-include/fox-1.1/FXDCWindow.h
-include/fox-1.1/FXDLL.h
-include/fox-1.1/FXDataTarget.h
-include/fox-1.1/FXDebugTarget.h
-include/fox-1.1/FXDelegator.h
-include/fox-1.1/FXDial.h
-include/fox-1.1/FXDialogBox.h
-include/fox-1.1/FXDict.h
-include/fox-1.1/FXDirBox.h
-include/fox-1.1/FXDirDialog.h
-include/fox-1.1/FXDirList.h
-include/fox-1.1/FXDirSelector.h
-include/fox-1.1/FXDocument.h
-include/fox-1.1/FXDragCorner.h
-include/fox-1.1/FXDrawable.h
-include/fox-1.1/FXDriveBox.h
-include/fox-1.1/FXElement.h
-include/fox-1.1/FXException.h
-include/fox-1.1/FXFile.h
-include/fox-1.1/FXFileDialog.h
-include/fox-1.1/FXFileDict.h
-include/fox-1.1/FXFileList.h
-include/fox-1.1/FXFileSelector.h
-include/fox-1.1/FXFileStream.h
-include/fox-1.1/FXFoldingList.h
-include/fox-1.1/FXFont.h
-include/fox-1.1/FXFontDialog.h
-include/fox-1.1/FXFontSelector.h
-include/fox-1.1/FXFrame.h
-include/fox-1.1/FXGIFCursor.h
-include/fox-1.1/FXGIFIcon.h
-include/fox-1.1/FXGIFImage.h
-include/fox-1.1/FXGLCanvas.h
-include/fox-1.1/FXGLCone.h
-include/fox-1.1/FXGLContext.h
-include/fox-1.1/FXGLCube.h
-include/fox-1.1/FXGLCylinder.h
-include/fox-1.1/FXGLObject.h
-include/fox-1.1/FXGLShape.h
-include/fox-1.1/FXGLSphere.h
-include/fox-1.1/FXGLTriangleMesh.h
-include/fox-1.1/FXGLViewer.h
-include/fox-1.1/FXGLVisual.h
-include/fox-1.1/FXGradientBar.h
-include/fox-1.1/FXGroupBox.h
-include/fox-1.1/FXGZStream.h
-include/fox-1.1/FXHash.h
-include/fox-1.1/FXHeader.h
-include/fox-1.1/FXHorizontalFrame.h
-include/fox-1.1/FXICOIcon.h
-include/fox-1.1/FXICOImage.h
-include/fox-1.1/FXIcon.h
-include/fox-1.1/FXIconList.h
-include/fox-1.1/FXId.h
-include/fox-1.1/FXImage.h
-include/fox-1.1/FXImageFrame.h
-include/fox-1.1/FXImageView.h
-include/fox-1.1/FXInputDialog.h
-include/fox-1.1/FXJPGIcon.h
-include/fox-1.1/FXJPGImage.h
-include/fox-1.1/FXLabel.h
-include/fox-1.1/FXList.h
-include/fox-1.1/FXListBox.h
-include/fox-1.1/FXMat3d.h
-include/fox-1.1/FXMat3f.h
-include/fox-1.1/FXMat4d.h
-include/fox-1.1/FXMat4f.h
-include/fox-1.1/FXMDIButton.h
-include/fox-1.1/FXMDIChild.h
-include/fox-1.1/FXMDIClient.h
-include/fox-1.1/FXMainWindow.h
-include/fox-1.1/FXMatrix.h
-include/fox-1.1/FXMemoryStream.h
-include/fox-1.1/FXMenuBar.h
-include/fox-1.1/FXMenuButton.h
-include/fox-1.1/FXMenuCaption.h
-include/fox-1.1/FXMenuCascade.h
-include/fox-1.1/FXMenuCheck.h
-include/fox-1.1/FXMenuCommand.h
-include/fox-1.1/FXMenuPane.h
-include/fox-1.1/FXMenuRadio.h
-include/fox-1.1/FXMenuSeparator.h
-include/fox-1.1/FXMenuTitle.h
-include/fox-1.1/FXMessageBox.h
-include/fox-1.1/FXObject.h
-include/fox-1.1/FXObjectList.h
-include/fox-1.1/FXOptionMenu.h
-include/fox-1.1/FXPCXIcon.h
-include/fox-1.1/FXPCXImage.h
-include/fox-1.1/FXPNGIcon.h
-include/fox-1.1/FXPNGImage.h
-include/fox-1.1/FXPPMIcon.h
-include/fox-1.1/FXPPMImage.h
-include/fox-1.1/FXPacker.h
-include/fox-1.1/FXPicker.h
-include/fox-1.1/FXPoint.h
-include/fox-1.1/FXPopup.h
-include/fox-1.1/FXPrintDialog.h
-include/fox-1.1/FXProgressBar.h
-include/fox-1.1/FXProgressDialog.h
-include/fox-1.1/FXQuatd.h
-include/fox-1.1/FXQuatf.h
-include/fox-1.1/FXRGBIcon.h
-include/fox-1.1/FXRGBImage.h
-include/fox-1.1/FXRadioButton.h
-include/fox-1.1/FXRange.h
-include/fox-1.1/FXRealSpinner.h
-include/fox-1.1/FXRecentFiles.h
-include/fox-1.1/FXRectangle.h
-include/fox-1.1/FXRegion.h
-include/fox-1.1/FXRegistry.h
-include/fox-1.1/FXReplaceDialog.h
-include/fox-1.1/FXRex.h
-include/fox-1.1/FXRootWindow.h
-include/fox-1.1/FXRuler.h
-include/fox-1.1/FXScrollArea.h
-include/fox-1.1/FXScrollBar.h
-include/fox-1.1/FXScrollWindow.h
-include/fox-1.1/FXSearchDialog.h
-include/fox-1.1/FXSeparator.h
-include/fox-1.1/FXSettings.h
-include/fox-1.1/FXShell.h
-include/fox-1.1/FXShutter.h
-include/fox-1.1/FXSize.h
-include/fox-1.1/FXSlider.h
-include/fox-1.1/FXSpinner.h
-include/fox-1.1/FXSplitter.h
-include/fox-1.1/FXStatusBar.h
-include/fox-1.1/FXStatusLine.h
-include/fox-1.1/FXStream.h
-include/fox-1.1/FXString.h
-include/fox-1.1/FXStringDict.h
-include/fox-1.1/FXSwitcher.h
-include/fox-1.1/FXTGAIcon.h
-include/fox-1.1/FXTGAImage.h
-include/fox-1.1/FXTIFIcon.h
-include/fox-1.1/FXTIFImage.h
-include/fox-1.1/FXTabBar.h
-include/fox-1.1/FXTabBook.h
-include/fox-1.1/FXTabItem.h
-include/fox-1.1/FXTable.h
-include/fox-1.1/FXText.h
-include/fox-1.1/FXTextCodec.h
-include/fox-1.1/FXTextField.h
-include/fox-1.1/FXToggleButton.h
-include/fox-1.1/FXToolBar.h
-include/fox-1.1/FXToolBarGrip.h
-include/fox-1.1/FXToolBarShell.h
-include/fox-1.1/FXToolBarTab.h
-include/fox-1.1/FXToolTip.h
-include/fox-1.1/FXTopWindow.h
-include/fox-1.1/FXTreeList.h
-include/fox-1.1/FXTreeListBox.h
-include/fox-1.1/FXTriStateButton.h
-include/fox-1.1/FXURL.h
-include/fox-1.1/FXUTF16Codec.h
-include/fox-1.1/FXUTF32Codec.h
-include/fox-1.1/FXUTF8Codec.h
-include/fox-1.1/FXUndoList.h
-include/fox-1.1/FXVec2d.h
-include/fox-1.1/FXVec2f.h
-include/fox-1.1/FXVec3d.h
-include/fox-1.1/FXVec3f.h
-include/fox-1.1/FXVec4d.h
-include/fox-1.1/FXVec4f.h
-include/fox-1.1/FXVerticalFrame.h
-include/fox-1.1/FXVisual.h
-include/fox-1.1/FXWString.h
-include/fox-1.1/FXWindow.h
-include/fox-1.1/FXWizard.h
-include/fox-1.1/FXXBMIcon.h
-include/fox-1.1/FXXBMImage.h
-include/fox-1.1/FXXPMIcon.h
-include/fox-1.1/FXXPMImage.h
-include/fox-1.1/fx.h
-include/fox-1.1/fx3d.h
-include/fox-1.1/fxdefs.h
-include/fox-1.1/fxkeys.h
-include/fox-1.1/fxver.h
-include/fox-1.1/xincs.h
-include/fox-1.1/chart/FXChart.h
-lib/libFOX-1.1.a
-lib/libFOX-1.1.la
-lib/libFOX-1.1.so
-lib/libFOX-1.1.so.41
-%%PORTDOCS%%share/doc/fox/html/SbSScreen1.jpg
-%%PORTDOCS%%share/doc/fox/html/SbSScreen1_small.jpg
-%%PORTDOCS%%share/doc/fox/html/adie.html
-%%PORTDOCS%%share/doc/fox/html/adie.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_colors.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_del.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_edit.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_font.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_lang.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_pat.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_style.jpg
-%%PORTDOCS%%share/doc/fox/html/adie_syntax.jpg
-%%PORTDOCS%%share/doc/fox/html/app.html
-%%PORTDOCS%%share/doc/fox/html/arithmedrill-screenshot.png
-%%PORTDOCS%%share/doc/fox/html/arithmedrill-screenshot_small.png
-%%PORTDOCS%%share/doc/fox/html/bigpenguin.png
-%%PORTDOCS%%share/doc/fox/html/calc.html
-%%PORTDOCS%%share/doc/fox/html/colordialog.png
-%%PORTDOCS%%share/doc/fox/html/datatarget.html
-%%PORTDOCS%%share/doc/fox/html/dirdialog.png
-%%PORTDOCS%%share/doc/fox/html/doc.html
-%%PORTDOCS%%share/doc/fox/html/download.html
-%%PORTDOCS%%share/doc/fox/html/doxygen.cfg
-%%PORTDOCS%%share/doc/fox/html/draganddrop.html
-%%PORTDOCS%%share/doc/fox/html/faq.html
-%%PORTDOCS%%share/doc/fox/html/fifthplanet.jpg
-%%PORTDOCS%%share/doc/fox/html/filedialog.png
-%%PORTDOCS%%share/doc/fox/html/filefuncs.html
-%%PORTDOCS%%share/doc/fox/html/focus.html
-%%PORTDOCS%%share/doc/fox/html/fontdialog.png
-%%PORTDOCS%%share/doc/fox/html/fonts.html
-%%PORTDOCS%%share/doc/fox/html/footer.html
-%%PORTDOCS%%share/doc/fox/html/foreword.html
-%%PORTDOCS%%share/doc/fox/html/fox.html
-%%PORTDOCS%%share/doc/fox/html/foxcalc.jpg
-%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_01_small.jpg
-%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_02_small.jpg
-%%PORTDOCS%%share/doc/fox/html/foxcalc_prefdialog_03_small.jpg
-%%PORTDOCS%%share/doc/fox/html/foxlogo.jpg
-%%PORTDOCS%%share/doc/fox/html/foxlogo.png
-%%PORTDOCS%%share/doc/fox/html/foxlogo_small.jpg
-%%PORTDOCS%%share/doc/fox/html/foxstart.png
-%%PORTDOCS%%share/doc/fox/html/freespeach.gif
-%%PORTDOCS%%share/doc/fox/html/glview.png
-%%PORTDOCS%%share/doc/fox/html/goals.html
-%%PORTDOCS%%share/doc/fox/html/goggles.png
-%%PORTDOCS%%share/doc/fox/html/guiupdate.html
-%%PORTDOCS%%share/doc/fox/html/header.html
-%%PORTDOCS%%share/doc/fox/html/home.html
-%%PORTDOCS%%share/doc/fox/html/icons.html
-%%PORTDOCS%%share/doc/fox/html/ill.gif
-%%PORTDOCS%%share/doc/fox/html/ilr.gif
-%%PORTDOCS%%share/doc/fox/html/innernerd.gif
-%%PORTDOCS%%share/doc/fox/html/introduction.html
-%%PORTDOCS%%share/doc/fox/html/iul.gif
-%%PORTDOCS%%share/doc/fox/html/iur.gif
-%%PORTDOCS%%share/doc/fox/html/layout.html
-%%PORTDOCS%%share/doc/fox/html/license.html
-%%PORTDOCS%%share/doc/fox/html/line.gif
-%%PORTDOCS%%share/doc/fox/html/menu.css
-%%PORTDOCS%%share/doc/fox/html/menu.html
-%%PORTDOCS%%share/doc/fox/html/messages.html
-%%PORTDOCS%%share/doc/fox/html/mouse.gif
-%%PORTDOCS%%share/doc/fox/html/nerd_inside.gif
-%%PORTDOCS%%share/doc/fox/html/news.html
-%%PORTDOCS%%share/doc/fox/html/oldfox.html
-%%PORTDOCS%%share/doc/fox/html/oll.gif
-%%PORTDOCS%%share/doc/fox/html/olr.gif
-%%PORTDOCS%%share/doc/fox/html/opengl_logo.png
-%%PORTDOCS%%share/doc/fox/html/oul.gif
-%%PORTDOCS%%share/doc/fox/html/oul_grey.gif
-%%PORTDOCS%%share/doc/fox/html/our.gif
-%%PORTDOCS%%share/doc/fox/html/page.css
-%%PORTDOCS%%share/doc/fox/html/pathfinder.html
-%%PORTDOCS%%share/doc/fox/html/pathfinder.png
-%%PORTDOCS%%share/doc/fox/html/printdialog.png
-%%PORTDOCS%%share/doc/fox/html/progress.png
-%%PORTDOCS%%share/doc/fox/html/projects.html
-%%PORTDOCS%%share/doc/fox/html/references.html
-%%PORTDOCS%%share/doc/fox/html/registry.html
-%%PORTDOCS%%share/doc/fox/html/replacedialog.png
-%%PORTDOCS%%share/doc/fox/html/rex.html
-%%PORTDOCS%%share/doc/fox/html/screenshots.html
-%%PORTDOCS%%share/doc/fox/html/scribble.png
-%%PORTDOCS%%share/doc/fox/html/searchdialog.png
-%%PORTDOCS%%share/doc/fox/html/serialization.html
-%%PORTDOCS%%share/doc/fox/html/sgitextedit.png
-%%PORTDOCS%%share/doc/fox/html/slingerzbutton1.gif
-%%PORTDOCS%%share/doc/fox/html/ss1.png
-%%PORTDOCS%%share/doc/fox/html/ss1_small.png
-%%PORTDOCS%%share/doc/fox/html/ss2.png
-%%PORTDOCS%%share/doc/fox/html/ss2_small.png
-%%PORTDOCS%%share/doc/fox/html/ss3.png
-%%PORTDOCS%%share/doc/fox/html/ss3_small.png
-%%PORTDOCS%%share/doc/fox/html/styles.css
-%%PORTDOCS%%share/doc/fox/html/table.png
-%%PORTDOCS%%share/doc/fox/html/timers.html
-%%PORTDOCS%%share/doc/fox/html/top.html
-%%PORTDOCS%%share/doc/fox/html/tux.jpg
-%%PORTDOCS%%share/doc/fox/html/tux_small.jpg
-%%PORTDOCS%%share/doc/fox/html/vorhour1.jpg
-%%PORTDOCS%%share/doc/fox/html/vorhour1_small.jpg
-%%PORTDOCS%%share/doc/fox/html/vorhour2.jpg
-%%PORTDOCS%%share/doc/fox/html/vorhour2_small.jpg
-%%PORTDOCS%%share/doc/fox/html/widgets.html
-%%PORTDOCS%%share/doc/fox/html/win32-libraries.png
-%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png
-%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png
-%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png
-%%PORTDOCS%%share/doc/fox/html/win32-project.png
-%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png
-%%PORTDOCS%%share/doc/fox/html/win32.html
-%%PORTDOCS%%share/doc/fox/html/window.html
-%%PORTDOCS%%share/doc/fox/html/wintextedit.png
-%%PORTDOCS%%share/doc/fox/html/xfe.png
-%%PORTDOCS%%share/doc/fox/html/xfe_small.png
-%%PORTDOCS%%share/doc/fox/html/xml.html
-%%PORTDOCS%%@dirrm share/doc/fox/html
-%%PORTDOCS%%@dirrm share/doc/fox
-@dirrm include/fox-1.1/chart
-@dirrm include/fox-1.1
+bin/shutterbug
+include/fox-%%MAJORVER%%/FX4Splitter.h
+include/fox-%%MAJORVER%%/FXAccelTable.h
+include/fox-%%MAJORVER%%/FXApp.h
+include/fox-%%MAJORVER%%/FXArray.h
+include/fox-%%MAJORVER%%/FXArrowButton.h
+include/fox-%%MAJORVER%%/FXBMPIcon.h
+include/fox-%%MAJORVER%%/FXBMPImage.h
+include/fox-%%MAJORVER%%/FXBitmap.h
+include/fox-%%MAJORVER%%/FXButton.h
+include/fox-%%MAJORVER%%/FXBZStream.h
+include/fox-%%MAJORVER%%/FXCURCursor.h
+include/fox-%%MAJORVER%%/FXCanvas.h
+include/fox-%%MAJORVER%%/FXCharset.h
+include/fox-%%MAJORVER%%/FXCheckButton.h
+include/fox-%%MAJORVER%%/FXColorBar.h
+include/fox-%%MAJORVER%%/FXColorDialog.h
+include/fox-%%MAJORVER%%/FXColorSelector.h
+include/fox-%%MAJORVER%%/FXColorWell.h
+include/fox-%%MAJORVER%%/FXColorWheel.h
+include/fox-%%MAJORVER%%/FXComboBox.h
+include/fox-%%MAJORVER%%/FXComposite.h
+include/fox-%%MAJORVER%%/FXCursor.h
+include/fox-%%MAJORVER%%/FXDC.h
+include/fox-%%MAJORVER%%/FXDCPrint.h
+include/fox-%%MAJORVER%%/FXDCWindow.h
+include/fox-%%MAJORVER%%/FXDLL.h
+include/fox-%%MAJORVER%%/FXDataTarget.h
+include/fox-%%MAJORVER%%/FXDebugTarget.h
+include/fox-%%MAJORVER%%/FXDelegator.h
+include/fox-%%MAJORVER%%/FXDial.h
+include/fox-%%MAJORVER%%/FXDialogBox.h
+include/fox-%%MAJORVER%%/FXDict.h
+include/fox-%%MAJORVER%%/FXDirBox.h
+include/fox-%%MAJORVER%%/FXDirDialog.h
+include/fox-%%MAJORVER%%/FXDirList.h
+include/fox-%%MAJORVER%%/FXDirSelector.h
+include/fox-%%MAJORVER%%/FXDocument.h
+include/fox-%%MAJORVER%%/FXDragCorner.h
+include/fox-%%MAJORVER%%/FXDrawable.h
+include/fox-%%MAJORVER%%/FXDriveBox.h
+include/fox-%%MAJORVER%%/FXElement.h
+include/fox-%%MAJORVER%%/FXException.h
+include/fox-%%MAJORVER%%/FXFile.h
+include/fox-%%MAJORVER%%/FXFileDialog.h
+include/fox-%%MAJORVER%%/FXFileDict.h
+include/fox-%%MAJORVER%%/FXFileList.h
+include/fox-%%MAJORVER%%/FXFileSelector.h
+include/fox-%%MAJORVER%%/FXFileStream.h
+include/fox-%%MAJORVER%%/FXFoldingList.h
+include/fox-%%MAJORVER%%/FXFont.h
+include/fox-%%MAJORVER%%/FXFontDialog.h
+include/fox-%%MAJORVER%%/FXFontSelector.h
+include/fox-%%MAJORVER%%/FXFrame.h
+include/fox-%%MAJORVER%%/FXGIFCursor.h
+include/fox-%%MAJORVER%%/FXGIFIcon.h
+include/fox-%%MAJORVER%%/FXGIFImage.h
+include/fox-%%MAJORVER%%/FXGLCanvas.h
+include/fox-%%MAJORVER%%/FXGLCone.h
+include/fox-%%MAJORVER%%/FXGLContext.h
+include/fox-%%MAJORVER%%/FXGLCube.h
+include/fox-%%MAJORVER%%/FXGLCylinder.h
+include/fox-%%MAJORVER%%/FXGLObject.h
+include/fox-%%MAJORVER%%/FXGLShape.h
+include/fox-%%MAJORVER%%/FXGLSphere.h
+include/fox-%%MAJORVER%%/FXGLTriangleMesh.h
+include/fox-%%MAJORVER%%/FXGLViewer.h
+include/fox-%%MAJORVER%%/FXGLVisual.h
+include/fox-%%MAJORVER%%/FXGradientBar.h
+include/fox-%%MAJORVER%%/FXGroupBox.h
+include/fox-%%MAJORVER%%/FXGZStream.h
+include/fox-%%MAJORVER%%/FXHash.h
+include/fox-%%MAJORVER%%/FXHeader.h
+include/fox-%%MAJORVER%%/FXHorizontalFrame.h
+include/fox-%%MAJORVER%%/FXICOIcon.h
+include/fox-%%MAJORVER%%/FXICOImage.h
+include/fox-%%MAJORVER%%/FXIcon.h
+include/fox-%%MAJORVER%%/FXIconList.h
+include/fox-%%MAJORVER%%/FXId.h
+include/fox-%%MAJORVER%%/FXImage.h
+include/fox-%%MAJORVER%%/FXImageFrame.h
+include/fox-%%MAJORVER%%/FXImageView.h
+include/fox-%%MAJORVER%%/FXInputDialog.h
+include/fox-%%MAJORVER%%/FXJPGIcon.h
+include/fox-%%MAJORVER%%/FXJPGImage.h
+include/fox-%%MAJORVER%%/FXLabel.h
+include/fox-%%MAJORVER%%/FXList.h
+include/fox-%%MAJORVER%%/FXListBox.h
+include/fox-%%MAJORVER%%/FXMat3d.h
+include/fox-%%MAJORVER%%/FXMat3f.h
+include/fox-%%MAJORVER%%/FXMat4d.h
+include/fox-%%MAJORVER%%/FXMat4f.h
+include/fox-%%MAJORVER%%/FXMDIButton.h
+include/fox-%%MAJORVER%%/FXMDIChild.h
+include/fox-%%MAJORVER%%/FXMDIClient.h
+include/fox-%%MAJORVER%%/FXMainWindow.h
+include/fox-%%MAJORVER%%/FXMatrix.h
+include/fox-%%MAJORVER%%/FXMemoryStream.h
+include/fox-%%MAJORVER%%/FXMenuBar.h
+include/fox-%%MAJORVER%%/FXMenuButton.h
+include/fox-%%MAJORVER%%/FXMenuCaption.h
+include/fox-%%MAJORVER%%/FXMenuCascade.h
+include/fox-%%MAJORVER%%/FXMenuCheck.h
+include/fox-%%MAJORVER%%/FXMenuCommand.h
+include/fox-%%MAJORVER%%/FXMenuPane.h
+include/fox-%%MAJORVER%%/FXMenuRadio.h
+include/fox-%%MAJORVER%%/FXMenuSeparator.h
+include/fox-%%MAJORVER%%/FXMenuTitle.h
+include/fox-%%MAJORVER%%/FXMessageBox.h
+include/fox-%%MAJORVER%%/FXObject.h
+include/fox-%%MAJORVER%%/FXObjectList.h
+include/fox-%%MAJORVER%%/FXOptionMenu.h
+include/fox-%%MAJORVER%%/FXPCXIcon.h
+include/fox-%%MAJORVER%%/FXPCXImage.h
+include/fox-%%MAJORVER%%/FXPNGIcon.h
+include/fox-%%MAJORVER%%/FXPNGImage.h
+include/fox-%%MAJORVER%%/FXPPMIcon.h
+include/fox-%%MAJORVER%%/FXPPMImage.h
+include/fox-%%MAJORVER%%/FXPacker.h
+include/fox-%%MAJORVER%%/FXPicker.h
+include/fox-%%MAJORVER%%/FXPoint.h
+include/fox-%%MAJORVER%%/FXPopup.h
+include/fox-%%MAJORVER%%/FXPrintDialog.h
+include/fox-%%MAJORVER%%/FXProgressBar.h
+include/fox-%%MAJORVER%%/FXProgressDialog.h
+include/fox-%%MAJORVER%%/FXQuatd.h
+include/fox-%%MAJORVER%%/FXQuatf.h
+include/fox-%%MAJORVER%%/FXRGBIcon.h
+include/fox-%%MAJORVER%%/FXRGBImage.h
+include/fox-%%MAJORVER%%/FXRadioButton.h
+include/fox-%%MAJORVER%%/FXRange.h
+include/fox-%%MAJORVER%%/FXRealSpinner.h
+include/fox-%%MAJORVER%%/FXRecentFiles.h
+include/fox-%%MAJORVER%%/FXRectangle.h
+include/fox-%%MAJORVER%%/FXRegion.h
+include/fox-%%MAJORVER%%/FXRegistry.h
+include/fox-%%MAJORVER%%/FXReplaceDialog.h
+include/fox-%%MAJORVER%%/FXRex.h
+include/fox-%%MAJORVER%%/FXRootWindow.h
+include/fox-%%MAJORVER%%/FXRuler.h
+include/fox-%%MAJORVER%%/FXScrollArea.h
+include/fox-%%MAJORVER%%/FXScrollBar.h
+include/fox-%%MAJORVER%%/FXScrollWindow.h
+include/fox-%%MAJORVER%%/FXSearchDialog.h
+include/fox-%%MAJORVER%%/FXSeparator.h
+include/fox-%%MAJORVER%%/FXSettings.h
+include/fox-%%MAJORVER%%/FXShell.h
+include/fox-%%MAJORVER%%/FXShutter.h
+include/fox-%%MAJORVER%%/FXSize.h
+include/fox-%%MAJORVER%%/FXSlider.h
+include/fox-%%MAJORVER%%/FXSpinner.h
+include/fox-%%MAJORVER%%/FXSplitter.h
+include/fox-%%MAJORVER%%/FXScrollPane.h
+include/fox-%%MAJORVER%%/FXSpring.h
+include/fox-%%MAJORVER%%/FXStatusBar.h
+include/fox-%%MAJORVER%%/FXStatusLine.h
+include/fox-%%MAJORVER%%/FXStream.h
+include/fox-%%MAJORVER%%/FXString.h
+include/fox-%%MAJORVER%%/FXStringDict.h
+include/fox-%%MAJORVER%%/FXSwitcher.h
+include/fox-%%MAJORVER%%/FXTGAIcon.h
+include/fox-%%MAJORVER%%/FXTGAImage.h
+include/fox-%%MAJORVER%%/FXTIFIcon.h
+include/fox-%%MAJORVER%%/FXTIFImage.h
+include/fox-%%MAJORVER%%/FXTabBar.h
+include/fox-%%MAJORVER%%/FXTabBook.h
+include/fox-%%MAJORVER%%/FXTabItem.h
+include/fox-%%MAJORVER%%/FXTable.h
+include/fox-%%MAJORVER%%/FXText.h
+include/fox-%%MAJORVER%%/FXTextCodec.h
+include/fox-%%MAJORVER%%/FXTextField.h
+include/fox-%%MAJORVER%%/FXToggleButton.h
+include/fox-%%MAJORVER%%/FXToolBar.h
+include/fox-%%MAJORVER%%/FXToolBarGrip.h
+include/fox-%%MAJORVER%%/FXToolBarShell.h
+include/fox-%%MAJORVER%%/FXToolBarTab.h
+include/fox-%%MAJORVER%%/FXToolTip.h
+include/fox-%%MAJORVER%%/FXTopWindow.h
+include/fox-%%MAJORVER%%/FXTreeList.h
+include/fox-%%MAJORVER%%/FXTreeListBox.h
+include/fox-%%MAJORVER%%/FXTriStateButton.h
+include/fox-%%MAJORVER%%/FXURL.h
+include/fox-%%MAJORVER%%/FXUTF16Codec.h
+include/fox-%%MAJORVER%%/FXUTF32Codec.h
+include/fox-%%MAJORVER%%/FXUTF8Codec.h
+include/fox-%%MAJORVER%%/FXUndoList.h
+include/fox-%%MAJORVER%%/FXVec2d.h
+include/fox-%%MAJORVER%%/FXVec2f.h
+include/fox-%%MAJORVER%%/FXVec3d.h
+include/fox-%%MAJORVER%%/FXVec3f.h
+include/fox-%%MAJORVER%%/FXVec4d.h
+include/fox-%%MAJORVER%%/FXVec4f.h
+include/fox-%%MAJORVER%%/FXVerticalFrame.h
+include/fox-%%MAJORVER%%/FXVisual.h
+include/fox-%%MAJORVER%%/FXWString.h
+include/fox-%%MAJORVER%%/FXWindow.h
+include/fox-%%MAJORVER%%/FXWizard.h
+include/fox-%%MAJORVER%%/FXXBMIcon.h
+include/fox-%%MAJORVER%%/FXXBMImage.h
+include/fox-%%MAJORVER%%/FXXPMIcon.h
+include/fox-%%MAJORVER%%/FXXPMImage.h
+include/fox-%%MAJORVER%%/fx.h
+include/fox-%%MAJORVER%%/fx3d.h
+include/fox-%%MAJORVER%%/fxdefs.h
+include/fox-%%MAJORVER%%/fxkeys.h
+include/fox-%%MAJORVER%%/fxver.h
+include/fox-%%MAJORVER%%/xincs.h
+include/fox-%%MAJORVER%%/chart/FXChart.h
+lib/libCHART-%%MAJORVER%%.a
+lib/libCHART-%%MAJORVER%%.la
+lib/libCHART-%%MAJORVER%%.so.%%SHVER%%
+lib/libFOX-%%MAJORVER%%.a
+lib/libFOX-%%MAJORVER%%.la
+lib/libFOX-%%MAJORVER%%.so
+lib/libFOX-%%MAJORVER%%.so.%%SHVER%%
+%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie.html
+%%PORTDOCS%%%%DOCSDIR%%/html/adie.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_colors.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_del.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_edit.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_font.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_lang.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_pat.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_style.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/adie_syntax.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/app.html
+%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot.png
+%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot_small.png
+%%PORTDOCS%%%%DOCSDIR%%/html/bigpenguin.png
+%%PORTDOCS%%%%DOCSDIR%%/html/calc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/colordialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/datatarget.html
+%%PORTDOCS%%%%DOCSDIR%%/html/dirdialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/doc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/download.html
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.cfg
+%%PORTDOCS%%%%DOCSDIR%%/html/draganddrop.html
+%%PORTDOCS%%%%DOCSDIR%%/html/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fifthplanet.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/filedialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/filefuncs.html
+%%PORTDOCS%%%%DOCSDIR%%/html/focus.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fontdialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/fonts.html
+%%PORTDOCS%%%%DOCSDIR%%/html/footer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/foreword.html
+%%PORTDOCS%%%%DOCSDIR%%/html/fox.html
+%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_01_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_02_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_03_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.png
+%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/foxstart.png
+%%PORTDOCS%%%%DOCSDIR%%/html/freespeach.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/glview.png
+%%PORTDOCS%%%%DOCSDIR%%/html/goals.html
+%%PORTDOCS%%%%DOCSDIR%%/html/goggles.png
+%%PORTDOCS%%%%DOCSDIR%%/html/guiupdate.html
+%%PORTDOCS%%%%DOCSDIR%%/html/header.html
+%%PORTDOCS%%%%DOCSDIR%%/html/home.html
+%%PORTDOCS%%%%DOCSDIR%%/html/icons.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ill.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/ilr.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/innernerd.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html
+%%PORTDOCS%%%%DOCSDIR%%/html/iul.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/iur.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/layout.html
+%%PORTDOCS%%%%DOCSDIR%%/html/license.html
+%%PORTDOCS%%%%DOCSDIR%%/html/line.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/menu.css
+%%PORTDOCS%%%%DOCSDIR%%/html/menu.html
+%%PORTDOCS%%%%DOCSDIR%%/html/messages.html
+%%PORTDOCS%%%%DOCSDIR%%/html/mouse.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/nerd_inside.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/news.html
+%%PORTDOCS%%%%DOCSDIR%%/html/oldfox.html
+%%PORTDOCS%%%%DOCSDIR%%/html/oll.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/olr.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/opengl_logo.png
+%%PORTDOCS%%%%DOCSDIR%%/html/oul.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/oul_grey.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/our.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/page.css
+%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.html
+%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.png
+%%PORTDOCS%%%%DOCSDIR%%/html/printdialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/progress.png
+%%PORTDOCS%%%%DOCSDIR%%/html/projects.html
+%%PORTDOCS%%%%DOCSDIR%%/html/references.html
+%%PORTDOCS%%%%DOCSDIR%%/html/registry.html
+%%PORTDOCS%%%%DOCSDIR%%/html/replacedialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/rex.html
+%%PORTDOCS%%%%DOCSDIR%%/html/screenshots.html
+%%PORTDOCS%%%%DOCSDIR%%/html/scribble.png
+%%PORTDOCS%%%%DOCSDIR%%/html/searchdialog.png
+%%PORTDOCS%%%%DOCSDIR%%/html/serialization.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sgitextedit.png
+%%PORTDOCS%%%%DOCSDIR%%/html/slingerzbutton1.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/ss1.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ss1_small.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ss2.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ss2_small.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ss3.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ss3_small.png
+%%PORTDOCS%%%%DOCSDIR%%/html/styles.css
+%%PORTDOCS%%%%DOCSDIR%%/html/table.png
+%%PORTDOCS%%%%DOCSDIR%%/html/timers.html
+%%PORTDOCS%%%%DOCSDIR%%/html/top.html
+%%PORTDOCS%%%%DOCSDIR%%/html/tux.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/tux_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2_small.jpg
+%%PORTDOCS%%%%DOCSDIR%%/html/widgets.html
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-libraries.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-linkoutput.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-postbuild.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-preprocessor.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-project.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32-tooloptions.png
+%%PORTDOCS%%%%DOCSDIR%%/html/win32.html
+%%PORTDOCS%%%%DOCSDIR%%/html/window.html
+%%PORTDOCS%%%%DOCSDIR%%/html/wintextedit.png
+%%PORTDOCS%%%%DOCSDIR%%/html/xfe.png
+%%PORTDOCS%%%%DOCSDIR%%/html/xfe_small.png
+%%PORTDOCS%%%%DOCSDIR%%/html/xml.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm include/fox-%%MAJORVER%%/chart
+@dirrm include/fox-%%MAJORVER%%
--- fox-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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