summaryrefslogtreecommitdiff
path: root/www/Mosaic
AgeCommit message (Collapse)AuthorFilesLines
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-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-13Give all packages which depend on "png" a version bump, and updatefredb1-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-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-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-13Now that the special Motif-handling code is in motif.buildlink.mk, use itjlam1-2/+3
instead of directly using lesstif12/buildlink.mk.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-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-05Regen.fredb1-2/+2
2001-08-05Update PNG handling to work with png-1.0.11 and newer.fredb2-22/+104
2001-08-05Let configure look for <Xm/XmStrDefs.h>, rather than <XmStrDefs.h>,fredb2-5/+14
so that test for Motif 1.2 will accept our x11/lesstif12.
2001-06-30Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-14/+10
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-06LICENSE=mosaic-license.jtb1-1/+3
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-23/+21
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-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-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-03remove whitespace to silence pkglintwiz1-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-07-29Fix up Mosaic to find xpm if xpkgwedge is installed, and to usejlam1-8/+16
USE_MOTIF12 to find Motif-1.2 headers/libraries.
2000-07-28This package requires the "lesstif12" package to build correctly.tron1-3/+3
2000-03-27Link in run-time path to Motif1.2 libs.fredb1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-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-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-27defuzzrh2-15/+13
1999-09-04Use Motif 1.2 compatible includes and libraries from "lesstif" package.tron1-3/+3
1999-07-09Add package patch checksum files.agc1-0/+20
1999-06-07Search for various optional configuration and data files in "${PREFIX}"tron6-6/+83
instead of "/usr/local". Fixes PR pkg/7698 by Jon Buller.
1999-06-07Make Mosaic work on 24BPP displays without breaking 32BPP displays.tron2-0/+96
Fixes PR pkg/7627 by Wolfgang Rupprecht.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-18/+18
pattern match format. Minor pkglint along the way.
1999-05-23Define deprecated symbol "unix".tron1-2/+2
1999-04-13png is at 1.0.3 these days.hubertf1-2/+2
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-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-23Apply diff provided in pr 6480 by Frederick Bruckman.frueauf1-3/+5
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-5/+4
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-20The Grand Homepagification:tsarna1-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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc13-0/+26
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-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-12Portlint (probably should have run it first ;), and add MAINTAINER.tv1-1/+5
1998-07-12Add and activate Mosaic (XMosaic) pkg, based on the FreeBSD port.tv10-137/+116
1998-07-12Import of FreeBSD's XMosaic port, with NetBSD changes to followtv14-0/+286