Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-12-11 | make makepatchsum | skrll | 1 | -2/+2 | |
I'll get this right in a minute. | |||||
2000-12-11 | Oops. | skrll | 1 | -2/+2 | |
2000-12-11 | Don't rely on libtool>1.4 functionality... yet. | skrll | 3 | -5/+13 | |
2000-12-11 | Honor CFLAGS passed in from environment during build. | jlam | 2 | -5/+15 | |
2000-12-11 | Add new finance category to main Makefile; remove moved packages from old | wiz | 6 | -38/+1 | |
locations (moved to finance). | |||||
2000-12-09 | - Introduce QTVERSION variable defined in qt2/Makefile.common to make | skrll | 10 | -53/+59 | |
upgrades easier. - Preliminary work to split uic/libqutil from qt2-designer - Some general tidy up | |||||
2000-12-06 | Bump version number to 2.2.2 to match latest "qt2-libs" package. | tron | 1 | -6/+6 | |
2000-12-06 | XtCtextBorder, XtCdrawTextBorder: | jlam | 4 | -1/+70 | |
These two macros are multiply defined in Label.h, List.h, and SmeBSB.h. We undefine them before setting up their definitions in each header file. | |||||
2000-12-05 | add & enable xdaemon2 | hubertf | 1 | -1/+2 | |
2000-12-05 | The BSD Daemon sticking on your desktop (like xteddy) | hubertf | 5 | -0/+50 | |
Image set for xteddy, consisting of a big and a smaller BSD daemon. Derived from work of Marshall Kirk McKusick, see the docs for more information. Version 2 adjusted for xteddy2, in PNG format. | |||||
2000-12-05 | add & enable xteddy2 | hubertf | 1 | -1/+2 | |
2000-12-05 | Teddy bear for your desktop | hubertf | 9 | -0/+119 | |
Normally, xteddy just sits around doing nothing. After all, that's what teddy bears are for. Look at him, talk to him, place heavy windows on top of him, zap him around until he becomes dizzy, do what you like; he will always be your true (albeit virtual) friend. Unlike the original version by Stefan Gustavson, this version can display other image formats, and comes with a number of other images - see xteddy_test. Closes PR 8368 by John A. Maier <johnam@mail.kemper.org> | |||||
2000-12-05 | update to qt-2.2.2 | drochner | 13 | -43/+46 | |
"Bugfixes and minor extensions." | |||||
2000-11-30 | Update to 0.33.1. | mycroft | 3 | -5/+7 | |
2000-11-30 | This patch was *not* reversed. It was integrated into the baseline. Reversing | mycroft | 2 | -15/+1 | |
it broke wm-properties-capplet again. | |||||
2000-11-30 | Make this work on systems (XFree86 4) without libXdpms. I am testing now | jwise | 1 | -1/+9 | |
whether this works completely correctly (without this patch, xlockmore will not compile). | |||||
2000-11-30 | The "gettext" package is only require at build time. "USE_LIBINTL= YES" | tron | 1 | -2/+3 | |
for dependence on the "gettext-libs" package where required. | |||||
2000-11-29 | Update to wmakerconf-2.7. Changes since 2.6: | wiz | 5 | -8/+29 | |
* Complete rewriting of the theme dialog, now themes are shown in a file manager style (rename, move, delete, etc.) * New drag and drop mode in tree views: now the tree view is scrolled if the drag destination is not visible (root menu and theme list) Two bug fixes and three new translations (tr,pl,ja). | |||||
2000-11-29 | Remove unnecessary entries for ".so" links for shared libraries which cause | tron | 1 | -3/+1 | |
problems with the latest package list handling changes in "bsd.pkg.mk". | |||||
2000-11-29 | Whoops. Version number changed before I committed this. | mycroft | 1 | -2/+2 | |
2000-11-29 | Depend on new gdk-pixbuf-gnome package | wiz | 1 | -2/+2 | |
2000-11-29 | Remove the hack that forces libgnome to be built static on a.out. It works | mycroft | 2 | -17/+3 | |
Just Fine shared. | |||||
2000-11-28 | Pass "CFLAGS" to "CC" instead of "CPPFLAGS". | tron | 1 | -2/+2 | |
2000-11-28 | Add and enable modeline | agc | 1 | -1/+2 | |
2000-11-28 | Initial import of modeline into the NetBSD packages collection. | agc | 7 | -0/+73 | |
A small but useful utility to calculate the XFree86 ModeLines for the XF86Config file, given a screen resolution and a vertical frequency (in Hertz). | |||||
2000-11-27 | Correct PLIST for libtool changes. | mycroft | 6 | -75/+75 | |
2000-11-27 | requires msgfmt and libintl | itojun | 2 | -2/+6 | |
2000-11-27 | Fix CMSG* macros for systems that do not define CMSG_LEN and CMSG space to | rh | 2 | -8/+14 | |
make gnome-libs compile again under NetBSD-1.4.x. | |||||
2000-11-27 | add libintl/gettext dependency. as we use BUILD_DEPENDS for gettext, | itojun | 1 | -1/+3 | |
it is not transitive (?). | |||||
2000-11-27 | sort | wiz | 1 | -2/+2 | |
2000-11-26 | Fix module names so they actually work. | mycroft | 1 | -23/+23 | |
2000-11-26 | The .so modules go in the PLIST too. | mycroft | 1 | -1/+12 | |
2000-11-26 | Correct PLIST for libtool changes. | mycroft | 1 | -5/+5 | |
2000-11-26 | Update gnome meta-package to 1.2.4. Tracks latests updates to gnome-core | rh | 1 | -4/+4 | |
and other components. | |||||
2000-11-25 | Update gnome-core to 1.2.4. Changes include bugfixes and locale updates. | rh | 3 | -11/+13 | |
2000-11-24 | update xwrits to 2.12 | dmcmahill | 2 | -4/+4 | |
changes from the NEWS file: * Changed Alarm structure into a doubly linked list. May improve performance when there are many xwrits windows. | |||||
2000-11-24 | pull in gettext (msgfmt), so the .po files get built | hubertf | 1 | -1/+2 | |
2000-11-20 | Feh. Make this depend on a *specific* version of python until the path name | mycroft | 1 | -2/+2 | |
lossage in the PLIST is fixed. | |||||
2000-11-20 | Use LTCONFIG_OVERRIDE. | mycroft | 1 | -14/+16 | |
Also, back out previous change. This pkg formerly worked with python 1.5.2, and there is no reason to force the user to upgrade python. | |||||
2000-11-19 | Invert meaning of USE_PAM: add dependency only if USE_PAM is set! | rh | 1 | -2/+3 | |
2000-11-19 | Prevent configure from picking up an installed PAM (unless USE_PAM is set) | rh | 1 | -1/+13 | |
2000-11-17 | pkglint nit | wiz | 1 | -1/+1 | |
2000-11-17 | remove empty line | wiz | 1 | -2/+1 | |
2000-11-17 | Adapt this package to version 2.0 of the "python" package. | tron | 2 | -121/+121 | |
2000-11-14 | use USE_LIBINTL instead of explicit dependance on gettext pkg - the package | jdolecek | 1 | -2/+2 | |
seem to work ok with gettext/libintl which is in -current tree | |||||
2000-11-12 | Oops, forgot to nuke patch-ab | tsarna | 1 | -21/+0 | |
2000-11-12 | Update to 2.2.2 and for new distutils-based build mechanism | tsarna | 5 | -34/+12 | |
2000-11-12 | Update to 2.2.2 | tsarna | 2 | -4/+4 | |
2000-11-12 | Correct reversed patch. | tron | 2 | -7/+7 | |