Commit graph

5918 commits

Author SHA1 Message Date
tv
4a62265237 `I'm a bonehead.' Reverse the order of components in ${MACHINE_GNU_PLATFORM}. 1999-05-26 14:47:07 +00:00
jlam
773ca1ae45 Oops...still learning CVS. Forgot to add these files before the commit. 1999-05-25 23:51:12 +00:00
jlam
2ce70a8815 Oops, still learning CVS. Forgot to remove these files before the commit. 1999-05-25 23:49:41 +00:00
jlam
d85fb58285 Updated R to 0.64.1. Too many changes from 0.62.1 to enumerate.
See NEWS file in distribution.
1999-05-25 23:45:05 +00:00
mjl
dcc5af6f12 Add a patch that should make pgp5 work on alpha systems. Reported
by Kevin <kev@drule.org>.
1999-05-25 23:27:03 +00:00
tron
e682c0df26 I messed up the version number while creating this package. It is version
1.107 not 1.0.7.
1999-05-25 22:04:17 +00:00
tron
1dbcae2a4c Fix run time library search path. 1999-05-25 20:43:27 +00:00
mycroft
db1683d646 Fix an inconsistency between adding and removing files, with the revision
numbers passed to loginfo.  If a file is re-added, make sure the `old' revision
is `NONE', not the preceding dead revision.
1999-05-25 17:52:25 +00:00
bouyer
00c52a0f45 Add and enable xmailbox. 1999-05-25 15:32:52 +00:00
bouyer
26d2e8f514 Package for xmailbox, an enhanced xbiff. 1999-05-25 15:30:34 +00:00
jlam
85acd5d87c Updated Netscape Navigator to 4.6. 1999-05-25 01:34:53 +00:00
jlam
5a37152357 Updated Netscape Communicator to 4.6. 1999-05-25 01:34:24 +00:00
tv
cd2c4bb09b Set NO_CHECK_DEPENDS to skip "check-depends" when fetching via
"mirror-distfiles".
1999-05-25 01:08:22 +00:00
tv
2d4fbc2e96 - The comment above the _COOKIE settings says "don't change these!!", so
use = to set them, not ?=.

- _DEPENDS_USE doesn't actually do any macro expansion, so save some
  processing time by executing it exactly once (remove the .USE operator).

- Merge the IGNORE targets.  Add an IGNORE target for depends and
  check-depends (see bottom).

- Don't check for installation of a package in ${DEPENDS} when doing
  a "make depends".  Instead, let the return code of make fall through
  (using && instead of ; in the last clause of each depend recursion block).

- Provide a variable IGNORE_FAIL:  when set, causes the ignore message
  to be printed (regardless of IGNORE_SILENT or ECHO_MSG setting) and the
  build to fail with ${FALSE}.  Used with the next addition:

- Add a new target, "check-depends", which is called as part of "real-fetch".
  This validates whether the dependencies of a pkg to be built are installed,
  and if not, whether those dependencies will prospectively build (will
  not set IGNORE directly or indirectly through the various disable options).
  Recurses to "depends" with a DEPENDS_TARGET of "check-depends".

...And now, it is no longer necessary to mark dependent pkgs as unusable
when their dependencies are unusable thanks to an incorrect LICENSE,
_FOR_PLATFORM setting, and so forth.  The check-depends step will validate
everything before fetching a single file.
1999-05-24 23:04:52 +00:00
wrstuden
96b5e8be1e Fix md5 checksum for "xglobe-0.2.tar.gz". 1999-05-24 23:02:13 +00:00
tron
f5935f6983 This package doesn't work with NetBSD older than 1.4C. 1999-05-24 22:23:44 +00:00
tron
1e9ca24cf5 Add "ONLY_FOR_PLATFORM= NetBSD-*-i386". 1999-05-24 21:27:14 +00:00
tron
4d8be1fe29 Fix broken "ONLY_FOR_PLATFORM" check. 1999-05-24 21:25:00 +00:00
tron
bf0e8b0f6a Readd "DIST_SUBDIR" which got lost during with commit. 1999-05-24 21:05:23 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
42a1a676be Adapt freebsd_lib's "smart /emul" script to suse_base. 1999-05-24 20:11:10 +00:00
tron
622aa50086 Install PilotManager distribution - it includes images and other non Perl
related files - to "lib/pilotmgr" instead to Perl's site directory.
1999-05-24 19:09:32 +00:00
tv
4a0b32f36f Implement some parts of proposals posted to tech-pkg:
- Define OS_VERSION in bsd.prefs.mk (...if not already defined).  Previously
  was only set in a conditional block in bsd.pkg.mk.

- Define new values, MACHINE_PLATFORM and MACHINE_GNU_PLATFORM, which
  default to ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH} and
  ${LOWER_OPSYS}-${LOWER_VENDOR}-${LOWER_ARCH} respectively.
  (Probably should nuke LOWER_ARCH and rename LOWER_VENDOR to something
  like MACHINE_GNU_VENDOR.)

- Use ${MACHINE_GNU_PLATFORM} as the argument to `--host' in GNU_CONFIGURE
  packages.

- Allow for ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM, lists of patterns
  in csh(1) glob style which are matched against MACHINE_PLATFORM above
  and take the place of {ONLY,NOT}_FOR_{ARCHS,OPSYS}.  (For now, until
  all pkgs are converted, provide backwards compatibility.)  *Both* may
  be defined, in which case NOT_FOR_PLATFORM takes precedence.

- Also do some significant aesthetic cleanup, based on the idea
  `define platform-specific overrides first, then define a generic case
  with the ?= operator'.  Lots more of this to do yet.
1999-05-24 18:42:00 +00:00
tron
5aa8dfc4e1 Use "/dev/pilot" instead of "/dev/ttya" as default port. 1999-05-24 18:19:13 +00:00
tron
a9ef01f033 Add and enable "pilotmgr". 1999-05-24 18:13:22 +00:00
tron
fc01d598e9 Import new "pilotmgr" package:
synchronize databases on any 3Com Palm device.
1999-05-24 18:09:46 +00:00
tv
cb536caa67 s/INSTALL_DATA/INSTALL_MAN/ 1999-05-24 17:26:03 +00:00
mycroft
95d1b3cfd8 Fix a compatibility issue with the `-p' option. 1999-05-24 16:53:49 +00:00
tron
f25b1a48fc Fix run time library search path. 1999-05-24 16:09:57 +00:00
tv
638518781f Explicitly include <sys.mk> after mk.conf. This ensures that standard
flags (e.g. CFLAGS=-O/-O2) are defined as necessary before a pkg modifies
them with "+=".
1999-05-24 11:17:05 +00:00
hwr
8ed977e2cf Perl module to access LDAP client functions from within Perl5. 1999-05-24 08:32:35 +00:00
sakamoto
8d4bb994db Update xps to 3.10. 1999-05-24 08:21:26 +00:00
dan
7f389051e6 add a comment describing testing criteria for adding further drives 1999-05-24 00:35:37 +00:00
tv
73c2518811 Don't set CFLAGS. If the user wants -O2 -pipe, it should be set in mk.conf. 1999-05-23 23:49:14 +00:00
tv
eba5573c16 Enable hpack, previously "hpack.non-usa.only". 1999-05-23 22:42:04 +00:00
tv
6a4ee18179 Add hpack-0.79, inspired by the FreeBSD port "hpack.non-usa.only", but
rewritten.  Allows for USA/non-USA support via the familiar USE_RSAREF2
mechanism, and significantly cleaned up.  Does not attempt to fall back to
$HOME/.pgp for keys as in the FreeBSD port, as other programs already
require PGPPATH to be set.
1999-05-23 22:41:21 +00:00
he
f7b6a0f63d Fix and/or work around the
vat: invalid command name "tcl_findLibrary"
error by calling Tcl_Init() from a suitable spot.
1999-05-23 22:23:02 +00:00
hwr
ffd760c9f0 Put Images etc in share, not lib. 1999-05-23 22:18:14 +00:00
hwr
cae621ae44 Revert to original version by Jim Wise except for newer version of
mswordview.
1999-05-23 22:16:57 +00:00
tv
6e915e0f3f - Move the inclusion of bsd.own.mk to bsd.prefs.mk, and multiple-include
protect bsd.prefs.mk.  Now there's no multiple inclusion of mk.conf,
  clobbering variables modified between bsd.prefs.mk and bsd.pkg.mk, when
  set with VARNAME=value.
- Let bsd.own.mk include mk.conf/MAKECONF; we don't need to do that
  manually.
- Don't define BSD_PKG_MK or OPSYS in bsd.pkg.mk, as bsd.prefs.mk does
  precisely that just a couple lines below.
1999-05-23 22:10:01 +00:00
he
25d4129b50 Make the "active" color actually make sense (and not be all dark).
Not 100% sure this is the right fix, but it's better than before.
1999-05-23 21:57:54 +00:00
tv
94ca81aacb Fix libcrypto and libssl version numbers. The whole LoadFile bogosity
will be fixed at OpenSSL 0.9.3's update.
1999-05-23 21:16:52 +00:00
tv
2ff534a830 Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix
shlib problems when 0.9.3 is out.
1999-05-23 21:15:20 +00:00
tv
d1f6942007 Update rsaref dependency to 2.0p1. 1999-05-23 21:12:33 +00:00
tv
e7e9b546fd Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack.
Also clean up the package a bit while we're here; allow ${CC} from the
environment.  Now called "rsaref-2.0p1".
1999-05-23 21:12:01 +00:00
hwr
36d36dc63b A Word 8 to HTML converter for Unix. 1999-05-23 21:06:57 +00:00
tv
2fa46a7cef Add and enable bunzip. 1999-05-23 20:56:50 +00:00
tv
4503718dc8 Decompressor for old bzip (.bz) compressed files. Does not include the
patented compression code.
1999-05-23 20:55:29 +00:00
tv
e0bec16c22 Add homepage. 1999-05-23 20:36:07 +00:00
tv
c3d29f6b0b Enable gsharutils (was gshar+gunshar). 1999-05-23 20:34:34 +00:00