Commit graph

49002 commits

Author SHA1 Message Date
grant
eb11c34025 note update of socks5 to 1.0.2nb2. 2003-10-11 11:28:44 +00:00
grant
6a55d3b4e3 add patch from http://online.securityfocus.com/archive/2/9842,
fixing remotely exploitable buffer overflow.

bump PKGREVISION.

addresses PR pkg/22687 from Wolfgang S. Rupprecht.
2003-10-11 11:27:56 +00:00
grant
58ca0f6e61 update HOMEPAGE. 2003-10-11 11:16:20 +00:00
grant
063d08452c add -lX11 to LDFLAGS.IRIX. fixes build on, well.. IRIX.
fixes PR pkg/22591 from Bas van Oostveen.
2003-10-11 11:08:36 +00:00
wiz
aaf49e562d Note pkglint-3.65 update. 2003-10-11 08:05:06 +00:00
wiz
fc29e79bd4 Teach lintpkgsrc how to handle empty() conditionals.
Closes second part of PR 23126.
Welcome to 3.65!.
2003-10-11 08:03:40 +00:00
wiz
068e83229e I can't test this anymore -- drop maintainership. 2003-10-11 07:59:10 +00:00
wiz
ced215fbe9 + gaim-0.71, micq-0.4.10.5, xmule-1.6.1.
- freetds-0.61.2 (thanks, jaromir!)
2003-10-11 07:50:50 +00:00
grant
a3a56bfa45 improve message about running fc-cache, mention -v flag.
fixes PR pkg/22473 from Michal Pasternak.
2003-10-11 07:42:36 +00:00
grant
745202c830 pass --with-waitfunc=wait3 to configure. only create one directory at
a time in post-install. fixes build on Solaris.

fix from Michael Santos in PR pkg/22387.
2003-10-11 07:39:31 +00:00
grant
467b308dcc ensure pkg_admin is called with the full path and use the right
directory for man pages in the PLIST.

fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
2003-10-11 07:29:29 +00:00
grant
a45a75c721 require GNU sed for GNU sed specific expressions.
fixes PR pkg/21493.
2003-10-11 07:18:50 +00:00
grant
e52e828f93 expat >= 1.95.4 provide libexpat.4 which other packages need, so bump
BUILDLINK_DEPENDS accordingly.

fixes build problems observed by a couple of users on tech-pkg,
well as fixing PR pkg/21325.
2003-10-11 07:10:52 +00:00
grant
1d9c32af2d only test for existance of data directory, rather than the template
databases to determine whether the dbdir has been initialised.

fixes PR pkg/21133 from Thomas T. Thai.
2003-10-11 07:05:19 +00:00
grant
1e6dc66ad0 use 'solaris2' instead of 'solaris' in MACHINE_GNU_PLATFORM to
fix breakage in some GNU configure scripts.

based on patch from Jonathan Perkin in PR pkg/20701.
2003-10-11 06:46:45 +00:00
wiz
2a367b58d9 Use S modifier instead of C; should fix first part of PR 23126. 2003-10-11 06:24:52 +00:00
grant
bd1a3a58f0 add a BUILD_DEPENDS on devel/patch if no suitable patch(1) is
available.

fixes my PR pkg/18380, with hints from jschauma.
2003-10-11 05:09:39 +00:00
kim
264f7d1b3b Scalar::Util is recommended by Class::Container, and required by
HTML::Mason so require it here to avoid possible inconsistancies
in building Class::Container.
2003-10-11 04:26:10 +00:00
kim
0e38524d37 Set USE_BUILDLINK2=YES so that ${PERL5_SITEARCH} will be set (for packlist). 2003-10-11 04:10:16 +00:00
grant
18d2820785 provide both http and ftp fetch methods, whitespace cleanup. 2003-10-11 04:08:26 +00:00
grant
8031c4141d set CC_VERSION for non-gcc and use it in the BUILD_INFO file. 2003-10-11 03:43:14 +00:00
grant
162b76d621 don't assume we can create a symlink overwriting an existing symlink.
remove some trailing slashes.
2003-10-11 03:20:30 +00:00
grant
beb87586be don't hardcode the -DHasGcc2... flags to imake, pass them only if
we're actually using gcc on Solaris.

fixes building of imake PIC code when the compiler is not gcc.
2003-10-11 02:44:17 +00:00
grant
93835fcfa7 find the right GREP and SED programs and use them. 2003-10-11 02:39:24 +00:00
hubertf
bba9c15fbd This patch addresses three problems:
1) When checking if any of the required binary pkgs is newer, it's
   not good to look into the (already existing) binary pkg, as that
   might be unchanged. Instead, look at the DEPENDS.

   In the context of the recent jpeg changes, the gd package itself was
   not changed, but the DEPENDS were (via buildlink files). Now looking
   into the existing gd binary pkg still said it wanted jpeg-6b instead
   of the now-wanted jpeg>=6b, which was only available via the DEPENDS.

   That's the first chunk of the patch below.

2) While debugging this, I found that the change in rev. 1.48 was
   wrong, as can be seen throughout the last bulk build, search for errors
   like:

	find: "/usr/cvs.local/pkgsrc/packages/i386/All/gd-2.0.15.tgz": No such file or directory

   As the whole operation is really on two files (as assured by "pkg_admin
   lsbest" for pkg and REFS by definition), the quotes can be ommitted.

   Why this wasn't caught when that change was tested is beyond me - maybe
   different sh(1) behaviour? (The error happened on 1.6.1_STABLE, see
   e.g. http://smaug.fh-regensburg.de/~feyrer/ftp/pub/NetBSD/pkgstat-i386/last/www/p5-Template-Toolkit/.broken.yui.html).

   Anyways, that's addressed in the second part of the patch below, too.

3) Use ${FIND} while there.
2003-10-10 21:45:55 +00:00
reed
8d9ba19680 Check for yacc and BUILD_DEPENDS on bison; check for flex (and not
just for SunOS). (Okay'd by rh.) This should probably get rid of
SunOS check.  Later, these build dependency checks should be improved
and done in a separate mk file (like an enhanced tools.mk).
2003-10-10 16:31:08 +00:00
jschauma
ae03c1beed Apply a patch based on PR pkg/22798 to allow this to install properly
on Darwin.
2003-10-10 16:22:03 +00:00
jschauma
dbf59fa554 Follow Dan Winships solution from the teTeX-bin package to check for
OS_VERSION >= 6.0 by using
${OS_VERSION:R} >= 6
2003-10-10 15:46:08 +00:00
danw
b346ef61b1 Darwin fix, take 2... don't compare ${OS_VERSION} as a number since
that breaks the build on platforms where it's not strictly numeric
(eg, "1.6.1_STABLE")
2003-10-10 15:02:57 +00:00
uebayasi
7a1753a017 Try to fix a network stream error which has caused Zenicb client unstable.
Patch provided by Martin Hauseman with help from Faried Nawaz, the author.
Should close PR 21620.

While here, merge misplaced patch files.

Bump revision to 2.
2003-10-10 14:13:29 +00:00
agc
d1cf13dbac Update to isakmpd version 20030903.
No changelog available, but many bugs fixed, and these sources will
compile with gcc-3.3.1 (well, after I tweaked them).  With thanks to
Christoph Badura for most of this work, I merely did the gcc-3.3.1
patching.
2003-10-10 12:56:18 +00:00
grant
2c562cc1b8 use !defined instead of ! for testing if {,U}LLONG_MAX is defined.
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg.
2003-10-10 10:15:09 +00:00
grant
b233d31ffb add some more p5-CGI-* modules, take ownership of p5-BSD-Resource. 2003-10-10 10:01:26 +00:00
cube
983482f37d Note update of libnids and bumps of dsniff and pakemon. 2003-10-10 09:21:10 +00:00
cube
28cb362dd2 Bump PKGREVISION since libnids update. 2003-10-10 09:18:11 +00:00
rtr
b1fde1675e Fix assignments, add cheap hack around inappropriate use of `log'.
Approved by jlam@netbsd.org
2003-10-10 09:02:44 +00:00
rtr
7178ce8c18 Use g++ to compile c++. 2003-10-10 09:00:32 +00:00
cube
22a1e439c6 Buildlinkify and remove hard-coded dependency on libnids-1.14. 2003-10-10 08:54:26 +00:00
cube
f1cee044a6 Update to 1.17. buildlink2-ify. OK'd by jlam@.
v1.17 Dec 12 2002
- fixed a stupid bug in TCP reassembly; having received a particular order
  of TCP out of frame segments, libnids could lost track of the current
  seq, and miss the following data stream
- DLT_FDDI
- benign typo in hash.c
- mentioned usefulness of two process buffering on a fast network

v1.17rc1 Aug 30 2002
- support for libnet-1.1 and --with-libnet=no
- added support for libpcap save files
- finally, DLT_LINUX_SLL is recognized
- removed a horrible assumption on sizeof(pointer); it could result in
  segfault in scan.c
- --enable-shared
- __i386 -> __i386__ || __i386 :(
- support for 802.1Q VLAN
- support for wireless frames (DLT_IEEE802_11)
- got rid of (obsolete) pcap_open_live_new
- bail out if link type is unknown, instead of pretending it is ethernet
- $(MAKE) -> $(MAKE) $(AM_MAKEFLAGS)
- added a working link to Ptacek-Newsham paper
- %hi -> %hu :)
- align IP header if necessary (should not be)
- improved libraries detection
- mentioned usefulness od setsockopt(...SO_RCVBUF...) on a fast network

v1.16 Nov 3 2000
- nah, at least a release forced by a security bug. A typo in libnids.c
could cause libnids to segfault when source routed frame has been received.

v1.15 Oct 9 2000
- token ring support
- new configurable option (non-default): if a tcp callback hasn't processed
  all available data, it is called immediately again
- fixed alignment in hash.c, which caused sigsegv on Sparc
- another _obviously_ redundant include file added to configure test progs
- html version of the API documentation
2003-10-10 08:44:44 +00:00
tron
23dedc23ee Backout last change because it breaks this "Makefile" on at least NetBSD
due to an invalid string comparison.
2003-10-10 08:24:09 +00:00
grant
d6b336d516 +p5-CGI-3.00 2003-10-10 04:53:45 +00:00
rtr
9ea3fcc7b7 Cast mismatched fp.
Approved by Johnny Lam.
2003-10-10 04:47:40 +00:00
rtr
684cc9cb80 Patches for preprocessor misusage fix. 2003-10-10 04:46:24 +00:00
rtr
65001bbf9c Cast mismatched fp to make it build.
Approved by Johnny Lam.
2003-10-10 04:45:21 +00:00
rtr
8ce6560786 Resolve some slight preprocessor directive misusage.
Approved by Johnny Lam.
2003-10-10 04:44:07 +00:00
grant
94a10824e5 +p5-BSD-Resource 2003-10-10 02:29:31 +00:00
reed
cda966ddc1 Note that print-PLIST will not descend into different filesystems. 2003-10-10 01:17:55 +00:00
danw
7af744c5db fixes for Darwin. PR 20514 2003-10-10 01:11:20 +00:00
kristerw
eac7b88330 Arm need to instantiate Vector<size_t> in order to build. 2003-10-09 22:14:13 +00:00
abs
44409219b0 Update speedtouch to 1.2-beta2.
The main change since 1.1 is working support for the SpeedTouch 330 USB
    ADSL modem. The earlier SpeedTouch USB modem has not been shipping for
    over a year, and 1.1 either runs extremely slowly with a 330, or locks
    the machine solid and panics when unplugged.
    (speedtouch has been in beta for over a year now)
2003-10-09 19:09:28 +00:00