summaryrefslogtreecommitdiffstats
path: root/x11/emu
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256pav2005-11-251-0/+1
|
* Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work whilekris2005-05-051-1/+2
| | | | package building
* - Try to unbreakpav2005-03-031-2/+3
|
* Partially fix package building by adding a dependency on Xvfb in thekris2005-01-011-2/+8
| | | | | | | PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-9/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Change BROKEN to IGNORE when no X session is present. Will only affectlinimon2004-05-161-1/+1
| | | | the build cluster.
* SIZEify.trevor2004-01-291-0/+1
|
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1
| | | | | | me@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix errors detected by bentoedwin2002-10-291-4/+6
| | | | | | | | (actually, XFree86-4 dependency fix) PR: ports/33826 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: Michael Elbel <Michael.Elbel@consol.de> (maintainer)
* include pre.mk for XFREE86_VERSION usage.sf2002-01-071-1/+3
| | | | Noticed by: Dan Langille <dan@langille.org>
* Include XFree86-4-clients for xrdb as necessary.will2002-01-071-0/+6
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+2
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-3/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* makefile's check for existance of DISPLAY only checked if the variabledbaker1999-07-231-3/+4
| | | | | was defined, and didn't not check the possibility of an empty DISPLAY, which was the cause of the packages building error.
* #4/4 enforcing Caps, no periodhoek1999-06-261-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
* Don't declare that read returns an int so this compiles on a -currentsteve1999-06-061-0/+11
| | | | box with egcs for archs where sizeof(ssize_t) != sizeof(int).
* Move manpages to Makefile and use MAN* macros.steve1998-10-052-2/+2
|
* Mark these ports broken if DISPLAY not set.asami1998-08-201-3/+4
|
* "all:" -> "all::" to make XFree86-3.3 config files happy.asami1997-06-121-0/+11
|
* Comment out IS_INTERACTIVE, only needs to connect to run xrdb.asami1997-03-061-2/+3
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-6/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Fix two emu problems:jkh1996-05-222-0/+86
| | | | | 1. Decorations disabled by default. 2. No-decoration case not properly handled in menus, resulting in seg fault.
* New Makefile structure, package name and pre-configure target.asami1995-04-111-8/+10
| | | | Submitted by: me
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-311-0/+1
|
* Add Michael Elbel as MAINTAINER of the ports he manages.jkh1995-03-291-0/+1
|
* Mark emu as an interactive port. It uses xrdb that fails without a validats1995-03-111-0/+1
| | | | DISPLAY variable that is normally not set if you run a "make BATCH=yes".
* Update to latest version.jkh1995-02-273-8/+13
| | | | Submitted by: me
* This doesn't like installing a manpage, so set NO_INSTALL_MANPAGESgpalmer1994-12-121-1/+2
|
* Several changes across all ports:jkh1994-09-141-2/+2
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Bring the emu port fully on line.jkh1994-09-144-1/+22
|
* Bring in the emu port. Package files to follow.jkh1994-09-131-0/+12
OpenPOWER on IntegriCloud