Next | Query returned 78 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2004-05-19 17:16:40 by Matthias Drochner | Files touched by this commit (2)
Log message:
use g++ to build shared libs to get an implicite dependency on libstdc++
   2004-05-03 15:08:58 by Thomas Klausner | Files touched by this commit (5)
Log message:
Unused.
   2004-04-27 23:59:24 by Dan McMahill | Files touched by this commit (3)
Log message:
make this compile with xpkgwedge
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-03-03 23:25:59 by Min Sik Kim | Files touched by this commit (1)
Log message:
Add explicit dependency on pkgconfig.
   2004-02-15 22:38:45 by Marc Recht | Files touched by this commit (1)
Log message:
bl3ify and add:
USE_LANGUAGES=          c c++
   2004-02-15 21:38:37 by Marc Recht | Files touched by this commit (1)
Log message:
add buildlink3
   2004-01-10 15:24:49 by Marc Recht | Files touched by this commit (1)
Log message:
remove unused patch
   2004-01-10 15:23:52 by Marc Recht | Files touched by this commit (8) | Package updated
Log message:
update to wxGTK 2.4.2

Changes:
Enable building of OpenGL support and bump buildlink dependecy because of
that.

2.4.2
-----
All:
- always NUL-terminate the log messages
- wxRegEx::Compile() now calculates the number of groups correctly
- wxHTTP::GetHeader() didn't find headers which were not all in upper case
- wxHTTP input stream didn't detect EOF correctly
- wxString::find_last_of() ignored "start" parameter (Robert Vazan)
- a bug in wxArrayString::Shrink() fixed (Gunnar Roth)
- added wxIPV4address::IPAddress()

All (GUI):
- rare crash in wxFontMapper fixed (Robert Vazan)
- added wxMenu::FindItemByPosition.
- copy wxImage options when copying the images

Generic:
- wxListCtrl: respect wxLC_NO_HEADER style when inserting first column

Unix:
- fixed build problems with OpenGL when libGL(U) were in different directories
- added --basename and --release flags to wx-config (Robert O'Connor)
- added support for GNU/Hurd in configure
- fixed wx-config --rezflags output on platforms different from Mac
- changed wxNativeFontInfo::FromXFontName to treat names with all
  components being empty or '*' as default font (since default font is
  converted to such a string by GetXFontName).
- wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)

wxGTK
- fixed compilation with --disable-compat-22
- set the event object correctly for wxMenu events (Bob Balfour)
- fixed memory leak in wxFileDialog (Christian Sturmlechner)

wxXRC:
- added wxNO_FULL_REPAINT_ON_RESIZE to "unknown" class handler (John \ 
Anderson)

Next | Query returned 78 messages, browsing 51 to 60 | Previous