Commit graph

42104 commits

Author SHA1 Message Date
agc
c3525be2f9 Import one-line comment file describing editors category. 1997-10-13 16:02:05 +00:00
agc
afb1166241 Initial import of one-line comment file describing development utilities. 1997-10-13 15:59:20 +00:00
agc
af798f6977 Restore original FreeBSD Id.
Uncomment rpm
1997-10-13 15:09:19 +00:00
agc
ff08b8c1d1 Restore original FreeBSD RCS Id. 1997-10-13 15:07:24 +00:00
agc
9a2af923f7 Restore original FreeBSD Id. 1997-10-13 15:06:07 +00:00
agc
5e0fb7dad5 Flesh out the description somewhat, so that its reason for existence
is a bit more discernable.
1997-10-13 15:03:49 +00:00
agc
f83d70e839 Remove obsolete patch to include <malloc.h> - this has been fixed in
the distribution sources.

Add a new patch to lib/rpmrc.c to include <sys/time.h> before
including <sys/resource.h>

Add a patch to po/Makefile.in to use mkdir to create a directory,
rather than $(INSTALL).
1997-10-13 14:59:15 +00:00
agc
a996542f28 Restore original FreeBSD RCS Id
Add NetBSD RCS Id.

Upgrade to version 2.4.8
1997-10-13 14:56:02 +00:00
agc
7d91908495 Uncomment amanda. 1997-10-13 14:07:30 +00:00
agc
98aeda2169 Remember the files in ${PREFIX}/share/examples/amanda that we've
installed.
1997-10-13 14:06:31 +00:00
agc
e9868972bf Update the full path names to reflect the default NetBSD location.
We really need to have a preprocess pass on the patches to make this
automatic.
1997-10-13 14:05:21 +00:00
agc
f501cbe437 Add support for NetBSD, using uname -s to work out which OS we're on. 1997-10-13 14:03:10 +00:00
agc
b805ca7b82 Add NetBSD RCS Id. 1997-10-13 14:01:45 +00:00
agc
1cdccbd859 Fix obvious SNAFU in package's description file to reflect the wording
in the README file.
1997-10-13 13:14:01 +00:00
agc
9c411a3d71 Add NetBSD RCS Id.
Uncomment team.
1997-10-13 12:57:38 +00:00
agc
076da02f1d Set MANCOMPRESSED as team installs its manual page in gzipped form.
Modify PLIST to include the formatted page as well as raw one.
1997-10-13 12:54:18 +00:00
agc
148c2c2f51 Add NetBSD RCS Id. 1997-10-13 12:49:10 +00:00
agc
352d7a0f37 Mark FreeBSD RCS Id as such.
Make this compile on NetBSD:
+ __FreeBSD__ -> (defined(BSD) && BSD >= 199306)
+ eliminate compiler warnings by working around unusual definition in
switch statement.
+ change the man directory location to reflect NetBSD reality.
1997-10-13 12:47:44 +00:00
agc
8dcec58019 Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:
+ use native make, rather than gmake - this gives us the profiled
library, and PIC library too, and also means we can get rid of my
previous hacks to specify the correct prefix.

+ add in support for the system call previously known as getdirentries
using getdents(2), if it exists. Note that the patch for this needs
2 lines of context to avoid an Id in the patch file.
1997-10-13 11:36:19 +00:00
hubertf
c9cecad988 emacs works now. 1997-10-13 02:47:38 +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
69e42efb61 - add MAN{1,3,N} definitions
- uncompress manpages (compressed by FreeBSD patch)
 - run "ldconfig -m /usr/pkg/lib" on install and uninstall
1997-10-13 02:31:48 +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
hubertf
04372a35a7 manpage's installed in formatted form. 1997-10-12 23:31:55 +00:00
hubertf
97dfefba34 - X' "make install.man" installs formatted manpages
- delete lib/X11/xmascot on pkg_delete
 - include appdef-file
1997-10-11 23:12:17 +00:00
hubertf
7e7b1a36d2 screen works. 1997-10-11 22:17:46 +00:00
hubertf
697607f6e9 - require gtexinfo for info-pages, thus don't try to create info/dir
- rm screen.old if presend (on pkg_delete)
1997-10-11 22:14:42 +00:00
hubertf
cff4a849f4 Comment out ports not checked yet 1997-10-11 22:00:15 +00:00
hubertf
240eed442d Import as of 09/25/97 1997-10-11 21:53:59 +00:00
hubertf
652e2956ee Initial import of FreeBSD's screen port. 1997-10-11 21:47:45 +00:00
hubertf
551dd598bd No longer needed. 1997-10-11 21:34:49 +00:00
hubertf
63017f8c4e Update: 19.34/FreeBSD -> 20.2/NetBSD 1997-10-11 21:32:53 +00:00
hubertf
f0eb2ebab5 Import of FSF emacs 19.34 port 1997-10-11 20:54:46 +00:00
agc
9fb7435b02 Add mit-pthreads to devel Makefile. 1997-10-10 19:58:01 +00:00
agc
680483d4ce Initial import of Chris Provenzano's MIT Pthreads POSIX threads
implementation, version 1.60beta6. Passes all its self tests on
NetBSD/i386 1.2G. Not tested on any other architecture.

Please note that this installs into ${PREFIX}/pthreads/...
1997-10-10 19:52:02 +00:00
agc
e0c2b0e905 Make this compile on NetBSD - modify the #ifdef FreeBSD's to
the usual 4.4-lite BSD definition test.
1997-10-09 15:19:19 +00:00
agc
17a659a34d Make 9term compile on NetBSD. 1997-10-09 14:59:56 +00:00
agc
c273f936d2 Shut up a compiler warning - only define NOFILE if it's not defined
elsewhere.
1997-10-09 14:48:33 +00:00
agc
1b4219d167 Generalise for NetBSD. 1997-10-09 14:47:19 +00:00
agc
2247e48250 Install B.sh, rather than B.rc, as sam's B command. It's more
likely that there will be a shell available.
1997-10-09 14:46:16 +00:00
agc
38970df8e5 Add NetBSD RCS Ids. 1997-10-09 14:35:16 +00:00
agc
5a738ca9d8 Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
1997-10-09 14:30:56 +00:00
agc
d842fc40ac Use NetBSD's bsd.port.mk, bsd.own.mk and the environment to make the
decision about compressed man pages.
1997-10-09 12:34:13 +00:00
agc
5753e6bb65 Test for 4.4-lite derived BSD variants correctly. 1997-10-09 12:23:52 +00:00
agc
a58b0a9847 Add NetBSD RCS Id. 1997-10-09 11:46:31 +00:00
agc
de3ac9d010 Add NetBSD RCS Id.
Comment out the packages not tested on NetBSD(/i386) yet.
1997-10-09 11:44:49 +00:00
agc
23d39ca163 Initial import of FreeBSD's x11 ports category into NetBSD packages
system.
1997-10-09 11:37:03 +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
fa4d9cc170 s/sed/${SED}/g
Change <$ARCH> into bsd.port.mk's ${ARCH} value (uname -m) when
constructing the derived PLIST, so that we can use packages on
non-i386 NetBSD architectures and have the correct file names in the
installed inventory.
1997-10-09 10:38:13 +00:00