Index: head/x11-toolkits/lesstif/Makefile =================================================================== --- head/x11-toolkits/lesstif/Makefile (revision 14444) +++ head/x11-toolkits/lesstif/Makefile (revision 14445) @@ -1,88 +1,92 @@ # New ports collection makefile for: lesstif -# Version required: 0.86.5 +# Version required: 0.86.9 # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $Id: Makefile,v 1.24 1998/09/19 19:06:42 smace Exp $ +# $Id: Makefile,v 1.25 1998/09/24 09:44:29 tg Exp $ # -DISTNAME= lesstif-0.86.5 +DISTNAME= lesstif-0.86.9 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ MAINTAINER= ports@FreeBSD.org # see below for shared lib version information MANUAL_PACKAGE_BUILD= do not want to install during interactive build GNU_CONFIGURE= yes # comment this and remove the strip statement in post-install for debugging CONFIGURE_ARGS= --disable-debug # I don't want to change the shared lib major version number right now. CONFIGURE_ARGS+= --enable-back-compat --enable-static --enable-shared USE_X_PREFIX= yes MAN1= mwm.1 xmbind.1 lesstif.1 MAN3= XmClipboard.3 LessTifInternals.3 \ XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 \ - XmCascadeButton.3 XmCascadeButtonGCacheObj.3 XmCascadeButtonGadget.3 \ + XmCascadeButton.3 XmCascadeButtonGadget.3 \ XmComboBox.3 XmCommand.3 XmDesktop.3 \ XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 \ XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 \ XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 \ XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 \ XmFrame.3 XmGadget.3 XmGrabShell.3 \ - XmIconGCacheObj.3 XmIconGadget.3 XmLabel.3 \ - XmLabelGCacheObj.3 XmLabelGadget.3 XmList.3 \ + XmIconGadget.3 XmLabel.3 \ + XmLabelGadget.3 XmList.3 \ XmMainWindow.3 XmManager.3 XmMenuShell.3 \ XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 \ XmPrimitive.3 XmProtocol.3 XmPushButton.3 \ - XmPushButtonGCacheObj.3 XmPushButtonGadget.3 XmRowColumn.3 \ + XmPushButtonGadget.3 XmRowColumn.3 \ XmSash.3 XmScale.3 XmScreen.3 \ XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 \ - XmSeparator.3 XmSeparatorGCacheObj.3 XmSeparatorGadget.3 \ + XmSeparator.3 XmSeparatorGadget.3 \ XmSpinBox.3 XmTearOffButton.3 XmText.3 \ - XmTextField.3 XmToggleButton.3 XmToggleButtonGCacheObj.3 \ - XmToggleButtonGadget.3 XmVendorShellExt.3 XmWorld.3 + XmTextField.3 XmToggleButton.3 \ + XmToggleButtonGadget.3 XmVendorShellExt.3 XmWorld.3 \ + ApplicationShell.3 Composite.3 Constraint.3 Core.3 Object.3 \ + OverrideShell.3 Rect.3 Shell.3 TopLevelShell.3 \ + TransientShell.3 UnNamedObj.3 WmShell.3 XtConfigureObject.3 \ + XtDestroyWidget.3 XtManageChild.3 XtUnmanageChild.3 MAN5= mwmrc.5 .if defined(HAVE_MOTIF) IS_INTERACTIVE= yes pre-fetch: @${ECHO} "***********************************************************" @${ECHO} "* W a r n i n g *" @${ECHO} "* This port will overwrite your Motif installation. *" @${ECHO} "***********************************************************" @${ECHO} -n "Is this ok? (y/n) ==> " @(read ans; \ case x"$$ans" in \ xy*|xY*) \ return 0; \ ;; \ *) \ ${ECHO} "Okay, I won't install it then...."; \ ${ECHO} "(Don't worry about the following \"*** Error code 1\"s)"; \ return 1; \ ;; \ esac) .endif post-install: ${MKDIR} ${PREFIX}/lib/X11/mwm ${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/system.mwmrc \ ${PREFIX}/lib/X11/mwm ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X11/mwm ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ ${PREFIX}/lib/X11/app-defaults/Mwm ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include # Shared lib versions # dist version BSD shared lib version # ------------ ---------------------- # 0.78 0.0 # 0.79 0.1 # 0.80 0.1 # 0.83 1.2 Property changes on: head/x11-toolkits/lesstif/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/x11-toolkits/lesstif/distinfo =================================================================== --- head/x11-toolkits/lesstif/distinfo (revision 14444) +++ head/x11-toolkits/lesstif/distinfo (revision 14445) @@ -1 +1 @@ -MD5 (lesstif-0.86.5.tar.gz) = 3a8b48b05e8755ba58b7a4ec6a16e71e +MD5 (lesstif-0.86.9.tar.gz) = dbc11a4d2eb086ce33f3464e4f6f75a0 Property changes on: head/x11-toolkits/lesstif/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-toolkits/lesstif/pkg-plist =================================================================== --- head/x11-toolkits/lesstif/pkg-plist (revision 14444) +++ head/x11-toolkits/lesstif/pkg-plist (revision 14445) @@ -1,191 +1,190 @@ bin/mwm bin/mxmkmf bin/uil bin/xmbind include/Mrm/MrmAppl.h include/Mrm/MrmDecls.h include/Mrm/MrmPrivate.h include/Mrm/MrmPublic.h include/Xm/ArrowB.h include/Xm/ArrowBG.h include/Xm/ArrowBGP.h include/Xm/ArrowBP.h include/Xm/AtomMgr.h include/Xm/BaseClassP.h include/Xm/BulletinB.h include/Xm/BulletinBP.h include/Xm/CacheP.h include/Xm/CascadeB.h include/Xm/CascadeBG.h include/Xm/CascadeBGP.h include/Xm/CascadeBP.h include/Xm/Command.h include/Xm/CommandP.h include/Xm/CutPaste.h include/Xm/CutPasteP.h include/Xm/DesktopP.h include/Xm/DialogS.h include/Xm/DialogSEP.h include/Xm/DialogSP.h include/Xm/Display.h include/Xm/DisplayP.h include/Xm/DragC.h include/Xm/DragCP.h include/Xm/DragDrop.h include/Xm/DragIcon.h include/Xm/DragIconP.h include/Xm/DragOverS.h include/Xm/DragOverSP.h include/Xm/DrawP.h include/Xm/DrawingA.h include/Xm/DrawingAP.h include/Xm/DrawnB.h include/Xm/DrawnBP.h include/Xm/DropSMgr.h include/Xm/DropSMgrP.h include/Xm/DropTrans.h include/Xm/DropTransP.h include/Xm/ExtObjectP.h include/Xm/FileSB.h include/Xm/FileSBP.h include/Xm/Form.h include/Xm/FormP.h include/Xm/Frame.h include/Xm/FrameP.h include/Xm/GadgetP.h include/Xm/Label.h include/Xm/LabelG.h include/Xm/LabelGP.h include/Xm/LabelP.h include/Xm/List.h include/Xm/ListP.h include/Xm/MainW.h include/Xm/MainWP.h include/Xm/ManagerP.h include/Xm/MenuShell.h include/Xm/MenuShellP.h include/Xm/MenuUtilP.h include/Xm/MessageB.h include/Xm/MessageBP.h include/Xm/MwmUtil.h include/Xm/PanedW.h include/Xm/PanedWP.h include/Xm/PrimitiveP.h include/Xm/Protocols.h include/Xm/ProtocolsP.h include/Xm/PushB.h include/Xm/PushBG.h include/Xm/PushBGP.h include/Xm/PushBP.h include/Xm/RCUtilsP.h include/Xm/RepType.h include/Xm/RowColumn.h include/Xm/RowColumnP.h include/Xm/SashP.h include/Xm/Scale.h include/Xm/ScaleP.h include/Xm/Screen.h include/Xm/ScreenP.h include/Xm/ScrollBar.h include/Xm/ScrollBarP.h include/Xm/ScrolledW.h include/Xm/ScrolledWP.h include/Xm/SelectioB.h include/Xm/SelectioBP.h include/Xm/SeparatoG.h include/Xm/SeparatoGP.h include/Xm/Separator.h include/Xm/SeparatorP.h include/Xm/ShellEP.h include/Xm/TearOffBP.h include/Xm/TearOffP.h include/Xm/Text.h include/Xm/TextF.h include/Xm/TextFP.h include/Xm/TextFSelP.h include/Xm/TextInP.h include/Xm/TextOutP.h include/Xm/TextP.h include/Xm/TextSelP.h include/Xm/TextStrSoP.h include/Xm/ToggleB.h include/Xm/ToggleBG.h include/Xm/ToggleBGP.h include/Xm/ToggleBP.h include/Xm/TransltnsP.h include/Xm/VaSimpleP.h include/Xm/VendorS.h include/Xm/VendorSEP.h include/Xm/VendorSP.h include/Xm/VirtKeys.h include/Xm/VirtKeysP.h include/Xm/WorldP.h include/Xm/Xm.h include/Xm/XmAll.h include/Xm/XmP.h include/Xm/XmStrDefs.h include/Xm/XmosP.h lib/X11/app-defaults/Mwm lib/X11/lesstif/Imake.tmpl lib/X11/lesstif/Motif.rules lib/X11/lesstif/Motif.tmpl lib/X11/mwm/README lib/X11/mwm/alt.map lib/X11/mwm/system.mwmrc lib/libMrm.la lib/libMrm.a lib/libMrm.so lib/libMrm.so.1.2 lib/libXm.la lib/libXm.a lib/libXm.so lib/libXm.so.1.2 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/LessTif/AUTHORS share/doc/LessTif/BUG-REPORTING share/doc/LessTif/COPYING share/doc/LessTif/COPYING.LIB +share/doc/LessTif/COPYING.LIB.html share/doc/LessTif/CREDITS +share/doc/LessTif/FAQ.html share/doc/LessTif/INSTALL +share/doc/LessTif/INSTALL.html share/doc/LessTif/KNOWN_BUGS share/doc/LessTif/NEWS share/doc/LessTif/README share/doc/LessTif/RELEASE-POLICY share/doc/LessTif/TODO -share/doc/LessTif/doc/INSTALL.html -share/doc/LessTif/doc/COPYING.LIB.html -share/doc/LessTif/doc/FAQ.html -share/doc/LessTif/doc/apps.html -share/doc/LessTif/doc/bug-reporting.html -share/doc/LessTif/doc/bugs.html -share/doc/LessTif/doc/button.html -share/doc/LessTif/doc/cdrom.html -share/doc/LessTif/doc/core.html -share/doc/LessTif/doc/current.html -share/doc/LessTif/doc/cvs.html -share/doc/LessTif/doc/download.html -share/doc/LessTif/doc/images/hungry.gif -share/doc/LessTif/doc/images/lesstif-realsmall.gif -share/doc/LessTif/doc/images/lesstif-small.gif -share/doc/LessTif/doc/images/lesstif.gif -share/doc/LessTif/doc/images/lesstif.jpg -share/doc/LessTif/doc/images/ltsunlogo.gif -share/doc/LessTif/doc/index.html -share/doc/LessTif/doc/links.html -share/doc/LessTif/doc/lists.html -share/doc/LessTif/doc/mirrors.html -share/doc/LessTif/doc/platforms.html -share/doc/LessTif/doc/release-policy.html -share/doc/LessTif/doc/test_policy.html -share/doc/LessTif/doc/test_summary.html -share/doc/LessTif/doc/testers.html -share/doc/LessTif/doc/web_button.html -share/doc/LessTif/doc/versions.html +share/doc/LessTif/apps.html +share/doc/LessTif/bug-reporting.html +share/doc/LessTif/bugs.html +share/doc/LessTif/button.html +share/doc/LessTif/cdrom.html +share/doc/LessTif/core.html +share/doc/LessTif/current.html +share/doc/LessTif/cvs.html +share/doc/LessTif/download.html +share/doc/LessTif/images/hungry.gif +share/doc/LessTif/images/lesstif-realsmall.gif +share/doc/LessTif/images/lesstif-small.gif +share/doc/LessTif/images/lesstif.gif +share/doc/LessTif/images/lesstif.jpg +share/doc/LessTif/images/ltsunlogo.gif +share/doc/LessTif/index.html +share/doc/LessTif/links.html +share/doc/LessTif/lists.html +share/doc/LessTif/mirrors.html +share/doc/LessTif/platforms.html +share/doc/LessTif/release-policy.html +share/doc/LessTif/test_policy.html +share/doc/LessTif/test_summary.html +share/doc/LessTif/testers.html +share/doc/LessTif/versions.html +share/doc/LessTif/web_button.html @dirrm lib/X11/mwm @dirrm lib/X11/lesstif @dirrm include/Xm @dirrm include/Mrm -@dirrm share/doc/LessTif/doc/images -@dirrm share/doc/LessTif/doc +@dirrm share/doc/LessTif/images @dirrm share/doc/LessTif Property changes on: head/x11-toolkits/lesstif/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property