Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-02 | Fix .po file headers again so the work with older msgfmt's. | markd | 3 | -1/+57 | |
2005-08-02 | Changes 1.4.17: | adam | 3 | -10/+10 | |
* A problem in FXMessageBox was fixed * Fixed problems on multi-head Windows machines * Other fixes | |||||
2005-08-01 | Patch fspanel.c so the workspace switching buttons (like 1, 2 ,3) | reed | 3 | -8/+21 | |
will work with blackbox. This is from Tero Koskinen on the blackbox list. It also works with xfwm4 and window maker; and the patch should work on all NetWM compliant window managers. Tested and okayed by maintainer, Joel Carnat. Bump PKGREVISION. | |||||
2005-08-01 | remove obsolete dependencies, should fix PR pkg/30527 by | drochner | 1 | -6/+1 | |
Krister Walfridsson | |||||
2005-07-31 | we only install libXmHTML, so don't bother building all the other | grant | 3 | -10/+19 | |
stuff. also, install the library using ${INSTALL_LIB} so it gets the right mode. | |||||
2005-07-30 | Update comment about architectures using "ocamlopt" and check the | tron | 1 | -4/+3 | |
architectures only once. | |||||
2005-07-30 | Synchronize platforms which support optimization with the "ocaml" package. | tron | 1 | -3/+6 | |
This should fix the "configure" problems in the "mldonkey-gui" package. | |||||
2005-07-30 | Add kde3-i18n-af | markd | 1 | -1/+2 | |
2005-07-30 | Update to KDE 3.4.2. | markd | 80 | -506/+1871 | |
2005-07-30 | Update to KDE 3.4.2. | markd | 2 | -6/+5 | |
2005-07-30 | Update to KDE 3.4.2 | markd | 3 | -21/+7 | |
Changes: * Konsole: Make 'New Window' from tab bar popup menu work. * Konsole: Fix inital tab too big with icon only. * Konsole: Fix crashes when action/settings=false. * Konsole: Fix Konsole doesn't save Encoding setting. * Ksysguard: Fix a segmentation fault on Centrino Laptops with Linux vanilla kernel 2.6 | |||||
2005-07-30 | Update to KDE 3.4.2 | markd | 3 | -7/+7 | |
No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdelibs.txt for details. | |||||
2005-07-30 | Fix SIGBUS core dumps on sparc64. Patch from Michael Lorenz. | markd | 3 | -3/+30 | |
Bump PKGREVISION. | |||||
2005-07-29 | Changes 0.10.0: | adam | 5 | -22/+24 | |
* Alpha blending was implemented for Windows, although it does not seem to work on some machines. | |||||
2005-07-29 | Changes 0.10.0: | adam | 6 | -100/+15 | |
* Nib loading supports window auto-positioning * Keyed encoding is supported in many classes. | |||||
2005-07-28 | Changes 2.6.4: | adam | 3 | -242/+384 | |
Gdk: * PixbufLoader:create_with_type(): Really return the created GdkPixbufLoader. Win32 build: * Provide an extra hint to work around a DLL export/import bug with MSVC++ and TreeViewColumn | |||||
2005-07-27 | Reset MAINTAINER -- he stopped working on pkgsrc. | wiz | 3 | -6/+6 | |
2005-07-27 | Add README (that is patched to provide a little more documentation). | reed | 4 | -5/+37 | |
Bump PKGREVISION. Okayed by maintainer, Joel CARNAT. | |||||
2005-07-25 | Update path to this file. | wiz | 1 | -2/+2 | |
2005-07-25 | Add and enable wxGTK-contrib. | wiz | 1 | -1/+2 | |
2005-07-25 | Initial import of wxGTK-contrib-2.4.2 from pkgsrc-wip, originally | wiz | 4 | -0/+161 | |
packaged by Michal Pasternak. 3rd-party contributed software for the wxWidgets cross-platform GUI library (see x11/wxGTK package description for details). Closes PR 30739 by Martin Ammermueller. | |||||
2005-07-25 | Remove ruby-fox -- the package version only supports the ancient 1.0.x | wiz | 7 | -309/+1 | |
series, and the latest available version is for 1.2.x, while the stable fox releases are at 1.4.x. | |||||
2005-07-25 | libbz2 is needed for buildlinking | adam | 1 | -1/+2 | |
2005-07-25 | Fix building on NetBSD < 3.0 | adam | 2 | -4/+10 | |
2005-07-25 | Update for fox-1.4.x (library name changed). | wiz | 1 | -4/+3 | |
2005-07-25 | Removed old patches | adam | 4 | -62/+0 | |
2005-07-25 | Changes 1.4.16: | adam | 4 | -297/+416 | |
* Fixed bug in FXList and FXIconList * Fixed sign error in quaternion classes in setAxes() * Issue in FXMemoryStream fixed | |||||
2005-07-25 | Fix C99 variable declarations to make this pkg compile with gcc 2.95. | kristerw | 2 | -1/+21 | |
2005-07-24 | Split out some variables into Makefile.common for wxGTK-contrib package. | wiz | 6 | -55/+77 | |
Add patch-ah and modify patch-ac for wxGTK-contrib. Fix directory handling in PLIST. | |||||
2005-07-24 | openmotif needs x11 headers and libraries, so include mk/x11.buildlink3.mk. | wiz | 1 | -1/+3 | |
2005-07-23 | Remove some obsolete packages using gnome[1]-libs. | wiz | 24 | -681/+1 | |
List posted to tech-pkg by jmmv on June 15, no negative comments. | |||||
2005-07-22 | Removed gtkmm24 | adam | 6 | -2205/+1 | |
2005-07-22 | Changes 2.6.3: | adam | 11 | -2255/+2050 | |
* Gtk::Action::get_proxies() Use the correct ownership semantics. * Gdk::Display::list_devices() Use the correct ownership semantics. * examples/book/menus_and_toolbars/ Distribute the .png file. Changes 2.6.2: * TreeView: When using the append_column() convenience API, prevent a crash when the window closes while the cell is editing. * Allow derived CellRenderers to be edited, by removing some debug code that sneaked into 2.6.1. * Documented many signals, based on the GTK+ documentation. Changes 2.6.1: * CellRenderer: Prevent an infinite loop. * MSVC++ .Net 2003 build fixes. * Documentation: - Hide deprecated widgets from the list of widgets. - Correct the description of the IO input example. Chamges 2.6.0: gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4. | |||||
2005-07-21 | Change path from devel/pkgconfig to devel/pkg-config. | wiz | 47 | -94/+94 | |
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS. | |||||
2005-07-21 | Rewrite last change a bit because the check didn't work properly. | tron | 1 | -5/+5 | |
2005-07-21 | The additional locale files only get installed on systems with a recent | tron | 2 | -4/+10 | |
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one (e.g. NetBSD 3.0_BETA). We must therefore adapt the package list dynamically. | |||||
2005-07-21 | patch-aa was removed from distinfo during 0.8.1 update, remove file too. | wiz | 1 | -13/+0 | |
2005-07-21 | Add missing entries to PLIST. Bump PKGREVISION. | hira | 2 | -2/+5 | |
2005-07-20 | Do not include <malloc.h>. | kristerw | 8 | -1/+108 | |
2005-07-20 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 2 | -6/+9 | |
to apply it. | |||||
2005-07-20 | Do not include <malloc.h>. | kristerw | 10 | -26/+136 | |
2005-07-20 | Remove spurious "@dirrm share/examples/rc.d". | schmonz | 1 | -2/+1 | |
2005-07-19 | update to 1.5.1 | drochner | 2 | -7/+7 | |
change: Updated the German translations. | |||||
2005-07-19 | Changes 8.4.11: | adam | 7 | -101/+102 | |
* Bug fixes | |||||
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 3 | -8/+8 | |
2005-07-18 | Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command | jlam | 1 | -2/+2 | |
line (path and arguments) needed to run the real tool. Modify TOOLS_<TOOL> to hold only the path to the real tool. Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y". | |||||
2005-07-17 | Fix C99 variable declarations to make this pkg compile with gcc 2.95. | kristerw | 5 | -1/+330 | |
2005-07-17 | Completed the last change. It could have failed if NONBINMODE was 444. | rillig | 1 | -10/+7 | |
2005-07-17 | Changed the way the host.def file is updated. When doing unprivileged | rillig | 1 | -7/+8 | |
builds, this file may have mode 0444 and was unwritable. | |||||
2005-07-17 | Fix C99-isms. | kristerw | 2 | -1/+62 | |