Commit graph

39055 commits

Author SHA1 Message Date
heinz
fce90a9f2c Remove incorrect 'free()' from libspamc.c (used in 'spamc'). Patch copied
from stable branch of SA CVS repository.

On other operating systems 'spamc' was reported to cause a core dump if
'spamd' was not running. At least NetBSD/i386 1.5.3 seems not to be as
severely affected, I only got 'spamc in free(): warning: junk
pointer, too high to make sense.'.
2003-02-09 02:27:54 +00:00
chris
5aa046ef45 Fix gtk2 failing to build on -current. The problem is that the
gthread.la file doesn't note that pthread is a dependancy, so linking with
libtool against libgthread breaks.  It seems the workaround for libtool not
understanding -pthread doesn't work, so we use the same thing as linux, and
convert -pthread to -lpthread.  gtk2 now builds to completion on -current

Note that this has no impact on 1.6.1 as it doesn't use -pthread.
2003-02-09 00:57:13 +00:00
kei
2a95fc68a5 honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does. 2003-02-08 23:27:00 +00:00
dmcmahill
d0d199d53c do not disable asm on alpha. fixes recently noted compile problems 2003-02-08 23:01:02 +00:00
dmcmahill
f27e0f017b include missing header to make this build on alpha. 2003-02-08 17:23:07 +00:00
dmcmahill
f54d4cbebf include bsd.prefs.mk so that the pre-build test for kernel sources
actually works right when SYSDIR is set to something other than
/sys
2003-02-08 17:13:19 +00:00
dmcmahill
29e312f193 fix some format strings for 64 bit systems so this can build with -Werror 2003-02-08 17:06:26 +00:00
dmcmahill
07f0e22466 note compiler bug tickled by net/bing on alpha 2003-02-08 16:27:44 +00:00
dmcmahill
bfed9a7187 turn off optimization on alpha to work around a compiler bug 2003-02-08 16:26:55 +00:00
wiz
3b581f0a5c + apcupsd-0.8.6, gtetrinet-0.6.2, naim-0.11.5.4, sodipodi-0.30 2003-02-08 15:52:36 +00:00
cjep
38c118d2fb Note update of textproc/eb to 3.2.3 2003-02-08 13:11:55 +00:00
cjep
be016a2a13 Fix package (broken in recent i386 bulk build) and fully update to 3.2.3.
* Use genius2-1.1.
* Fix distinfo to match Makefile distfile list.

Changes since 3.2.2 include:
* eb/subbook.c (eb_set_subbook_epwing): Open `honmon2' for
  sound or graphic file if `honmong' or `honmons' doesn't exist.
* eb/binary.c (eb_set_binary_wave): Fix a bug that the function
  composes broken WAVE header.
* eb/text.h, eb/readtext.c: Define `EB_HOOK_BEGIN_DECORATION' and
  `EB_HOOK_END_DECORATION', requested from Kenichi SUTO.
2003-02-08 12:38:08 +00:00
cjep
af6acb63dc Update distinfo for 1.4.3 (checked against md5 sum in FreeBSD ports
collection).
2003-02-08 12:20:35 +00:00
dmcmahill
e6b45b09fa compile two problem files without optimization to work around a compiler
bug that was noted with gcc-2.95.3 on alpha.  Fixes recently noted bulk
build problems.
2003-02-08 11:13:12 +00:00
yyamano
274016a5d7 Add backslash for a line continuation to fix "make readme" error
on darwin. Approved by mcmahill.
2003-02-08 06:47:52 +00:00
hubertf
8895781b73 Improve manual download-instructions a bit. 2003-02-07 23:31:11 +00:00
wiz
f7411456b9 + amaya-7.2, atk-1.2.1 [pkg/20235], canna-3.6p3 [pkg/20208],
easytag-0.27, gauche-0.6.7 [kei], gcc3-3.2.2, gcvs-1.0,
gkrellm-volume-2.1.7, glib2-2.2.1 [pkg/20234], gnucash-1.8.0,
gqmpeg-0.20.0, gqview-1.3.0, gtetrinet-0.6.0, gtk2-2.2.1 [pkg/20237],
guile-1.6.3, kdbg-1.2.7, koth-0.8.0 [http://www.nongnu.org/koth/],
leafnode-1.9.33, lesstif-0.93.40, libdvdcss-1.2.5, librsvg-2.2.2.1,
libsndfile-1.0.4, libxml-2.5.2 [problems with kde2(?)|pkg/20229],
libxslt-1.0.25 [problems with kde2(?)|pkg/20230], lyx-1.3.0,
midnight-commander-4.6.0, oss-3.9.7h, p0f-1.8.3, pango-1.2.1,
pkgconfig-0.15.0 [pkg/20236], sane-backends-1.0.10, sane-frontends-1.0.10,
sketch-0.6.15, sweep-0.8.1, texinfo-4.5, texmacs-1.0.1.3, tscp-0.9.7
[pkg/20166], tuxpaint-stamps-2003.01.28, xscreensaver-4.07,
- bochs-2.0.2 (thanks, fredb)
2003-02-07 18:38:47 +00:00
fredb
cc3175ea4e - - Mark the whole mplayer galaxy NO_BIN_ON_{CDROM,FTP}, before we have
to deal with a bunch of broken packages on ftp.netbsd.org and on the
    CD-ROMS, as one of the dependencies, faad2, gets automatically removed
    by virtue of the properly noted patent restriction. That'll make any
    mplayer binaries on the ftp server or on the 1.6.1 CD's impossible for
    a user to install.
- - Actually set NO_SRC_ON_FTP to something, rather than the undefined
    variable ${RESTRICTED}.
2003-02-07 18:33:07 +00:00
fredb
25ef3918d7 Mark this package interactive, so it gets properly skipped over on
bulk builds, rather than choking up on the unfillfulled dependency
on realplayer, which package is truly interactive.

We have to make the INTERACTIVE_STAGE=fetch, because "configure" is
too late. It's really the "dependency installing phase" that's
interactive, but is there is no such phase -- dependencies are
installed pursuant to "extract". This whole thing needs to revisited
after the 1.6.1 freeze.
2003-02-07 18:09:26 +00:00
jmmv
143d3f6f2c share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do not
mess with them here.
2003-02-07 15:33:39 +00:00
tron
baac183196 Don't depend on the "suse" packages if we the BSDI version is used.
Problem noted by Tyler Mitchell in private e-mail.
2003-02-07 13:37:35 +00:00
dmcmahill
2e7ab73782 unlimit datasize for build 2003-02-07 10:34:07 +00:00
fredb
dabe906bcc Note update of emulators/bochs to 2.0.2 (bug fixes). 2003-02-07 04:02:20 +00:00
fredb
a4473c58af Upgrade to version 2.0.2. Changes from 2.0.1, from the
CHANGES file:

Changes in 2.0.2 (January 21, 2003):

- fix possible segfault in wxWindows (Volker Ruppert)
- fix instrumentation (Stanislav Shwartsman)
- fix cdrom read_toc() function for *BSD (Keith Matthew Jones)
- fix NetBSD boot from cdrom (Christophe Bothamy)
- fix cmos checksum (Volker)
- fix "refresh bit" behaviour in pit (Volker)
- fix .bochsrc parsing (Volker)
- fix vga resize/redraw problems (Volker)
- fix compilation issues on Irix and Tru64 (Christophe)
- fix MMX/SSE bugs (Stanislav, Peter Tattam)
2003-02-07 04:00:33 +00:00
dmcmahill
975c92cd1c fix a bug created by last fix. We need to use gmake for the configure
step as well as the build instead of only the build.  Should fix problems
noted in Hubert's recent bulk builds.
2003-02-07 02:10:40 +00:00
dmcmahill
060bf5ed7b add lang/gcc3/Makefile workaround for alpha gcc-2.95.3 compiler bug.
Noted by Julio Merino.
2003-02-07 01:19:06 +00:00
dmcmahill
8c25100911 protect one more inclusion of ${_JDK_PKGSRCDIR}/buildlink2.mk with
a check to make sure _JDK_PKGSRCDIR exists.  Now one can create
README.html files for all java pkgs on a system without a JVM.
2003-02-07 01:14:19 +00:00
dmcmahill
c08acc1ba4 make sure bsd.pkg.mk is eventually included on all systems 2003-02-07 01:10:32 +00:00
dmcmahill
cbca7b0604 make this also behave correctly when USE_BUILDLINK2 is not defined as well as _JRE_PKGSRCDIR not being defined 2003-02-06 23:44:07 +00:00
dmcmahill
c5933d9f8e DISTNAME is required. Regen distinfo. (Hi Jim!) 2003-02-06 23:34:11 +00:00
dmcmahill
b83dd54045 only include _JRE_PKGSRCDIR/buildlink2.mk if it exists (allowing things like
make show-var VARNAME=PKGNAME
to work on systems without a JVM.
2003-02-06 23:25:25 +00:00
dmcmahill
962b8f6086 add missing closing quote 2003-02-06 23:20:08 +00:00
dmcmahill
b9207e80f6 on alpha, turn off optimization for the first part of the build. This
works around a bug with optimization in gcc-2.95.3 which prevents building
this pkg.

Optimization is still turned on during the build of the final libraries
and compilers.
2003-02-06 21:52:19 +00:00
drochner
9c8fa58fc7 revert previous, adding some comments
Before using native pthreads per default, we should make sure it is
at least stable enough for the Python selftests and pkgsrc applications.
(in response to PR pkg/20214)
2003-02-06 21:02:58 +00:00
wiz
4137dbc49a Sort. 2003-02-06 15:41:58 +00:00
wiz
2abf4d8766 Standardise. 2003-02-06 15:33:30 +00:00
tron
6ab62075a0 Correct version number in last entry. 2003-02-06 15:32:10 +00:00
tron
a52f36ab05 Next try to bump the version number. 2003-02-06 15:31:48 +00:00
yyamano
5f3bc8e0de fix build on darwin. 2003-02-06 15:06:17 +00:00
tron
301dfd42c4 Fix build problem on systems where "openssl" is not in the base system. 2003-02-06 14:34:57 +00:00
tron
9aa9215ed2 Note update of "ipv6calc" package to version 0.45. 2003-02-06 14:26:43 +00:00
tron
93a331ba87 Fix typo in last commit. 2003-02-06 14:25:38 +00:00
tron
909bde05cd Convert this package buildlink2 and add missing dependence on "openssl"
package. Bump package revision to reflect changes.
2003-02-06 14:24:58 +00:00
seb
a2d610888a Note update of net/lftp to 2.6.4nb1 [build fix for NetBSD < 1.6] 2003-02-06 14:23:57 +00:00
seb
266d8bff24 Fix build for NetBSD < 1.6.
Bump PKGREVISION
2003-02-06 14:22:16 +00:00
dmcmahill
a93fb0253f bump pkgrevision since the last change was an important bug fix 2003-02-06 11:50:01 +00:00
dmcmahill
63c90f2f90 teach GNUstep to deal with the fact that some NetBSD ELF systems (such as
alpha, and probably pmax) show up as 'netbsd' while others (such as i386)
show up as 'netbsdelf'.  Should fix problems on all ELF systems which
come up as 'netbsd'.
2003-02-06 10:54:17 +00:00
jmmv
10a038e774 Use install -c instead of just install.
Mark unreal targets in Makefile.prog as .PHONY... let's see if this solves
the problem shown in bulk build.
2003-02-06 10:36:38 +00:00
dmcmahill
2ed8fd1292 on systems where _PKG_JVM is not set, set PKG_FAIL_REASON and set
_PKG_JVM to "none" to avoid makefile errors.
2003-02-06 10:17:38 +00:00
lukem
8610fd8633 Add instructions on how to configure XMMS to play audio CDs;
it wasn't obvious, at least to a few people I spoke with.
Thanks to Valeriy Ushakov (uwe@) for helping me work this out...
2003-02-06 09:44:32 +00:00