Commit graph

759 commits

Author SHA1 Message Date
agc
3beb06c1a2 Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T}
construction to specify the work directory here.
1998-01-20 17:55:14 +00:00
agc
d3b8025d02 Add ls-R.5 manual page to the Makefile's MAN5 definition so that it
gets gzipped/gunzipped using the usual package compression mechanism.
1998-01-20 17:09:21 +00:00
agc
82ec33915c Correct name of this package in the initial comment.
Specify the manual page correctly in Makefile and PLIST.

Add NetBSD RCS Id to PLIST.
1998-01-20 11:18:15 +00:00
agc
38ef44e1a9 Make this package depend on the gs binary installed by the
ghostscript5 package as (a) we should be encouraging people to use the
packages collection where possible, and (b) it messes up the package
depencies if we don't, to the extent that pkg_delete will have problems.
1998-01-19 11:30:32 +00:00
agc
da06ca2f20 Fix typo in version required comment.
Specify the working directory name for pre-requisite packages the same
way that Hubert did (using ${WRKDIR:T}).  This works both with and
without OBJMACHINE set.

Change the way that paper size is selected. All packages that use
a paper size definition should use a PAPER_SIZE definition, set in
either the environment or /etc/mk.conf. This can be set to "A4" or
"a4", but defaults to US letter ("letter") if not set. Re-define
the do-build target accordingly.
1998-01-19 11:26:50 +00:00
agc
ac2d93b0a8 Change the way the default MTA is specified so it's done properly
for definitions in /etc/mk.conf.
1998-01-19 09:11:52 +00:00
hubertf
2dacad40e6 Correct some spelling typos, pointed out by
David Brownlee <abs@netbsd.org>.
1998-01-19 08:07:16 +00:00
hubertf
92684741e8 portlint: kill space at EOL 1998-01-19 01:23:36 +00:00
hubertf
7a2004e671 portlint: fix RCS Id 1998-01-19 01:23:24 +00:00
hubertf
82ea42fb17 portlint: $() vs. ${} 1998-01-19 01:21:58 +00:00
hubertf
ce96623a7f portlint: Fix RCS Id 1998-01-19 01:20:26 +00:00
hubertf
924c9f993d portlint: kill space at EOL 1998-01-19 01:19:04 +00:00
hubertf
8dba8b10ef portlint: fix RCS Id 1998-01-19 01:17:30 +00:00
hubertf
54e82f1f7b portlint: use command-macros, fix info-file installation, empty line at EOF, ... 1998-01-19 01:16:29 +00:00
hubertf
1051253543 portlint: Fix RCS Id 1998-01-19 01:13:29 +00:00
hubertf
cb86775d23 portlint: change order, use command-macros 1998-01-19 01:11:51 +00:00
hubertf
991232a371 portlint: make comment shorter 1998-01-19 01:10:17 +00:00
hubertf
a79d99cc1a portlint: kill empty line at the EOF 1998-01-19 01:08:03 +00:00
hubertf
b308880235 portlint: Fix RCS Id 1998-01-19 01:07:52 +00:00
hubertf
84b966243e portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ... 1998-01-19 01:03:31 +00:00
hubertf
0f2a06ddca portlint: fix RCS Id, add MAINTAINER+MAN1 1998-01-19 01:00:16 +00:00
hubertf
c8ab5290a9 portlint: move RCS-Id 1998-01-19 00:58:52 +00:00
hubertf
b8f7ab7bfb portlint: change order, kill whitespace 1998-01-19 00:57:03 +00:00
hubertf
4619e11943 portlint: make comment shorter 1998-01-19 00:55:22 +00:00
hubertf
1a5b2194ff portlint: ldconfig 1998-01-19 00:54:27 +00:00
hubertf
a87e36b49c portlint: kill empty lines at EOF 1998-01-19 00:51:08 +00:00
hubertf
a0b7f6d576 portlint: change order, add MAN1 1998-01-19 00:50:56 +00:00
hubertf
d662901759 portlint: kill empty line at EOF 1998-01-19 00:41:03 +00:00
hubertf
273155083c portlint: replace commands with predefined macros. 1998-01-19 00:39:20 +00:00
hubertf
6881a64a38 portlint: kill empty lines at EOF 1998-01-19 00:35:38 +00:00
hubertf
f016ade482 portlint: kill empty line at EOF 1998-01-19 00:34:56 +00:00
kleink
5072d623e5 Since our distribution contains libwrap, link against it and remove the
previous (and bogus) USE_TCPWRAP variable check.
1998-01-18 20:07:43 +00:00
agc
07e966c8c4 Set default MTA for nmh to be smtp. If there's an environment variable
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use
the value of that variable when configuring nmh.

Does not solve the MTA wars, but makes things more configurable.
1998-01-17 23:50:09 +00:00
agc
38837df34c Revert yesterday's changes, which didn't work with our xsrc.
Fixes PR/4828, from Perry Metzger.
1998-01-16 17:39:17 +00:00
agc
6035cc67ca Upgrade to lesstif 0.82, from Jim Bernard.
I modified the test in the Makefile which checks for a previous
installation of real motif, since it wouldn't work if HAVE_MOTIF was
set in /etc/mk.conf.
1998-01-16 17:07:12 +00:00
hubertf
54802d7bd4 Fix comment for FETCH_CMD wrt non-NetBSD-systems 1998-01-16 09:07:46 +00:00
hubertf
eec881fd37 Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and
pass in via MAKE_ENV).
1998-01-16 08:42:22 +00:00
hubertf
036c2c0319 ftp://bonk.ethz.ch/gs-driver-distrib/hp850.zip has two lines of
documentation fixed, breaking our checksum; fix.
1998-01-16 06:42:10 +00:00
hubertf
15d441445e - Our default for FETCH_CMD is ftp, not fetch.
- Document NO_IGNORE, __ARCH_OK
 - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching
   all distfiles.
 - Move ".ifndef(__ARCH_OK): block, so some targets like clean work
   in any case.
 - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and
   SCRIPT_ENV; this fixes PR 4573
1998-01-15 22:58:59 +00:00
chopps
1806bbe130 make work with OBJMACHINE 1998-01-15 18:38:21 +00:00
agc
f178215613 Make gv depend on an executable gs in the $PATH.
We need some dependency here, and it's either on ${LOCALBASE}/bin/gs
to pick up the ghostscript 5 package's gs binary, or simply gs, to
pick up any gs binary in the path.  The latter was chosen for the
moment.
1998-01-15 16:53:53 +00:00
agc
fdc854d376 Fixes so that headers are installed into the correct directory:
/usr/X11R6/include/X11/Xaw3d and not /usr/X11R6/include/X11/X11/Xaw3d.

Also clean up the PLIST so that it doesn't contain the static library,
whcih isn't built or installed.
1998-01-15 16:25:55 +00:00
agc
b44b468af4 Upgrade to version 5.32, from John Darrow. Fixes PR 4825. 1998-01-15 14:11:18 +00:00
agc
1c061a2f5a Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow. 1998-01-15 13:55:44 +00:00
agc
4a9c2c114d Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.
Make the linked man pages (zipcloak.1, zipnote.1 and zipsplit.1) into
symbolic links, as, with MANZ set, the original zip.1 manual page
isn't compressed until after the post-install:  target is made, which
means that a link is attempted to a non-existent file.
1998-01-15 13:53:58 +00:00
agc
997d5b1eb2 This package installs a pre-formatted man page, not an unformatted
one, so change the Makfile definition from MAN1 to CAT1.  Fixes a
problem pointed out by Charles Hannum.
1998-01-15 11:39:10 +00:00
agc
e8f55638dd The package itself installs unformatted man pages (albeit in the wrong
directory - see the post-install target), so use a MAN1 definition to
make sure that any compression takes place, using the usual package
mechanism.  Fixes a problem pointed out by Charles Hannum.
1998-01-15 11:17:53 +00:00
agc
28a47ec351 Add NetBSD RCS Id. 1998-01-15 10:08:45 +00:00
agc
4ccba1f339 Move the inclusion of bsd.own.mk back to the correct place in
bsd.port.mk, but this time use a definition before the inclusion,
which stops <bsd.own.mk> defining its own install target when
using the package system.

This makes the package system take notice of the definitions in
/etc/mk.conf
1998-01-15 09:37:27 +00:00
hubertf
f9c30286ad Update comments a bit. 1998-01-15 09:27:59 +00:00