Commit graph

101154 commits

Author SHA1 Message Date
minskim
399c3d7289 The configure script is a csh script. Add csh to USE_TOOLS and set
CONFIG_SHELL accordingly.  This fixes PR 33903.
2006-07-21 17:31:44 +00:00
minskim
cdd376112b Make this package build on Linux by conditionally removing conflicting
declarations.
2006-07-21 16:43:56 +00:00
wiz
ff3f0a0e47 Note PKGREVISION bumps for p5-Net-DNSServer and botan. 2006-07-21 16:43:10 +00:00
jlam
80e73a2bc7 Add back $pkg_install_args when invoking the pkg_install configure
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-21 16:31:49 +00:00
wiz
5cfb780bc0 Update HOMEPAGE and MASTER_SITES, and use un-gzipped file provided there.
Compared with previous gzipped version, no change.

Fixes bulk build, because it will be able to download the file again :)
2006-07-21 16:24:37 +00:00
wiz
3504b649a6 Create cgidir before installing into it -- fixes installation. Add some missing
directories to PLIST. Bump PKGREVISION.
2006-07-21 16:23:42 +00:00
wiz
dfbce5a67d Add missing file to PLIST. Bump PKGREVISION. 2006-07-21 16:22:36 +00:00
wiz
f6deb11985 Remove an unneeded .pl file in the work dir after extraction; fixes
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-21 16:22:01 +00:00
wiz
de3af0b07a Avoid creation of a "manman1" dir. 2006-07-21 16:20:42 +00:00
minskim
9ec5603991 Remove conflicting definition of malloc(); include stdlib.h instead. 2006-07-21 16:19:58 +00:00
wiz
895c51a27b regen, with correct library dependencies. Broke at least hobbitmon. 2006-07-21 16:17:55 +00:00
wiz
1df9da9f6d + pgadmin3-1.4.3, tla-1.3.5, zope-2.9.4. 2006-07-21 16:17:10 +00:00
minskim
41a94ca3fc Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-07-21 16:16:40 +00:00
joerg
a8ac293503 NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020. 2006-07-21 15:36:56 +00:00
jlam
a0c229751d Since bootstrap happens quite early and it's hard to get good debugging
output for bug reports, build with PKG_VERBOSE defined.
2006-07-21 15:30:30 +00:00
jlam
e4c8520953 Ensure $wrkdir is an absolute path so that $wrkobjdir is too. Avoids
creating empty "work" directories in the pkgsrc tree due to the
bootstrap script setting WRKOBJDIR=$wrkobjdir.
2006-07-21 15:16:39 +00:00
salo
a3f7929f73 sort. 2006-07-21 14:53:00 +00:00
tron
694a80a65b It's called "wireshark" now, not "ethereal". 2006-07-21 14:39:33 +00:00
tron
df3721ab24 Note new "wireshark" package. 2006-07-21 14:28:47 +00:00
jlam
f127121a2e BUILD_ENV has been renamed to PKGSRC_MAKE_ENV. 2006-07-21 14:28:35 +00:00
jlam
7d1f4cca8e "BUILD_ENV" was misnamed. It's actually the environment that is passed
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-21 14:27:56 +00:00
tron
bf3813d3f6 Add new "wireshark" package.
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-21 14:27:53 +00:00
jlam
4011c5cff2 Rearrange sequence so that "wrapper" occurs between "tools" and
"extract".  This allows all user-definable targets (pre-*, do-*,
post-*) to have access to the wrapper scripts.
2006-07-21 14:21:28 +00:00
jlam
3d2f631bb5 Put back some line continuations that I deleted. 2006-07-21 14:04:25 +00:00
jlam
80369fb5c8 Modify the shlib-type script so that it doesn't need to compile anything
-- 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-21 13:40:27 +00:00
jlam
60e1b70303 Remove "foo" target that's clearly a debuggging target. 2006-07-21 13:36:39 +00:00
heinz
79a6da15fc Updated
mail/p5-Mail-DKIM to 0.18.
Added
	sysutils/p5-Parse-Syslog 1.09
	misc/mirmon 1.36
2006-07-21 13:20:47 +00:00
heinz
7b3f7ae7ae Activated mirmon. 2006-07-21 13:17:41 +00:00
joerg
501fee2297 Fix build on DragonFly:
- 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-21 13:16:53 +00:00
heinz
c572c55f34 Import of mirmon 1.36.
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-21 13:15:22 +00:00
tron
2019921016 Remove pointless conflict entry. 2006-07-21 13:04:52 +00:00
seb
f73b8816f3 Mark as using c language. This fix PLIST problem while doing
'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-21 12:37:49 +00:00
tron
3e392ef3de Add missing RCS Id and update checksum. 2006-07-21 08:24:29 +00:00
tron
834d409682 pkglint: The ".gz" extension is not necessary for manual pages: 2006-07-21 08:24:08 +00:00
rillig
5156c34d24 When PKGSRC_RUN_TEST is set to "yes", Perl is needed. 2006-07-21 07:07:17 +00:00
rillig
4ceaabdb75 Needs a C compiler. 2006-07-21 06:36:21 +00:00
rillig
9969dfc344 Needs a C compiler. 2006-07-21 06:24:37 +00:00
wiz
fbcdb15af8 Depend on libsigsegv>=2.4, as 2.39 release notes say. 2006-07-21 06:03:49 +00:00
rillig
2fe30e1c50 Needs a C compiler. 2006-07-21 05:28:26 +00:00
rillig
ec17e00008 Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-07-21 05:27:21 +00:00
rillig
b7f3fb8b5b Needs a C compiler. 2006-07-21 05:17:30 +00:00
rillig
881c324e57 Parameters to subroutines are passed in @_, not in $@. Added a paragraph
explaining the extreme slowliness of the current Perl interpreter.
2006-07-21 05:11:34 +00:00
rillig
7bc10c4ef6 Needs a C compiler. 2006-07-21 05:06:06 +00:00
rillig
a90cfbf3b8 Warn if GNU_CONFIGURE is set but USE_LANGUAGES does not contain "c", since
that one is needed in almost all cases.
2006-07-21 05:02:52 +00:00
rillig
d9579252ee Needs a C compiler. 2006-07-21 04:51:11 +00:00
rillig
2f7f45a2d2 USE_LANGUAGES+=c 2006-07-21 04:48:32 +00:00
reed
a19521f60f Add missing end quote at end of a echo line.
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-21 03:14:41 +00:00
reed
fca73a10de Do not install the Hebrew fonts. If needed they can be installed
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-21 03:02:55 +00:00
perry
4c135846c0 update libsigsegv to 2.4
update clisp to 2.39
2006-07-20 23:16:12 +00:00
perry
8909446080 Update to 2.4 -- needed to fix bugs that would otherwise bite clisp.
from the NEWS file:

New in 2.4:

* Support for GCC 4 on more platforms.
* Added support for catching stack overflow on NetBSD.
* Improved support for catching stack overflow on Linux, Solaris:
  Works also when /proc is not mounted or lacks read permissions.

New in 2.3:

* Support for GCC 4 on some platforms contributed by Paolo Bonzini.
* Support for MacOS X i386 contributed by Bruno Haible.
* Improved support for Woe32 contributed by Doug Currie.
2006-07-20 23:12:20 +00:00