Commit graph

255 commits

Author SHA1 Message Date
FUJISHIMA Satsuki
10427f3863 o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2001-03-29 12:04:27 +00:00
FUJISHIMA Satsuki
984a75e189 update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).

PR:		24338(4.0.2)
Submitted by:	maintainer, keith
2001-03-25 23:04:52 +00:00
Jimmy Olgeni
ffaff2994b Convert more spaces into tabs in ports/x11-servers. 2001-02-05 21:09:10 +00:00
Jimmy Olgeni
e65064bc02 Remove blank line from files/patch-ad to make portlint happy. 2001-02-04 21:14:26 +00:00
Jimmy Olgeni
3e864278c5 Use proper capitalization (freebsd.org -> FreeBSD.org)
Noted by: sobomax
2001-01-24 12:43:14 +00:00
Jimmy Olgeni
332200153a Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) 2001-01-24 12:05:15 +00:00
Will Andrews
5ccbc2a8ac Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
2001-01-16 19:08:45 +00:00
Akinori MUSHA
681877fb30 Merge the patches that were added to x11/XFree86 in these several
months.  This should fix the build on 5-CURRENT and help some video
chips.  See x11/XFree86's history for details.

Approved by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> (MAINTAINER)
2000-12-26 03:24:38 +00:00
Ade Lovett
0de2b40220 A whole bunch of updates from the new maintainer:
* install startup file
  * create TrueType directory
  * add new --notcp option (from ports/21957) and document it

See PR for complete details

PR:		22946
Submitted by:	maintainer
2000-11-18 23:45:17 +00:00
Maxim Sobolev
3ee7f1248c Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-16 08:45:37 +00:00
Satoshi Asami
9e63507b36 Comment out whole pre-everything: target that doesn't do anything now,
it gets "Inconsistent operator for pre-everything" error on some systems.

Reported by:	"Dan Langille" <dan@langille.org>
2000-11-03 21:28:47 +00:00
Satoshi Asami
08882f6b5f Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don't
install server with setuid bit.  Various fixed from XFree86-4 port.

Submitted by:	taguchi@tohoku.iij.ad.jp (XFree86-4-* maintainer)
2000-11-03 11:08:12 +00:00
Maxim Sobolev
f87bdccd3b Reassign maintainership to ports@FreeBSD.org to make clear that new maintainer
wanted.

Submitted by:	previous maintainer
2000-11-02 15:43:44 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
1e981237af ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the arguments
anyway but I'm giving it the requisite two arguments.
2000-10-08 09:18:03 +00:00
Satoshi Asami
d5b54d0869 Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Satoshi Asami
64f455eadb Take out @dirrm of lib/modules/codeconv -- this directory exists in
BSD.x11-4.dist.

Submitted by:	onigiri
2000-09-24 06:17:41 +00:00
Satoshi Asami
be643f0aaf Don't install imake config files which will overwrite XFree86 versions
and will thus screw up XFree86 when you pkg_delete this port.

Submitted by:	reg
2000-09-22 07:29:58 +00:00
Maxim Sobolev
ae43fe0112 Use MASTER_SITE_XFREE. 2000-09-21 08:46:02 +00:00
Satoshi Asami
d9fbf62bdc Remove HTML manpages, this is done from bsd.port.mk now.
Approved by:	maintainer
2000-09-13 10:54:21 +00:00
Satoshi Asami
945bc124d1 Don't leave the bin/X symlink dangling around if we can't find an
appropriate server to point to.

Submitted by:	imura
Approved by:	maintainer
2000-09-13 07:58:32 +00:00
Ade Lovett
6471b3d417 Add x2vnc, a program that merges the capabilities of x2x and
vncviewer, allowing X and VNC displays to be joined together.
2000-09-12 19:50:22 +00:00
Satoshi Asami
2e3b414a4c Don't need to @dirrm lib/modules/codeconv, it's in the mtree file.
Submitted by:	obento
2000-09-12 12:33:38 +00:00
Satoshi Asami
f26ed95970 MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=
to define a variable that is defined only once.  Remove do-install
target which was doing "make install install.man" which is the default
anyway.
2000-09-08 10:43:39 +00:00
Satoshi Asami
7fdd5c3edc Don't need to list html man pages, bsd.port.mk will do it automatically. 2000-09-08 10:42:26 +00:00
Satoshi Asami
60ff361805 Add x2x.
Submitted by:	bento
2000-09-08 10:37:26 +00:00
Satoshi Asami
89ca7e1739 Add newline to end of file. 2000-09-08 10:36:49 +00:00
Satoshi Asami
e9c8b285ce Both of the below are
Submitted by:	maintainer

(1) Respect CFLAGS when compiling shared libraries and servers.
    (imake-4, XFree86-4-libraries)
Reported by:	asami

(2) Do not redefine list of supported cards, and support architectures
    other than i386 better.
    (imake-4, XFree86-4-Server)
2000-09-07 00:03:49 +00:00
Satoshi Asami
3efa98060a Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does not
imply the existence of xmkmf in XFree86-4.
2000-09-06 02:00:29 +00:00
Greg Lehey
43d4ec4076 Initial import of x2x.
Obtained from:	 David Chaiken <chaiken@pa.dec.com>

x2x allows the keyboard and mouse on one ("from") X display to be used
to control another ("to") X display.  Since x2x uses the XTEST
extension, the "to" X display must support XTEST.

In the default interface, x2x puts a window on the "from" display.
This window is labeled with the name of the "to" display.  Keystrokes
typed into this window go to the window on the "to" display that has
the input focus.  Clicking on the x2x window causes the mouse on the
"from" display to control the cursor on the "to" display.  Perform-
ing a subsequent multiple button click on the "to" display returns
control to the "from" display.

If the -east or -west options are specified on the command line, x2x
starts up with a different interface.  When the mouse moves to the
(east or west) side of the default screen on the "from" display, the
cursor slides over to the "to" display.  When the mouse returns to to
side of the "to" display that it entered, it slides back onto the
"from" display.
2000-09-03 08:06:08 +00:00
Satoshi Asami
da923f1dc1 Add missing manpages and html documents. (Hmm, duplicates....) 2000-08-25 22:29:40 +00:00
Satoshi Asami
a7c3e76c48 Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING).
Also change pre-fetch to pre-everything.

Reported by:	freshports
2000-08-25 10:54:49 +00:00
Satoshi Asami
036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00
Satoshi Asami
7739e398c1 Add missing imake config files.
Submitted by:	bento
2000-08-12 18:28:51 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Steve Price
dd9e75d1aa From submitter:
xfstt core dumps at times, especially when trying to serve the
        regular "Courier New" font (COUR.TTF).  As a result, X clients
        trying to set the font will hang, and killing the hung clients
        brings down X.

        The problem is that xfstt calls realloc(), through its #define
        shrinkMem(), but neglects to adjust a pointer that used to
        point to memory within the old block.  A subsequent copying of
        that pointer then merrily SIGSEGV's the code.

PR:		19716
Submitted by:	Chan Tur Wei <twchan@singnet.com.sg>
2000-07-07 16:22:34 +00:00
Akinori MUSHA
c554962384 Update the base XFree86 to 3.3.6.
PR:		ports/19372
Submitted by:	Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
2000-06-22 13:19:33 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Satoshi Asami
68b9360ed0 Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrm
etc.) but I added five .o files to Server.

When we move to these ports as default, BSD.x11.dist will be changed so
we can get rid of all the @dirrm's.

Submitted by:	bento
2000-06-09 20:49:12 +00:00
Satoshi Asami
0333b361af Add x11-fonts as a secondary category -- this is a server, but it
deals with fonts.
2000-06-09 19:54:14 +00:00
Kris Kennaway
256c5e0c0f Correct typo
Submitted by:	asami
2000-06-09 08:35:01 +00:00
Kris Kennaway
29b550ae2e Note the possible insecurity of this port. 2000-06-09 06:55:56 +00:00
Satoshi Asami
3103ffad6e Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by:			taguchi@tohoku.iij.ad.jp
Approved (in spirit) by:	jmz (XFree86 port maintainer)
2000-06-08 10:42:32 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Kris Kennaway
932a50a504 Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.
I've tried *multiple* times to talk to an XFree86 developer about the
problem, but they haven't deigned to respond to me.
2000-04-30 08:21:56 +00:00
Jean-Marc Zucconi
8e7574cc62 Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build. 2000-04-16 03:30:37 +00:00
Chris Piazza
fe5426321a Update to use PORTNAME/PORTVERSION 2000-04-13 19:19:05 +00:00