Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-03 | Regen so that the Mac OS X patch program can apply it. | kristerw | 2 | -4/+4 | |
2006-03-03 | Add the "makesum" info for "mac" version also. | reed | 3 | -3/+12 | |
I had to do this manually, since "bmake makesum" removed the "x11" version. (I only tested for py-qt3-base.) | |||||
2006-03-03 | Update download site (previous was missing). | reed | 1 | -2/+2 | |
2006-03-03 | Update tkman to 2.2. This version is an update for Tcl/Tk 8.4. | minskim | 5 | -63/+64 | |
2006-03-03 | Make qmake and libtool use the same library versioning. Should have | minskim | 3 | -7/+7 | |
been done when the pkgsrc libtool versioning was changed. This addresses PR pkg/29572. No recursive bump because the major version number is not affected by this. Bump PKGREVISION for qt3-libs and qt3-tools. | |||||
2006-03-02 | Fix AGP GART support on DragonFly. Fix PLIST on DragonFly. | joerg | 4 | -6/+36 | |
Bump xorg-server revision. | |||||
2006-03-02 | Prevent qmake from generating .la files. In pkgsrc, they are taken care | minskim | 2 | -1/+15 | |
of by libtool. This fixes PRs pkg/30656 and pkg/32244. | |||||
2006-03-02 | update xdaemon{,2} to include a netbsd flag logo. Run: xnetbsd-flag{,2} | hubertf | 6 | -32/+76 | |
2006-03-02 | readd PLIST entries for OpenGL | drochner | 2 | -3/+10 | |
qt2-libs didn't spontaneously stop building the OpenGL modules (how should it, noone changed it) - the failure was caused by MesaLib forcibly linking against libpthread so that it couldn't be used by non-threaded programs anymore added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION | |||||
2006-03-02 | update to 2.12.3 | drochner | 3 | -8/+15 | |
changes: bugfixes, enhancements in appearance, translation updates | |||||
2006-03-02 | update to 2.6.7 | drochner | 2 | -7/+6 | |
changes: -bugfixes -code cleanup | |||||
2006-03-02 | I'm no longer using this so reset MAINTAINER. | martti | 1 | -2/+2 | |
2006-03-02 | Make the package build on Darwin by forcing to use X11 instead of | minskim | 2 | -4/+28 | |
Mac OS X's GUI. | |||||
2006-03-01 | Enable Xinerama support if libXinerama.dylib exists. No PKGREVISION bump | minskim | 1 | -2/+3 | |
because this package does not build on Darwin yet. | |||||
2006-03-01 | Russian roulette ala Gnome: | joerg | 1 | -1/+6 | |
- pax-as-tar doesn't understand the "POSIX" headers in this archive - GNU tar from pkgsrc does - GNU tar 1.13.25 from DragonFly base doesn't not - BSD tar from DragonFly does So let's just use bsdtar as gtar on DragonFly. | |||||
2006-02-28 | QtUiTools is not installed any more | adam | 1 | -3/+1 | |
2006-02-28 | Changes 4.1.1: | adam | 5 | -19/+29 | |
* Bug fixes and improvements (please, read 'changes-4.1.1' for details) | |||||
2006-02-27 | Fix the build of xorg-server on NetBSD/amd64. Bump revision of | joerg | 3 | -10/+42 | |
xorg-imake, since the installed files changed. | |||||
2006-02-27 | Remove me as maintainer of this package because I've not used it for ages. | tron | 1 | -2/+2 | |
2006-02-27 | Try to fix Xorg build breakage on Linux. No feedback received, but | joerg | 4 | -1/+40 | |
should not break anything. | |||||
2006-02-27 | Change the stage to pre-install when remove .orig file. | rxg | 1 | -2/+2 | |
2006-02-26 | Patch from kde svn to fix compilation with gcc 2.95. Should fix build | markd | 3 | -3/+17 | |
on NetBSD 1.6.2. Bump PKGREVISION. | |||||
2006-02-26 | Remove setup.py.orig after patch stage. | rxg | 1 | -1/+4 | |
2006-02-25 | Fix pkglint warning. | wiz | 1 | -2/+2 | |
2006-02-25 | Update to 2.8.13: | wiz | 3 | -7/+10 | |
Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13 =================================================== * Bugs fixed: 330732 Can't select some items in GtkIconView [Donald Straney] 330944 gtk_icon_theme_list_icons: example contexts don't work [John Spray] 331097 gnopernicus crashes on changing display screen source for magnifier [Oana Serb] 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg] 331820 Small error in _gdk_gc_update_context [Matthias] 331785 gtk.Notebook.get_current_page() returns incorrect page number when pages hidden [Sebastien Bacher] 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake] 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli] 331651 GtkRadioButton does not issue notify::active 332059 Make more use of G_DISABLE_ASSERT in TextView code [Arnaud Charlet] * Updated translations (eu,ka,uk) | |||||
2006-02-25 | Fix includes installation | adam | 5 | -817/+78 | |
2006-02-25 | Enable Xinerama support if libXinerama.dylib exists. | minskim | 2 | -4/+5 | |
Bump PKGREVISION. | |||||
2006-02-24 | Use pkginstall fonts framework. Bump PKGREVISION. | wiz | 2 | -11/+17 | |
Minor pkgdelinting while here. | |||||
2006-02-24 | Fixed the remaining pkglint warnings. | rillig | 1 | -6/+6 | |
2006-02-23 | Add link options to have a correct dependency_libs line in .la files | minskim | 4 | -12/+15 | |
on NetBSD. This fixes PR pkg/32915. Bump PKGREVISION. | |||||
2006-02-23 | Tell the buildlink3 framework where the installed shared libraries are so | jlam | 2 | -3/+5 | |
that the path isn't automatically stripped out by the wrappers. | |||||
2006-02-23 | Use C code instead of dubious inline assembler to fix build problem under | tron | 3 | -3/+26 | |
NetBSD 3.99.15 which resulted in an incomplete package installation. Problem pointed out by Thomas Klausner in private e-mail. Bump package revision because of this fix. | |||||
2006-02-22 | Use pkginstall font handling. Bump PKGREVISION. Sort PLIST. | wiz | 2 | -18/+22 | |
2006-02-22 | Add missing file+dir to PLIST. Bump PKGREVISION. | wiz | 2 | -3/+5 | |
2006-02-22 | Add missing file+dir to PLIST. Bump PKGREVISION. | wiz | 2 | -8/+9 | |
2006-02-22 | Add missing files+dir to PLIST. Bump PKGREVISION. | wiz | 3 | -7/+20 | |
2006-02-22 | Add missing files+dir to PLIST. Bump PKGREVISION. | wiz | 2 | -4/+12 | |
2006-02-22 | Add missing file+dir to PLIST. Bump PKGREVISION. | wiz | 2 | -3/+6 | |
2006-02-20 | Added qt4[-docs,-libs,-tools] 4.1.0 | adam | 1 | -1/+5 | |
2006-02-20 | Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and | adam | 29 | -0/+2001 | |
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming. | |||||
2006-02-19 | added patch for systems (such as IRIX 5) which do not define MAP_FAILED | schwarz | 3 | -1/+35 | |
2006-02-18 | make libxfce4util compile with SGI IDO compiler used with IRIX5 | schwarz | 1 | -0/+17 | |
2006-02-18 | Don't use hard-coded -lpthread for pthread detection, but PTHREAD_*. | joerg | 2 | -1/+32 | |
Ride on last revision bump. | |||||
2006-02-18 | Convert to libtool. Shared theme modules are named foo.theme.so by | joerg | 9 | -29/+311 | |
default, but foo.theme is tried afterwards as fallback. Bump revision. Discussed with jlam@ | |||||
2006-02-18 | Include sys/types.h before other sys/ headers for DragonFly. | joerg | 2 | -6/+10 | |
2006-02-17 | Enable STL (auto) + revision bump | adam | 5 | -28/+26 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 2 | -11/+11 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 23 | -58/+60 | |
2006-02-16 | Has BROKEN_GETTEXT_DETECTION. | joerg | 1 | -1/+2 | |
2006-02-16 | Do not remove share/aclocal, it's in the *dist files. | wiz | 3 | -6/+3 | |