Commit graph

57 commits

Author SHA1 Message Date
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
danw
71ba5a3368 add Darwin to the list of architectures to not try to override setenv on. 2003-11-10 02:45:01 +00:00
cjep
b42456df51 Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
mrg
0960eb4e11 fix some CPP magic (mmm, gcc3.3) 2003-07-29 15:59:58 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
4bf9cd97cc Fix build when using gcc3. 2003-07-17 20:51:14 +00:00
jschauma
2326b40f47 Make this work on IRIX. 2003-06-12 15:37:13 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jschauma
cd17cf84c3 Make this build and install under Linux. 2003-03-31 02:43:10 +00:00
jschauma
399a7c320e It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh. 2003-03-03 02:56:00 +00:00
jschauma
86e6bcbf20 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 02:45:51 +00:00
itojun
f2d60df747 pull security patch from http://www.epita.fr/~bevand_m/asa/asa-0000,
as suggested in PR18522.
bump PKGREVISION to 2.
2002-10-04 03:00:11 +00:00
jlam
3591ad5b54 buildlink1 -> buildlink2 2002-09-13 22:08:25 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
jlam
4e6e015f89 _Always_ set the make environment (${SETENV} ${MAKE_ENV}) and execute
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2002-01-28 05:18:41 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
33a4b32baa Add default XAW_TYPE?=3d to indicate that this package wants at least
Xaw3d (Xaw-Xpm also works).
2001-08-23 16:59:09 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23 04:26:51 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
ed62ce3be5 Add patch supplied by Brook Milligan in pkg/12365 to fix pdf printing. 2001-03-09 15:49:53 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
jlam
5e7e6b3ab6 We have a ${PREFIX}/share/doc/html for HTML documentation, so use it. 2000-12-08 16:23:16 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
jlam
a914a9216e Depend on ghostscript-x11-5.50nb2. 2000-04-20 16:32:23 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +00:00
jlam
e4dc1fd20b Adapt to use ghostscript-x11. 2000-03-24 18:27:54 +00:00
wiz
331d7cf5cb We already DEPEND on ghostscript, we don't have to write it on the
screen, too.
2000-03-02 20:58:23 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
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