summaryrefslogtreecommitdiff
path: root/x11/XF86Setup
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-31Fix build problem on systems without native X11 distribution e.g. usingtron1-1/+5
Xorg from "pkgsrc". Problem noted by Joerg Sonnenberger in private e-mail.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-02-20whitespace fixesgrant1-3/+3
2005-01-22Switch to Tcl/Tk-8.4.minskim3-12/+14
Bump PKGREVISION due to dependency changes.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
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-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-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-03Use new IMAKE_MAN_DIR variables in PLISTs to make these packages morejschauma2-4/+5
portable. Bump PKGREVISION accordingly.
2002-12-28Don't regard version mismatch as an error, skip it.uebayasi1-2/+2
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-22Apply mods from Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp) in PR 13380agc4-9/+38
to make XF86Setup work properly if xpkgwedge is installed.
2001-05-05Change DEPENDS from tcl-8.3.2nb1 to tcl>=8.3.2.jlam1-2/+2
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-30Refuse to build this package on XFree86 4.x systems.tron1-1/+13
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-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-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-30Adapt to tk-8.3.2.jwise3-12/+12
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-03-16touch -> ${TOUCH}wiz1-2/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-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-05reorder lines for pkglintwiz1-2/+3
2000-01-15Update "XF86Setup" package to version 3.3.6 based on XFree86 3.3.6 sources.tron2-4/+4
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-02Update "XF86Setup" package to version 3.3.5.tron2-4/+4
1999-07-09Add package patch checksum files.agc1-0/+5
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-15/+15
pattern match format. Minor pkglint along the way.
1999-04-27Update "XF86Setup" package to version 3.3.3.1a which includes "wsmouse"tron3-8/+9
support required for the NetBSD 1.4 release.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-22Update XF86Setup package to version included in XFree86 3.3.3.1 release.tron2-4/+6
1999-01-04These patches used HAVE_RESOLUTION_FIELD to work with both old and newerabs2-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-08Check for resolution and buttons fields in XF86MiscMouseSettings struct,agc4-2/+105
and don't try to set them if they don't exist.
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.agc1-0/+2
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+2
1998-06-28New "XF86Config" package: Graphical configuration tool for XFree86.tron6-0/+130