Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-04-27 | Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... | cjep | 1 | -2/+2 | |
2003-04-27 | PKGLOCALEDIR. | cjep | 2 | -3/+4 | |
2003-04-10 | tabify | grant | 1 | -11/+10 | |
2002-10-21 | Convert to buildlink2. | wiz | 3 | -14/+201 | |
Get rid of autoconf dependency by adding a patch. | |||||
2002-10-02 | Use autoconf.mk. | wiz | 1 | -3/+4 | |
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-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -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-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-20 | Stylistic clean-up: wrap lines consistently to 80 columns, and collect all | fredb | 1 | -11/+18 | |
the binary flag settings together. | |||||
2001-09-20 | Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure the | fredb | 1 | -2/+2 | |
${host_os} suffix roughly the same way that arena's configure script does. This should really fix PR pkg/13957. | |||||
2001-09-20 | Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd". | fredb | 1 | -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-27 | Use wildcard dependence on "autoconf" package. | tron | 1 | -5/+3 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-05 | Remove some unexec's for share/locale that are now created by default. | wiz | 1 | -3/+1 | |
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 | -15/+13 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
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 | -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-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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -3/+3 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-23 | create the link to wwwconf.h in WRKSRC instead of WRKDIR since the search | dmcmahill | 1 | -4/+4 | |
path wasn't being honored. fixes recently noted bulk build problems. | |||||
2001-01-04 | Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL. | wiz | 1 | -2/+3 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+5 | |
2000-08-06 | Make this work with libwww-5.3.1. Note that the 'wwwconf.h' file has moved | fredb | 1 | -6/+7 | |
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we need to check both places. | |||||
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
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-10 | Set NODEBUG unconditionally, to make it easier to build arena with | fredb | 3 | -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-10 | USE_X11BASE -> USE_X11 | fredb | 1 | -2/+2 | |
2000-02-10 | Back out unintentional change. Problem noted by Frederick Bruckman. | tron | 1 | -2/+2 | |
2000-02-09 | Use "png>=1.0.3" instead of "png-*" in dependence list. | tron | 1 | -3/+3 | |
2000-02-09 | Use wildcard dependence for "png" package. | tron | 1 | -2/+2 | |
2000-02-09 | Vanquish array cast bogon. Fixes "black screen" problem for 16-bit displays | fredb | 5 | -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 working | fredb | 6 | -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 | $() -> ${} | wiz | 1 | -2/+2 | |
2000-01-10 | be consistent on which version to wildcard | hubertf | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-14 | Make this build again. | fredb | 8 | -16/+186 | |
1999-10-14 | Don't free memory that hasn't been allocated. | fredb | 1 | -0/+23 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
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-03-20 | Do not use broken features. | hubertf | 1 | -4/+4 | |
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-09 | libwww lived in LOCALBASE, not PREFIX (which is X11BASE). | hubertf | 1 | -10/+10 | |
Pointed out by Steve Allen <wormey@eskimo.com> in PR pkg/6766. |