summaryrefslogtreecommitdiff
path: root/x11-servers/XttXF86srv-common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As announced 2 months ago, remove these deprecated or broken ports.Kris Kennaway2004-04-1177-3419/+0
| | | | Notes: svn path=/head/; revision=106706
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+8
| | | | Notes: svn path=/head/; revision=105747
* Mark as deprecated: either fails to fetch, and has done so for some time;Mark Linimon2004-02-171-0/+2
| | | | | | | | | | | | | | | | | | | and/or fails to build; and/or the maintainer has recommended that the ports are obsolete and should be deleted. In each of these cases, the port has been in trouble for quite some time. The deprecation date is set for April 09, 2004, except for a very few ports that are in really bad shape (or the maintainer has recommended deletion), in which case they are set for March 09, 2004. If anyone wants to keep these ports in the ports collection, now is the time to step up and fix them. PR: ports/62575 No objection: freebsd-ports, 10 days Notes: svn path=/head/; revision=101176
* FORBIDDEN: Broken pkg-plistKris Kennaway2004-02-161-4/+2
| | | | Notes: svn path=/head/; revision=101104
* BROKEN on 5.x: does not compileKris Kennaway2004-02-081-0/+4
| | | | Notes: svn path=/head/; revision=100328
* De-pkg-comment.Akinori MUSHA2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76045
* Chase location of freetype1 includes to unbreak build. This fixes theKris Kennaway2002-04-272-0/+22
| | | | | | | 29 xtt packages. Notes: svn path=/head/; revision=58215
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-1/+1
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53961
* Merge the patches that were added to x11/XFree86 in these severalAkinori MUSHA2000-12-267-5/+318
| | | | | | | | | | 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) Notes: svn path=/head/; revision=36356
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-081-1/+1
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* Take out @dirrm of lib/modules/codeconv -- this directory exists inSatoshi Asami2000-09-241-1/+0
| | | | | | | | | BSD.x11-4.dist. Submitted by: onigiri Notes: svn path=/head/; revision=33062
* Don't install imake config files which will overwrite XFree86 versionsSatoshi Asami2000-09-222-6/+15
| | | | | | | | | and will thus screw up XFree86 when you pkg_delete this port. Submitted by: reg Notes: svn path=/head/; revision=32980
* Use MASTER_SITE_XFREE.Maxim Sobolev2000-09-211-2/+2
| | | | Notes: svn path=/head/; revision=32924
* Don't need to @dirrm lib/modules/codeconv, it's in the mtree file.Satoshi Asami2000-09-121-1/+0
| | | | | | | Submitted by: obento Notes: svn path=/head/; revision=32547
* Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does notSatoshi Asami2000-09-061-2/+6
| | | | | | | imply the existence of xmkmf in XFree86-4. Notes: svn path=/head/; revision=32326
* Add missing imake config files.Satoshi Asami2000-08-121-13/+22
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31580
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Update the base XFree86 to 3.3.6.Akinori MUSHA2000-06-2233-44/+1118
| | | | | | | | PR: ports/19372 Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer) Notes: svn path=/head/; revision=29778
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29614
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+2
| | | | Notes: svn path=/head/; revision=27433
* Pes a update patch for x11-servers/XttXF86srv-common.Vanilla I. Shu2000-01-022-0/+300
| | | | | | | | | | | | (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 Notes: svn path=/head/; revision=24346
* Update to X-TT 1.3R. Imura1999-12-105-43/+56
| | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=23718
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Fix the xtt distribution master site and clean up someChris Piazza1999-07-221-6/+6
| | | | | | | | | | portlint warnings. PR: 12620 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer Notes: svn path=/head/; revision=20306
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-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 Notes: svn path=/head/; revision=19804
* Updated checksum.Satoshi Asami1999-05-301-1/+1
| | | | | | | | PR: 11924 Submitted by: taguchi@tohoku.iij.ad.jp Notes: svn path=/head/; revision=19128
* Alpha doesn't have JoystickSupport.Hidetoshi Shimokawa1999-04-291-1/+1
| | | | Notes: svn path=/head/; revision=18186
* Updated to version 1.2.1Satoshi Taoka1999-04-023-33/+44
| | | | | | | | PR: ports/10814 Submitted by: maintainer Notes: svn path=/head/; revision=17559
* Two more patches that were not intended for commit.Satoshi Asami1999-03-191-3/+3
| | | | Notes: svn path=/head/; revision=17305
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-3/+3
| | | | | | | | | | | | | | | | | | | ${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. :) Notes: svn path=/head/; revision=17053
* Correct pkg/PLIST, maintainer forgot to add some entry.Vanilla I. Shu1999-01-171-0/+3
| | | | Notes: svn path=/head/; revision=16099
* Oops, forgot to add this file. Please mention additions in PRs please!Satoshi Asami1999-01-151-0/+23
| | | | Notes: svn path=/head/; revision=16072
* Submitted by: maintainerSatoshi Asami1999-01-154-32/+66
| | | | | | | | | | | | 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 ;-) Notes: svn path=/head/; revision=16063
* Activate RUN_DEPENDS to mkttfdir.SADA Kenji1999-01-041-2/+2
| | | | | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15827
* I've forgotton a file: host.def.XF86_3DLabs .SADA Kenji1999-01-031-0/+23
| | | | Notes: svn path=/head/; revision=15805
* Fix for 3DLabs server's build.SADA Kenji1999-01-033-46/+53
| | | | | | | | Make keep once presented options "SHARE_WRKSRC". Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> (maintainer) Notes: svn path=/head/; revision=15804
* Update to 1.1SADA Kenji1999-01-0220-144/+166
| | | | | | | | PR: ports/9242 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=15773
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15309
* Add PC98 support.Jun Kuriyama1998-12-0530-2/+352
| | | | | | | | PR: ports/8537 Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15119
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-3/+1
| | | | | | | | 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.) Notes: svn path=/head/; revision=14974
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Unbreak for ELF.Steve Price1998-10-223-6/+11
| | | | | | | | PR: 8390 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=14154
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=14012