summaryrefslogtreecommitdiff
path: root/x11/xmx
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Rev the distfile patch:dholland4-65/+7
- 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
2013-02-26Fix return types.joerg3-1/+59
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-30pkglint.dholland1-3/+3
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 thedholland2-7/+7
Solaris build. PKGREVISION to 5 (not strictly necessary).
2011-10-06Roll all the pkgsrc patches (of which there were far too many, anddholland87-2282/+14
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 bugdholland11-49/+630
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-07-03add patch commentsdholland83-165/+332
2011-06-19Parallel builds fail on -current => MAKE_JOBS_SAFE=no.alnsn1-1/+2
2010-07-11Fix build with recent xextproto.dholland2-1/+17
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
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.dholland85-6/+1524
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
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-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.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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 distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-13Standardize version number: "xmx-2.1alpha.pl7" -> "xmx-2.1a7"tv1-1/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-02-05whitespace fixwiz1-1/+1
2000-01-21Initial import of xmx, the X11 Protocol Multiplexor, into the NetBSDagc5-0/+54
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.