Commit graph

14363 commits

Author SHA1 Message Date
agc
30575e64d7 Revert previous change, which was tested with the wrong version of
bsd.pkg.mk and bsd.prefs.mk.. Pointed out by Thomas Klausner.
2000-09-28 12:41:36 +00:00
agc
52f0b76203 Remove this package for now, until the 1.5 tag is made.
It will be re-imported  after that.
2000-09-28 12:27:16 +00:00
toshii
4830639d57 Make this buildable on alpha. 2000-09-28 11:29:59 +00:00
toshii
5cb2f53a83 Make this buildable on alpha.
Codes are taken from emacs and its pkgsrc patch.
2000-09-28 11:28:24 +00:00
agc
821a2385e4 Fix the show-vulnerabilities and show-vulnerabilities-html targets to
work properly in the absence of a vulnerability list.
2000-09-28 10:50:43 +00:00
jlam
9caae45dc2 The name of the rc.d script has changed. Update message to reflect new
name.
2000-09-28 09:25:15 +00:00
agc
b1634646b2 Clean up the post-extract target, and use sh(1) for loops in preference
to make(1) .for loops.
2000-09-27 14:34:12 +00:00
agc
87cfcbbea9 Take advantage of bsd.prefs.mk - pointed out by IWAMOTO Toshihiro
Also convert some make(1) .for loops to sh(1) for loops.
2000-09-27 14:14:24 +00:00
agc
84e49a75b1 Take advantage of bsd.prefs.mk - pointed out by IWAMOTO Toshihiro 2000-09-27 13:42:23 +00:00
agc
79d9b964bb Postpone the check for vulnerabilities in the package being installed
from the middle of root-install until the end of fake-pkg target. At
the end of the fake-pkg target, the package has been registered using
pkg_create(1), and so it's possible to use relational comparisons of
the version numbers, thereby making it possible to use the information
from the standard vulnerabilities file.

This addresses PR 11077.
2000-09-27 12:50:49 +00:00
toshii
dd2fdb678d Make this build under Solaris.
(Oops, I missed to commit this file.)
2000-09-27 08:34:25 +00:00
toshii
506596d439 Make this build under Solaris. 2000-09-27 08:29:04 +00:00
fredb
f968651629 Oh dear! This software requires prior arrangement for commercial use.
Add appropriate LICENSE variable.
2000-09-27 03:32:20 +00:00
fredb
53e5fe106b Packages that use the shared lib really should be linked with libGL,
but since none of the NetBSD packages which link in xforms seem to
use the gl_{get,set}_canvas*() and gl_win*() functions, simply extend
the present ELF hack to a.out, for now. That is, disable the shared
{,x}forms library the hard way, by deleting it after installation.
It stinks, I know. Close PR pkg/10560.
2000-09-27 01:49:34 +00:00
eeh
c3b085928b Add support for NetBSD/sparc64. 2000-09-26 21:42:30 +00:00
fredb
ab20de453f Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from
actually using rsaref, while we ponder the case for removing it completely.
2000-09-26 19:59:53 +00:00
abs
ce73d29ffd Update pkglint to 2.25. If this keeps on I'm going to have to start using
odd numbers for 'development' versions...

lintpkgsrc:
Rename set_pkgsrcdir to parse_mk_conf, and also extract PACKAGES as well
as PKGSRCDIR. Update check_prebuilt_packages to handle the new package data
structure that allos mulitple versions of the same package to be valid
(for -current packages etc) - Missed in previous changes.
2000-09-26 15:57:05 +00:00
agc
08745077f8 Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test
in post-install target.
2000-09-26 13:46:34 +00:00
agc
a2088e84f5 Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which
can either be defined or not. This governs the installation of the
floppyd binary in the mtools package. The floppyd program needs
the SM and ICE libs from the X11 distribution to link (floppyd's
authorisation model to enable remote access to floppy drives closely
resembles that of X11's xauth model). Modify the mtools Makefile
accordingly.
2000-09-26 11:09:26 +00:00
soren
cab414acf0 www/squid-current has long since been obsoleted by www/squid. 2000-09-26 08:54:45 +00:00
tron
ea18d8969e Remove a bunch of library files which are not built on my systems
any more. The build process of this software is really strange.
2000-09-26 07:37:45 +00:00
hubertf
631a5af875 Make this work on alpha - pull in appropriate headers, mostly. 2000-09-26 03:47:09 +00:00
hubertf
b1c6038a3d Make this work on alpha: the shipped .depends file is wrong for this
(and probably many other) archs, re-gen it.
2000-09-26 03:16:45 +00:00
hubertf
9637936b19 Make this compile on alpha: pull in <string.h> for correct prototype of
memcpy()
2000-09-26 03:08:29 +00:00
hubertf
2ea620655c ELF lib fix for floppyd, which is only built on systems that actually
have X installed, so a USE_X11=yes would be overkill, as it prevents
using mtools on systems that don't have X installed.
2000-09-26 02:46:37 +00:00
hubertf
7b04feaa2d No longer needed as we use our fine curses now. 2000-09-26 02:27:08 +00:00
hubertf
a3f5caa40c Elf shlib fix.
I wonder if we couldn't automate this a bit by searching for -L in all
patch files and giving an alarm if there's no -Wl,-R nearby ...
Might be something for pkglint.
2000-09-26 02:20:08 +00:00
hubertf
6029a87335 * elf lib fix
* pull comments from head of patch files into the files they patch
   That way they don't get overwritten, don't need manual work to be
   included in the next update, and are visible in the patched files.
2000-09-26 02:02:32 +00:00
hubertf
a6b1fd04f1 elf lib fix 2000-09-26 01:31:12 +00:00
hubertf
f26230267d elf lib fix 2000-09-26 00:43:20 +00:00
fredb
b8d9660ed5 Avoid running "autoheader" -- it can't help you, but it can hurt you! 2000-09-25 22:19:19 +00:00
skrll
02dacd1493 Revert bsd.lib.mk part of last leaving the "tidy up" part.
bsd.lib.mk is broken in netbsd-1-5. I'm off to ask for the pull up request.
2000-09-25 19:11:44 +00:00
skrll
cc659d72ec Adapt to new bsd.lib.mk 2000-09-25 18:51:59 +00:00
wulf
89ff97d519 Bugfixes to build dpbox on netbsd-alpha platform 2000-09-25 16:22:24 +00:00
wulf
aa19f64858 Bugfixes that allow dpbox to build on netbsd-alpha platform 2000-09-25 16:21:01 +00:00
wulf
623a19f195 Added documentation files and directory to the list 2000-09-25 16:01:03 +00:00
wulf
311c4b381b Added macros to install documentation 2000-09-25 15:59:59 +00:00
is
abf7a09ca3 Allow ssh6 and openssh in addition to ssh. 2000-09-25 14:29:10 +00:00
hubertf
d45b6cd547 Make this compile on alpha, but keep backward compatibility for systems that
don't have strtoll, strtoull.
Discussed with Kazuki Sakamoto <sakamoto@splhack.org>
2000-09-25 12:47:44 +00:00
abs
da25bc0f03 Checksum for vnc-latest_doc.tgz changes. Again. Update to match. 2000-09-25 12:15:06 +00:00
fredb
49e9db95e1 Update to 2000-09-15 snapshot, to let this build on NetBSD-1.5, and remove
BROKEN variable. Unfortunately, no ChangeLog is available.

Patch system dependent make goo to use 'SSLBASE', mirroring it's use in
bsd.pkg.mk, rather than obsolete 'PATENTEDOPENSSLSRC'. Also, replace hard-
coded "/usr/pkg", replacing it with ${LOCALBASE}. Finally, set 'LOCALBASE'
and 'SSLBASE' conditionally within the package, for convenience.
2000-09-25 04:00:15 +00:00
hubertf
d34afbcc50 make this work on alpha 2000-09-24 23:46:02 +00:00
wulf
51f8c5d46b Added missing dependency for bison 2000-09-24 23:23:33 +00:00
hubertf
b01ca56c10 make this work on alpha 2000-09-24 23:14:01 +00:00
hubertf
5605729e74 ELF shlib fix 2000-09-24 19:29:55 +00:00
hubertf
17932b5ba0 ELF shlib fix 2000-09-24 18:10:41 +00:00
hubertf
15e0f26ca8 make this work on alpha 2000-09-24 17:32:24 +00:00
itojun
63f9c7ba3a disable admin port better (KAME session.c 1.13 -> 1.14) 2000-09-24 17:28:23 +00:00
msaitoh
6a9f9caed0 Upgrade to 2.1.5.
Changes:

* Add wait3() and wait4().

* fixed: wait() or waitpid() might not return even after a child
  process exits.

* fixed: bug in close() and pipe().

* fixed: processes might hang up if a signal interrupts within a
  critical region.
2000-09-24 17:14:37 +00:00
hubertf
b211e75895 This pkg works fine with openssh, so allow it as depend 2000-09-24 16:53:34 +00:00