ports/101446: [PATCH] lang/smalltalk: fix depends, cleanup

Stanislav Sedov ssedov at mbsd.msk.ru
Sat Aug 5 21:50:25 UTC 2006


>Number:         101446
>Category:       ports
>Synopsis:       [PATCH] lang/smalltalk: fix depends, cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 05 21:50:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
 - Add readline as dependency when it was already installed. The program
   will be linked against it anyway, not against a system one.
 - Beautify BROKEN message (strip quotes, etc)
 - Use DATADIR macro

>How-To-Repeat:
>Fix:

--- smalltalk-2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/smalltalk/Makefile /var/tmp/smalltalk/Makefile
--- /usr/ports/lang/smalltalk/Makefile	Wed May 10 00:52:21 2006
+++ /var/tmp/smalltalk/Makefile	Sun Aug  6 01:08:46 2006
@@ -39,10 +39,10 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386" && ${ARCH} != "alpha"
-BROKEN=		"Does not compile on !i386 and !alpha"
+BROKEN=		does not compile on !i386 and !alpha
 .endif
 
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
@@ -58,7 +58,7 @@
 
 post-patch:
 	@${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \
-		's|-release $$(VERSION)|-avoid-version|g'
+		's|-release $${VERSION}|-avoid-version|g'
 	@${REINPLACE_CMD} -e 's|typedef .*intptr_t;||g ; \
 		 s|typedef .*intmax_t;||g' ${WRKSRC}/configure
 
diff -ruN --exclude=CVS /usr/ports/lang/smalltalk/pkg-plist /var/tmp/smalltalk/pkg-plist
--- /usr/ports/lang/smalltalk/pkg-plist	Sun Jan 22 05:18:40 2006
+++ /var/tmp/smalltalk/pkg-plist	Sun Aug  6 01:07:12 2006
@@ -28,430 +28,430 @@
 share/aclocal/snprintfv.m4
 share/emacs/site-lisp/gst-mode.el
 share/emacs/site-lisp/smalltalk-mode.el
-share/smalltalk/Load.st
-share/smalltalk/Reload.st
-share/smalltalk/Test.st
-share/smalltalk/blox-gtk/Blox.st
-share/smalltalk/blox-gtk/BloxBasic.st
-share/smalltalk/blox-gtk/BloxExtend.st
-share/smalltalk/blox-gtk/BloxText.st
-share/smalltalk/blox-gtk/BloxWidgets.st
-share/smalltalk/blox-tk/Blox.st
-share/smalltalk/blox-tk/BloxBasic.st
-share/smalltalk/blox-tk/BloxCanvas.st
-share/smalltalk/blox-tk/BloxExtend.st
-share/smalltalk/blox-tk/BloxText.st
-share/smalltalk/blox-tk/BloxWidgets.st
-share/smalltalk/blox-tk/colors.txt
-share/smalltalk/browser/BrowShell.st
-share/smalltalk/browser/BrowserMain.st
-share/smalltalk/browser/ButtonForm.st
-share/smalltalk/browser/ChangeLog
-share/smalltalk/browser/ClassBrow.st
-share/smalltalk/browser/ClassHierBrow.st
-share/smalltalk/browser/DebugSupport.st
-share/smalltalk/browser/Debugger.st
-share/smalltalk/browser/DictInspect.st
-share/smalltalk/browser/GuiData.st
-share/smalltalk/browser/Inspector.st
-share/smalltalk/browser/Load.st
-share/smalltalk/browser/Manager.st
-share/smalltalk/browser/Menu.st
-share/smalltalk/browser/MethInspect.st
-share/smalltalk/browser/MethSetBrow.st
-share/smalltalk/browser/ModalDialog.st
-share/smalltalk/browser/NamespBrow.st
-share/smalltalk/browser/Notifier.st
-share/smalltalk/browser/PCode.st
-share/smalltalk/browser/PList.st
-share/smalltalk/browser/PText.st
-share/smalltalk/browser/RadioForm.st
-share/smalltalk/browser/Run.st
-share/smalltalk/browser/StrcInspect.st
-share/smalltalk/browser/View.st
-share/smalltalk/browser/bear.gif
-share/smalltalk/browser/test.st
-share/smalltalk/compiler/ChangeLog
-share/smalltalk/compiler/ParseTreeSearcher.st
-share/smalltalk/compiler/RBFormatter.st
-share/smalltalk/compiler/RBParseNodes.st
-share/smalltalk/compiler/RBParser.st
-share/smalltalk/compiler/RBToken.st
-share/smalltalk/compiler/STCompLit.st
-share/smalltalk/compiler/STCompiler.st
-share/smalltalk/compiler/STDecompiler.st
-share/smalltalk/compiler/STLoader.st
-share/smalltalk/compiler/STLoaderObjs.st
-share/smalltalk/compiler/STSymTable.st
-share/smalltalk/compiler/StartCompiler.st
-share/smalltalk/compiler/test.st
-share/smalltalk/db/ChangeLog
-share/smalltalk/db/DB.st
-share/smalltalk/db/Glorp.st
-share/smalltalk/db/GlorpMySQL.st
-share/smalltalk/db/GlorpPort.st
-share/smalltalk/db/GlorpTest.st
-share/smalltalk/db/MySQL.st
-share/smalltalk/db/MySQLTests.st
-share/smalltalk/db/README
-share/smalltalk/db/mysql-test.st
-share/smalltalk/examples/Application.st
-share/smalltalk/examples/Bench.st
-share/smalltalk/examples/Case.st
-share/smalltalk/examples/Continuations.st
-share/smalltalk/examples/Debugger.st
-share/smalltalk/examples/DeltaBlue.st
-share/smalltalk/examples/Dinner.st
-share/smalltalk/examples/EditStream.st
-share/smalltalk/examples/Gen2.st
-share/smalltalk/examples/GenClasses.st
-share/smalltalk/examples/Generator.st
-share/smalltalk/examples/Lisp.st
-share/smalltalk/examples/Man.st
-share/smalltalk/examples/MemUsage.st
-share/smalltalk/examples/MiniDebugger.st
-share/smalltalk/examples/Prolog.st
-share/smalltalk/examples/PrtHier.st
-share/smalltalk/examples/Publish.st
-share/smalltalk/examples/PushBack.st
-share/smalltalk/examples/Queens.st
-share/smalltalk/examples/README
-share/smalltalk/examples/RandomInt.st
-share/smalltalk/examples/RegExp.st
-share/smalltalk/examples/Richards.st
-share/smalltalk/examples/SortCriter.st
-share/smalltalk/examples/StreamFilter.st
-share/smalltalk/examples/Sync.st
-share/smalltalk/examples/Tetris.st
-share/smalltalk/examples/Timer.st
-share/smalltalk/examples/Tokenizer.st
-share/smalltalk/examples/gdbm-c.st
-share/smalltalk/examples/gdbm.st
-share/smalltalk/examples/md5.st
-share/smalltalk/examples/modules/gdbm-c.st
-share/smalltalk/examples/modules/gdbm.st
-share/smalltalk/examples/modules/md5.st
-share/smalltalk/examples/modules/regex.st
-share/smalltalk/examples/pepe.sed
-share/smalltalk/examples/regex.st
-share/smalltalk/examples/shell
-share/smalltalk/examples/xml.sed
-share/smalltalk/gst.im
-share/smalltalk/gtk/GtkDecl.st
-share/smalltalk/gtk/GtkImpl.st
-share/smalltalk/gtk/MoreFuncs.st
-share/smalltalk/gtk/MoreStructs.st
-share/smalltalk/gtk/example_arrow.st
-share/smalltalk/gtk/example_aspectframe.st
-share/smalltalk/gtk/example_buttonbox.st
-share/smalltalk/gtk/example_entry.st
-share/smalltalk/gtk/example_eventbox.st
-share/smalltalk/gtk/example_hello.st
-share/smalltalk/gtk/example_tictactoe.st
-share/smalltalk/gtk/example_tree.st
-share/smalltalk/i18n/ChangeLog
-share/smalltalk/i18n/Collation.st
-share/smalltalk/i18n/Expression.st
-share/smalltalk/i18n/GetText.st
-share/smalltalk/i18n/Locale.st
-share/smalltalk/i18n/Numbers.st
-share/smalltalk/i18n/Sets.st
-share/smalltalk/i18n/Times.st
-share/smalltalk/java/Java.st
-share/smalltalk/java/JavaClassFiles.st
-share/smalltalk/java/JavaExtensions.st
-share/smalltalk/java/JavaMetaobjects.st
-share/smalltalk/java/JavaRuntime.st
-share/smalltalk/java/JavaTranslation.st
-share/smalltalk/java/extract-native.awk
-share/smalltalk/java/gnu_gcj_convert_IOConverter.st
-share/smalltalk/java/gnu_gcj_runtime_StackTrace.st
-share/smalltalk/java/gnu_gcj_runtime_StringBuffer.st
-share/smalltalk/java/gnu_java_net_PlainDatagramSocketImpl.st
-share/smalltalk/java/gnu_java_net_PlainSocketImpl.st
-share/smalltalk/java/gnu_java_nio_FileLockImpl.st
-share/smalltalk/java/gnu_java_nio_SelectorImpl.st
-share/smalltalk/java/java_io_File.st
-share/smalltalk/java/java_io_FileDescriptor.st
-share/smalltalk/java/java_io_ObjectInputStream.st
-share/smalltalk/java/java_io_VMObjectStreamClass.st
-share/smalltalk/java/java_lang_Character.st
-share/smalltalk/java/java_lang_Class.st
-share/smalltalk/java/java_lang_ConcreteProcess.st
-share/smalltalk/java/java_lang_Double.st
-share/smalltalk/java/java_lang_Float.st
-share/smalltalk/java/java_lang_Math.st
-share/smalltalk/java/java_lang_Object.st
-share/smalltalk/java/java_lang_Runtime.st
-share/smalltalk/java/java_lang_String.st
-share/smalltalk/java/java_lang_StringBuffer.st
-share/smalltalk/java/java_lang_System.st
-share/smalltalk/java/java_lang_Thread.st
-share/smalltalk/java/java_lang_VMClassLoader.st
-share/smalltalk/java/java_lang_ref_Reference.st
-share/smalltalk/java/java_lang_reflect_Array.st
-share/smalltalk/java/java_lang_reflect_Constructor.st
-share/smalltalk/java/java_lang_reflect_Field.st
-share/smalltalk/java/java_lang_reflect_Method.st
-share/smalltalk/java/java_lang_reflect_Proxy.st
-share/smalltalk/java/java_net_InetAddress.st
-share/smalltalk/java/java_net_NetworkInterface.st
-share/smalltalk/java/java_nio_DirectByteBufferImpl.st
-share/smalltalk/java/java_nio_channels_FileChannelImpl.st
-share/smalltalk/java/java_text_Collator.st
-share/smalltalk/java/java_util_ResourceBundle.st
-share/smalltalk/java/java_util_TimeZone.st
-share/smalltalk/java/java_util_zip_Deflater.st
-share/smalltalk/java/java_util_zip_Inflater.st
-share/smalltalk/kernel/AbstNamespc.st
-share/smalltalk/kernel/AnsiDates.st
-share/smalltalk/kernel/AnsiExcept.st
-share/smalltalk/kernel/Array.st
-share/smalltalk/kernel/ArrayColl.st
-share/smalltalk/kernel/Association.st
-share/smalltalk/kernel/Autoload.st
-share/smalltalk/kernel/Bag.st
-share/smalltalk/kernel/Behavior.st
-share/smalltalk/kernel/BindingDict.st
-share/smalltalk/kernel/BlkClosure.st
-share/smalltalk/kernel/BlkContext.st
-share/smalltalk/kernel/Boolean.st
-share/smalltalk/kernel/Builtins.st
-share/smalltalk/kernel/ByteArray.st
-share/smalltalk/kernel/ByteStream.st
-share/smalltalk/kernel/CFuncs.st
-share/smalltalk/kernel/CObject.st
-share/smalltalk/kernel/CStruct.st
-share/smalltalk/kernel/CType.st
-share/smalltalk/kernel/CallinProcess.st
-share/smalltalk/kernel/CharArray.st
-share/smalltalk/kernel/Character.st
-share/smalltalk/kernel/Class.st
-share/smalltalk/kernel/ClassDesc.st
-share/smalltalk/kernel/Collection.st
-share/smalltalk/kernel/CompildCode.st
-share/smalltalk/kernel/CompildMeth.st
-share/smalltalk/kernel/CompiledBlk.st
-share/smalltalk/kernel/ContextPart.st
-share/smalltalk/kernel/DLD.st
-share/smalltalk/kernel/Date.st
-share/smalltalk/kernel/Delay.st
-share/smalltalk/kernel/Dictionary.st
-share/smalltalk/kernel/DirMessage.st
-share/smalltalk/kernel/Directory.st
-share/smalltalk/kernel/ExcHandling.st
-share/smalltalk/kernel/False.st
-share/smalltalk/kernel/File.st
-share/smalltalk/kernel/FileDescr.st
-share/smalltalk/kernel/FileSegment.st
-share/smalltalk/kernel/FileStream.st
-share/smalltalk/kernel/Float.st
-share/smalltalk/kernel/FloatD.st
-share/smalltalk/kernel/FloatE.st
-share/smalltalk/kernel/FloatQ.st
-share/smalltalk/kernel/Fraction.st
-share/smalltalk/kernel/HashedColl.st
-share/smalltalk/kernel/HomedAssoc.st
-share/smalltalk/kernel/IdentDict.st
-share/smalltalk/kernel/IdentitySet.st
-share/smalltalk/kernel/Integer.st
-share/smalltalk/kernel/Interval.st
-share/smalltalk/kernel/LargeInt.st
-share/smalltalk/kernel/Link.st
-share/smalltalk/kernel/LinkedList.st
-share/smalltalk/kernel/LookupKey.st
-share/smalltalk/kernel/LookupTable.st
-share/smalltalk/kernel/Magnitude.st
-share/smalltalk/kernel/MappedColl.st
-share/smalltalk/kernel/Memory.st
-share/smalltalk/kernel/Message.st
-share/smalltalk/kernel/Metaclass.st
-share/smalltalk/kernel/MethodDict.st
-share/smalltalk/kernel/MethodInfo.st
-share/smalltalk/kernel/MthContext.st
-share/smalltalk/kernel/Namespace.st
-share/smalltalk/kernel/Number.st
-share/smalltalk/kernel/ObjDumper.st
-share/smalltalk/kernel/ObjMemory.st
-share/smalltalk/kernel/Object.st
-share/smalltalk/kernel/OrderColl.st
-share/smalltalk/kernel/OtherArrays.st
-share/smalltalk/kernel/PkgLoader.st
-share/smalltalk/kernel/Point.st
-share/smalltalk/kernel/PosStream.st
-share/smalltalk/kernel/ProcSched.st
-share/smalltalk/kernel/Process.st
-share/smalltalk/kernel/RWStream.st
-share/smalltalk/kernel/Random.st
-share/smalltalk/kernel/ReadStream.st
-share/smalltalk/kernel/Rectangle.st
-share/smalltalk/kernel/RecursionLock.st
-share/smalltalk/kernel/RootNamespc.st
-share/smalltalk/kernel/RunArray.st
-share/smalltalk/kernel/ScaledDec.st
-share/smalltalk/kernel/Security.st
-share/smalltalk/kernel/Semaphore.st
-share/smalltalk/kernel/SeqCollect.st
-share/smalltalk/kernel/Set.st
-share/smalltalk/kernel/SharedQueue.st
-share/smalltalk/kernel/SmallInt.st
-share/smalltalk/kernel/SortCollect.st
-share/smalltalk/kernel/Stream.st
-share/smalltalk/kernel/String.st
-share/smalltalk/kernel/SymLink.st
-share/smalltalk/kernel/Symbol.st
-share/smalltalk/kernel/SysDict.st
-share/smalltalk/kernel/Time.st
-share/smalltalk/kernel/TokenStream.st
-share/smalltalk/kernel/Transcript.st
-share/smalltalk/kernel/True.st
-share/smalltalk/kernel/URL.st
-share/smalltalk/kernel/UndefObject.st
-share/smalltalk/kernel/VFS.st
-share/smalltalk/kernel/ValueAdapt.st
-share/smalltalk/kernel/VarBinding.st
-share/smalltalk/kernel/WeakObjects.st
-share/smalltalk/kernel/WriteStream.st
-share/smalltalk/net/Base.st
-share/smalltalk/net/ChangeLog
-share/smalltalk/net/ContentHandler.st
-share/smalltalk/net/FTP.st
-share/smalltalk/net/HTTP.st
-share/smalltalk/net/IMAP.st
-share/smalltalk/net/Load.st
-share/smalltalk/net/MIME.st
-share/smalltalk/net/NNTP.st
-share/smalltalk/net/NetServer.st
-share/smalltalk/net/POP.st
-share/smalltalk/net/SMTP.st
-share/smalltalk/net/URIResolver.st
-share/smalltalk/net/httpd/FileServer.st
-share/smalltalk/net/httpd/Haiku.st
-share/smalltalk/net/httpd/STT.st
-share/smalltalk/net/httpd/WebServer.st
-share/smalltalk/net/httpd/WikiServer.st
-share/smalltalk/net/httpd/edit.jpg
-share/smalltalk/net/httpd/example1.stt
-share/smalltalk/net/httpd/example2.stt
-share/smalltalk/net/httpd/find.jpg
-share/smalltalk/net/httpd/head.jpg
-share/smalltalk/net/httpd/help.jpg
-share/smalltalk/net/httpd/history.jpg
-share/smalltalk/net/httpd/next.jpg
-share/smalltalk/net/httpd/prev.jpg
-share/smalltalk/net/httpd/recent.jpg
-share/smalltalk/net/httpd/rename.jpg
-share/smalltalk/net/httpd/test.st
-share/smalltalk/net/httpd/top.jpg
-share/smalltalk/numerics/Approximation.st
-share/smalltalk/numerics/Basic.st
-share/smalltalk/numerics/Distributions.st
-share/smalltalk/numerics/Functions.st
-share/smalltalk/numerics/Integration.st
-share/smalltalk/numerics/Matrixes.st
-share/smalltalk/numerics/NumericsAdds.st
-share/smalltalk/numerics/NumericsTests.st
-share/smalltalk/numerics/Optimization.st
-share/smalltalk/numerics/RNG.st
-share/smalltalk/numerics/Statistics.st
-share/smalltalk/packages.xml
-share/smalltalk/sunit/SUnit.st
-share/smalltalk/sunit/SUnitPreload.st
-share/smalltalk/sunit/SUnitScript.st
-share/smalltalk/sunit/SUnitTests.st
-share/smalltalk/tcp/AbstractSocketImpl.st
-share/smalltalk/tcp/Buffers.st
-share/smalltalk/tcp/ChangeLog
-share/smalltalk/tcp/Datagram.st
-share/smalltalk/tcp/IPSocketImpl.st
-share/smalltalk/tcp/SocketAddress.st
-share/smalltalk/tcp/Sockets.st
-share/smalltalk/tcp/Tests.st
-share/smalltalk/tcp/cfuncs.st
-share/smalltalk/tcp/init.st
-share/smalltalk/unsupported/BigExpr.st
-share/smalltalk/unsupported/CInt.st
-share/smalltalk/unsupported/CPP-test.st
-share/smalltalk/unsupported/CParseT1.st
-share/smalltalk/unsupported/CParseT2.st
-share/smalltalk/unsupported/CParseT3.st
-share/smalltalk/unsupported/CString.st
-share/smalltalk/unsupported/DLD.st
-share/smalltalk/unsupported/Extensn.st
-share/smalltalk/unsupported/IfError.st
-share/smalltalk/unsupported/Interr.st
-share/smalltalk/unsupported/ParseErr.st
-share/smalltalk/unsupported/Process1.st
-share/smalltalk/unsupported/Process2.st
-share/smalltalk/unsupported/Profile.st
-share/smalltalk/unsupported/Sorting.st
-share/smalltalk/unsupported/a.st
-share/smalltalk/unsupported/ba.st
-share/smalltalk/unsupported/binary.c
-share/smalltalk/unsupported/bug.st
-share/smalltalk/unsupported/bug2.st
-share/smalltalk/unsupported/bug4.st
-share/smalltalk/unsupported/cint/CDeclNode.st
-share/smalltalk/unsupported/cint/CExpressionNode.st
-share/smalltalk/unsupported/cint/CPP.st
-share/smalltalk/unsupported/cint/CPStrConc.st
-share/smalltalk/unsupported/cint/CPStrUnq.st
-share/smalltalk/unsupported/cint/CParseType.st
-share/smalltalk/unsupported/cint/CSymbol.st
-share/smalltalk/unsupported/cint/CSymbolTable.st
-share/smalltalk/unsupported/cint/CTok.st
-share/smalltalk/unsupported/cint/CToken.st
-share/smalltalk/unsupported/cint/CTreeBuilder.st
-share/smalltalk/unsupported/cint/CollapsedStream.st
-share/smalltalk/unsupported/cint/ExpansionStream.st
-share/smalltalk/unsupported/cint/ExpansionStreamStack.st
-share/smalltalk/unsupported/cint/LineStream.st
-share/smalltalk/unsupported/cint/LineTokenStream.st
-share/smalltalk/unsupported/cint/README
-share/smalltalk/unsupported/cint/StreamStack.st
-share/smalltalk/unsupported/er2.st
-share/smalltalk/unsupported/market.st
-share/smalltalk/unsupported/resolve.st
-share/smalltalk/unsupported/self.st
-share/smalltalk/unsupported/t.st
-share/smalltalk/unsupported/torture.st
-share/smalltalk/vfs/README
-share/smalltalk/vfs/deb
-share/smalltalk/vfs/lslR
-share/smalltalk/vfs/mailfs
-share/smalltalk/vfs/patchfs
-share/smalltalk/vfs/uar
-share/smalltalk/vfs/ucpio
-share/smalltalk/vfs/ulha
-share/smalltalk/vfs/urar
-share/smalltalk/vfs/utar
-share/smalltalk/vfs/uzip
-share/smalltalk/vfs/uzoo
-share/smalltalk/xml/ChangeLog
-share/smalltalk/xml/XML.st
-share/smalltalk/xml/XPath.st
-share/smalltalk/xml/XSL.st
- at dirrm share/smalltalk/xml
- at dirrm share/smalltalk/vfs
- at dirrm share/smalltalk/unsupported/cint
- at dirrm share/smalltalk/unsupported
- at dirrm share/smalltalk/tcp
- at dirrm share/smalltalk/sunit
- at dirrm share/smalltalk/numerics
- at dirrm share/smalltalk/net/httpd
- at dirrm share/smalltalk/net
- at dirrm share/smalltalk/kernel
- at dirrm share/smalltalk/java
- at dirrm share/smalltalk/i18n
- at dirrm share/smalltalk/gtk
- at dirrm share/smalltalk/examples/modules
- at dirrm share/smalltalk/examples
- at dirrm share/smalltalk/db
- at dirrm share/smalltalk/compiler
- at dirrm share/smalltalk/browser
- at dirrm share/smalltalk/blox-tk
- at dirrm share/smalltalk/blox-gtk
- at dirrm share/smalltalk
+%%DATADIR%%/Load.st
+%%DATADIR%%/Reload.st
+%%DATADIR%%/Test.st
+%%DATADIR%%/blox-gtk/Blox.st
+%%DATADIR%%/blox-gtk/BloxBasic.st
+%%DATADIR%%/blox-gtk/BloxExtend.st
+%%DATADIR%%/blox-gtk/BloxText.st
+%%DATADIR%%/blox-gtk/BloxWidgets.st
+%%DATADIR%%/blox-tk/Blox.st
+%%DATADIR%%/blox-tk/BloxBasic.st
+%%DATADIR%%/blox-tk/BloxCanvas.st
+%%DATADIR%%/blox-tk/BloxExtend.st
+%%DATADIR%%/blox-tk/BloxText.st
+%%DATADIR%%/blox-tk/BloxWidgets.st
+%%DATADIR%%/blox-tk/colors.txt
+%%DATADIR%%/browser/BrowShell.st
+%%DATADIR%%/browser/BrowserMain.st
+%%DATADIR%%/browser/ButtonForm.st
+%%DATADIR%%/browser/ChangeLog
+%%DATADIR%%/browser/ClassBrow.st
+%%DATADIR%%/browser/ClassHierBrow.st
+%%DATADIR%%/browser/DebugSupport.st
+%%DATADIR%%/browser/Debugger.st
+%%DATADIR%%/browser/DictInspect.st
+%%DATADIR%%/browser/GuiData.st
+%%DATADIR%%/browser/Inspector.st
+%%DATADIR%%/browser/Load.st
+%%DATADIR%%/browser/Manager.st
+%%DATADIR%%/browser/Menu.st
+%%DATADIR%%/browser/MethInspect.st
+%%DATADIR%%/browser/MethSetBrow.st
+%%DATADIR%%/browser/ModalDialog.st
+%%DATADIR%%/browser/NamespBrow.st
+%%DATADIR%%/browser/Notifier.st
+%%DATADIR%%/browser/PCode.st
+%%DATADIR%%/browser/PList.st
+%%DATADIR%%/browser/PText.st
+%%DATADIR%%/browser/RadioForm.st
+%%DATADIR%%/browser/Run.st
+%%DATADIR%%/browser/StrcInspect.st
+%%DATADIR%%/browser/View.st
+%%DATADIR%%/browser/bear.gif
+%%DATADIR%%/browser/test.st
+%%DATADIR%%/compiler/ChangeLog
+%%DATADIR%%/compiler/ParseTreeSearcher.st
+%%DATADIR%%/compiler/RBFormatter.st
+%%DATADIR%%/compiler/RBParseNodes.st
+%%DATADIR%%/compiler/RBParser.st
+%%DATADIR%%/compiler/RBToken.st
+%%DATADIR%%/compiler/STCompLit.st
+%%DATADIR%%/compiler/STCompiler.st
+%%DATADIR%%/compiler/STDecompiler.st
+%%DATADIR%%/compiler/STLoader.st
+%%DATADIR%%/compiler/STLoaderObjs.st
+%%DATADIR%%/compiler/STSymTable.st
+%%DATADIR%%/compiler/StartCompiler.st
+%%DATADIR%%/compiler/test.st
+%%DATADIR%%/db/ChangeLog
+%%DATADIR%%/db/DB.st
+%%DATADIR%%/db/Glorp.st
+%%DATADIR%%/db/GlorpMySQL.st
+%%DATADIR%%/db/GlorpPort.st
+%%DATADIR%%/db/GlorpTest.st
+%%DATADIR%%/db/MySQL.st
+%%DATADIR%%/db/MySQLTests.st
+%%DATADIR%%/db/README
+%%DATADIR%%/db/mysql-test.st
+%%DATADIR%%/examples/Application.st
+%%DATADIR%%/examples/Bench.st
+%%DATADIR%%/examples/Case.st
+%%DATADIR%%/examples/Continuations.st
+%%DATADIR%%/examples/Debugger.st
+%%DATADIR%%/examples/DeltaBlue.st
+%%DATADIR%%/examples/Dinner.st
+%%DATADIR%%/examples/EditStream.st
+%%DATADIR%%/examples/Gen2.st
+%%DATADIR%%/examples/GenClasses.st
+%%DATADIR%%/examples/Generator.st
+%%DATADIR%%/examples/Lisp.st
+%%DATADIR%%/examples/Man.st
+%%DATADIR%%/examples/MemUsage.st
+%%DATADIR%%/examples/MiniDebugger.st
+%%DATADIR%%/examples/Prolog.st
+%%DATADIR%%/examples/PrtHier.st
+%%DATADIR%%/examples/Publish.st
+%%DATADIR%%/examples/PushBack.st
+%%DATADIR%%/examples/Queens.st
+%%DATADIR%%/examples/README
+%%DATADIR%%/examples/RandomInt.st
+%%DATADIR%%/examples/RegExp.st
+%%DATADIR%%/examples/Richards.st
+%%DATADIR%%/examples/SortCriter.st
+%%DATADIR%%/examples/StreamFilter.st
+%%DATADIR%%/examples/Sync.st
+%%DATADIR%%/examples/Tetris.st
+%%DATADIR%%/examples/Timer.st
+%%DATADIR%%/examples/Tokenizer.st
+%%DATADIR%%/examples/gdbm-c.st
+%%DATADIR%%/examples/gdbm.st
+%%DATADIR%%/examples/md5.st
+%%DATADIR%%/examples/modules/gdbm-c.st
+%%DATADIR%%/examples/modules/gdbm.st
+%%DATADIR%%/examples/modules/md5.st
+%%DATADIR%%/examples/modules/regex.st
+%%DATADIR%%/examples/pepe.sed
+%%DATADIR%%/examples/regex.st
+%%DATADIR%%/examples/shell
+%%DATADIR%%/examples/xml.sed
+%%DATADIR%%/gst.im
+%%DATADIR%%/gtk/GtkDecl.st
+%%DATADIR%%/gtk/GtkImpl.st
+%%DATADIR%%/gtk/MoreFuncs.st
+%%DATADIR%%/gtk/MoreStructs.st
+%%DATADIR%%/gtk/example_arrow.st
+%%DATADIR%%/gtk/example_aspectframe.st
+%%DATADIR%%/gtk/example_buttonbox.st
+%%DATADIR%%/gtk/example_entry.st
+%%DATADIR%%/gtk/example_eventbox.st
+%%DATADIR%%/gtk/example_hello.st
+%%DATADIR%%/gtk/example_tictactoe.st
+%%DATADIR%%/gtk/example_tree.st
+%%DATADIR%%/i18n/ChangeLog
+%%DATADIR%%/i18n/Collation.st
+%%DATADIR%%/i18n/Expression.st
+%%DATADIR%%/i18n/GetText.st
+%%DATADIR%%/i18n/Locale.st
+%%DATADIR%%/i18n/Numbers.st
+%%DATADIR%%/i18n/Sets.st
+%%DATADIR%%/i18n/Times.st
+%%DATADIR%%/java/Java.st
+%%DATADIR%%/java/JavaClassFiles.st
+%%DATADIR%%/java/JavaExtensions.st
+%%DATADIR%%/java/JavaMetaobjects.st
+%%DATADIR%%/java/JavaRuntime.st
+%%DATADIR%%/java/JavaTranslation.st
+%%DATADIR%%/java/extract-native.awk
+%%DATADIR%%/java/gnu_gcj_convert_IOConverter.st
+%%DATADIR%%/java/gnu_gcj_runtime_StackTrace.st
+%%DATADIR%%/java/gnu_gcj_runtime_StringBuffer.st
+%%DATADIR%%/java/gnu_java_net_PlainDatagramSocketImpl.st
+%%DATADIR%%/java/gnu_java_net_PlainSocketImpl.st
+%%DATADIR%%/java/gnu_java_nio_FileLockImpl.st
+%%DATADIR%%/java/gnu_java_nio_SelectorImpl.st
+%%DATADIR%%/java/java_io_File.st
+%%DATADIR%%/java/java_io_FileDescriptor.st
+%%DATADIR%%/java/java_io_ObjectInputStream.st
+%%DATADIR%%/java/java_io_VMObjectStreamClass.st
+%%DATADIR%%/java/java_lang_Character.st
+%%DATADIR%%/java/java_lang_Class.st
+%%DATADIR%%/java/java_lang_ConcreteProcess.st
+%%DATADIR%%/java/java_lang_Double.st
+%%DATADIR%%/java/java_lang_Float.st
+%%DATADIR%%/java/java_lang_Math.st
+%%DATADIR%%/java/java_lang_Object.st
+%%DATADIR%%/java/java_lang_Runtime.st
+%%DATADIR%%/java/java_lang_String.st
+%%DATADIR%%/java/java_lang_StringBuffer.st
+%%DATADIR%%/java/java_lang_System.st
+%%DATADIR%%/java/java_lang_Thread.st
+%%DATADIR%%/java/java_lang_VMClassLoader.st
+%%DATADIR%%/java/java_lang_ref_Reference.st
+%%DATADIR%%/java/java_lang_reflect_Array.st
+%%DATADIR%%/java/java_lang_reflect_Constructor.st
+%%DATADIR%%/java/java_lang_reflect_Field.st
+%%DATADIR%%/java/java_lang_reflect_Method.st
+%%DATADIR%%/java/java_lang_reflect_Proxy.st
+%%DATADIR%%/java/java_net_InetAddress.st
+%%DATADIR%%/java/java_net_NetworkInterface.st
+%%DATADIR%%/java/java_nio_DirectByteBufferImpl.st
+%%DATADIR%%/java/java_nio_channels_FileChannelImpl.st
+%%DATADIR%%/java/java_text_Collator.st
+%%DATADIR%%/java/java_util_ResourceBundle.st
+%%DATADIR%%/java/java_util_TimeZone.st
+%%DATADIR%%/java/java_util_zip_Deflater.st
+%%DATADIR%%/java/java_util_zip_Inflater.st
+%%DATADIR%%/kernel/AbstNamespc.st
+%%DATADIR%%/kernel/AnsiDates.st
+%%DATADIR%%/kernel/AnsiExcept.st
+%%DATADIR%%/kernel/Array.st
+%%DATADIR%%/kernel/ArrayColl.st
+%%DATADIR%%/kernel/Association.st
+%%DATADIR%%/kernel/Autoload.st
+%%DATADIR%%/kernel/Bag.st
+%%DATADIR%%/kernel/Behavior.st
+%%DATADIR%%/kernel/BindingDict.st
+%%DATADIR%%/kernel/BlkClosure.st
+%%DATADIR%%/kernel/BlkContext.st
+%%DATADIR%%/kernel/Boolean.st
+%%DATADIR%%/kernel/Builtins.st
+%%DATADIR%%/kernel/ByteArray.st
+%%DATADIR%%/kernel/ByteStream.st
+%%DATADIR%%/kernel/CFuncs.st
+%%DATADIR%%/kernel/CObject.st
+%%DATADIR%%/kernel/CStruct.st
+%%DATADIR%%/kernel/CType.st
+%%DATADIR%%/kernel/CallinProcess.st
+%%DATADIR%%/kernel/CharArray.st
+%%DATADIR%%/kernel/Character.st
+%%DATADIR%%/kernel/Class.st
+%%DATADIR%%/kernel/ClassDesc.st
+%%DATADIR%%/kernel/Collection.st
+%%DATADIR%%/kernel/CompildCode.st
+%%DATADIR%%/kernel/CompildMeth.st
+%%DATADIR%%/kernel/CompiledBlk.st
+%%DATADIR%%/kernel/ContextPart.st
+%%DATADIR%%/kernel/DLD.st
+%%DATADIR%%/kernel/Date.st
+%%DATADIR%%/kernel/Delay.st
+%%DATADIR%%/kernel/Dictionary.st
+%%DATADIR%%/kernel/DirMessage.st
+%%DATADIR%%/kernel/Directory.st
+%%DATADIR%%/kernel/ExcHandling.st
+%%DATADIR%%/kernel/False.st
+%%DATADIR%%/kernel/File.st
+%%DATADIR%%/kernel/FileDescr.st
+%%DATADIR%%/kernel/FileSegment.st
+%%DATADIR%%/kernel/FileStream.st
+%%DATADIR%%/kernel/Float.st
+%%DATADIR%%/kernel/FloatD.st
+%%DATADIR%%/kernel/FloatE.st
+%%DATADIR%%/kernel/FloatQ.st
+%%DATADIR%%/kernel/Fraction.st
+%%DATADIR%%/kernel/HashedColl.st
+%%DATADIR%%/kernel/HomedAssoc.st
+%%DATADIR%%/kernel/IdentDict.st
+%%DATADIR%%/kernel/IdentitySet.st
+%%DATADIR%%/kernel/Integer.st
+%%DATADIR%%/kernel/Interval.st
+%%DATADIR%%/kernel/LargeInt.st
+%%DATADIR%%/kernel/Link.st
+%%DATADIR%%/kernel/LinkedList.st
+%%DATADIR%%/kernel/LookupKey.st
+%%DATADIR%%/kernel/LookupTable.st
+%%DATADIR%%/kernel/Magnitude.st
+%%DATADIR%%/kernel/MappedColl.st
+%%DATADIR%%/kernel/Memory.st
+%%DATADIR%%/kernel/Message.st
+%%DATADIR%%/kernel/Metaclass.st
+%%DATADIR%%/kernel/MethodDict.st
+%%DATADIR%%/kernel/MethodInfo.st
+%%DATADIR%%/kernel/MthContext.st
+%%DATADIR%%/kernel/Namespace.st
+%%DATADIR%%/kernel/Number.st
+%%DATADIR%%/kernel/ObjDumper.st
+%%DATADIR%%/kernel/ObjMemory.st
+%%DATADIR%%/kernel/Object.st
+%%DATADIR%%/kernel/OrderColl.st
+%%DATADIR%%/kernel/OtherArrays.st
+%%DATADIR%%/kernel/PkgLoader.st
+%%DATADIR%%/kernel/Point.st
+%%DATADIR%%/kernel/PosStream.st
+%%DATADIR%%/kernel/ProcSched.st
+%%DATADIR%%/kernel/Process.st
+%%DATADIR%%/kernel/RWStream.st
+%%DATADIR%%/kernel/Random.st
+%%DATADIR%%/kernel/ReadStream.st
+%%DATADIR%%/kernel/Rectangle.st
+%%DATADIR%%/kernel/RecursionLock.st
+%%DATADIR%%/kernel/RootNamespc.st
+%%DATADIR%%/kernel/RunArray.st
+%%DATADIR%%/kernel/ScaledDec.st
+%%DATADIR%%/kernel/Security.st
+%%DATADIR%%/kernel/Semaphore.st
+%%DATADIR%%/kernel/SeqCollect.st
+%%DATADIR%%/kernel/Set.st
+%%DATADIR%%/kernel/SharedQueue.st
+%%DATADIR%%/kernel/SmallInt.st
+%%DATADIR%%/kernel/SortCollect.st
+%%DATADIR%%/kernel/Stream.st
+%%DATADIR%%/kernel/String.st
+%%DATADIR%%/kernel/SymLink.st
+%%DATADIR%%/kernel/Symbol.st
+%%DATADIR%%/kernel/SysDict.st
+%%DATADIR%%/kernel/Time.st
+%%DATADIR%%/kernel/TokenStream.st
+%%DATADIR%%/kernel/Transcript.st
+%%DATADIR%%/kernel/True.st
+%%DATADIR%%/kernel/URL.st
+%%DATADIR%%/kernel/UndefObject.st
+%%DATADIR%%/kernel/VFS.st
+%%DATADIR%%/kernel/ValueAdapt.st
+%%DATADIR%%/kernel/VarBinding.st
+%%DATADIR%%/kernel/WeakObjects.st
+%%DATADIR%%/kernel/WriteStream.st
+%%DATADIR%%/net/Base.st
+%%DATADIR%%/net/ChangeLog
+%%DATADIR%%/net/ContentHandler.st
+%%DATADIR%%/net/FTP.st
+%%DATADIR%%/net/HTTP.st
+%%DATADIR%%/net/IMAP.st
+%%DATADIR%%/net/Load.st
+%%DATADIR%%/net/MIME.st
+%%DATADIR%%/net/NNTP.st
+%%DATADIR%%/net/NetServer.st
+%%DATADIR%%/net/POP.st
+%%DATADIR%%/net/SMTP.st
+%%DATADIR%%/net/URIResolver.st
+%%DATADIR%%/net/httpd/FileServer.st
+%%DATADIR%%/net/httpd/Haiku.st
+%%DATADIR%%/net/httpd/STT.st
+%%DATADIR%%/net/httpd/WebServer.st
+%%DATADIR%%/net/httpd/WikiServer.st
+%%DATADIR%%/net/httpd/edit.jpg
+%%DATADIR%%/net/httpd/example1.stt
+%%DATADIR%%/net/httpd/example2.stt
+%%DATADIR%%/net/httpd/find.jpg
+%%DATADIR%%/net/httpd/head.jpg
+%%DATADIR%%/net/httpd/help.jpg
+%%DATADIR%%/net/httpd/history.jpg
+%%DATADIR%%/net/httpd/next.jpg
+%%DATADIR%%/net/httpd/prev.jpg
+%%DATADIR%%/net/httpd/recent.jpg
+%%DATADIR%%/net/httpd/rename.jpg
+%%DATADIR%%/net/httpd/test.st
+%%DATADIR%%/net/httpd/top.jpg
+%%DATADIR%%/numerics/Approximation.st
+%%DATADIR%%/numerics/Basic.st
+%%DATADIR%%/numerics/Distributions.st
+%%DATADIR%%/numerics/Functions.st
+%%DATADIR%%/numerics/Integration.st
+%%DATADIR%%/numerics/Matrixes.st
+%%DATADIR%%/numerics/NumericsAdds.st
+%%DATADIR%%/numerics/NumericsTests.st
+%%DATADIR%%/numerics/Optimization.st
+%%DATADIR%%/numerics/RNG.st
+%%DATADIR%%/numerics/Statistics.st
+%%DATADIR%%/packages.xml
+%%DATADIR%%/sunit/SUnit.st
+%%DATADIR%%/sunit/SUnitPreload.st
+%%DATADIR%%/sunit/SUnitScript.st
+%%DATADIR%%/sunit/SUnitTests.st
+%%DATADIR%%/tcp/AbstractSocketImpl.st
+%%DATADIR%%/tcp/Buffers.st
+%%DATADIR%%/tcp/ChangeLog
+%%DATADIR%%/tcp/Datagram.st
+%%DATADIR%%/tcp/IPSocketImpl.st
+%%DATADIR%%/tcp/SocketAddress.st
+%%DATADIR%%/tcp/Sockets.st
+%%DATADIR%%/tcp/Tests.st
+%%DATADIR%%/tcp/cfuncs.st
+%%DATADIR%%/tcp/init.st
+%%DATADIR%%/unsupported/BigExpr.st
+%%DATADIR%%/unsupported/CInt.st
+%%DATADIR%%/unsupported/CPP-test.st
+%%DATADIR%%/unsupported/CParseT1.st
+%%DATADIR%%/unsupported/CParseT2.st
+%%DATADIR%%/unsupported/CParseT3.st
+%%DATADIR%%/unsupported/CString.st
+%%DATADIR%%/unsupported/DLD.st
+%%DATADIR%%/unsupported/Extensn.st
+%%DATADIR%%/unsupported/IfError.st
+%%DATADIR%%/unsupported/Interr.st
+%%DATADIR%%/unsupported/ParseErr.st
+%%DATADIR%%/unsupported/Process1.st
+%%DATADIR%%/unsupported/Process2.st
+%%DATADIR%%/unsupported/Profile.st
+%%DATADIR%%/unsupported/Sorting.st
+%%DATADIR%%/unsupported/a.st
+%%DATADIR%%/unsupported/ba.st
+%%DATADIR%%/unsupported/binary.c
+%%DATADIR%%/unsupported/bug.st
+%%DATADIR%%/unsupported/bug2.st
+%%DATADIR%%/unsupported/bug4.st
+%%DATADIR%%/unsupported/cint/CDeclNode.st
+%%DATADIR%%/unsupported/cint/CExpressionNode.st
+%%DATADIR%%/unsupported/cint/CPP.st
+%%DATADIR%%/unsupported/cint/CPStrConc.st
+%%DATADIR%%/unsupported/cint/CPStrUnq.st
+%%DATADIR%%/unsupported/cint/CParseType.st
+%%DATADIR%%/unsupported/cint/CSymbol.st
+%%DATADIR%%/unsupported/cint/CSymbolTable.st
+%%DATADIR%%/unsupported/cint/CTok.st
+%%DATADIR%%/unsupported/cint/CToken.st
+%%DATADIR%%/unsupported/cint/CTreeBuilder.st
+%%DATADIR%%/unsupported/cint/CollapsedStream.st
+%%DATADIR%%/unsupported/cint/ExpansionStream.st
+%%DATADIR%%/unsupported/cint/ExpansionStreamStack.st
+%%DATADIR%%/unsupported/cint/LineStream.st
+%%DATADIR%%/unsupported/cint/LineTokenStream.st
+%%DATADIR%%/unsupported/cint/README
+%%DATADIR%%/unsupported/cint/StreamStack.st
+%%DATADIR%%/unsupported/er2.st
+%%DATADIR%%/unsupported/market.st
+%%DATADIR%%/unsupported/resolve.st
+%%DATADIR%%/unsupported/self.st
+%%DATADIR%%/unsupported/t.st
+%%DATADIR%%/unsupported/torture.st
+%%DATADIR%%/vfs/README
+%%DATADIR%%/vfs/deb
+%%DATADIR%%/vfs/lslR
+%%DATADIR%%/vfs/mailfs
+%%DATADIR%%/vfs/patchfs
+%%DATADIR%%/vfs/uar
+%%DATADIR%%/vfs/ucpio
+%%DATADIR%%/vfs/ulha
+%%DATADIR%%/vfs/urar
+%%DATADIR%%/vfs/utar
+%%DATADIR%%/vfs/uzip
+%%DATADIR%%/vfs/uzoo
+%%DATADIR%%/xml/ChangeLog
+%%DATADIR%%/xml/XML.st
+%%DATADIR%%/xml/XPath.st
+%%DATADIR%%/xml/XSL.st
+ at dirrm %%DATADIR%%/xml
+ at dirrm %%DATADIR%%/vfs
+ at dirrm %%DATADIR%%/unsupported/cint
+ at dirrm %%DATADIR%%/unsupported
+ at dirrm %%DATADIR%%/tcp
+ at dirrm %%DATADIR%%/sunit
+ at dirrm %%DATADIR%%/numerics
+ at dirrm %%DATADIR%%/net/httpd
+ at dirrm %%DATADIR%%/net
+ at dirrm %%DATADIR%%/kernel
+ at dirrm %%DATADIR%%/java
+ at dirrm %%DATADIR%%/i18n
+ at dirrm %%DATADIR%%/gtk
+ at dirrm %%DATADIR%%/examples/modules
+ at dirrm %%DATADIR%%/examples
+ at dirrm %%DATADIR%%/db
+ at dirrm %%DATADIR%%/compiler
+ at dirrm %%DATADIR%%/browser
+ at dirrm %%DATADIR%%/blox-tk
+ at dirrm %%DATADIR%%/blox-gtk
+ at dirrm %%DATADIR%%
 @dirrm lib/smalltalk
 @exec mkdir -p %D/include/snprintfv
 @dirrmtry include/snprintfv
--- smalltalk-2.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list