Commit Graph

6 Commits

Author SHA1 Message Date
heko
2981e806a7 _ namespace is reserved for bsd.port.mk; use install_shared_frag
without the leading _. Spotted by espie@.
2001-09-07 16:35:51 +00:00
heko
52bf8846f7 o NO_SHARED_LIBS only gets defined after including bsd.port.mk
(thanks to naddy@ for pointing this out in one of my ports).
  Define a _install_shared_frag instead after including
  bsd.port.mk.
wilfried@ ok
2001-09-07 16:18:28 +00:00
wilfried
ab4b03bdff update to fleditor-0.4.2 (bugfix release)
*  No longer writes extraneous null byte when saving to file.

*  Added GetTextBufferSize() call on editorengine and Fl_Editor that returns
   the number of characters that should be allocated in order to save the
   text to a buffer.  The CharacterCount() method returns only characters
   actually presently in the buffer, while this new method considers the line
   ending characters that would be added when saving.
2001-08-29 07:44:47 +00:00
naddy
f2a8bf4164 Fix LIB_DEPENDS to make this build again. 2001-04-17 19:02:39 +00:00
wilfried
c39c01e95e - update to 0.4.1
- change fltk depending
- create shared library
- remove unused opengl test
2001-04-15 10:32:06 +00:00
wilfried
a05cbeb69d Import of fl_editor-0.4
A word-wrapping text editor widget for FLTK.  Supports CUA- style
editing keys, automatic scrollbar, load and save to file or buffer,
and more.
2001-04-02 15:11:46 +00:00