Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-17 | Update dependency on xforms. We're mainly bumping the dependency | fredb | 3 | -6/+23 | |
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib. | |||||
2001-12-20 | Because "X11BASE" and "LOCALBASE" are used in the patch configure script | tron | 1 | -1/+2 | |
we need to add them to "CONFIGURE_ENV". | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-12 | Fix build problem if new toolchain is used. | tron | 2 | -1/+15 | |
2001-08-27 | Use wildcard dependence on "autoconf" package. | tron | 1 | -3/+2 | |
2001-07-03 | Converted to use buildlink.mk files | zuntum | 1 | -5/+5 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
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-05 | Add a BUILD_DEPENDS on autoconf. Noted in recent i386 bulk build. | wiz | 1 | -1/+2 | |
2001-02-26 | Update "xfmail" package to version 1.4.7. A list of the changes | tron | 8 | -64/+95 | |
from version 1.3 is not available. This update was contributed by Tomasz Luchowski in PR pkg/12163 | |||||
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-28 | Belatedly bump "nb" version for xforms, and likewise increment packages | fredb | 1 | -2/+2 | |
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately. | |||||
2000-09-07 | sync ONLY_FOR_PLATFORM with those that xforms is for. | dmcmahill | 1 | -2/+3 | |
2000-09-07 | add missing rpath for X11BASE. Fixes recently noted ELF problems. Also | dmcmahill | 2 | -16/+16 | |
nuke bogus hard coded -L/usr/local/lib | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -2/+2 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-06-13 | change dependency from gdbm-1.7.3 to gdbm>=1.7.3 | wiz | 1 | -2/+2 | |
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-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-06-20 | Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM" | tron | 1 | -2/+2 | |
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -13/+13 | |
pattern match format. Minor pkglint along the way. | |||||
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-16 | Set ONLY_FOR_ARCHS so that it matches xforms. | frueauf | 1 | -2/+2 | |
1998-08-30 | Add missing "@dirrm share/doc/xfmail". | frueauf | 1 | -1/+2 | |
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 | 4 | -0/+8 | |
1998-07-04 | Update xpm to 3.4k. | mycroft | 1 | -2/+2 | |
1998-06-26 | Initial addition of an xforms based mail application. Based on pr 5659 | frueauf | 9 | -0/+112 | |
by Tim Rightnour with rework by me. |