Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-03 | Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more | jschauma | 2 | -4/+5 | |
portable. Bump PKGREVISION accordingly. | |||||
2002-12-28 | Don't regard version mismatch as an error, skip it. | uebayasi | 1 | -2/+2 | |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-22 | Apply mods from Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp) in PR 13380 | agc | 4 | -9/+38 | |
to make XF86Setup work properly if xpkgwedge is installed. | |||||
2001-05-05 | Change DEPENDS from tcl-8.3.2nb1 to tcl>=8.3.2. | jlam | 1 | -2/+2 | |
2001-05-05 | Mechanical changes of tk DEPENDS: | jlam | 1 | -2/+2 | |
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0 | |||||
2001-04-30 | Refuse to build this package on XFree86 4.x systems. | tron | 1 | -1/+13 | |
2001-04-19 | 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 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -3/+3 | |
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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-30 | Adapt to tk-8.3.2. | jwise | 3 | -12/+12 | |
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-03-16 | touch -> ${TOUCH} | wiz | 1 | -2/+2 | |
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -3/+3 | |
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-05 | reorder lines for pkglint | wiz | 1 | -2/+3 | |
2000-01-15 | Update "XF86Setup" package to version 3.3.6 based on XFree86 3.3.6 sources. | tron | 2 | -4/+4 | |
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-09-02 | Update "XF86Setup" package to version 3.3.5. | tron | 2 | -4/+4 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -15/+15 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-27 | Update "XF86Setup" package to version 3.3.3.1a which includes "wsmouse" | tron | 3 | -8/+9 | |
support required for the NetBSD 1.4 release. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-01-22 | Update XF86Setup package to version included in XFree86 3.3.3.1 release. | tron | 2 | -4/+6 | |
1999-01-04 | These patches used HAVE_RESOLUTION_FIELD to work with both old and newer | abs | 2 | -6/+4 | |
versions of Xfree86. Unfortunately the configure script (to set HAVE_RESOLUTION_FIELD) was never run, and if run it failed due to missing -I/usr/X11R6/include. The net result was it always configured for the old version of XFree86. Now sets HAVE_RESOLUTION_FIELD correctly, which means we can work with XFree86 3.3.3. | |||||
1998-09-08 | Check for resolution and buttons fields in XF86MiscMouseSettings struct, | agc | 4 | -2/+105 | |
and don't try to set them if they don't exist. | |||||
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 | 1 | -0/+2 | |
1998-07-03 | Don't mirror distribution files which are kept locally anyway. | tron | 1 | -1/+2 | |
1998-06-28 | New "XF86Config" package: Graphical configuration tool for XFree86. | tron | 6 | -0/+130 | |