Commit graph

7989 commits

Author SHA1 Message Date
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
mycroft
4bc1a505f4 Use a typedef for the panic procedure, so this works with C++ code under egcs. 1998-04-23 14:51:58 +00:00
mycroft
7fc121d366 Pass the right argument type to semctl(). 1998-04-23 12:14:25 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
4eb432ce81 Move package to directory for new category "math". 1998-04-12 21:50:40 +00:00
tron
d8620f79a9 New "py-Numeric-1.1" package made by Ty Sarna. 1998-04-10 22:30:41 +00:00
tron
f1719ce738 Solve problem with "configure" target in a more future compatible way. 1998-04-03 22:11:43 +00:00
tron
53bf82929a Install files with correct owner and group, strip binaries. 1998-04-03 22:09:04 +00:00
tron
5d438c24f8 Add and enable "hugs-1.4", fixes PR pkg/5185. 1998-04-03 21:15:54 +00:00
tron
1ea020664c New "hugs-1.4" package made by Nathan J. Williams. 1998-04-03 21:14:22 +00:00
frueauf
583f21e321 portlint: add default MAINTAINER. 1998-04-01 11:33:19 +00:00
agc
88b64fc31b Enable elk. 1998-03-31 12:00:53 +00:00
agc
d97abeccc0 Add NetBSD RCS ID.
Modify for the correct directory (${PREFIX}/lib).
Remember to delete directories that were created.
1998-03-31 11:59:55 +00:00
agc
e28175b6d0 Update the patches for NetBSD - install object files in ${PREFIX}/lib,
not ${PREFIX}/share, add NetBSD config files, install the documentation
in the "make install" stage, and other minor mods.
1998-03-31 11:58:46 +00:00
agc
a6a767f3b6 Modify this for NetBSD - use symbolic links, rather than copying the
file.  Work out, form the architecture, what format of executable to
use (a.out or ELF), and use the appropriate configuration file.

However, here is (as yet) no ELF configuration file, because I have no
ELF system to try this on.
1998-03-31 11:56:32 +00:00
agc
372f0ef8e8 Add NetBSD RCS Id.
Clean up - do all the installation into the correct directories in
the "make install" step, so we don't need to putz around in the Makefile.

The patches have all been cleaned up, so that no -p1 argument is needed
to patch.
1998-03-31 11:54:15 +00:00
agc
2d57c551ad Initial import of elk-3.0.2, a scheme interpreter, into the NetBSD
packages collection, from the FreeBSD port.
1998-03-31 11:49:37 +00:00
hubertf
47bc45f50b do use vfork, pointed out by Charles Hannum 1998-03-24 13:07:53 +00:00
mycroft
08d3435d74 Strip a2p. 1998-03-16 06:56:19 +00:00
frueauf
9084fd5eba portlint: remove unnecessery blank line. 1998-03-10 14:06:04 +00:00
tron
4e85e0b5a6 Minor clean up. 1998-03-08 14:26:22 +00:00
tron
4f2ee2cff8 Use softlinks for manual page links because "bsd.port.mk" handles those
better if "MANZ" is used, patch developed by agc.
1998-03-08 11:03:31 +00:00
tron
cf023beaee Add and enable "tclX-8.0.2". 1998-03-07 23:44:58 +00:00
tron
a7f52cffbf Initial commit of "tclX-8.0.2" package. 1998-03-07 23:41:37 +00:00
tron
17cb009152 Use softlinks for manual page links because "bsd.port.mk" handles those
better if "MANZ" is used.
1998-03-01 15:25:30 +00:00
tron
1e0d09c896 Make sure that "-I/usr/local/include" and "-L/usr/local/lib" don't get
written into the configuration file.
1998-02-19 19:42:36 +00:00
agc
e8e5cb698d Enable Moscow ML. 1998-02-17 10:19:14 +00:00
agc
96135627ac Import Moscow ML, a Standard ML implementation based on CAML Light,
into the NetBSD packages collection.

This is from Johnny C. Lam, in PR pkg/5002.

Minor fixes by me to the PLIST file for the location of two files
(libexec not lib).
1998-02-17 10:18:36 +00:00
hubertf
6e41267a89 Use MACHINE_ARCH for archname; Reported by Johnny C. Lam <lamj@stat.cmu.edu>
in PR 4990.
1998-02-14 17:54:50 +00:00
frueauf
60216958c1 portlint: reorder DISTNAME <-> CATEGORIES; add (default) MAINTAINER. 1998-02-14 16:57:55 +00:00
tron
76860d7d78 Update tcl-8.0 package to patchlevel 2, fixes PR pkg/4971 by
Todd Vierling.
1998-02-14 01:00:51 +00:00
agc
08aa3bb35c Enable guavac 1998-02-10 15:49:19 +00:00
agc
59dbfe516d Add guavac 1.0, a Java compiler, to the NetBSD packages collection.
This package was done by "Martin J. Laubach" <mjl@emsi.priv.at>, and
fixes PR pkg/4953.

Small modicications by me to:
(a) Get pre-formatted manual page handling right (although the page itself
says version 0.2.5, so it's not exactly up-to-date)
(b) Add NetBSD RCS Id to the PLIST.
(c) Don't install an empty info file, and remove it from the PLIST.
(d) Don't try to strip a script (gcok) on installation.
1998-02-10 15:45:03 +00:00
tron
60041df34c Add patch to fix python's problem with some national character sets.
Fixes PR pkg/4960 by Jaromir Dolecek.
1998-02-09 18:14:06 +00:00
hubertf
2cb12cba25 Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:19:34 +00:00
agc
912425d97a By redefining the stack pointer offset to 2, 0.9.2/jit now passes all
its tests on /i386.
1998-02-03 15:03:01 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
frueauf
bb06d590ee add "ONLY_FOR_ARCHS=i386" as it works only on port-i386 yet. 1998-02-01 10:26:26 +00:00
hubertf
ed0d0fa182 portlint: fix/add ldconfig 1998-02-01 02:05:16 +00:00
hubertf
ec44f387c5 portlint: fix/add ldconfig 1998-02-01 01:58:08 +00:00
tron
3fe0acc080 Add and enable python 1.5, fixes PR pkg/4763. 1998-02-01 01:56:32 +00:00
tron
031993c0c6 portlint: remove empty line 1998-02-01 01:54:43 +00:00
tron
94d01ce851 Initial import of python 1.5 package made by Ty Sarna. 1998-02-01 01:48:50 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
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