Commit graph

21 commits

Author SHA1 Message Date
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +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
05a65d9a35 Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed. 2000-07-11 10:40:27 +00:00
agc
52c1afc38c Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 15:08:13 +00:00
hubertf
ec892645ac Update to version 0.5. Changes:
- added -outfile command line switch
- added -rot command line switch by Andrew Sumner:
- implemented cloud map rendering (-cloudmapfile and -cloudfilter switches)
  (see README.maps for details)

For NetBSD 1.4.x, (s)rand() was replaced by (s)random() to get a better
image of stars. Thanks a lot to Marcello Balduccini <marcy@cs.utep.edu>
for the hint!
2000-04-03 03:24:47 +00:00
dmcmahill
07c67df8fd make qt1 install in its own directory instead of renaming its installed
components.  This allows users of Qt to specify QTDIR=/path/to/qt instead
of having to patch all configure scripts and makefiles to look for alternate
names.  This is the recommended approach from Troll Tech (Qt authors).

update pkgs which use qt1 to reflect this.
2000-03-28 00:09:19 +00:00
dmcmahill
93ed2a2ce4 move dependency from qt-1.44 to qt1-1.44. 2000-03-23 21:31:40 +00:00
rh
2e8a09bbed defuzz 1999-11-12 15:46:58 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
kim
bf1b5c5e69 The original MASTER_SITE misbehaves -- comment it out. 1999-07-04 23:42:52 +00:00
drochner
27f1a8cb27 change dependencies to updated qt-1.44 1999-06-04 15:39:08 +00:00
wrstuden
96b5e8be1e Fix md5 checksum for "xglobe-0.2.tar.gz". 1999-05-24 23:02:13 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
3aecff6368 Update to xglobe V0.2.
Changes: Can now draw a grid on the globe, improved xearth command
line compatibility, world map is included in the distribution, some
minor fixes and enhancements.
1999-01-20 20:24:11 +00:00
hubertf
654c5a2b7d Include options to compile (and link :) on pmax
Sent to me by Thorsten Frueauf <frueauf@ira.uka.de>.
1999-01-07 14:33:07 +00:00
frueauf
9b92f73f2e Forgot this while moving the distfiles to its subdir. 1999-01-07 01:03:59 +00:00
frueauf
d75caace0d - fetch distfiles into its own subdir
- add DEPEDNS to qt, it won't compile without.
1999-01-06 14:02:33 +00:00
hubertf
d69013ad5a Displays the earth as seen from space on your X Desktop, similar to xearth,
but using rendered images (textures) instead.
1999-01-05 01:17:47 +00:00