summaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Remove a MASTER_SITE that has local mods noone else has.steve2000-10-161-1/+0
|
* Fix misplaced README and share/doc/portoseguro directory.trevor2000-10-152-1/+3
|
* Support X11BASE properlyade2000-10-131-1/+1
| | | | | PR: 21619 Submitted by: Ports Fury (no response from maintainer)
* Update to 1.2.5ade2000-10-1315-129/+54
|
* Set PORTREVISION=3 (patch-l)jmz2000-10-131-1/+1
|
* Move man pages from manm to mann. Fix the missing install autoconf bug in areg2000-10-132-18/+18
| | | | more normal way.
* Submitted by: <dec@freebsd.org>dec2000-10-131-0/+25
| | | | | | | | | | Reviewed by: <jmz@freebsd.org> Approved by: <jmz@freebsd.org> Obtained from: XFree86 XFree86-4.0.1 has a driver error with a large number of Mach64 based cards that will cause errors of the form "unsupported XCLK 7". This patch, posted to the XPERT and newbies lists on XFree86.org by La france from ualberta.ca fixes this issue.
* Add the latest fixes to PATCHFILES (all related to the s3 driver)jmz2000-10-102-3/+9
| | | | | PATCH_DIST_ARGS had to be changed because one of the patchfiles has an incorrect path. This is ok as long as all patches touch files in xc/programs/
* Add ALL_TARGET to stop imake from trying to build dynamag.man.trevor2000-10-091-0/+1
| | | | Thanks again to Mike Meyer, for further testing.
* Add PortoSeguro, Felipe Bergo's dock.trevor2000-10-087-0/+66
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL asasami2000-10-083-4/+4
| | | | the second argument.
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
|
* Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is inasami2000-10-081-2/+2
| | | | the Makefile but doesn't exist.)
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-2/+2
|
* Rewrite the rule that was copying patch-kanji into ${PATCHDIR} whenasami2000-10-071-2/+1
| | | | | | | | KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES= extra-patch-kanji. (Actually, I'm not sure why KANJI is even needed when there exists a japanese/eterm which appears to be a newer version, but anyway.)
* Add NO_INSTALL_MANPAGES. Thanks to Mike Meyer for his report.trevor2000-10-061-0/+1
|
* NO_INSTALL_MANPAGE -> NO_INSTALL_MANPAGEStrevor2000-10-061-1/+1
|
* Implement USE_GNOME, part 2.reg2000-10-0512-86/+21
|
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-057-26/+43
|
* Implment WANT_GTK.reg2000-10-052-4/+31
|
* Implement USE_GTK, part 2.reg2000-10-057-17/+10
|
* Implement USE_GLIB.reg2000-10-051-8/+4
|
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-043-3/+3
| | | | directory.
* Add x11/dynamag, a magnifier which follows the pointer.trevor2000-10-046-0/+42
| | | | | PR: 21474 Approved by: will
* Requested-by: Greg Suttermurray2000-10-031-7/+8
| | | | Update description
* Update MASTER_SITESmurray2000-10-031-6/+7
|
* Maintainer is now a committer, update email accordinglylioux2000-10-033-3/+3
| | | | Approved by: will
* Change MAINTAINER for my ports.trevor2000-10-022-2/+2
| | | | Approved by: will
* Remove extra directory in the name of files to patch.jmz2000-10-011-4/+4
|
* A better patch for the mouse locking problem. The previous patch broke somejmz2000-09-302-33/+42
| | | | | | of the other mouse protocols. Submitted by: Sascha Blank <sblank@addcom.de>
* Don't try to package libOSMesa for FreeBSD versions < 4.1, since theyasami2000-09-292-3/+12
| | | | | | are skipped in the build. We can package XFree86-4-lib in 3-stable again! Reviewed by: maintainer
* FreeBSD specific hack -- prefer OSREL from the environment over whatasami2000-09-291-0/+22
| | | | | | | uname(3) says. This is necessary for cross-version chroot builds. Requested by: PW Submitted by: maintainer
* Chase new gnomeprintade2000-09-282-2/+2
|
* Update to 0.13 which supports Ruby 1.6.knu2000-09-283-24/+22
| | | | Sort PLIST.
* Update to 1.2.2.1ade2000-09-262-2/+2
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Remove ports/x11/gtik - it's now included into gnomeapplets.sobomax2000-09-261-1/+0
| | | | Submitted by: ade
* Remove scsh from "known shells".. it's not an interactive shell.ade2000-09-253-3/+3
| | | | Submitted by: nectar
* Add PORTREVISION= 1jmz2000-09-251-0/+1
|
* This fixes the nasty problem of the mouse locking if you toggle between Xjmz2000-09-251-0/+32
| | | | | | and a virtual terminal. Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
* Update to 1.2.2ade2000-09-2517-263/+698
|
* Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/localade2000-09-259-18/+30
| | | | | Original suggestion by: nectar Rewritten patch by: ade (so don't blame nectar for this!)
* Add PORTREVISION=1jmz2000-09-251-0/+1
|
* Fix compilation. There was an undefined variable.jmz2000-09-251-5/+7
|
* Some problems were discovered in X11 libraries which can cause DoS injmz2000-09-241-0/+556
| | | | | | | | | libICE and xdm. Also some potiential buffer overflow may occur in XKB options parsing (although they can't be exploited in OpenBSD's default setup where the X servers are not setuid). This patch fixes all these problems. Submitted by: kris
* Fix PLIST bogons.will2000-09-238-40/+0
| | | | Submitted by: onigiri
* Depend on right file for py-gnome (version change).asami2000-09-222-2/+2
| | | | Submitted by: bento
* Make life of maintainers of various XFree ports a bit easier by movingsobomax2000-09-217-34/+14
| | | | | | | | | | | | | MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit.
OpenPOWER on IntegriCloud