Commit graph

62653 commits

Author SHA1 Message Date
xtraeme
129855e859 Add missing stella-sdl pkg. 2004-06-10 07:11:40 +00:00
xtraeme
d54e87ef55 Sort. 2004-06-10 07:11:01 +00:00
xtraeme
b41fd932c8 Forgot to regen distinfo. 2004-06-09 23:52:24 +00:00
xtraeme
54f00848b9 graphics/dcraw:
o Update MASTER_SITES to the original one, because our
	MASTER_SITE_BACKUP does not have this!
	o Add missing jpeg dependency.
	o Link to -ljpeg.

Bump PKGREVISION.
2004-06-09 23:48:56 +00:00
agc
671b8c5504 The install stage of this package requires interactive acceptance of a
licence. Mark the package has having an interactive install stage.
2004-06-09 22:46:48 +00:00
kivinen
c6aa165b4e Fixed state of the ac online, it was reversed. 2004-06-09 22:22:09 +00:00
kivinen
e5dbcfd4fd Fixed the charging status checking, and do not give out
time estimate if discharge rate is negative.
2004-06-09 22:15:41 +00:00
xtraeme
a885bf0ae7 Add a new suggested package: WebSVN, like CVSweb but for Subversion.
It's already available in pkgsrc-wip.
2004-06-09 21:25:49 +00:00
kivinen
47e70bc2f4 Implemented support for envsys to get battery etc information
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-09 21:00:05 +00:00
cube
82c75ab634 Note version bump for cpuflags to 0.71 2004-06-09 20:51:11 +00:00
cube
45368fbaf6 Remove an obvious left over from a test. Fixes PR 25880. 2004-06-09 20:51:10 +00:00
christos
3d1c2dfa16 make this compile with perl58-thread by excluding the _r functions for
protoent and servent. Also there is a stray setrgid there which looks
correct to me.
2004-06-09 20:47:20 +00:00
xtraeme
acf61ca66f pkgsrc'ify cvsweb with the following changes:
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-09 18:55:11 +00:00
xtraeme
bff0059010 PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},
to fix the problems seen in the PLIST files.
2004-06-09 17:53:04 +00:00
minskim
54f7e6d0d2 Bypass curl library checking. Otherwise it fails because the test in
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-09 16:49:00 +00:00
minskim
5417b95249 Make this package build on Linux.
- Use lseek(2) instead of tell() on Linux.
  - Use "${RM} -f" instead of "rm" in @unexec.
2004-06-09 16:17:47 +00:00
minskim
b7d409e6b0 Make this package build on Linux.
- Include endian.h instead of machine/endian.h on Linux.
  - Include sys/soundcard.h instead of soundcard.h on every platform.
2004-06-09 12:53:46 +00:00
cube
231f8d6023 +cdrdao-1.1.9 2004-06-09 09:22:35 +00:00
tron
859f9f6a46 Quote ${ULIMIT_CMD_datasize} properly to avoid early evaluation. 2004-06-09 08:27:49 +00:00
tron
ca5ff28ec6 Note update of "airportbasestationconfig" package to version 1.5.2nb2. 2004-06-09 08:26:11 +00:00
tron
6aa866b9a0 Unlimit datasize in shell startup script. This is necessary to make the
Java program work with Sun's JRE 1.4. Bump package revision.
2004-06-09 08:25:39 +00:00
tron
d669151c27 Use "_JAVA_HOME_DEFAULT" if it is defined instead of using "EVAL_PREFIX".
The later usually returns "${LOCALBASE}" which isn't useful for most of
the packages providing a JVM.
2004-06-09 08:20:22 +00:00
taca
44080a0f62 Quick fix for build with converters/libiconv, making configure detect
iconv() in libiconv library.
2004-06-09 05:42:31 +00:00
lukem
8563f3b80b Oops; forgot to change PKG_SYSCONFSUBDIR to 'cvsweb' 2004-06-09 01:56:15 +00:00
lukem
c1085c151f * Look in /usr/pkg/etc/cvsweb before /usr/local/etc/cvsweb for
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-09 01:54:16 +00:00
cube
eadfda29d5 Make it compile on amd64. Actually, it should make it compile on any
long != int platform.  Should close PR 25878.
2004-06-08 22:36:09 +00:00
jmmv
7c4e663c06 Fix build in systems where sigaction is not available, as in NetBSD 1.6.2.
Noted by last kristerw@'s bulk build.
2004-06-08 22:10:04 +00:00
jschauma
b542d33732 Make this compile under Linux. 2004-06-08 19:51:36 +00:00
martti
c0b56782d7 Enable IPv6 support in Linux 2004-06-08 19:04:37 +00:00
jmmv
31103b5a29 Convert to use subst.mk instead of a home-grown string replacement "system". 2004-06-08 18:01:14 +00:00
jmmv
dab4925e21 Fix build. The main binary was not beeing built properly because of missing
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-08 17:52:22 +00:00
jschauma
0d05a89c88 Short: make this compile on Linux
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-08 17:48:24 +00:00
mjl
c6be9c96c9 Correct typo in comment and remove leftovers from testing. 2004-06-08 16:38:58 +00:00
jschauma
4bd9de79ff Note update of sun-j*3 to 1.0.12 2004-06-08 14:54:13 +00:00
jschauma
0f7bb0d5a1 Update Sun's JDK version 1.3 to latest release 1.3.1_12, making this
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-08 14:52:38 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
cjep
033d0f34ca Use /usr/sbin/sendmail as default sendmail. For Solaris, use
/usr/lib/sendmail. Looked at by abs@ (maintainer). Fixes PR#24152.
2004-06-08 10:57:42 +00:00
dmcmahill
a70b31e195 note update of fontconfig to 2.2.95 2004-06-07 23:41:01 +00:00
dmcmahill
7e6a637bdd Update to 2.2.95 development release. Several bugs have been fixed,
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 23:37:41 +00:00
recht
4d39062e1a +cvs2cl-2.55
addresses PR 25851 by Karsten Kruse
2004-06-07 22:59:41 +00:00
xtraeme
6614cd492f www/jakarta-tomcat: fix PLIST. Should fix the problem seen in the last
bulk build.

Bump PKGREVISION.
2004-06-07 22:42:27 +00:00
agc
37ab8c539d Note the start of the freeze for the pkgsrc-2004Q2 branch. 2004-06-07 21:18:29 +00:00
mrauch
7c29e81e89 After the last change the list of helpfiles to copy may be empty. 2004-06-07 20:45:48 +00:00
shannonjr
3e835f779c Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon caused
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-07 19:36:40 +00:00
shannonjr
cb4dd26e05 Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0
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-07 19:25:58 +00:00
xtraeme
faaa94b62b ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* 2004-06-07 18:36:13 +00:00
xtraeme
eec8357e4b Added slay-1.2 2004-06-07 18:09:03 +00:00
xtraeme
e1ffaebba3 Initial import of slay-1.2.
Slay was designed apparantly to kill abusive users, as well as the
processes that user owns.

Simply execute "slay <username>".
2004-06-07 18:05:43 +00:00
xtraeme
b2a623f5f4 + dmassage 2004-06-07 17:44:58 +00:00
xtraeme
3d5abea4c4 Added dmassage-0.6. 2004-06-07 17:43:51 +00:00