summaryrefslogtreecommitdiff
path: root/x11/xmx/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Rev the distfile patch:dholland1-3/+3
- remove references to <malloc.h>, which failed the build in MacOS - silence a bunch more compiler warnings - don't use index() - roll in the two current pkgsrc patches - some tidyup PKGREVISION -> 7
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-03Drop dependency on libXp (from Imake)obache1-4/+2
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-04-16Rev the patchkit to remove a use of sys_nerr that tripped up thedholland1-3/+3
Solaris build. PKGREVISION to 5 (not strictly necessary).
2011-10-06Roll all the pkgsrc patches (of which there were far too many, anddholland1-2/+6
none pkgsrc-specific) into a distfile jumbo patch. Sort the PLIST. While this is not supposed to change the resulting package, bump the PKGREVISION as a precaution and to make sure the build with the patch gets tested properly.
2011-09-19Fix up a bunch of clang warnings and errors. This includes some bugdholland1-2/+2
fixes, because clang found a couple things that were decidedly wrong/broken; therefore PKGREVISION -> 3. This package has too many patches (it only looks like a moderate number compared to xview) and many/most of them should be rolled into a jumbo patch and posted as a distfile. One of these years...
2011-06-19Parallel builds fail on -current => MAKE_JOBS_SAFE=no.alnsn1-1/+2
2009-01-18Needs libXp.joerg1-1/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-08-31Fix the "minor PLIST problems" and unmark this as only for SunOS.dholland1-2/+9
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
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-1/+2
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo1-2/+1
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.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-13Standardize version number: "xmx-2.1alpha.pl7" -> "xmx-2.1a7"tv1-1/+2
2000-01-21Initial import of xmx, the X11 Protocol Multiplexor, into the NetBSDagc1-0/+15
packages collection. From the homepage: XMX provides a WYSIWIS (What You See Is What I See) environment; it paints the same graphics on all participating displays. The shared client applications appear to each participant in a virtual root window which is subject to local window management. In this way, the shared X session coexists with each user's private X session.