Commit Graph

45 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Chris Piazza
dc0a03c770 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:53:10 +00:00
Vanilla I. Shu
5dc8263b53 Pes a update patch for x11-servers/XttXF86srv-common.
(1) Xtt does not handle "host.def.local" file.
(2) Fix: xfs uninitialized variable.
(3) Fix: Big5 mapping probrem.

Submitted by:	maintainer
Reviewed by:	ports/15818
2000-01-02 08:29:22 +00:00
R. Imura
95156a736e Update to X-TT 1.3
* update X-TT 1.2 to 1.3. This means many enhancements.
 * include fix BROKEN BIG5 probrem (Thanks,  Mr. Clive Lin)
 * modify USE_SHARED_WRKSRC, This means more faster compile.

PR:		15388
Submitted by:	Maintainer
1999-12-10 07:19:42 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Chris Piazza
41dbc3bbf5 Fix the xtt distribution master site and clean up some
portlint warnings.

PR:		12620
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer
1999-07-22 03:59:04 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Satoshi Asami
4ea3dac242 Updated checksum.
PR:		11924
Submitted by:	taguchi@tohoku.iij.ad.jp
1999-05-30 23:02:58 +00:00
Hidetoshi Shimokawa
62b6893b62 Alpha doesn't have JoystickSupport. 1999-04-29 12:20:53 +00:00
Satoshi Taoka
c5b90c2f7a Updated to version 1.2.1
PR:		ports/10814
Submitted by:	maintainer
1999-04-02 08:28:58 +00:00
Satoshi Asami
6d6904fd24 Two more patches that were not intended for commit. 1999-03-19 22:38:55 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
Vanilla I. Shu
2c50a7e851 Correct pkg/PLIST, maintainer forgot to add some entry. 1999-01-17 12:52:48 +00:00
Satoshi Asami
14d4b937c9 Oops, forgot to add this file. Please mention additions in PRs please! 1999-01-15 21:34:27 +00:00
Satoshi Asami
705b1d248d Submitted by: maintainer
PR:		9513

following is a update patch for ${PORTSDIR}/x11/Xtt* ports.
(1) Now, We use XFree86 3.3.3.1 rather than 3.3.3.
(2) update to Xtt1.1pl05. It includes some Windowz encoding.
(3) more simple XttXF86srv-common/Makefile ;-)
1999-01-15 09:49:46 +00:00
SADA Kenji
d81492235d Activate RUN_DEPENDS to mkttfdir.
Submitted by:	TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
1999-01-04 20:42:33 +00:00
SADA Kenji
82c94f07c3 I've forgotton a file: host.def.XF86_3DLabs . 1999-01-03 18:53:05 +00:00
SADA Kenji
a42da94e5f Fix for 3DLabs server's build.
Make keep once presented options "SHARE_WRKSRC".
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> (maintainer)
1999-01-03 18:49:58 +00:00
SADA Kenji
7b0c690b8a Update to 1.1
PR:		ports/9242
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1999-01-02 19:11:13 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +00:00
Jun Kuriyama
2ef96d0f78 Add PC98 support.
PR:		ports/8537
Submitted by:	NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
1998-12-05 06:12:17 +00:00
Satoshi Asami
555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Steve Price
b932e2d3d2 Unbreak for ELF.
PR:		8390
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-10-22 00:25:57 +00:00
Justin M. Seger
5ec6724857 Mark BROKEN for ELF:
Creating package /usr/ports/packages/All/xtt-common-1.0.tgz
Registering depends: freetype-1.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/xtt-common-1.0.tgz'
tar: can't add file lib/modules/codeconv/BIG5.so : No such file or directory
tar: can't add file lib/modules/codeconv/GB2312.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_1.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_10.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_15.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_2.so : No such file or director
1998-10-15 01:18:23 +00:00
Steve Price
50d947fe58 Update maintainer's Email address and update to version 1.0pl00.
PR:		8198
Submitted by:	maintainer
1998-10-10 04:22:12 +00:00
Satoshi Asami
f20a1963a7 Prepend ${WRKDIRPREFIX} to WRKDIR definitions. 1998-10-08 23:52:03 +00:00
Satoshi Asami
5d9c9602fa freetype (libttf) is now converted to ELF. 1998-09-21 08:41:46 +00:00
Satoshi Asami
12541679f4 PR: 7794
Submitted by:	maintainer

1. Xtt X True Type Server has been updated to 1.0.
   Now it supports KOI-8 and many ISO-8859-* TrueType fonts.
2. Old version in ports-current has following probrems.
* All packages has same contents. this means all packages are broken.
* incorrect PKGNAME
* incorrect place for documents. it should be share/doc/. not lib/X11/doc/...
* incorrect spelling
1998-09-01 13:41:11 +00:00
Jun Kuriyama
6e89d01001 Common files for X True Type Servers.
PR:		ports/7074 (partial)
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:04:09 +00:00