aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-PrintServer
Commit message (Collapse)AuthorAgeFilesLines
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-112-1/+6
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Upgrade to XFree86 4.5.0.Dejan Lesjak2005-06-153-25/+13
| | | | | | | | | | | | | | | | | | | | | Ports changes: - Drop dependency on x11/wrapper. X server already contains this code (programs/Xserver/os/utils.c rev. 3.58). - Install default SecurityPolicy with XFree86-4-libraries, thus avoiding plists and who-owns-what complications between different fooServer ports. Copy default file to real one if that doesn't exist and remove both upon uninstall if they are the same. - Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since couple of ports break with this change (devel/imake-4/files/patch-Imake.rules) - Add grehans patches for PPC [1] - Several of directories that were previously in /etc/mtree/BSD.x11-4.dist were moved to respective ports pkg-plists PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356 Notes: svn path=/head/; revision=137466
* Bump PORTREVISION, since html manpages are no longer built/installedDejan Lesjak2004-12-231-0/+1
| | | | | | | and that changes packaging content. Notes: svn path=/head/; revision=124897
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-231-0/+1
| | | | | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more) Notes: svn path=/head/; revision=124866
* Update XFree86 clients to 4.4 release. Release notes are available atJoe Marcus Clarke2004-08-102-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.xfree86.org/4.4.0/RELNOTES.html PR: ports/67733 imake ports/67508 libraries ports/67510 clients ports/67513 server ports/67776 100dpi fonts ports/67777 75dpi fonts ports/67778 cyrillic fonts ports/67779 default bitmap fonts ports/67781 font encodings ports/67783 scalable fonts ports/67784 font server ports/67785 XFree86 meta-port ports/67775 documents ports/67786 manpages ports/67787 nest server ports/67788 print server ports/67789 virtual framebuffer server ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files) ports/44252 (XFree86-4-Server port removes/overwrites config files) Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si) Additional changes by: anholt Jung-uk Kim (jkim AT niksun DOT com) arved Tested by: pointyhat linimon Notes: svn path=/head/; revision=115778
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+5
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Register new CONFLICTS.Eric Anholt2004-06-191-0/+2
| | | | Notes: svn path=/head/; revision=111787
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+4
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.Eric Anholt2003-11-121-1/+1
| | | | Notes: svn path=/head/; revision=93774
* Fixes for potential integer overflows in font libraries.Eric Anholt2003-09-031-0/+1
| | | | | | | Obtained from: XFree86 CVS Notes: svn path=/head/; revision=88457
* [1] Make the HTML manpages get put into the packages again.Eric Anholt2003-05-141-8/+0
| | | | | | | | | | | | | [2] Check that XFREE86_VERSION=4 is set when building, rather than setting it. [3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc [4] Make the XFree86-4-Server port not install libXfont.so. [5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig [6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads. Submitted by: [5,6] Ports Fury Notes: svn path=/head/; revision=80962
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-113-47/+41
| | | | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr Notes: svn path=/head/; revision=77104
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* [1] Fix missing symbols in i810 driverEric Anholt2003-01-242-3/+3
| | | | | | | | | | | | | | [2] Fix xdm on Alpha by using NetBSD's version of Wraphelp.c [3] Report buttons 7 and when using sysmouse protocol [4] Fix missing symbols in r128 driver. [5] Reset /usr/X11R6/bin/X to Xwrapper-4 after install if Xwrapper-4 exists. PR: [1] i386/44203 [2] ports/43664 [3] ports/43232 Notes: svn path=/head/; revision=73898
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.Eric Anholt2002-10-173-14/+12
| | | | | | | | | | [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369 Notes: svn path=/head/; revision=68192
* Update XFree86 Servers ports to 4.2.1 + the second SHM security fix (forEric Anholt2002-09-192-4/+19
| | | | | | | XFree86-4-Servers, this fixes the case where the X Server is started by xdm). Notes: svn path=/head/; revision=66685
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:Eric Anholt2002-09-182-6/+7
| | | | | | | | | | | - Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building) Notes: svn path=/head/; revision=66552
* gzip Wraphelp.c and put it in local_distfiles, to help users having troublesEric Anholt2002-08-022-9/+8
| | | | | | | | | | | downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor) Notes: svn path=/head/; revision=63862
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).Eric Anholt2002-07-182-36/+9
| | | | | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des Notes: svn path=/head/; revision=63216
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onEric Anholt2002-07-141-1/+2
| | | | | | | | | | | -current, fix the DRI with Wine, update the config files for the X ports, and fix many of them to allow continuing of the X build after interruption (it used to clean and rebuild). Approved by: will, des (mentor) Notes: svn path=/head/; revision=62945
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews2002-03-162-21/+11
| | | | | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core Notes: svn path=/head/; revision=56229
* configure exits with error ifFUJISHIMA Satsuki2002-01-061-12/+20
| | | | | | | | | - USA_RESIDENT=YES and - imake-4 assumes HasXdmAuth=YES and - Wraphelp.c can't be found. Notes: svn path=/head/; revision=52671
* o pre-fetch: -> pre-everything::FUJISHIMA Satsuki2002-01-061-5/+4
| | | | | | | | o ECHO -> ECHO_MSG o add comments. Notes: svn path=/head/; revision=52668
* pass HasXdmAuth to configure script.FUJISHIMA Satsuki2002-01-061-0/+1
| | | | Notes: svn path=/head/; revision=52662
* Fix long-standing bug of this ports: support HasXdmAuth correctly.FUJISHIMA Satsuki2001-12-152-0/+19
| | | | | | | | | | | | | | | | | | Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local ${DISTDIR}. devel/imake-4: rip off meaningless existent check for Wraphelp.c. x11/XFree86-4-libraries: imake-4 change affects libXdmcp.a. ++REVISION. x11/XFree86-4-clients: xdm and chooser depends on libXdmcp.a. ++REVISION. x11-servers/XFree86-{Nest,Print,Server,VFB}: add Wraphelp.c retrieval code. depends on libXdmcp.a. ++REVISION. Reported by: Alan Eldridge <alane@geeksrus.net> Reviewed by: maintainer Notes: svn path=/head/; revision=51544
* Get rid of 'X11R6.4' from pkg-comment.FUJISHIMA Satsuki2001-06-161-1/+1
| | | | | | | XFree86-4.1.0 is based on X11R6.5.1. Notes: svn path=/head/; revision=44077
* update to 4.1.0.FUJISHIMA Satsuki2001-06-124-12/+8
| | | | | | | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. note: DRI modules would not build. They are borken for FreeBSD. Reviewed by: maintainer Notes: svn path=/head/; revision=43904
* o fix MASTER_SITE_SUBDIR.FUJISHIMA Satsuki2001-03-291-1/+1
| | | | | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=40526
* update to 4.0.3.FUJISHIMA Satsuki2001-03-253-11/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=40377
* 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
* Use MASTER_SITE_XFREE.Maxim Sobolev2000-09-211-5/+2
| | | | Notes: svn path=/head/; revision=32924
* Remove HTML manpages, this is done from bsd.port.mk now.Satoshi Asami2000-09-131-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32576
* Add missing manpages and html documents. (Hmm, duplicates....)Satoshi Asami2000-08-252-0/+4
| | | | Notes: svn path=/head/; revision=31981
* Update to 4.0.1. Remove libraries from -clients. Try to extractSatoshi Asami2000-08-252-22/+22
| | | | | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer Notes: svn path=/head/; revision=31962
* Split up XFree86-4 into several pieces. Pretty green, please test with care.Satoshi Asami2000-06-086-0/+122
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer) Notes: svn path=/head/; revision=29389