summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-21Fix build by pointing to GeoIP location.wiz1-1/+3
2006-07-21The configure script is a csh script. Add csh to USE_TOOLS and setminskim1-1/+3
CONFIG_SHELL accordingly. This fixes PR 33903.
2006-07-21Make this package build on Linux by conditionally removing conflictingminskim2-1/+33
declarations.
2006-07-21Note PKGREVISION bumps for p5-Net-DNSServer and botan.wiz1-1/+3
2006-07-21Add back $pkg_install_args when invoking the pkg_install configurejlam1-3/+3
script. It was lost in revision 1.55. This fixes the path to the various pax, mtree, ftp commands used by pkg_install. Bump the version number of the bootstrap script.
2006-07-21Update HOMEPAGE and MASTER_SITES, and use un-gzipped file provided there.wiz2-8/+8
Compared with previous gzipped version, no change. Fixes bulk build, because it will be able to download the file again :)
2006-07-21Create cgidir before installing into it -- fixes installation. Add some missingwiz4-10/+24
directories to PLIST. Bump PKGREVISION.
2006-07-21Add missing file to PLIST. Bump PKGREVISION.wiz2-2/+4
2006-07-21Remove an unneeded .pl file in the work dir after extraction; fixeswiz1-5/+6
the build. Remove BROKEN_IN. Add a missing dependency, bump PKGREVISION. XXX: Self tests are not happy, but this is better than what we had before.
2006-07-21Avoid creation of a "manman1" dir.wiz1-2/+2
2006-07-21Remove conflicting definition of malloc(); include stdlib.h instead.minskim2-4/+21
2006-07-21regen, with correct library dependencies. Broke at least hobbitmon.wiz1-6/+5
2006-07-21+ pgadmin3-1.4.3, tla-1.3.5, zope-2.9.4.wiz1-3/+4
2006-07-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-5/+9
2006-07-21NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020.joerg2-5/+9
2006-07-21Since bootstrap happens quite early and it's hard to get good debuggingjlam1-2/+2
output for bug reports, build with PKG_VERBOSE defined.
2006-07-21Ensure $wrkdir is an absolute path so that $wrkobjdir is too. Avoidsjlam1-2/+2
creating empty "work" directories in the pkgsrc tree due to the bootstrap script setting WRKOBJDIR=$wrkobjdir.
2006-07-21sort.salo1-10/+10
2006-07-21It's called "wireshark" now, not "ethereal".tron1-2/+2
2006-07-21Note new "wireshark" package.tron2-3/+3
2006-07-21BUILD_ENV has been renamed to PKGSRC_MAKE_ENV.jlam1-1/+2
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam18-44/+44
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21Add new "wireshark" package.tron8-2/+343
Wireshark is a network protocol analyzer and the successor of "ethereal". Changes since "ethereal" version 0.99.0: - The GSM BSSMAP dissector could crash. Versions affected: 0.10.11. - The ANSI MAP dissector was vulnerable to a format string overflow. Versions affected: 0.10.0. - The Checkpoint FW-1 dissector was vulnerable to a format string overflow. Versions affected: 0.10.10. - The MQ dissector was vulnerable to a format string overflow. Versions affected: 0.10.4. - The XML dissector was vulnerable to a format string overflow. Versions affected: 0.10.13. - The MOUNT dissector could attempt to allocate large amounts of memory. Versions affected: 0.9.4. - The NCP NMAS and NDPS dissectors were susceptible to off-by-one errors. Versions affected: 0.9.7. - The NTP dissector was vulnerable to a format string overflow. Versions affected: 0.10.13. - The SSH dissector was vulnerable to an infinite loop. Versions affected: 0.9.10. - The NFS dissector may have been susceptible to a buffer overflow. Versions affected: 0.8.16. - The "Follow TCP Stream" dialog now wraps long lines. - Problems with ring buffers under 0.99.0 have been fixed. - It was possible for Wireshark to crash when closing the capture information dialog. This has been fixed. - It was possible for Wireshark to crash when using the "Find" feature. This has been fixed. - Wireshark could crash if an interface was removed while viewing the interface list. This has been fixed. - Multicast stream analysis (Statistics->Multicast Streams) has been added. It lets you determine burst size, output buffer size, and losses for multicast data. - TCP reassembly has been updated and improved. - Expert analysis has been updated and improved. - SCSI service response time statistics have been added. - You can now find next/previous marked frames. - The LDAP and SNMP dissectors have been completely rewriten. - The SMB dissector now tracks filenames and share names.
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam7-17/+24
"extract". This allows all user-definable targets (pre-*, do-*, post-*) to have access to the wrapper scripts.
2006-07-21Put back some line continuations that I deleted.jlam1-3/+3
2006-07-21Modify the shlib-type script so that it doesn't need to compile anythingjlam3-28/+24
-- instead, we just check "pkg_info", which should exist on all pkgsrc platforms. XXX Note that this may need to change when we later support other package XXX system flavors. Back out revision 1.79 of pkgtools/x11-links/Makefile which was only to work around needing a C compiler for shlib-type to work.
2006-07-21Remove "foo" target that's clearly a debuggging target.jlam1-4/+1
2006-07-21Updatedheinz1-1/+4
mail/p5-Mail-DKIM to 0.18. Added sysutils/p5-Parse-Syslog 1.09 misc/mirmon 1.36
2006-07-21Activated mirmon.heinz1-1/+2
2006-07-21Fix build on DragonFly:joerg3-1/+33
- include unistd.h to get read(2) prototype - implement log2 locally using log and M_LN2 If other platforms lack log2 as well, just add them to the list.
2006-07-21Import of mirmon 1.36.heinz8-0/+362
Many software projects are mirrored worldwide. The mirror sites are required to update the mirror archive regularly (daily, weekly) from a root server. Mirmon helps administrators in keeping an eye on the mirror sites. In a concise graphic format, mirmon shows each site's status history of the last two weeks. It is easy to spot stale or dead mirrors.
2006-07-21Remove pointless conflict entry.tron1-3/+1
2006-07-21Mark as using c language. This fix PLIST problem while doingseb1-2/+2
'make package' (make; make package works): without this SHLIB_TYPE is set to 'none' while doing 'make package', resulting in mk/plist/shlib-none.awk being used hence missing PLIST entries. XXX I suppose this may not really be the right fix (barrier problem?) but for the time being 'pkg_comp makeroot' succeed XXX What is this 'foo' target?
2006-07-21Add missing RCS Id and update checksum.tron2-2/+4
2006-07-21pkglint: The ".gz" extension is not necessary for manual pages:tron1-21/+21
2006-07-21When PKGSRC_RUN_TEST is set to "yes", Perl is needed.rillig1-1/+7
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-21Needs a C compiler.rillig8-16/+16
2006-07-21Depend on libsigsegv>=2.4, as 2.39 release notes say.wiz1-1/+2
2006-07-21Needs a C compiler.rillig6-14/+14
2006-07-21Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+5
2006-07-21Needs a C compiler.rillig3-6/+6
2006-07-21Parameters to subroutines are passed in @_, not in $@. Added a paragraphrillig1-2/+10
explaining the extreme slowliness of the current Perl interpreter.
2006-07-21Needs a C compiler.rillig2-4/+4
2006-07-21Warn if GNU_CONFIGURE is set but USE_LANGUAGES does not contain "c", sincerillig1-1/+14
that one is needed in almost all cases.
2006-07-21Needs a C compiler.rillig4-8/+8
2006-07-21USE_LANGUAGES+=crillig1-2/+2
2006-07-21Add missing end quote at end of a echo line.reed1-2/+3
On Solaris this causes an error: sh: syntax error at line 22: `(' unexpected *** [install-all] Error code 2 This should fix PR #32357.
2006-07-21Do not install the Hebrew fonts. If needed they can be installedreed5-39/+40
with another package. This makes it so this package can be installed without X. This is for PR #26848. Note: that some parts of metamail still reference "xterm". Also changed path used in two scripts that reference the now not-installed fonts. (Maybe that will need to be fixed too.) Honor PKGMANDIR. Update PKGREVISION.
2006-07-20update libsigsegv to 2.4perry2-4/+4
update clisp to 2.39