Commit graph

5899 commits

Author SHA1 Message Date
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
tv
8e04c7b56b Reengineer for NetBSD. 1999-05-23 20:33:46 +00:00
tv
c1dc1dbc3a Allow PKGNAME to be derived from DISTNAME (substitute as necessary). 1999-05-23 20:32:00 +00:00
tv
e030bc21d8 Import FreeBSD "archivers/gshar+gunshar" as archivers/gsharutils. 1999-05-23 20:22:19 +00:00
tv
32c3a06762 We don't use libtool to make shared objects, so don't add an unnecessary
dependence on pkglibtool.
1999-05-23 19:48:46 +00:00
tv
3eac244e7a Add and enable undms. 1999-05-23 19:18:16 +00:00
tv
36506b9581 undms converts Amiga DMS compressed disk images to "ADF" uncompressed
disk images suitable for Amiga emulators or writing to disk on NetBSD/amiga.
1999-05-23 19:17:43 +00:00
mycroft
25d20a2072 Fix path. 1999-05-23 14:01:37 +00:00
mycroft
ac074a2c4a Add a %t format for loginfo. 1999-05-23 13:34:14 +00:00
simonb
25fa3c3714 An an extry for the TEAC CD-532E-A, also an mmc device. 1999-05-23 11:38:14 +00:00
dan
7a24e6f012 add config table entry to support the Panasonic/Matsushita CW-7502 CD-R
as an mmc device.
1999-05-23 10:16:41 +00:00
rh
8e3f144eb1 Update PLIST to reflect addition of "no" and "sv" locales in wmakerconf-2.1 1999-05-23 08:56:01 +00:00
rh
ab32ebbc07 Update wmakerconf to 2.1. Fixes PR pkg/7625 by Frederick Bruckman, thanks!
User visible changes since 1.99.4:
     - GTK+ menu reordering fix II: paste new rootmenu items either
       before a selected item/non-empty submenu or inside an empty
       submenu
     - Added bevel for bars (changed size of bars).
     - Added preliminary support for function texture, e.g., with
       libwmfun.
     - A lot of I18n updates
1999-05-23 08:40:27 +00:00
tron
3c9ed78eed Define deprecated symbol "unix". 1999-05-23 07:50:05 +00:00
tv
13fea383e3 Add and enable atari800. 1999-05-23 05:17:58 +00:00
tv
8fe0f51e6c An Atari 800/XL/5200 emulator for the X Window System. 1999-05-23 05:17:04 +00:00
tv
26a5e198f1 ppunpack, a decompressor for Amiga PowerPacker files. 1999-05-23 02:01:25 +00:00
tron
88957c056b Use "readline" package to make command line editing work in non visual
mode as suggested by Eric Mumpower in PR pkg/7616.
1999-05-22 22:38:30 +00:00
tron
26dc6da418 Make sure that "ncurses" package is really used. Fixes PR pkg/7615
by Eric Mumpower.
1999-05-22 22:32:03 +00:00
tron
53edea1c9a Sync "p5-pilot-link" version with "pilot-link": update to 0.9.3. 1999-05-22 22:12:08 +00:00