Commit graph

2442 commits

Author SHA1 Message Date
hubertf
f535cf3701 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
agc
8453d8a276 The class files are installed in ${PREFIX}/share/kaffe. This patch
modified the ENVIRONMENT file to look in ${PREFIX}/share/java.  As
nothing else was changed to install any files in the modified
location, just keep everything simple and sane, and standardise on
${PREFIX}/share/kaffe.

If we change this in the future, all occurrences should be changed.
1998-01-28 13:13:28 +00:00
agc
6e110bf40d Enable kaffe and expect. 1998-01-28 11:06:21 +00:00
agc
e87b84f1df Make the pathnames right for NetBSD in the section describing
environment variables necessary to run kaffe.  i.e.  don't assume
/usr/local, but generalise it to ${PREFIX}
1998-01-28 11:04:33 +00:00
agc
a81f31d695 Add NetBSD RCS Id. 1998-01-28 10:56:00 +00:00
agc
9639905f10 Add NetBSD RCS Id.
Add restriction on mirroring of distfile via MIRROR_DISTFILE.

Add ONLY_FOR_ARCHS=i386, as that's the only architecture on which this
package has been tested. When I get success reports from people on other
platforms, this restriction can be relaxed.
1998-01-28 10:55:19 +00:00
agc
687ec87c14 Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) into
the NetBSD packages collection, from the FreeBSD port.
1998-01-28 10:48:58 +00:00
agc
e5a6153e74 Install the recursive ftp script, rftp, as expect-rftp, to avoid
confusion with the socks5 ftp client, rftp.
1998-01-27 18:03:25 +00:00
agc
eb35dc763d Add NetBSD RCS Id. 1998-01-27 17:36:19 +00:00
agc
ac96b55b0e Initial import of expect, a tcl/tk-based software suite for automating
interactive tools, into the NetBSD packages collection from the
FreeBSD port.
1998-01-27 17:33:04 +00:00
hubertf
b0a48a0808 portlint: true -> /usr/bin/true 1998-01-24 20:26:42 +00:00
hubertf
702dd68445 portlint: fix RCS Id+MAN3+MANN+ldconfig 1998-01-24 20:26:24 +00:00
hubertf
fcdbdf190a portlint: fix RCS Id 1998-01-24 20:23:59 +00:00
hubertf
9f9f60683d portlint: add RCS Id 1998-01-24 20:22:40 +00:00
hubertf
ce7d0fbf92 portlint: fix RCS Id+MAN3, delete empty line 1998-01-24 20:21:44 +00:00
hubertf
9bf801d7f3 portlint: remove empty line 1998-01-24 20:19:57 +00:00
hubertf
10429aa346 portlint: fix RCS Id, add MAINTAINER 1998-01-24 20:19:46 +00:00
hubertf
db63cd60ca portlint: remove empty lines 1998-01-24 20:18:42 +00:00
hubertf
0661cc0185 portlint: fix RCS Id 1998-01-24 20:18:31 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
hubertf
279dda1358 Fix setting CONFIGURE_ARGS + CONFIGURE_ENV, pointed out by Bill Coldwell. 1997-12-22 07:35:52 +00:00
hubertf
8ce370a67d fix ldconfig 1997-12-02 23:25:09 +00:00
hubertf
5c89667006 Update for perl 5.004_04 and MI/MD PLIST. 1997-11-22 03:53:21 +00:00
hubertf
73774a6338 Update for perl 5.004_04 and MI/MD PLIST. 1997-11-22 03:42:28 +00:00
hubertf
9a1d93c087 Import of some more missing categories
(only directories and pkg-descriptions!)
1997-11-20 21:01:17 +00:00
hubertf
a5c9b3aaf1 Needs to be relative to tcl8.0/unix, not tcl8.0 1997-11-19 08:23:53 +00:00
hubertf
56e16f849e -fpic -> -fPIC, to stop tk breaking on m68k machines.
Fixes PR pkg/4499 by Brad Salai <bsalai@law.roc.servtech.com>.
1997-11-18 00:32:21 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
e4047cd34a i386 -> <$ARCH> (forgot some) 1997-10-17 21:38:59 +00:00
agc
165fb7ce1f Initial import of Mike Brennan's small, fast awk clone to
NetBSD package system.
1997-10-16 13:49:08 +00:00
hubertf
6a3b8142d2 - Minor documentation fixup, mostly removing comments this won't run
on some FreeBSD releases (boy can I imagine some users wondering
   what OS they're running now 8-)
 - Sync PLIST with reality... esp. empty directories.
1997-10-14 00:26:20 +00:00
hubertf
89ad4577c6 - add MAN{1,3,N} in Makefile
- remove manpage compression from patch-aa
 - sync PLIST with reality
 - do "ldconfig -m /usr/pkg/lib" on pkg_delete
1997-10-13 02:37:35 +00:00
hubertf
a1e545d031 Sync with reality 1997-10-13 02:33:46 +00:00
hubertf
a6bbf4320c - icon isntalls manpage compressed -> set MANCOMPRESSED
(but only on NetBSD!)
 - rmdir ${PREFIX}/share/icon on pkg_delete
1997-10-12 23:38:25 +00:00
agc
b4d9040858 Generalise for non-i386 architectures:
+ Hardcode netbsd for the moment (until I'm allowed to use a <$OPSYS>
string).

+ Change the i386 hardcoded constant into <$ARCH>, which will be
modified by bsd.port.mk when constructing the derived .PLIST file at
package installation time.
1997-10-09 10:43:54 +00:00
agc
c878fb2356 Add NetBSD RCS Id.
Change a mkdir to mkdir -p in the patch to Makefile.in, so that
the include directories get made if they don't exist, as they're put
in a non-standard place.
1997-10-06 15:32:32 +00:00
agc
e6cab1f0f3 Add NetBSD RCS Id. 1997-10-06 15:28:52 +00:00
agc
a4f91aeddc Add NetBSD RCS Id.
Add default directories for Perl's Configure script to search on
NetBSD.  Now why can't it grab these from the installer's path or
other environment variables?
1997-10-06 15:27:55 +00:00
agc
e7e870dfeb Commit file missed in previous commit - this files has
the NetBSD/i386-specific files.
1997-10-06 15:21:46 +00:00
agc
58b4b2b158 Add NetBSD RCS Id.
Modify FreeBSD's ecvt patch, so that it's commented out in FreeBSD,
but still short-circuits in other 4.4-lite derived systems.

Add NetBSD/i386-specific files.

Only tested on NetBSD/i386 (1.2G) so far.
1997-10-06 15:19:30 +00:00
agc
55702c4eaf Add NetBSD RCS Id.
Comment out the untested NetBSD packages.

Add mawk as a subdirectory.
1997-10-06 15:14:53 +00:00
agc
6f28891f98 Initial import of FreeBSD lang ports into the NetBSD
packages system.
1997-10-06 14:51:03 +00:00