Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 2 | -12/+11 | |
have been converted to USE_BUILDLINK2. | |||||
2002-08-01 | Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org | jschauma | 1 | -2/+2 | |
after consulting with Todd. Any volunteers for any of these packages? | |||||
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -1/+2 | |
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-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -2/+2 | |
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files. | |||||
2001-10-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -2/+2 | |
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work. | |||||
2001-09-13 | Now that the special Motif-handling code is in motif.buildlink.mk, use it | jlam | 1 | -2/+3 | |
instead of directly using lesstif12/buildlink.mk. | |||||
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 1 | -2/+2 | |
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge. | |||||
2001-08-05 | Regen. | fredb | 1 | -2/+2 | |
2001-08-05 | Update PNG handling to work with png-1.0.11 and newer. | fredb | 2 | -22/+104 | |
2001-08-05 | Let configure look for <Xm/XmStrDefs.h>, rather than <XmStrDefs.h>, | fredb | 2 | -5/+14 | |
so that test for Motif 1.2 will accept our x11/lesstif12. | |||||
2001-06-30 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -14/+10 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-06 | LICENSE=mosaic-license. | jtb | 1 | -1/+3 | |
2001-05-22 | Update dependency on png to >=1.0.11 because of the shlib major bump. | wiz | 1 | -2/+2 | |
Noted by Frederick Bruckman. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -23/+21 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-04 | Because the minor number of the PNG library was increased packages compiled | tron | 1 | -2/+2 | |
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-03 | remove whitespace to silence pkglint | wiz | 1 | -2/+2 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+5 | |
2000-07-29 | Fix up Mosaic to find xpm if xpkgwedge is installed, and to use | jlam | 1 | -8/+16 | |
USE_MOTIF12 to find Motif-1.2 headers/libraries. | |||||
2000-07-28 | This package requires the "lesstif12" package to build correctly. | tron | 1 | -3/+3 | |
2000-03-27 | Link in run-time path to Motif1.2 libs. | fredb | 1 | -2/+2 | |
2000-03-21 | Because the minor of "libpng" was bumped we must sure that packages | tron | 1 | -2/+2 | |
compiled for the update "png" package depend on it. | |||||
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -4/+4 | |
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. | |||||
2000-02-09 | Use wildcard dependence for "png" package. | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-27 | defuzz | rh | 2 | -15/+13 | |
1999-09-04 | Use Motif 1.2 compatible includes and libraries from "lesstif" package. | tron | 1 | -3/+3 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+20 | |
1999-06-07 | Search for various optional configuration and data files in "${PREFIX}" | tron | 6 | -6/+83 | |
instead of "/usr/local". Fixes PR pkg/7698 by Jon Buller. | |||||
1999-06-07 | Make Mosaic work on 24BPP displays without breaking 32BPP displays. | tron | 2 | -0/+96 | |
Fixes PR pkg/7627 by Wolfgang Rupprecht. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -18/+18 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-23 | Define deprecated symbol "unix". | tron | 1 | -2/+2 | |
1999-04-13 | png is at 1.0.3 these days. | hubertf | 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". | |||||
1998-11-23 | Apply diff provided in pr 6480 by Frederick Bruckman. | frueauf | 1 | -3/+5 | |
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -5/+4 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- 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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 13 | -0/+26 | |
1998-07-15 | Update libpng to 1.0.2. Works with all dependent pkgs I have tested | tv | 1 | -2/+2 | |
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0. | |||||
1998-07-12 | Portlint (probably should have run it first ;), and add MAINTAINER. | tv | 1 | -1/+5 | |
1998-07-12 | Add and activate Mosaic (XMosaic) pkg, based on the FreeBSD port. | tv | 10 | -137/+116 | |
1998-07-12 | Import of FreeBSD's XMosaic port, with NetBSD changes to follow | tv | 14 | -0/+286 | |