summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-09 Fixed the charging status checking, and do not give outkivinen2-16/+16
time estimate if discharge rate is negative.
2004-06-09Add a new suggested package: WebSVN, like CVSweb but for Subversion.xtraeme1-1/+6
It's already available in pkgsrc-wip.
2004-06-09 Implemented support for envsys to get battery etc informationkivinen6-2/+254
from acpi. Only tested on one laptop, I do not know whether the envsys names for the acpi devices are stable enough to be used, but I didn't find any other way to distinguish different things. As this laptop does not support apm, I hope it still works after these modifications.
2004-06-09Note version bump for cpuflags to 0.71cube1-1/+2
2004-06-09Remove an obvious left over from a test. Fixes PR 25880.cube2-4/+3
2004-06-09make this compile with perl58-thread by excluding the _r functions forchristos2-6/+37
protoent and servent. Also there is a stray setrgid there which looks correct to me.
2004-06-09pkgsrc'ify cvsweb with the following changes:xtraeme5-56/+11
o Use subst.mk to patch the files (so the patches are not needed). o Look for cvsweb.conf in ${PKG_SYSCONFDIR} instead of using a harcoded "/usr/pkg/etc/cvsweb".
2004-06-09PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},xtraeme1-2/+2
to fix the problems seen in the PLIST files.
2004-06-09Bypass curl library checking. Otherwise it fails because the test inminskim1-1/+3
configure uses curl_formparse(), which is not available in curl-7.12.0. Since curl_formparse() is never used in libcompress and curl is always available through buidlink, it is safe to skip the test.
2004-06-09Make this package build on Linux.minskim4-11/+23
- Use lseek(2) instead of tell() on Linux. - Use "${RM} -f" instead of "rm" in @unexec.
2004-06-09Make this package build on Linux.minskim3-15/+19
- Include endian.h instead of machine/endian.h on Linux. - Include sys/soundcard.h instead of soundcard.h on every platform.
2004-06-09+cdrdao-1.1.9cube1-1/+2
2004-06-09Quote ${ULIMIT_CMD_datasize} properly to avoid early evaluation.tron1-2/+2
2004-06-09Note update of "airportbasestationconfig" package to version 1.5.2nb2.tron1-1/+2
2004-06-09Unlimit datasize in shell startup script. This is necessary to make thetron1-5/+4
Java program work with Sun's JRE 1.4. Bump package revision.
2004-06-09Use "_JAVA_HOME_DEFAULT" if it is defined instead of using "EVAL_PREFIX".tron1-1/+5
The later usually returns "${LOCALBASE}" which isn't useful for most of the packages providing a JVM.
2004-06-09Quick fix for build with converters/libiconv, making configure detecttaca3-1/+213
iconv() in libiconv library.
2004-06-09Oops; forgot to change PKG_SYSCONFSUBDIR to 'cvsweb'lukem1-2/+2
2004-06-09* Look in /usr/pkg/etc/cvsweb before /usr/local/etc/cvsweb forlukem5-4/+43
configuration. Noted by Bartosz Ku?ma in private mail. * Use /usr/pkg/etc/httpd/mime.types as the default mime.types file. * Bump PKGREVISION.
2004-06-08Make it compile on amd64. Actually, it should make it compile on anycube2-1/+15
long != int platform. Should close PR 25878.
2004-06-08Fix build in systems where sigaction is not available, as in NetBSD 1.6.2.jmmv2-1/+37
Noted by last kristerw@'s bulk build.
2004-06-08Make this compile under Linux.jschauma2-4/+4
2004-06-08Enable IPv6 support in Linuxmartti1-2/+2
2004-06-08Convert to use subst.mk instead of a home-grown string replacement "system".jmmv3-14/+13
2004-06-08Fix build. The main binary was not beeing built properly because of missingjmmv3-8/+23
library dependencies (caused by the tcl/tk update to 8.4). Use tclConfig.sh to determine which libraries are really needed. Noted in last kristerw@'s bulk build.
2004-06-08Short: make this compile on Linuxjschauma2-3/+10
Long: Some OS have libintl functionality in libc, so we do not necessarily have to link against (a possibly non-existent) -lintl. For now, only deal with Linux -- those who know for a fact which OS also behave this way should adjust/add.
2004-06-08Correct typo in comment and remove leftovers from testing.mjl1-4/+2
2004-06-08Note update of sun-j*3 to 1.0.12jschauma1-1/+3
2004-06-08Update Sun's JDK version 1.3 to latest release 1.3.1_12, making thisjschauma4-15/+15
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively. Patches provided by Hauke Fath in PR pkg/25870 and PR pkg/25871. This update done during the freeze as Sun removes the older distfiles when they release a new version. Changes since latest version, according to http://java.sun.com/j2se/1.3/ReleaseNotes.html: - stack yellow zone not re-enabled after a StackOverflowError - Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00 - [server] stack yellow zone not re-enabled after a StackOverflowError - compilation results in stack overflow while unrolling loop - rmic uses AWT ?! - -Xcheck:jni uses oop directly in _thread_in_native state - Loop related Hotspot crash - internal Error occurs during offet conversion of byte code in rewrite/relocate - [1.3.1_09]JVM crashes when big number is specified in fillRect() - Japanese characters not converting correctly from Codepage 930 to Codepage 943 - JVM crash with error "Fatal: null exception in compiled code" - Client blocks on getInputStream even after server completes its response - Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121 - 5 JCK tests failing with -Xcheck:jni flag
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep15-15/+44
Georg Schwarz.
2004-06-08Use /usr/sbin/sendmail as default sendmail. For Solaris, usecjep3-2/+18
/usr/lib/sendmail. Looked at by abs@ (maintainer). Fixes PR#24152.
2004-06-07note update of fontconfig to 2.2.95dmcmahill1-1/+2
2004-06-07Update to 2.2.95 development release. Several bugs have been fixed,dmcmahill5-117/+218
in particular this fixes a problem where no font matches can be found by gtk2 apps. This should fix the problem where even the gtk-demo program fails run.
2004-06-07+cvs2cl-2.55recht1-1/+2
addresses PR 25851 by Karsten Kruse
2004-06-07www/jakarta-tomcat: fix PLIST. Should fix the problem seen in the lastxtraeme3-5/+6
bulk build. Bump PKGREVISION.
2004-06-07Note the start of the freeze for the pkgsrc-2004Q2 branch.agc1-1/+2
2004-06-07After the last change the list of helpfiles to copy may be empty.mrauch1-2/+2
2004-06-07Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon causedshannonjr1-2/+2
compilation failure with gcc 3.4.0. A semicolon at the end of a namespace declaration is erroneous and not accepted by gcc 3.4.0.
2004-06-07Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0shannonjr2-1/+14
A missing type declaration causes compilation failure. The patch fixes the problem by including the local header file "constant.h" This closes the referenced PR.
2004-06-07ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*xtraeme1-1/+3
2004-06-07Added slay-1.2xtraeme2-2/+4
2004-06-07Initial import of slay-1.2.xtraeme4-0/+31
Slay was designed apparantly to kill abusive users, as well as the processes that user owns. Simply execute "slay <username>".
2004-06-07+ dmassagextraeme1-1/+2
2004-06-07Added dmassage-0.6.xtraeme1-1/+2
2004-06-07Initial import of dmassage-0.6.xtraeme4-0/+41
dmassage - dmesg parser This tool parses the dmesg of your *BSD system, and can do three things with that information: - to make the kernel boot faster - to reduce kernel size - to show all devices in a tree-like hierarchy
2004-06-07Make the disk krells use and display the correct names. Pointed out bycube2-7/+5
xtraeme@.
2004-06-07Make a few krells use sysctl() instead of grovelling kernel memory.cube8-15/+666
Mem and Proc krells by Simon Burge, Disks by myself. Restore setgid kmem for gkrellm and gkrellmd because of 'Internet' krell, which is now the only one needing libkvm on NetBSD. Bump PKGREVISION for both package.
2004-06-07Update xisp to 2.7p1, because 2.6p1 doesn't build with gcc>=3.3. Thisminskim5-48/+55
partially addresses PR pkg/19566. See http://xisp.hellug.gr/history.html for changes since 2.6p1.
2004-06-07Sort.minskim1-3/+3
2004-06-07Note revision bump for gnumeric to 1.jmmv1-1/+2