summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-22Reformat.minskim1-8/+8
2006-07-22Make this package build with gcc-4.minskim2-1/+14
2006-07-22Adjust the valloc return value on Darwin not to conflict with the oneminskim2-5/+5
declared in unistd.h.
2006-07-22s/samba-3.0.23/samba-3.0.23a/taca1-2/+2
2006-07-22Fix katemodeline.po for older msgfmt's. Bump PKGREVISION.markd3-2/+16
2006-07-22Don't try and use <malloc.h>. Fixes build on FreeBSD 6.1markd2-1/+18
From PR pkg/34019 by Peter Schuller.
2006-07-22USE_TOOLS+=flexminskim1-2/+2
2006-07-22Note PKGREVISION bump of python15.minskim1-1/+2
2006-07-22Fix PLIST on Linux. Bump PKGREVISION.minskim2-2/+6
2006-07-22Fix a replace-interpreter error. PKGREVISION will be bumped shortlyminskim1-1/+6
after PLIST changes for Linux.
2006-07-22Include float.h on Linux to use DBL_MIN.minskim2-5/+5
2006-07-21Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be setabs6-82/+79
Use REPLACE_PERL on all plugins Adjust sensors_ to work with NetBSD 3 Bump PKGREVISION
2006-07-21Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set. Bump PKGREVISIONabs3-9/+11
2006-07-21Needs intltool.joerg1-2/+2
2006-07-21This package needs zlib. Include its buildlink3.mk. This fixes PR 33856.minskim1-1/+2
2006-07-21Add SDL-intro-ko.minskim2-2/+4
2006-07-21Import SDL-intro-ko from pkgsrc-wip. Packaged by Ian Zagorskih.minskim4-0/+50
Simple DirectMedia Layer introduction in Korean.
2006-07-21Note PKGREVISION bump of SDL-intro-en.minskim1-1/+2
2006-07-21Change the directory name so that it does not conflict with SDLminskim2-19/+19
documentations in other languages. Bump PKGREVISION.
2006-07-21Fixed the regular expression to detect whether USE_LANGUAGES containsrillig2-4/+4
"c" or not.
2006-07-21In the post-bootstrap message, tell the user the correct manpage directoryjlam1-2/+2
to add to MANPATH.
2006-07-21Add a new option "--full" that implies all of the platform-independentjlam1-1/+17
bootstrap software will be installed, regardless of platform.
2006-07-21Don't create the "work" symlink when building and installing software.jlam1-2/+2
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