Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-17 | Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of | jlam | 1 | -9/+9 | |
${PREFIX}. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 checksums to the SHA1 ones. | wiz | 1 | -1/+5 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-06 | Make this package use state-of-the-bloat^Wart QT, i.e. version 3 | hubertf | 5 | -22/+33 | |
(qt-1 doesn't seem to build with recent gcc). Patch based on PR 23443 submitted by Ron Roskens | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-18 | Make this package build when using gcc 3.3 by applying a patch provided | kristerw | 2 | -1/+13 | |
by Richard Rauch in PR pkg/23873. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-07-10 | Update MASTER_SITES and HOMEPAGE. | mycroft | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -5/+9 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -2/+3 | |
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-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -2/+2 | |
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-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -2/+2 | |
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 | Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed. | agc | 1 | -9/+9 | |
2000-07-10 | Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}. | agc | 1 | -2/+2 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
2000-04-03 | Update to version 0.5. Changes: | hubertf | 8 | -42/+88 | |
- 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-03-28 | make qt1 install in its own directory instead of renaming its installed | dmcmahill | 3 | -10/+10 | |
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-23 | move dependency from qt-1.44 to qt1-1.44. | dmcmahill | 3 | -21/+18 | |
1999-11-12 | defuzz | rh | 2 | -6/+6 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-07-04 | The original MASTER_SITE misbehaves -- comment it out. | kim | 1 | -3/+9 | |
1999-06-04 | change dependencies to updated qt-1.44 | drochner | 1 | -2/+2 | |
1999-05-24 | Fix md5 checksum for "xglobe-0.2.tar.gz". | wrstuden | 1 | -2/+2 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
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-20 | Update to xglobe V0.2. | hubertf | 4 | -15/+22 | |
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-07 | Include options to compile (and link :) on pmax | hubertf | 1 | -1/+14 | |
Sent to me by Thorsten Frueauf <frueauf@ira.uka.de>. | |||||
1999-01-07 | Forgot this while moving the distfiles to its subdir. | frueauf | 1 | -4/+4 | |
1999-01-06 | - fetch distfiles into its own subdir | frueauf | 2 | -6/+9 | |
- add DEPEDNS to qt, it won't compile without. | |||||
1999-01-05 | Displays the earth as seen from space on your X Desktop, similar to xearth, | hubertf | 6 | -0/+86 | |
but using rendered images (textures) instead. |