Commit graph

101019 commits

Author SHA1 Message Date
jlam
fa2d895a21 Be more conservative and avoid possible shell implementation differences
by not using `...` inside ${...#...}.
2006-07-19 22:26:26 +00:00
jlam
f1759fb181 Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don't
understand empty lists in for loops.  Addresses PR pkg/34042.
2006-07-19 22:07:13 +00:00
jlam
704f6461c3 * Use the pkginstall framework for INSTALL/DEINSTALL scripts.
* Honor PKG_SYSCONFDIR, VARBASE, and PKGMANDIR.

Bump the PKGREVISION to 1.
2006-07-19 19:48:21 +00:00
adrianp
f4c7a25185 Updated archivers/zoo to zoo-2.10.1nb2 2006-07-19 19:36:22 +00:00
adrianp
e95ce3ba6a Add a patch for CVE-2006-0855 via Gentoo/Fedora
Bump to nb2
2006-07-19 19:34:37 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
jlam
ded09b6f3d Consistently use $perlprog to refer to the perl executable in the
perllink script.  This was causing errors when building perl from
pkgsrc.  The perllink script didn't create any symlinks because it
tried to invoke "perl", which silently fails with revision 1.20 of
mk/tools/perl.mk (after the pkgsrc-2006Q2 branch).

Bump the PKGREVISION to 3.
2006-07-19 18:10:32 +00:00
jlam
034c5b9566 Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run. 2006-07-19 18:05:35 +00:00
darcy
b584baffea Latest version of OpenOffice is 2.0.3. 2006-07-19 17:55:31 +00:00
rillig
abc5bd256d Solaris 5.8 needs its own definition of lround(), too. 2006-07-19 16:16:23 +00:00
gson
e21dd7da07 note update of geography/garmin-utils to 2.4 2006-07-19 16:09:27 +00:00
gson
1968f112cd Update garmin-utils to 2.4. The only changes relative to 2.2
are that all the pkgsrc patches have been integrated into the
base distribution; there are no functional changes.
2006-07-19 16:07:29 +00:00
jlam
c88a32be7d Make "mirror-distfiles" less verbose by not printing out anything if no
bootstrap dependencies need to be built and installed.
2006-07-19 16:01:40 +00:00
jlam
79d62b7bc1 Explicitly set the compiler used to build nawk. The Makefile was
explicitly setting CC=cc, so override it on the bmake command line.
We use the CC taken from the environment first, and default to "gcc"
if CC is not set.
2006-07-19 15:27:37 +00:00
jlam
ec6f4ba413 Comment the code a bit more. 2006-07-19 15:13:40 +00:00
jlam
3c8ae20801 Ensure that "Makefile" and not "makefile" is used when building nawk.
The former contains fixes for the latter to avoid make errors.
2006-07-19 15:01:23 +00:00
jlam
cc5761ea0f The "makedistinfo" target should actually be named "distinfo" to match
the old bsd.pkg.mk behavior (noted by adrianp in private email).  Keep
"makedistinfo" as an alias for "distinfo".

While here, sprinkle some .PHONY declarations for correctness.
2006-07-19 14:54:56 +00:00
jlam
ae7cf87ca5 Only pass -v to the fetch script if PKG_VERBOSE is set. 2006-07-19 14:25:59 +00:00
jlam
cbcfa6d0b5 Restore original quoting from old fetch.mk for _ORDERED_SITES to resolve
the problem with MASTER_SORT*.

XXX The whole MASTER_SORT* thing should just be a standalone script.
2006-07-19 14:22:47 +00:00
jlam
2936f01adf Add a verbose flag to the fetch script to output the actual fetch command. 2006-07-19 14:16:29 +00:00
jlam
d2df49806c Make some variables "private":
MASTER_SORT_AWK
	SORT_SITES_CMD
	ORDERED_SITES

These variables are purely internal to pkgsrc.
2006-07-19 14:03:59 +00:00
jlam
16335bb8a4 Work around incomprehensible quoting mess surrounding MASTER_SORT* by
in do-fetch-file (formerly they were inserted by the old _FETCH_FILE
inserting some quotes that are no longer added by the fetch command list
macro).  This makes fetching with MASTER_SORT* set work again.
2006-07-19 14:01:29 +00:00
jlam
1302d118e8 PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_*
variables.
2006-07-19 13:33:42 +00:00
tron
1099cb19e4 Note update of "kdeartwork3" package to version 3.5.3nb1. 2006-07-19 10:56:51 +00:00
tron
4d28ede6ee Adapt package list for version 5.00 of the "xscreensaver" package,
bump dependence and revision.
2006-07-19 10:56:18 +00:00
joerg
bf1adeebbb Needs intltool. 2006-07-19 10:08:12 +00:00
minskim
c4d1e613a1 Add darkstat. 2006-07-19 04:47:09 +00:00
minskim
b77e2fdd37 Import darkstat from pkgsrc-wip. Packaged by Bartosz Kuzma.
Effectively, it's a packet sniffer which runs as a background process
on a cable/DSL router, gathers all sorts of useless but interesting
statistics, and serves them over HTTP.

Features:
 * Traffic graphs.
 * Tracks traffic per host.
 * Tracks traffic per TCP and UDP port for each host.
 * Embedded web-server with deflate compression.
 * Asynchronous reverse DNS resolution using a child process.
 * Small. Portable. Single-threaded. Efficient.
2006-07-19 04:41:47 +00:00
jlam
4c09a7046a Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
2006-07-18 23:27:14 +00:00
ben
a7c790b052 Add a hint that can save some difficult trouble-shooting. 2006-07-18 23:26:54 +00:00
jlam
808fe7ac5f USE_DIGEST is no more. 2006-07-18 23:06:41 +00:00
adrianp
ce679917e6 Updated net/libcares to 1.3.0nb1
Updated chat/unrealircd to 3.2.5
2006-07-18 22:45:17 +00:00
adrianp
4f308dc8f5 Update to 3.2.5
==[ MAJOR BUGS FIXED ]==
- Spamfilter was not always working properly
- MS Visual studio 2005 (8.x) was unable to compile Unreal and/or caused crashes
- Certain IPv6 listen blocks could crash the ircd on-boot/on-rehash

==[ MINOR BUGS FIXED ]==
- "Looking up your hostname" message was missing if
  set::options::show-connect-notice was enabled (other messages, like "looking
  up ident" were shown, however)
- It was sometimes impossible to update a link { } block: all old settings
  would still be used, this happened if connfreq was low. This might also have
  caused crashes.
- Netsynch problem, which could cause the wrong modes to be applied to a
  channel in some rare cases.
- Setting set::maxdccallow to 0 (or lower) still allowed one entry to be added
- Spamfilter oversized-checking is no longer done when removing a spamfilter
- Operator count bug (there might still be others...)
- Some chinese-* charsets could not be selected individually
- No longer requiring a C++ compiler (was caused by resolver in 3.2.4)
- Added workaround for "make: Permission denied" bug in some FreeBSD's
2006-07-18 22:43:36 +00:00
jlam
833691e2fe Overhaul fetch module:
* All the smarts is now encapsulated in the "fetch" script.  The fetch
  script understands how to use the distinfo file (if specified) to
  look up the size and checksums of the file to fetch and will use
  that information to verify checksums of the fetched files or resume
  transfers of interrupted fetches.

* Move the default settings for FETCH_RESUME_ARGS and FETCH_OUTPUT_ARGS
  for "ftp" from mk/defaults/mk.conf into mk/fetch/fetch.mk.  We rewrite
  it to avoid needing conditional statements.

* Avoid spawning a new make(1) process just to mirror a distfile.

* Split out fetch-list targets into a separate file fetch-list.mk.
  These targets should probably be moved into a standalone script.

* Fix distclean target to properly remove partial downloads.
2006-07-18 22:41:06 +00:00
adrianp
90632e9598 Add ares_get_config() from CVS for unrealircd 3.2.5 to work
Bump to nb1
2006-07-18 22:38:18 +00:00
adrianp
04dea1605f Move from www.thc.org to thc.segfault.net 2006-07-18 22:12:30 +00:00
adrianp
27b684c1b1 Updated lang/php5 to php-5.1.4nb2 2006-07-18 21:58:43 +00:00
adrianp
fa1ca9f086 Fix for CVE-2006-3011
Bump to nb2
2006-07-18 21:57:30 +00:00
jlam
3c73469517 Add a flag "-s suffix" for allowing the specified files to have a suffix
that will be removed before looking up the checksum in the distinfo file.
2006-07-18 21:39:39 +00:00
adrianp
822e2ef88f Updated www/php4 to 4.4.2nb3 2006-07-18 21:28:06 +00:00
adrianp
b6c1c57f6b Replace an absolute path for sh
Ride the previous nb bump
2006-07-18 21:26:17 +00:00
adrianp
9a8ee5cca1 Fix for CVE-2006-1990
Fix for CVE-2006-3011
Include our own pear.sh from the tarball but slightly hacked to get around
memory isses on installation.
2006-07-18 21:21:19 +00:00
rillig
71e5b11e49 If, in a "case" statement of a shell command, foo|bar appears, this is
not a pipe, so don't warn about an ignored exitcode.
2006-07-18 21:13:22 +00:00
rillig
99efcfdd7a Added PVM_SSH to BUILD_DEFS and removed the code that has been
duplicated from mk/defaults/mk.conf. Added "c" to USE_LANGUAGES, since
this package needs a C compiler, too. Bumped PKGREVISION.
2006-07-18 20:57:31 +00:00
rillig
c318823701 Oops. Debugging messages should only appear when -D<anything> is set on
the command line.
2006-07-18 20:37:31 +00:00
joerg
73dac18f95 Don't recurse into xcursor, it is not needed by Qt3 itself. 2006-07-18 19:55:47 +00:00
joerg
1bccc10693 At least on DragonFly, fork(2) and read(2) need unistd.h when compiling
C++ programs, so include it.
2006-07-18 19:11:15 +00:00
minskim
cf571b4666 USE_TOOLS+=yacc
Suggested by schmonz@.
2006-07-18 19:05:07 +00:00
joerg
35f5eaf25e Kill explicit static inline which breaks build with newer GCC versions.
It should be clever enough to inline it anyway.
2006-07-18 19:02:08 +00:00
wiz
25dfbb4473 xscreensaver packages updated to 5.00. 2006-07-18 18:41:17 +00:00