Commit graph

46 commits

Author SHA1 Message Date
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
7c3eb0f6d3 Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... 2003-04-27 14:57:55 +00:00
cjep
39ac088332 Lint: PKGLOCALEDIR 2003-04-27 14:39:12 +00:00
jschauma
e7c1762bd0 Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:23:09 +00:00
wiz
5ad84fc685 Replace USE_LIBINTL with buildlink2.mk inclusion. 2002-10-21 15:18:13 +00:00
wiz
eb885a7def Add Mesa buildlink2.mk. 2002-10-20 13:26:56 +00:00
agc
3a7a801555 Make this package use Buildlink2 2002-10-09 11:03:32 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
bbc67fac91 + 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:53:33 +00:00
tron
5344c5206a Use wildcard dependence on "gtkglarea". 2001-04-08 21:40:59 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
kleink
43c0fabce1 Re-enable dependencies which seem to have been removed accidentally in
previous revision.
2000-11-24 10:41:29 +00:00
itojun
8c0ed400a0 have -lintl when we check if libintl is from GNU gettext or not.
(bug in gettext.m4)
2000-11-03 00:15:48 +00:00
itojun
bd8ea23e34 add USE_LIBINTL 2000-11-02 01:56:14 +00:00
itojun
e487f8ae83 it needs msgfmt, add BUILD_DEPENDS to devel/gettext (not tested) 2000-11-02 01:53:57 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
e05e4735dd Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and
never to delete it.  This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-10 10:40:39 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).

[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
2000-06-30 10:04:46 +00:00
tron
6e9f39f160 Adapt this package for Mesa 3.1 or newer. 2000-04-05 20:56:03 +00:00
wiz
a24ade3154 RCS tags added 2000-01-10 01:24:39 +00:00
windsor
f99ff102d5 md5 didn't match file ndg_files.tar.gz
neither my freshly-downloaded copy nor file residing in
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
1999-12-15 21:34:05 +00:00
rh
0e97d76772 sync w/ reality. 1999-12-08 14:01:49 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
tron
46a37630b1 Remove redundant dependence on "Mesa" package. 1999-09-29 22:56:54 +00:00
sakamoto
0bf741cba8 gtkglarea to 1.2.1 1999-07-22 23:45:28 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
tron
7c0f26547d No need to shout: YES -> yes 1999-07-07 20:49:24 +00:00
tron
c6b863283c Fix ELF lossage by linking with "-ltiff -ljpeg -lz" instead of "-ltiff". 1999-07-07 20:47:43 +00:00
garbled
96f12ae727 add USE_X11=yes 1999-04-26 19:15:37 +00:00
hubertf
5e3562c0b5 Add some .mo files (es, fr, ja) 1999-03-29 13:48:58 +00:00
tron
f1a94ef725 Remove obsolete patch. 1999-03-04 09:15:02 +00:00
tron
9b1b024f64 Remove redundant dependence for "gtk+" package. 1999-03-04 08:58:42 +00:00
hubertf
a0a7cbae2d Update to v0.8.14.
Changes: Added a man page, i18n support (es, fr, ja), a better
  database, better rotation control and of course lots of bugfixes.
1999-03-02 22:06:02 +00:00
hubertf
b51e222c82 pkglint - thanks milano! 1999-02-18 16:40:50 +00:00
hubertf
8b2fe08538 Graphical version of traceroute, which traces the route IP packets go 1999-01-20 02:03:40 +00:00