Commit graph

16 commits

Author SHA1 Message Date
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
jlam
3b588efa10 Update wxGTK to 2.2.3. Relevant changes from version 2.2.2:
Fixed bugs in HTTP code.

Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible
and reduced flicker a little (no longer diables GTK's own
anti-flicker code).

Always have a clipping region equivalent to the update
region in OnPaint events (such as under wxMSW and wxMac).

Implemented wxListBox::SetFirstItem().

Fixed some minor problems in HTML code, wxListCtrl,
wxListBox.

Updated many translations, added Swedish.

Changed default screenpixels-per-inch from 100 to 75 in
printing code.

Updated AFM font metrics for Ghostscript fonts and let
Linux and FreeBSD default to using GS fonts (and not
Adobe fonts).
2000-12-12 18:09:57 +00:00
tsarna
dc2f134183 Update to 2.2.2 2000-11-12 20:36:38 +00:00
dmcmahill
532db08129 make sure rpath is correctly set for the dependent libs. Fixes ELF rpath
problems recently noted by Huberts bulk pkgsrc build.
2000-09-06 23:49:22 +00:00
wiz
94c79e9b48 s/^A // 2000-09-03 13:53:36 +00:00
dmcmahill
f7d8785bdf update to wxGTK-2.2.1. While here, libtoolize it since its a library.
changes are:
20th August 2000: wxWindows 2.2.1 released

Minor build fixes.

Use the wxCommmandEvent::IsChecked() function for checkable
menu items. This mean that the m_int parameter no longer
contains the ID of the menu!

Fixed major problems in ODBC logging code. This change is
binary backward incompatible.

Fixed reentry problems in DnD code.

Changed PostScript code so that it can handle a higher
resolution (720dpi).

Minor improvements to wxGrid code.

Corrected guffow-scrolling so that no surplus expose
events are generated.

Corrected bug in wxMask creation on 16-bit displays.

Minor correction to wxDC::DrawRoundedRectangle.

Added support for <INSERT> and <DELETE> menu accelerators.

Made wxComboBox case-sensitive.

Minor correction to doc-view architecture.

Minor wxCommandLineParser changes.
2000-09-01 02:45:57 +00:00
dmcmahill
2bd478b541 botched duplicate import. has been backed out 2000-09-01 02:45:56 +00:00
dmcmahill
20babefca8 update to wxGTK-2.2.1. While here, libtoolize it since its a library.
changes are:
20th August 2000: wxWindows 2.2.1 released

Minor build fixes.

Use the wxCommmandEvent::IsChecked() function for checkable
menu items. This mean that the m_int parameter no longer
contains the ID of the menu!

Fixed major problems in ODBC logging code. This change is
binary backward incompatible.

Fixed reentry problems in DnD code.

Changed PostScript code so that it can handle a higher
resolution (720dpi).

Minor improvements to wxGrid code.

Corrected guffow-scrolling so that no surplus expose
events are generated.

Corrected bug in wxMask creation on 16-bit displays.

Minor correction to wxDC::DrawRoundedRectangle.

Added support for <INSERT> and <DELETE> menu accelerators.

Made wxComboBox case-sensitive.

Minor correction to doc-view architecture.

Minor wxCommandLineParser changes.
2000-09-01 02:45:55 +00:00
dmcmahill
1c13b54ebb revert my last (conflicting) import 2000-08-31 22:56:37 +00:00
dmcmahill
4494f0eae3 botched duplicate import. has been backed out 2000-08-31 22:24:00 +00:00
dmcmahill
2bfcb58688 initial import of wxGTK-2.2.1
wxGTK is the GTK based version of wxWindows.

wxWindows is a free C++ library for cross-platform GUI development.

This lets you create native applications for different operating systems
from the same source code.

wxWindows is currently merging libraries based on GTK+, Windows, Motif
and Mac with OS/2 started.
2000-08-31 22:23:59 +00:00
dmcmahill
f167d0ef80 botched duplicate import. has been backed out 2000-08-31 22:23:59 +00:00
tsarna
97f940a399 patch-sums 2000-07-30 00:27:04 +00:00
tsarna
b791940424 wxGTK: A GTK-based implementation of the wxWindows GUI library 2000-07-30 00:19:08 +00:00