Commit graph

221 commits

Author SHA1 Message Date
hubertf
7fad1aae42 Add MAN1. 1997-10-22 00:40:52 +00:00
hubertf
3b3433af0e - don't clean out dependent packages (requested by thorpej)
- actually document the feature used above (NOCLEANDEPENDS)
 - put pkg/MESSAGE file into /var/db/pkg/XXX/+DISPLAY, if
   present (from FreeBSD)
1997-10-18 23:33:25 +00:00
hubertf
e4047cd34a i386 -> <$ARCH> (forgot some) 1997-10-17 21:38:59 +00:00
hubertf
38d2dfb1bd add MANCOMPRESSED, MAN1 1997-10-17 13:06:49 +00:00
hubertf
6594c93206 add MANCOMPRESSED, MAN1, update BUILD_DEPENDS 1997-10-17 13:03:49 +00:00
thorpej
8af161a067 Make sure the ${PREFIX} directory exists before invoking mtree. 1997-10-17 01:40:49 +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
agc
0524577e0f + set MANCOMPRESSED as the package installs its man pages gzipped
+ define COMPRESSMANCMD as imake seems to expect this to be defined
(FreeBSD define this in {$X11BASE}/lib/X11/config/FreeBSD.cf)

+ when preprocessing to set the correct prefix, use LOCALBASE rather
than PREFIX, as USE_IMAKE will set PREFIX by default

+ eliminate an unnecessary temporary file when preprocessing to set
the correct prefix.
1997-10-16 12:43:24 +00:00
agc
85fe2d3925 Add definition for COMPRESSMANCMD which is in the X11 tree for FreeBSD.
Add a pre-process stage (at pre-configure time) to change hard-coded
/usr/local into ${PREFIX}.  Revert the patches I'd previously changed
to the default ${PREFIX} to be /usr/local once again, so that the
pre-processing will work.
1997-10-15 17:11:46 +00:00
agc
2a938855f8 Revert the default location to be /usr/local, so that we can use
the pre-processing stage in the pre-configure Makefile target to
modify /usr/local to ${PREFIX}.
1997-10-15 16:58:10 +00:00
agc
f55148deb0 Pre-process the source tree, to modify /usr/local to ${PREFIX}.
This is done in the pre-configure stage.
1997-10-15 16:54:39 +00:00
agc
10f0d54373 Fix obvious typo which caused a NetBSD system to be recognised
as a FreeBSD one.
1997-10-15 16:37:56 +00:00
agc
0b0db52e6a /usr/local -> /usr/pkg (like the amanda package, we need to preprocess
this).

NetBSD defines sys_errlist in <errno.h>, so include this file if we're
on NetBSD.
1997-10-15 15:42:54 +00:00
agc
11bc58db56 Add NetBSD RCS Id. 1997-10-15 15:37:17 +00:00
agc
14ca5ed644 Initial import of FreeBSD's netpbm port into the NetBSD
packages system.
1997-10-15 15:12:12 +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
agc
00751d150b Import one-line comment file describing graphics package category. 1997-10-13 16:04:54 +00:00
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