summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-09reduce optimization on alpha to avoid a compiler bugdmcmahill1-1/+16
2003-02-09fix compilation problems on systems that don't have ldconfig.dmcmahill3-2/+19
2003-02-09And a semi-colon, too.wiz1-2/+2
2003-02-09Add line continuation for last.wiz1-2/+2
2003-02-09+xmame-0.64.1rc2, xmess-0.64.1rc2, xsane-0.90.wiz1-1/+4
2003-02-09Update distinfo for 3.1.4. (I checked against md5 checksum in FreeBSD ports)yyamano1-5/+3
Pointed out by Toru TAKAMIZU on tech-pkg-ja@jp.netbsd.org.
2003-02-09Open/close HTML mark-up in the correct order. Noted by Kevin P. Neal.wiz2-4/+4
2003-02-09Improve manual download-instructions a bit.wiz1-1/+3
2003-02-09s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586.wiz5-10/+10
2003-02-09Make this build on darwin.yyamano1-2/+7
2003-02-09- curl-7.10.3 (thanks Shell!)seb1-2/+1
2003-02-09Note that I'm taking care of source-highlight. In fact it's alreadyseb1-2/+2
done, waiting the freeze's end.
2003-02-09Updated to curl-7.10.3shell3-11/+11
Patches by Adrian Portelli <adrianp@stindustries.net> (PR#20142) Changes : - Steve Oliphant pointed out that test case 105 did not work anymore and this was due to a missing fix for the password prompting. - Bryan Kemp pointed out that curl -u could not provide a blank password without prompting the user. It can now. -u username: makes the password empty, while -u username makes curl prompt the user for a password. - Kjetil Jacobsen found a remaining connect problem in the multi interface on ipv4 systems (Linux only?), that I fixed and Kjetil verified that it fixed his problems. - memanalyze.pl now reads a file name from the command line, and no longer takes the data on stdin as before. - Fixed tests/memanalyze.pl to work with file names that contain colons (as on Windows). - Kjetil Jacobsen quickly pointed out that lib/share.h was missing... * For more, see CHANGES.
2003-02-09attempt to clarify password instructionslukem1-5/+7
2003-02-09Updated to p5-SSLeay-0.47shell4-20/+34
Changes from 0.45 + Added patch from Pavel Hlavnicka for freeing memory leaks from SSL_CTX_use_pkcs12_file() whose functionality is triggered by the $ENV{HTTPS_PKCS12_*} settings + Set timeout to 15 seconds for ./net_ssl_test and lwp-ssl-test sample scripts for better testing of timeout behavior + Added alarm() during Net::SSL->read() to honor socket timeout setting for more robust applications. read() will die_with_error() which in consistent with previous semantics used during SSL read() failure Thanks to Pavel Hlavnicka for prompting this change. + Removed code that supported versions of SSLeay before version 0.8 I believe SSLeay v.8 was released back in 1998 + Added patch from Devin Heitmueller so that initial random seed would be taken from /dev/urandom if available via RAND_load_file API
2003-02-09Remove incorrect 'free()' from libspamc.c (used in 'spamc'). Patch copiedheinz1-1/+2
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-09updated spamassassin to 2.44nb1heinz1-1/+2
2003-02-09Remove incorrect 'free()' from libspamc.c (used in 'spamc'). Patch copiedheinz2-2/+14
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-09Fix gtk2 failing to build on -current. The problem is that thechris2-1/+15
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-08honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does.kei1-2/+2
2003-02-08do not disable asm on alpha. fixes recently noted compile problemsdmcmahill1-2/+3
2003-02-08include missing header to make this build on alpha.dmcmahill2-1/+12
2003-02-08include bsd.prefs.mk so that the pre-build test for kernel sourcesdmcmahill1-1/+3
actually works right when SYSDIR is set to something other than /sys
2003-02-08fix some format strings for 64 bit systems so this can build with -Werrordmcmahill3-1/+41
2003-02-08note compiler bug tickled by net/bing on alphadmcmahill1-1/+2
2003-02-08turn off optimization on alpha to work around a compiler bugdmcmahill1-1/+16
2003-02-08+ apcupsd-0.8.6, gtetrinet-0.6.2, naim-0.11.5.4, sodipodi-0.30wiz1-5/+8
2003-02-08Note update of textproc/eb to 3.2.3cjep1-1/+2
2003-02-08Fix package (broken in recent i386 bulk build) and fully update to 3.2.3.cjep3-26/+35
* 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-08Update distinfo for 1.4.3 (checked against md5 sum in FreeBSD portscjep1-3/+3
collection).
2003-02-08compile two problem files without optimization to work around a compilerdmcmahill3-1/+109
bug that was noted with gcc-2.95.3 on alpha. Fixes recently noted bulk build problems.
2003-02-08Add backslash for a line continuation to fix "make readme" erroryyamano1-4/+4
on darwin. Approved by mcmahill.
2003-02-07Improve manual download-instructions a bit.hubertf1-2/+4
2003-02-07+ amaya-7.2, atk-1.2.1 [pkg/20235], canna-3.6p3 [pkg/20208],wiz1-13/+41
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- - Mark the whole mplayer galaxy NO_BIN_ON_{CDROM,FTP}, before we havefredb1-3/+4
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-07Mark this package interactive, so it gets properly skipped over onfredb1-3/+5
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-07share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do notjmmv1-2/+2
mess with them here.
2003-02-07Don't depend on the "suse" packages if we the BSDI version is used.tron1-3/+3
Problem noted by Tyler Mitchell in private e-mail.
2003-02-07unlimit datasize for builddmcmahill1-1/+2
2003-02-07Note update of emulators/bochs to 2.0.2 (bug fixes).fredb1-1/+2
2003-02-07Upgrade to version 2.0.2. Changes from 2.0.1, from thefredb2-5/+5
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-07fix a bug created by last fix. We need to use gmake for the configuredmcmahill2-8/+21
step as well as the build instead of only the build. Should fix problems noted in Hubert's recent bulk builds.
2003-02-07add lang/gcc3/Makefile workaround for alpha gcc-2.95.3 compiler bug.dmcmahill1-1/+2
Noted by Julio Merino.
2003-02-07protect one more inclusion of ${_JDK_PKGSRCDIR}/buildlink2.mk withdmcmahill1-2/+4
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-07make sure bsd.pkg.mk is eventually included on all systemsdmcmahill1-1/+3
2003-02-06make this also behave correctly when USE_BUILDLINK2 is not defined as well ↵dmcmahill1-2/+4
as _JRE_PKGSRCDIR not being defined
2003-02-06DISTNAME is required. Regen distinfo. (Hi Jim!)dmcmahill2-5/+5
2003-02-06only include _JRE_PKGSRCDIR/buildlink2.mk if it exists (allowing things likedmcmahill1-2/+2
make show-var VARNAME=PKGNAME to work on systems without a JVM.
2003-02-06add missing closing quotedmcmahill1-2/+2
2003-02-06on alpha, turn off optimization for the first part of the build. Thisdmcmahill1-1/+22
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.