aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xmove
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with clang [1]ak2013-09-305-3/+20
| | | | | | | | - Support STAGEDIR - Rename patches PR: ports/182130 [1] Submitted by: Stefan `Sec` Zehl <sec@42.org> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* Convert to USES=imakebapt2013-06-291-6/+2
| | | | | | Trim headers Convert emu to USES=display Remove indefinite article
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [PATCH] x11/xmove: small portlintedwin2006-04-141-1/+0
| | | | | | | | | WARN: Makefile: since you already have USE_IMAKE, you don't need USE_X_PREFIX, so drop USE_X_PREFIX PR: ports/94783 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o copying files/Imakefile instead of Makefile to make USE_IMAKE working.sf2001-03-143-15/+13
| | | | | | o making/installing html manpages. o replace magic number with macro in DISTNAME. o move post-extract to post-patch to get as-is distfile after make extract.
* o Add missed USE_IMAKE;sobomax2001-03-142-2/+7
| | | | | | | | o fix manpage problem with XFree86-4; o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy. PR: 25670 Submitted by: maintainer
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Remove x11 manpages. This would be the end of it, but some foolshoek1998-08-201-2/+0
| | | | thought it necessary to five new categories from one. ;-)
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* ${CP} -> ${INSTALL_MAN} and change a multi-source copy to a .for loop soasami1998-04-211-4/+5
| | | | | the contents of MAN1 doesn't have to be repeated twice. Move MAN1 up to the variables' section.
* Import of xmove, an X11 proxy (like lbx) that allows suspending,mph1998-04-198-0/+203
resuming, and moving clients (presumably like screen(1)). PR: 5503 Submitted by: Stefan `Sec` Zehl <sec@42.org>