Commit graph

25 commits

Author SHA1 Message Date
tron
f560aefe96 If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manually
instead aborting the build process.
1999-08-26 15:05:16 +00:00
tron
d050f963c2 The "gv" package cannot be built with the standard Xaw library. 1999-08-26 07:03:45 +00:00
agc
86aced3a9d Introduce a USE_XAW definition, which is used in package Makefiles, to
denote that the package uses libXaw.

Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.

Define USE_XAW in relevant Makefiles.

Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...

This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
1999-08-25 13:37:34 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
frueauf
2e46d9eb4a Remove a / for optical reasons. 1998-12-23 23:21:26 +00:00
frueauf
024fafda9b Don't install an empty manpage, there is one in the package, pointed
out in pr 6632 by Johnny C. Lam.
1998-12-23 23:09:59 +00:00
agc
2cd5eb4894 Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
1998-11-19 15:40:45 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
mycroft
40060a6677 Update Xaw3d to 1.5. 1998-07-04 05:53:33 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
008120493a Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf 1998-06-03 14:08:50 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +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
hubertf
ae0f216fb4 Name of Master-site changed, reported by ThEP Linux-Administrator
<admin@ThEP.Physik.Uni-Mainz.DE>.
1998-02-11 07:29:58 +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
06b5a1ef0d portlint: remove space at EOL 1998-01-24 22:39:04 +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
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
hubertf
89cd174ebd Fix for NetBSD, by soren@t.dk. 1997-12-29 02:42:26 +00:00
hubertf
4bab62d9fa PostScript and PDF previewer.
Taken from FreeBSD.
1997-12-29 02:38:27 +00:00