summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15since we now copy the sources to work/, just remove the directories ingrant1-2/+2
work/ entirely.
2004-03-15s/phoenix/firefox/ in COMMENTgrant1-2/+2
2004-03-15Fix recursive variable assignment.tron1-2/+2
2004-03-15Update master sites of Ruby.taca1-6/+10
2004-03-15Patch aclocal.m4 so that it includes the <errno.h> header beforeagc3-1/+27
testing for sys_nerr, so that this compiles on NetBSD. Add a patch for the re-generated configure script. Fixes a problem noticed in recent bulk builds.
2004-03-15builtin.mk file to hold information about the built-in X11R6jlam1-0/+32
implementation.
2004-03-14Spelling and English fixes.snj1-7/+7
2004-03-14Back out previous and remove an extra ")" that was causing "malformedjlam1-3/+2
conditional" problems.
2004-03-14Spelling fix.snj1-1/+1
2004-03-14Spelling fixes.snj1-1/+1
2004-03-14Spelling fix.snj2-2/+2
2004-03-14Only create the phpize cookie file if phpize ran with no errors.jlam1-4/+5
2004-03-14Pre-3.3 GCC has an optimization bug on powerpc that's tickled by the db4jlam1-1/+23
source code, so remove optimization flags in that case. This fixes PR 23737 by John Klos.
2004-03-14Add missing patch-afabs1-0/+31
2004-03-14Apparently, some pre-conditions aren't true, so set a default USE_BUILTINjlam1-1/+2
value before checking it.
2004-03-14Don't bother checking whether a package is actually built-in or notjlam1-4/+10
in the fall-through code for setting a default value for USE_BUILTIN.<pkg>. This provides ensures that USE_BUILTIN.<pkg> is always set for every package listed in BUILDLINK_PACKAGES. Back out previous as it's now unneeded.
2004-03-14force 64bit arithmetic for computation of memory sizes in kcontroljdolecek3-2/+53
info module; this fixes int overflow e.g. when having 4G of swap also add support for CACHED_MEM, count that as sum of cached file and exec data (for NetBSD 1.6+) bump pkg revision for this change
2004-03-14+ bittorrent-3.4.1a, conserver-8.1.2, libsndfile-1.0.8, nut-9.12,wiz1-2/+8
xmame-0.80.1, xmess-0.80.1.
2004-03-14Make build with gcc-2.95.3.wiz2-1/+16
2004-03-14Fix a 'malformed conditional' error.jmmv1-2/+2
2004-03-14Use find with "-print", noted by Georg Schwarz in pkg/24248heinz1-2/+2
2004-03-14Bl3'ify.uebayasi1-1/+3
2004-03-14Updated postfix to 2.0.19martti1-1/+2
2004-03-14Updated postfix to 2.0.19martti2-6/+5
- When mail is submitted at a high rate with the Postfix sendmail command, the pickup daemon is keps busy long enough that it it terminated by the watchdog timer (a feature that prevents Postfix from locking up permanently). - Malformed addresses in SMTP commands could result in table looks with zero-length search strings, causing trouble with NIS lookups.
2004-03-14Make xmms-modplug build with GCC 2.95.3.ben3-4/+34
2004-03-14USE_LANGUAGES=c c++ like I meant to do last time.markd1-2/+2
2004-03-14The checkdll utility is really slow in NetBSD 1.6.2 (the build spendskristerw2-7/+14
nearly 30 hours running this command on my not that old PC). Running checkdll is not needed to build the package (and it is only useful when porting the software to new architectures), so disable it for now.
2004-03-14Fix build problem after db4's buildlink3.mk change. (define USE_DB185taca1-2/+2
instead of set BUILDLINK_TRANSFORM directly)
2004-03-14Update www/dillo to 0.8.0, closes PR pkg/24768.xtraeme5-19/+27
Changes: Version 0.8.0 [Feb 08, 2004] - * Added a right-mouse-button popup for images! Patch: Frank de Lange, Eric Gaudet, Jorge Arellano - * Made main document window grab focus on startup, fullwindow, and after open url (BUG#330) * Set Ctrl-U to focus the location entry, Ctrl-R to reload, and Ctrl-H to hide controls. Patches: Johan Hovold, Jorge Arellano, Stephan Goetter - * Added a missing handler for broken-connection condition. Patch: Jorge Arellano, Phil Pennock - * Introduced a new way of handling dillo plugins! Now the communications and managing is done by a daemon: dpid. This comes with a lot of advantages described in Dpid.txt. Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano - * Wrote documentation for dpid (Dpid.txt). * Removed a memory leak in Get_line(). Patches: Jorge Arellano, Ferdi Franceschini - * Developed a plugin for downloads. It uses wget and can handle several connections at the same time. * Developed stress tests for both dpid and the downloads dpi. Patches: Ferdi Franceschini - * Adapted dpi.c to manage plugins through dpid. * Improved the incoming dpi-stream processing to accept images from a dpi. * Added/updated lots of dpi-related comments. * Updated the dpi1 spec. * Removed the forced end-to-end reload that was set upon dpis. Now, dpi-generated pages can be cached. * Made dillo able to handle multiple plugins (still lacks a dynamic API) ... etc, etc.
2004-03-14kdegraphics3 pkgrevision bump.markd2-4/+6
2004-03-14Revert kghostview Makefile.{am,in} to the -3.2.0 version as the latestmarkd5-7/+720
version produces a kghostview that fails to run on NetBSD and the reason for the change (Debian packaging issues) shouldn't effect us. Bump PKGREVISION.
2004-03-14Add defined test before !empty test.wiz1-2/+2
2004-03-13add x86_64 to the list of 64 bit platformsdmcmahill3-7/+7
2004-03-13Set USE_DIGEST=no to avoid checking and building a new digest package.jlam2-7/+9
XXX This line should be removed once pkgsrc/bootstrap is up and running.
2004-03-13Test was reversed.jlam1-2/+2
2004-03-13If USE_DIGEST is "no", then skip the check for an up-to-date digest.jlam1-1/+7
XXX These changes should be removed once we have a working XXX pkgsrc/bootstrap.
2004-03-13Fix build on architectures where unsigned long int > 4.snj2-15/+24
2004-03-13Instead of modifying config.h in post-configure, modify config.h.insnj1-3/+3
in post-patch. Fixes a strange build error on sparc64.
2004-03-13Don't save the value of _NEED_NEWER_GCC as it gets a bad value on 1.5.3.jlam1-2/+2
XXX This should be removed after pkgsrc/bootstrap is up and running.
2004-03-13Discard unused error messages from "pkg_admin pmatch".jlam1-2/+2
2004-03-13Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem withjlam1-1/+6
possibly depending on gcc. XXX This should be removed after digest-handling has been changed to be XXX done by BUILD_DEPENDS.
2004-03-13Solve a chicken-and-egg problem where pkgsrc uses newer features ofjlam1-1/+9
pkg_install, but older NetBSD installations, e.g. 1.5.3, won't support them. In this case, we explicitly use the native GCC compiler to avoid problems with depending on pkgsrc GCC for building pkg_install.
2004-03-13Provide a way to forcibly use the native GCC by setting USE_NATIVE_GCC injlam1-4/+10
a package Makefile. Also modify pkg_admin checks to drop stderr so that errors aren't so verbose.
2004-03-13Move p5-Crypt-PasswdMD5 and p5-DateTime to suggested packages section.snj1-11/+9
-ap-ruby-1.0.7, eggdrop-1.6.15, hpijs-1.4.1, p5-HTML-FillInForm, p5-Net-Server-0.86, rt-3.0.2, xine-lib-1rc3a +rt-3.0.9
2004-03-13Typo: && should be || to get the correct test semantics.jlam1-2/+2
2004-03-13No longer used.snj1-25/+0
2004-03-13Note what _CC contains.jlam1-1/+2
2004-03-13Bump PKGREVISION after last fix, as pointed out by wiz@.cube1-2/+2
2004-03-13io-ppm uses '%i' with sscanf in order to parse what should always be acube2-1/+24
decimal number, according to the specification. As a result, it fails to correctly parse file created with numbers printed with leading 0. Reported and fix provided in PR 24759 by Enami Tsugutomo.
2004-03-13Add x86_64 to the list of (unsupported) LP64 architectures.kristerw1-2/+2