Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-20 | Plug the memory leak introduced into ksysguardd. Fixes pkg/17962 from | skrll | 3 | -8/+11 | |
hclsmith at yahoo dot ca. One day I might even get round to finishing NetBSD support for ksysguardd. PKGREVISION++ | |||||
2002-08-19 | create an empty directory ${PREFIX}/share/control-center/capplets on post- | kei | 2 | -2/+7 | |
install target and register it to PLIST to make deinstallation happy. | |||||
2002-08-16 | Fix broken Linux include file hack which causes build failure on | tron | 2 | -1/+15 | |
NetBSD-current. | |||||
2002-08-15 | update checksum for patch-bt | jdolecek | 1 | -2/+2 | |
2002-08-15 | Make sure we require the new version of kdelibs | skrll | 2 | -4/+4 | |
2002-08-15 | Bring in security fix for certificate handling. | skrll | 5 | -16/+68 | |
PKGREVISION++ | |||||
2002-08-15 | Bring in security fix for certificate handling. | skrll | 5 | -16/+71 | |
PKGREVISION++ | |||||
2002-08-14 | make sure that ${X11BASE}/include/X11/extensions/Xvlib.h before trying | dmcmahill | 1 | -1/+6 | |
to build this. If not, bail out with a NOT_FOR_PLATFORM since Xv didn't appear until XF4. | |||||
2002-08-13 | Use NetBSD's native locale multibyte routines instead of GTK+'s own buggy | tron | 1 | -3/+4 | |
implementation as suggested by Jaromir Dolecek in PR pkg/17920. Bump package revision to reflect this change. | |||||
2002-08-13 | Depend on qt3-libs-3.0.4nb2. | wiz | 1 | -2/+2 | |
2002-08-12 | Be more correct in the routine which acts as the accept(2) wrapper - | agc | 2 | -4/+4 | |
use socklen_t for the third argumen. From Ingolf Steinbach <ingolf.steinbach@jena-optronik.de>. | |||||
2002-08-12 | on alpha use the gcc package on older systems to avoid a cc -O2 compiler | dmcmahill | 1 | -8/+11 | |
bug. | |||||
2002-08-08 | These packages install libraries that differ from previous versions if they | jlam | 2 | -3/+3 | |
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones. | |||||
2002-08-08 | Fix typo in Imakefile. Closes pkg/17877 by Wojciech Puchar. | wiz | 2 | -4/+13 | |
2002-08-08 | Make this compile with gcc-2.95.3. | fredb | 2 | -1/+16 | |
2002-08-07 | Add and enable the asnap package, using the "package add credit" | he | 1 | -1/+2 | |
from closing PR#17705 during the freeze. | |||||
2002-08-07 | Add the x11/asnap package: | he | 4 | -0/+24 | |
Asnap is the ancestor of xsnap, a program which allows one to take a "snapshot" of a region of the screen. Asnap adds the ability to save the image in either "xwd" or "ATK raster" format, and this can be done none-interactively as well. | |||||
2002-08-07 | C++ seems to quite susceptible to using an "int *" as the third argument | agc | 2 | -3/+14 | |
to accept(2) - placate it by using an unsigned automatic value, and copying and casting as necessary. | |||||
2002-08-07 | Include <signal.h> when compiling wx_utils.cpp, so that kill(2) gets | agc | 2 | -5/+13 | |
prototyped. | |||||
2002-08-05 | Depend on qt3-tools-3.0.4nb2. Bump PKGREVISION. | wiz | 1 | -3/+3 | |
2002-08-05 | Remove me as maintainer of this package because there have been many, | tron | 1 | -2/+2 | |
many changes and updates by other people in the meantime. | |||||
2002-08-05 | Add and enable xvattr. | veego | 1 | -1/+2 | |
2002-08-05 | Import xvattr 1.3: | veego | 4 | -0/+26 | |
This program is used for getting and setting Xv attributes such as XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... | |||||
2002-08-04 | add comment for the REPLACE_BUILDLINK_SED stuff - these QMAKE variables | jdolecek | 1 | -1/+3 | |
seem to be working fine empty, but it may be eventually be problematic | |||||
2002-08-04 | add qmake, bump pkg revision | jdolecek | 2 | -3/+175 | |
2002-08-03 | Update aterm to aterm-0.4.2nb2: work around problem with | hubertf | 3 | -3/+29 | |
lockup in select() Patch submitted by Christian Biere <ChristianBiere@gmx.de> in PR 17745 | |||||
2002-08-02 | Add and enable neXtaw. | jlam | 1 | -1/+2 | |
2002-08-02 | x11/neXtaw is a modified version of the Athena Widgets with N*XTSTEP | jlam | 6 | -0/+215 | |
appearance. From pkg/15450 by Kevin P. Neal <kpn at neutralgood dot org>. | |||||
2002-08-01 | Remove another instance of bogus Linux symbol handling to fix build | tron | 2 | -1/+15 | |
problems under NetBSD-current. | |||||
2002-08-01 | dirrm -> unexec ${RMDIR} for two directories where gtk2 stuff also lives. | wiz | 1 | -4/+4 | |
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 2 | -6/+5 | |
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk. | |||||
2002-07-29 | Set USE_JAVA=run on some packages that obviously don't need a JDK for the | jlam | 1 | -2/+2 | |
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. | |||||
2002-07-27 | gdm's "Face Browser" is broken in that it does not display faces for any | jschauma | 4 | -10/+34 | |
user who's pw_passwd is set to "*". NetBSD gives all users "*", same if shadow passwords are used on Linux, Solaris etc. Commenting out that part makes the face-browser work. (I'll submit this to the gdm-folks, as well.) Change pid-file from /var/run/xdm.pid to /var/run/gdm.pid now that we have our own ${PREFIX}/etc/rc.d/gdm script. Bump PKGREVISION. (Changes suggested in PR pkg/17184 by Cliff <cliff at snipe444 dot org>, applied after feedback from MAINTAINER and tron. This closes said PR.) | |||||
2002-07-26 | Use xpm buildlink instead of USE_XPM. Addresses pkg/17700. | wiz | 1 | -2/+2 | |
2002-07-24 | Change explicit build dependencies on perl into "USE_PERL5=build". This | jlam | 3 | -7/+6 | |
makes these packages build correctly on Darwin where perl>=5.8.0 is required. | |||||
2002-07-19 | Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts. | wiz | 5 | -43/+1 | |
2002-07-19 | fmt | wiz | 1 | -8/+7 | |
2002-07-19 | Use NO_BUILD instead of an empty do-build target, and use | wiz | 4 | -33/+4 | |
REPLACE_PERL instead of two patches. | |||||
2002-07-19 | `@unexec ${RMDIR}' needs the %D prefix. Doh. | mycroft | 1 | -3/+3 | |
2002-07-18 | use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck! | grant | 3 | -6/+6 | |
2002-07-18 | Patch the various pkgconfig files to include proper -Wl,-R options. | rh | 10 | -5/+79 | |
Bump PKGREVISION | |||||
2002-07-17 | Ups, fix botch in sort -> ${SORT}. | wiz | 1 | -2/+2 | |
2002-07-17 | Add a buildlink.mk file for this package. | agc | 1 | -0/+38 | |
2002-07-17 | Add and enable kdelibdocs3 | skrll | 1 | -1/+2 | |
2002-07-17 | Set localstatedir so the scrollkeeper database gets properly updated | rh | 2 | -3/+6 | |
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION | |||||
2002-07-17 | Import of a kdelibdocs3 package. | skrll | 4 | -0/+2357 | |
From Joe Reed <jnr@po.cwru.edu> in pkg/17575 | |||||
2002-07-17 | Update to KDE 3.0.2 | skrll | 9 | -35/+73 | |
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it. | |||||
2002-07-16 | Use scrollkeeper's buildlink.mk file, and strongly buildlinkify this | agc | 1 | -3/+4 | |
package. | |||||
2002-07-16 | Use scrollkeeper's buildlink.mk file | agc | 1 | -2/+2 | |
2002-07-14 | Add IDL includes to buildlinked files | rh | 2 | -4/+16 | |