Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-18 | Convert to buildlink3. | snj | 1 | -8/+8 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-11-30 | As pointed out by jlam: | jschauma | 1 | -2/+2 | |
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -2/+2 | |
dependency bumps. | |||||
2003-04-27 | Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... | cjep | 1 | -4/+4 | |
2003-04-27 | Lint: PKGLOCALEDIR | cjep | 2 | -8/+9 | |
2003-03-09 | Bump PKGREVISION due to upgrade of Mesa and friends. | jschauma | 1 | -2/+4 | |
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s. | |||||
2002-10-21 | Replace USE_LIBINTL with buildlink2.mk inclusion. | wiz | 1 | -2/+2 | |
2002-10-20 | Add Mesa buildlink2.mk. | wiz | 1 | -2/+2 | |
2002-10-09 | Make this package use Buildlink2 | agc | 1 | -5/+7 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
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-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-08 | Use wildcard dependence on "gtkglarea". | tron | 1 | -2/+2 | |
2001-04-02 | Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty | wiz | 1 | -2/+1 | |
lines. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+3 | |
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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-24 | Re-enable dependencies which seem to have been removed accidentally in | kleink | 1 | -3/+3 | |
previous revision. | |||||
2000-11-03 | have -lintl when we check if libintl is from GNU gettext or not. | itojun | 5 | -38/+31 | |
(bug in gettext.m4) | |||||
2000-11-02 | add USE_LIBINTL | itojun | 1 | -1/+2 | |
2000-11-02 | it needs msgfmt, add BUILD_DEPENDS to devel/gettext (not tested) | itojun | 1 | -1/+2 | |
2000-10-15 | Use new USE_MESA variable to depend on the correct Mesa packages | rh | 1 | -1/+2 | |
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -2/+4 | |
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-10 | Hardcoding X11PREFIX into package Makefiles forces the user to install | agc | 1 | -2/+2 | |
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-06-30 | Make this package xpkgwedge-safe by using the new X11PREFIX definition | agc | 1 | -3/+3 | |
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-04-05 | Adapt this package for Mesa 3.1 or newer. | tron | 2 | -4/+40 | |
2000-01-10 | RCS tags added | wiz | 1 | -0/+1 | |
1999-12-15 | md5 didn't match file ndg_files.tar.gz | windsor | 1 | -2/+2 | |
neither my freshly-downloaded copy nor file residing in ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ | |||||
1999-12-08 | sync w/ reality. | rh | 1 | -2/+2 | |
1999-10-08 | Change to use wildcard dependency on tiff. | jlam | 1 | -2/+2 | |
1999-09-29 | Remove redundant dependence on "Mesa" package. | tron | 1 | -2/+1 | |
1999-07-22 | gtkglarea to 1.2.1 | sakamoto | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-07-07 | No need to shout: YES -> yes | tron | 1 | -2/+2 | |
1999-07-07 | Fix ELF lossage by linking with "-ltiff -ljpeg -lz" instead of "-ltiff". | tron | 1 | -0/+22 | |
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-03-29 | Add some .mo files (es, fr, ja) | hubertf | 1 | -1/+4 | |
1999-03-04 | Remove obsolete patch. | tron | 1 | -15/+0 | |
1999-03-04 | Remove redundant dependence for "gtk+" package. | tron | 1 | -2/+1 | |
1999-03-02 | Update to v0.8.14. | hubertf | 4 | -23/+22 | |
Changes: Added a man page, i18n support (es, fr, ja), a better database, better rotation control and of course lots of bugfixes. | |||||
1999-02-18 | pkglint - thanks milano! | hubertf | 1 | -3/+3 | |
1999-01-20 | Graphical version of traceroute, which traces the route IP packets go | hubertf | 7 | -0/+73 | |