summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-05-26Add missing dependence on "p5-Data-Dumper" package.tron1-1/+2
1999-05-26Work around rsaref's internal md5, and update rsaref dependency to "2.0p2".tv2-2/+26
1999-05-26We use USE_GMAKE to indicate a gmake dependency, and the existingtv1-3/+2
BUILD_DEPENDS line was completely wrong anyway.
1999-05-26Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3.tv1-6/+3
1999-05-26Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Alsotv3-65/+67
reorder some patches, and touch the timestamp on all Makefile.in files, so that automake and autoconf are never run (regardless of whether they are installed).
1999-05-26Reenable rsaref's own MD5 implementation. It contains MD5Transform(),tv3-9/+6
which is not in libc's md5, and is now being used by some dependencies. This bumps the shared library major version; this package is NOT shared library binary compatible with old rsaref dependent packages.
1999-05-26No need to validate dependencies if the package has already been extracted;tv1-2/+2
make check-depends also dependent on the (non)existence of EXTRACT_COOKIE.
1999-05-26`I'm a bonehead.' Reverse the order of components in ${MACHINE_GNU_PLATFORM}.tv1-2/+2
1999-05-25Oops...still learning CVS. Forgot to add these files before the commit.jlam4-0/+80
1999-05-25Oops, still learning CVS. Forgot to remove these files before the commit.jlam2-48/+0
1999-05-25Updated R to 0.64.1. Too many changes from 0.62.1 to enumerate.jlam5-185/+310
See NEWS file in distribution.
1999-05-25Add a patch that should make pgp5 work on alpha systems. Reportedmjl1-0/+14
by Kevin <kev@drule.org>.
1999-05-25I messed up the version number while creating this package. It is versiontron2-4/+4
1.107 not 1.0.7.
1999-05-25Fix run time library search path.tron1-4/+4
1999-05-25Fix an inconsistency between adding and removing files, with the revisionmycroft1-0/+15
numbers passed to loginfo. If a file is re-added, make sure the `old' revision is `NONE', not the preceding dead revision.
1999-05-25Add and enable xmailbox.bouyer1-1/+2
1999-05-25Package for xmailbox, an enhanced xbiff.bouyer7-0/+148
1999-05-25Updated Netscape Navigator to 4.6.jlam5-171/+174
1999-05-25Updated Netscape Communicator to 4.6.jlam5-223/+226
1999-05-25Set NO_CHECK_DEPENDS to skip "check-depends" when fetching viatv1-2/+2
"mirror-distfiles".
1999-05-24- The comment above the _COOKIE settings says "don't change these!!", sotv1-53/+39
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-24Fix md5 checksum for "xglobe-0.2.tar.gz".wrstuden1-2/+2
1999-05-24This package doesn't work with NetBSD older than 1.4C.tron1-2/+2
1999-05-24Add "ONLY_FOR_PLATFORM= NetBSD-*-i386".tron5-6/+10
1999-05-24Fix broken "ONLY_FOR_PLATFORM" check.tron1-2/+2
1999-05-24Readd "DIST_SUBDIR" which got lost during with commit.tron1-1/+2
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv79-1076/+1019
pattern match format. Minor pkglint along the way.
1999-05-24Adapt freebsd_lib's "smart /emul" script to suse_base.tv1-27/+30
1999-05-24Install PilotManager distribution - it includes images and other non Perltron2-29/+28
related files - to "lib/pilotmgr" instead to Perl's site directory.
1999-05-24Implement some parts of proposals posted to tech-pkg:tv2-124/+91
- 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-24Use "/dev/pilot" instead of "/dev/ttya" as default port.tron1-2/+11
1999-05-24Add and enable "pilotmgr".tron1-1/+2
1999-05-24Import new "pilotmgr" package:tron6-0/+123
synchronize databases on any 3Com Palm device.
1999-05-24s/INSTALL_DATA/INSTALL_MAN/tv1-2/+2
1999-05-24Fix a compatibility issue with the `-p' option.mycroft1-2/+2
1999-05-24Fix run time library search path.tron2-1/+13
1999-05-24Explicitly include <sys.mk> after mk.conf. This ensures that standardtv1-1/+3
flags (e.g. CFLAGS=-O/-O2) are defined as necessary before a pkg modifies them with "+=".
1999-05-24Perl module to access LDAP client functions from within Perl5.hwr5-0/+48
1999-05-24Update xps to 3.10.sakamoto2-4/+4
1999-05-24add a comment describing testing criteria for adding further drivesdan1-1/+12
1999-05-23Don't set CFLAGS. If the user wants -O2 -pipe, it should be set in mk.conf.tv1-3/+2
1999-05-23Enable hpack, previously "hpack.non-usa.only".tv1-2/+2
1999-05-23Add hpack-0.79, inspired by the FreeBSD port "hpack.non-usa.only", buttv12-0/+263
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-23Fix and/or work around thehe1-0/+16
vat: invalid command name "tcl_findLibrary" error by calling Tcl_Init() from a suitable spot.
1999-05-23Put Images etc in share, not lib.hwr1-666/+666
1999-05-23Revert to original version by Jim Wise except for newer version ofhwr3-8/+7
mswordview.
1999-05-23- Move the inclusion of bsd.own.mk to bsd.prefs.mk, and multiple-includetv2-35/+23
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-23Make the "active" color actually make sense (and not be all dark).he1-0/+15
Not 100% sure this is the right fix, but it's better than before.
1999-05-23Fix libcrypto and libssl version numbers. The whole LoadFile bogositytv1-3/+3
will be fixed at OpenSSL 0.9.3's update.
1999-05-23Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fixtv1-2/+2
shlib problems when 0.9.3 is out.