Commit graph

14385 commits

Author SHA1 Message Date
rh
0c0ea3352e Fix datestamp problem by touching of configure script prior to
configuration.
2000-10-01 14:06:22 +00:00
rh
a6361d0a69 Add runtime library search patch.
Make this compile under NetBSD-1.4.x by moving conflicting definition in
#include <unistd.h> upfront.
2000-10-01 14:03:27 +00:00
rh
1c8f8eba16 Set runtime library search path. 2000-10-01 13:40:24 +00:00
rh
cde72ac866 Fix patch sum.
Add shlib_version required for newer bsd.lib.mk versions.
2000-10-01 11:52:24 +00:00
rh
ec3613fde8 Add an shlib_version file in order to build with newer bsd.lib.mk files. 2000-10-01 11:45:41 +00:00
rh
3c8b74ffbf Merge the two post-install targets into one. Fixes package installation. 2000-10-01 11:22:36 +00:00
rh
d658778a06 Depend on libscsi>=1.6. Should fix bulk-builds. 2000-10-01 10:55:00 +00:00
jlam
3bdfd7c9b9 Open the opening book with read permissions, not read/write. This fixes
an error where GNU Chess would go out of book on the first move when it
fails to open the book read/write, and concludes the book isn't there.
2000-10-01 04:24:27 +00:00
kim
bebbed348e Fix MASTER_SITES 2000-10-01 03:25:03 +00:00
fredb
b24ade536b Move this into .../COMMON/patches-egcs/, where it belongs. 2000-09-30 19:04:24 +00:00
hubertf
aa67136ab0 * This works fine with out in-tree curses - use it!
* Make "locked" mode the default.
 * Make me the maintainer of this package
2000-09-30 17:24:49 +00:00
fredb
070aec3c67 Install the shared lib on 1.5ish systems, too. 2000-09-29 23:06:31 +00:00
fredb
4eb78ac859 Unify ONLY_FOR_PLATFORM to clarify conditions, somewhat, under which
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy
language. Only "lwp" is needed to build and run a coda server; client's
also need to have the MI CODA filesystem enabled. In fact, it seems
that sparc64 has the CODA file system even the assembler in "lwp" is
only for sparc, and mac68k is the only m68k port with the CODA filesystem,
but such would be cumbersome to express with the present framework.
2000-09-29 15:40:27 +00:00
fredb
18b224db82 In fix-header, warning() becomes cpp_warning(), to make this build again. 2000-09-29 10:08:31 +00:00
rh
ce960c6217 Disable broken bonobo support. Fixes PR 11099 by Brian Stark
<bstark@uswest.net>
2000-09-29 06:37:37 +00:00
rh
29ade5e0f8 Disable broken bonobo support. Fixes PR 11085 by Brian Stark
<bstark@siemens-psc.com>
2000-09-29 06:21:34 +00:00
hubertf
d17056245a * Make setting ftp_proxy and http_proxy actually work
* Store (t)sorted list of pkgs to build in .l
2000-09-29 04:28:50 +00:00
hubertf
cbff95cff4 Install cvs and ssh and do 'cvs update' only if CVS_USER is set in build.conf.
(Set to "" to prevent update e.g. on sparc64 where we don't have a working
ssh yet)
2000-09-29 04:27:42 +00:00
fredb
e652f819d9 Let this build without bison. 2000-09-29 00:36:41 +00:00
fredb
f7e61771ec Belatedly bump "nb" version for xforms, and likewise increment packages
that depend it, as suggested by wrstuden. The reason is so that older
binary packages which were linked against an a.out shared lib won't have
their package dependencies satisfied by the latest package, which has no
shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-28 20:34:03 +00:00
hubertf
ac69036af9 openssl is broken on alpha, and openssh hangs in configure when checking
for openssl libs. Disable both, and reference PR to fix it.

XXX should be changed for USE_SSL.
2000-09-28 16:31:15 +00:00
sakamoto
7d054c1f48 Fix for make readme, suggested by mcmahill@mtl.mit.edu.
Use DIST_PATH instead of DISTDIR in the method of getting distfiles.
2000-09-28 15:51:19 +00:00
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