summaryrefslogtreecommitdiff
path: root/www/arena
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01Remove obsolete packages, per discussion on tech-pkg.kristerw15-722/+0
2004-04-25Convert to buildlink3.snj1-7/+7
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-2/+2
2003-04-27PKGLOCALEDIR.cjep2-3/+4
2003-04-10tabifygrant1-11/+10
2002-10-21Convert to buildlink2.wiz3-14/+201
Get rid of autoconf dependency by adding a patch.
2002-10-02Use autoconf.mk.wiz1-3/+4
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-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+3
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".]
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-20Stylistic clean-up: wrap lines consistently to 80 columns, and collect allfredb1-11/+18
the binary flag settings together.
2001-09-20Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure thefredb1-2/+2
${host_os} suffix roughly the same way that arena's configure script does. This should really fix PR pkg/13957.
2001-09-20Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd".fredb1-3/+4
Closes PR pkg/13957, by Ryo HAYASAKA. While we're in here, celebrate the major bump in the openssl package's shared libraries by bumping the ${DEPENDS} for libwww -- and bumping arena's version to reflect that change -- to be sure to get the libwww for which the shared libraries carry no gratuitious inter-library dependencies on "libssl.so.?.?". [libwwwssl.so.?.? still carries the dependency, but that isn't gratiutious, and more to the point, arena doesn't link against it.] It's worth noting, that we should not need to bump for the recent png minor bump, since the arena executable only links against libpng directly, rather than via any shared libraries linked against libpng.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-5/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-05Remove some unexec's for share/locale that are now created by default.wiz1-3/+1
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-15/+13
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+4
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-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-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-23create the link to wwwconf.h in WRKSRC instead of WRKDIR since the searchdmcmahill1-4/+4
path wasn't being honored. fixes recently noted bulk build problems.
2001-01-04Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.wiz1-2/+3
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-08-06Make this work with libwww-5.3.1. Note that the 'wwwconf.h' file has movedfredb1-6/+7
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we need to check both places.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
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-10Set NODEBUG unconditionally, to make it easier to build arena withfredb3-15/+18
debugging symbols. "NODEBUG" means, don't try to debug libwww; the corresponding symbol for arena is ARENA_DEBUG. Still keep --without-debug by default--it's easy enough to reproduce a coredump on some particular URL.
2000-02-10USE_X11BASE -> USE_X11fredb1-2/+2
2000-02-10Back out unintentional change. Problem noted by Frederick Bruckman.tron1-2/+2
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-3/+3
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-02-09Vanquish array cast bogon. Fixes "black screen" problem for 16-bit displaysfredb5-3/+63
on mac68k. Speculatively remove "NOT_FOR_PLATFORM= NetBSD-alpha-*"; needs to be verified.
2000-02-06- -Install only example "arenarc" into ${PREFIX}/share/Arena, with workingfredb6-66/+247
global "arenarc" copied to ${LOCALBASE}/etc, unless it exists already. - -Fix "fly-by"'s, otherwise known as pop-up help, or "tool-tips". In particular, disable the the insane heuristic that caused the delay to increase by one second with each use on systems where setitimer() has 1s resolution (NetBSD). Prior, it appeared to me that the fly-by's only worked once or twice, but then never again. - -Clean up package Makefile. - -Work all patches to configure into configure.in, and regenerate configure with "autoconf". cvs: ----------------------------------------------------------------------
2000-02-05$() -> ${}wiz1-2/+2
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-14Make this build again.fredb8-16/+186
1999-10-14Don't free memory that hasn't been allocated.fredb1-0/+23