CVS log for ports/x11-servers/XFree86-4-Server/Attic/Makefile
Up to [FreeBSD] / ports / x11-servers / XFree86-4-Server
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.175
Fri Mar 7 21:47:44 2008 UTC (3 years, 11 months ago) by flz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.174: +1 -1 lines
Remove support for XFree8-4. From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Sep 13 19:44:54 2007 UTC (4 years, 4 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +3 -0 lines
- Update X.org ports to 7.3. - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Revision 1.173: download - view: text, markup, annotated - select for diffs
Sat May 19 20:29:45 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.172: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:54:52 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +0 -0 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.171: download - view: text, markup, annotated - select for diffs
Sat Aug 26 04:09:21 2006 UTC (5 years, 5 months ago) by lesi
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +1 -1 lines
Fix crash by bad pcf font. Obtained from: XFree86 CVS Security: CVE-2006-3467
Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Nov 11 22:16:13 2005 UTC (6 years, 2 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +3 -1 lines
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.
Add SHA256.
Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Sep 20 19:26:47 2005 UTC (6 years, 4 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -1 lines
Fix the fix for CAN-2005-2495. Obtained from: XFree86 CVS
Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Sep 12 14:21:39 2005 UTC (6 years, 4 months ago) by lesi
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +1 -1 lines
Fix integer overflow when allocating large pixmaps. (Freedesktop.org bug #594) Obtained from: Red Hat via simon Security: CAN-2005-2495
Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Jun 20 18:30:38 2005 UTC (6 years, 7 months ago) by lesi
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +14 -10 lines
- Install X server setuid root by default, and provide a switch NO_SUID_XSERVER to disable this. The end result is same as it was before with x11/wrapper installed as the code from there is included in X server. It is also the same as xorg-server port does (from which this changes were taken). This should conclude removal of dependency on x11/wrapper from meta port for above reasons. [1] - (patch-bsdResource.c) Correct the ranges of the bus resource windows on sparc64. This makes PCI video cards work that hang off directly from the Host-to-PCI bridge in machines like the Blade 100. [2] - (patch-HALlib_bindings.c patch-mga_driver.c) Revert the MGA HALlib MGASetDisplayStart interface back to HALSetDisplayStart (taken from upstream CVS) [3] Noticed by: (bugsgrief at bugsgrief.net) [1] Submitted by: marius [2] Reported and tested by: Steven Friedrich (FreeBSD at InsightBB.com) [3]
Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Jun 15 02:40:02 2005 UTC (6 years, 7 months ago) by lesi
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +24 -24 lines
Upgrade to XFree86 4.5.0. 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
Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Feb 16 03:54:15 2005 UTC (6 years, 11 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +53 -51 lines
- Grab a fix for ati driver panel mode decoding from Marc La France. [1] - Install driver manpages with 'x' postfix so the ones that clash with FreeBSD ones are easier to obtain. [2] - Fix plist. PR: ports/25576 [2] Obtained from: XFree86 CVS [1] Reported and tested by: julian [1]
Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Dec 23 03:40:19 2004 UTC (7 years, 1 month ago) by lesi
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +3 -3 lines
Depend on xfree86-dri rather than dri. Also depend on it on amd64.
Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Nov 11 19:40:19 2004 UTC (7 years, 2 months ago) by lesi
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +2 -2 lines
Enable use of cirrus driver on NEC PC-9821 with CLGD755x. Patch was submitted by Satoshi Kimura to both x11@freebsd.org and XFree86. It is already in XFree86 CVS (Changelog #125) so the diff was taken from there. Also install two files with Japanese documentation. Submitted by: Satoshi Kimura
Revision 1.162: download - view: text, markup, annotated - select for diffs
Sun Sep 26 14:14:59 2004 UTC (7 years, 4 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +1 -1 lines
Fix behaviour of keyboard under pc98 where keycodes differ from i386. [1] Fix behaviour of keyboard under sparc64, where keycodes were off by one (i.e., when pressing 'd' on keyboard, server would get code for 'f'). [2] PR: ports/71937 [1] Submitted by: Satoshi Kimura [1], marius [2] Approved by: portmgr (linimon), mentor (anholt)
Revision 1.161: download - view: text, markup, annotated - select for diffs
Thu Sep 2 21:34:24 2004 UTC (7 years, 5 months ago) by lesi
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +1 -1 lines
Fix problem with XVideo (insufficient resources for operation). PR: ports/70317 Approved by: anholt (mentor) Obtained from: Free Desktop.Org Bugzilla #474
Revision 1.160: download - view: text, markup, annotated - select for diffs
Tue Aug 31 00:34:39 2004 UTC (7 years, 5 months ago) by lesi
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -1 lines
Fix missing symbol with SiS driver. PR: ports/69790 Submitted by: Andreas Kohn (andreas AT syndrom23.de) Approved by: anholt (mentor)
Revision 1.159: download - view: text, markup, annotated - select for diffs
Sat Aug 21 05:16:12 2004 UTC (7 years, 5 months ago) by lesi
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +6 -3 lines
Fix PLIST_SUB variables in amd64 and i386 cases to generate proper plist and thus include all drivers in package. Bump PORTREVISION, since package contents changed. PR: ports/70589 Approved by: anholt (mentor)
Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Aug 10 01:29:20 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +60 -48 lines
Update XFree86 clients to 4.4 release. Release notes are available at 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
Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Jul 23 19:10:25 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +4 -0 lines
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
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)
Revision 1.156: download - view: text, markup, annotated - select for diffs
Mon May 10 05:42:11 2004 UTC (7 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +2 -0 lines
Register CONFLICTS on xorg-server.
Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:54:20 2004 UTC (7 years, 11 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -1 lines
. Build and install the SiS driver on the Alpha. I've had this patch in my tree for quite some time, and it builds and installs correctly. An earlier version (4.2) ran on a DS10 with a SiS card we had at work, but I no longer have access to that machine to test 4.3. Despite that, I think this is worth putting in.
Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Feb 12 20:15:53 2004 UTC (7 years, 11 months ago) by des
Branches: MAIN
CVS tags: RELEASE_5_2_1
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2 lines
Fix several buffer overflow issues in the fontpath handling code. Remove an earlier patch which only partially addressed these issues. Approved by: so
Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Feb 9 12:02:33 2004 UTC (8 years ago) by des
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +38 -14 lines
Fix buffer overflow in font alias handling code. Approved by: so
Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Nov 25 08:56:30 2003 UTC (8 years, 2 months ago) by jake
Branches: MAIN
CVS tags: RELEASE_5_2_0
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -1 lines
Fix XFree86-4-FontServer build on sparc64. Requested by: kris
Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Nov 12 01:04:37 2003 UTC (8 years, 3 months ago) by anholt
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +1 -1 lines
Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Sun Nov 9 08:27:26 2003 UTC (8 years, 3 months ago) by anholt
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +6 -7 lines
The DRI client drivers are now provided by graphics/dri. RUN_DEPENDS on them instead of installing them from this port.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Oct 21 02:58:00 2003 UTC (8 years, 3 months ago) by anholt
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -0 lines
Mark NOT_FOR_ARCHS=ia64 and do a little plist sorting fix.
Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Sep 27 20:26:35 2003 UTC (8 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +3 -0 lines
Fix packaging of sunffb on sparc64. Submitted by: Marius Strobl <marius@alchemy.franken.de>
Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Sep 25 21:05:33 2003 UTC (8 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -1 lines
Re-add the scanpci manpage on i386. Reported by: bento
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Sep 3 22:12:50 2003 UTC (8 years, 5 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Fixes for potential integer overflows in font libraries. Obtained from: XFree86 CVS
Revision 1.145: download - view: text, markup, annotated - select for diffs
Sat Aug 23 01:43:11 2003 UTC (8 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +0 -9 lines
Add support for AMD64.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Aug 12 18:35:37 2003 UTC (8 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
[1] Fix xdmcp queries in the X servers (bug 277) [2] Fix underlining in the freetype backend (bug 330) PR: [1] ports/52387 [2] ports/55134 Submitted by: [1] Joel Ray Holveck <joelh@piqnet.org> [2] Ariff Abdullah <skywizard@MyBSD.org.my>
Revision 1.143: download - view: text, markup, annotated - select for diffs
Sun Jul 27 09:43:59 2003 UTC (8 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +15 -9 lines
Add support for sparc64. Submitted by: jake (based on)
Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Jul 16 21:06:13 2003 UTC (8 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +4 -1 lines
Fix compile of XFree86-4-Server on -current and add amd64 patches. Submitted by: peter (amd64)
Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed May 14 07:02:06 2003 UTC (8 years, 8 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +3 -12 lines
[1] Make the HTML manpages get put into the packages again.
[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
Revision 1.140: download - view: text, markup, annotated - select for diffs
Sat May 10 08:40:48 2003 UTC (8 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
Remove libXfont.* from the pkg-plist, since it's part of XFree86-4-libraries and not part of this port. This shouldn't cause portupgade problems for most people because the port still installs libXfont.* That will be fixed later. Reported by: kris
Revision 1.139: download - view: text, markup, annotated - select for diffs
Sat May 3 22:18:03 2003 UTC (8 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -2 lines
Fix a crash with the siliconmotion (smi) driver. PR: ports/51450 Tested by: Stacey Roberts <stacey@vickiandstacey.com> Obtained from: XFree86 bug #50
Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Apr 30 00:16:00 2003 UTC (8 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +1 -1 lines
Fix a small memory leak in __driUtilCreateScreen() PR: ports/51580 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Apr 26 08:29:41 2003 UTC (8 years, 9 months ago) by anholt
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -2 lines
Fix a typo which caused problems on Radeon R300 cards, including text mode restoring not working. Obtained from: RedHat
Revision 1.136: download - view: text, markup, annotated - select for diffs
Sat Apr 12 00:34:14 2003 UTC (8 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2 lines
Fix a package building problem on Alpha and fix a bad copy'n'paste. Submitted by: bento (via kris)
Revision 1.135: download - view: text, markup, annotated - select for diffs
Sun Apr 6 08:59:23 2003 UTC (8 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -1 lines
Followup to last commit: Add missing radeon_cursor.c to the list of patches.
Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Apr 6 08:48:25 2003 UTC (8 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +6 -2 lines
[1] Fix a hang in int10 on starting the server with multiple cards [2] Fix a server hang on reset with DRI enabled on Radeons [3] Fix a server hang on reset with DRI enabled on Matrox [4] Fix screen going into powersaving with Xinerama, Xcursor, and Radeons [5] Fix an unresolved symbol in the nv driver [6] Fix a crash in DDC with Riva 128 cards (XFree86 bug 71) [7] Add some missing manpages to the MAN4 list PR: [7] ports/50113 Obtained from: [1] XFree86 bug 6 [2] XFree86 bug 94 [3] Panagiotis Papadakos <papadako@csd.uoc.gr> [4] XFree86 bug 90 [5,6] XFree86 CVS
Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Mar 18 23:41:23 2003 UTC (8 years, 10 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2 lines
Add a patch to fix xkb initialization. Approved by: portmgr (kris) Obtained from: XFree86 CVS
Revision 1.132: download - view: text, markup, annotated - select for diffs
Sat Mar 15 04:28:02 2003 UTC (8 years, 10 months ago) by anholt
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -1 lines
[1] Add a fix for a hang with Radeon cards in specific apps. [2] Fix unresolved symbols messages in mga and r128 drivers. Approved by: portmgr (kris) Obtained from: [1] DRI CVS [2] Leif Delgass
Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Mar 11 23:38:10 2003 UTC (8 years, 11 months ago) by anholt
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +53 -99 lines
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:13:24 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Jan 24 04:14:16 2003 UTC (9 years ago) by anholt
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +9 -4 lines
[1] Fix missing symbols in i810 driver [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
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sun Dec 8 05:37:30 2002 UTC (9 years, 2 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
[1] Move the recently committed patch-common_x86.c to XFree86-4-libraries
so it covers libOSMesa, too.
[2] Reduce stack usage in libX11 (helps JDK 1.4)
PR: [1] ports/46037
Submitted by: [2] phantom
Approved by: portmgr
Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Dec 5 01:25:31 2002 UTC (9 years, 2 months ago) by anholt
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -2 lines
[1] Quiet some prolific debug output in cirrus driver.
[2] Stop SIGILLs when running GL clients on systems with SSE but no
CPU_ENABLE_SSE in the kernel.
[3] Fix imake complaints after XFree86-4-libraries patch to stop libXThrStub
build on post-500043 -current.
PR: [1] 38590
Approved by: portmgr
Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Oct 17 07:20:03 2002 UTC (9 years, 3 months ago) by anholt
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +5 -2 lines
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. [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
Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Oct 9 04:26:41 2002 UTC (9 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +11 -40 lines
o Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardware o Use XFree86's mga driver, even in the WITH_MATROX_GXX_DRIVER case. (it now only adds installation of the hal library)
Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Sep 19 07:58:02 2002 UTC (9 years, 4 months ago) by anholt
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -1 lines
Missed the PORTREVISION bump
Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Sep 19 07:55:40 2002 UTC (9 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +6 -2 lines
Fix Matrox G550 cursor in the non-WITH_MATROX_GXX_DRIVER case. PR: 37542 Submitted by: Peter Johnson <freebsd@bilogic.org>
Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Sep 19 06:37:27 2002 UTC (9 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -1 lines
Update XFree86 Servers ports to 4.2.1 + the second SHM security fix (for XFree86-4-Servers, this fixes the case where the X Server is started by xdm).
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Sep 18 04:22:57 2002 UTC (9 years, 4 months ago) by anholt
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +8 -8 lines
Update XFree86-4-* ports which share XFree86-4-libraries's patches: - 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)
Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Sep 5 19:33:15 2002 UTC (9 years, 5 months ago) by anholt
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
Fix WITH_MATROX_GXX_DRIVER case after 4.2.1 upgrade. Submitted by: obraun
Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Sep 5 03:48:31 2002 UTC (9 years, 5 months ago) by anholt
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +12 -5 lines
Update XFree86-4-clients, -Servers, and -libraries to 4.2.1. The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one).
Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Aug 26 17:41:46 2002 UTC (9 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -1 lines
When initialising s3 driver call fbPictureInit() like other drivers do. This fixes a problem with RENDER extention not working with s3 driver. Bump PORTREVISION. Approved by: maintainer (implicitly)
Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Aug 15 20:44:26 2002 UTC (9 years, 5 months ago) by anholt
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -1 lines
gzip the new patches to help users who are getting mangled text files from
${MASTER_SITE_LOCAL}
PR: 41408
Revision 1.116: download - view: text, markup, annotated - select for diffs
Mon Aug 5 07:26:11 2002 UTC (9 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +5 -1 lines
1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+ 2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang <perky@FreeBSD.org> [2] Chris Dillon <cdillon@wolves.k12.mo.us> [3] Matthew N. Dodd <mdodd@freebsd.org> [4] Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: mdodd
Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Aug 2 02:57:24 2002 UTC (9 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +8 -10 lines
gzip Wraphelp.c and put it in local_distfiles, to help users having troubles 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)
Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Jul 18 20:30:15 2002 UTC (9 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -4 lines
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES). Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
Revision 1.113: download - view: text, markup, annotated - select for diffs
Sun Jul 14 20:26:30 2002 UTC (9 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -7 lines
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on -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)
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Jun 9 02:21:26 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +4 -1 lines
FreeBSD'ize the XFree86 v4 server configuration programs. Sponsored by: FreeBSD Mall, Inc.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Apr 2 02:03:30 2002 UTC (9 years, 10 months ago) by will
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +13 -22 lines
Update to always compile DRI on i386 machines, including 3dfx support. /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Mar 19 18:22:49 2002 UTC (9 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +10 -2 lines
Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha. No PORTREVISION bump -- package for alpha didn't build last time and for all other arches nothing changes. Tested on i386 only. This also fixes the logic error which added MATROX files to pkg-plist if BuildXF86DRI was set to NO. Submitted by: gallatin
Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Mar 19 14:24:07 2002 UTC (9 years, 10 months ago) by gallatin
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +7 -1 lines
Tweaks to get this compiling on alpha: - Disable the building of DRI (as it only works on x86) - Ensure that HaveMatroxHal is defined to a valid value when DRI is not built, otherwise imake complains about a syntax error when it encounters HaveMatroxHal in the mga driver Imakefile reviewed by: will
Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Mar 18 00:52:04 2002 UTC (9 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +8 -5 lines
More cosmetic fixes:
[1] Move warning about Matrox HAL drivers to pre-everything target, so the
user gets the warning whether or not they enable the driver.
[2] Tag Matrox-specific master sites and distfile.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Mar 17 23:03:28 2002 UTC (9 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +16 -8 lines
[1] Update MGA HAL drivers for XFree86 4.2.0.
[2] If WITH_MATROX_GXX_DRIVER defined, bump PORTREVISION to preserve the
upgrade path for users who already have 4.2.0 but not this.
[3] Cosmetic cleanups.
Submitted by: [1] Glenn Johnson <glennpj@charter.net>
Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat Mar 16 23:40:15 2002 UTC (9 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +26 -26 lines
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades [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
Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Jan 7 19:51:22 2002 UTC (10 years, 1 month ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -1 lines
sync with XFree86-4 - Fix a flickering LCD problem with i815 chipset.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Jan 6 20:50:15 2002 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -5 lines
o pre-fetch: -> pre-everything:: o ECHO -> ECHO_MSG o add comments.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Jan 6 20:20:42 2002 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +0 -2 lines
remove redundant definition.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Jan 5 20:47:49 2002 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
sync with x11/XFree86-4 - support ATI XPERT 128.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Dec 16 14:53:50 2001 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
Fix last commit; unbreak WITH_MATROX_GXX_DRIVER.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Dec 15 17:55:48 2001 UTC (10 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Make pre-fetch in line 161 (one colon) consistent with others (two colons). Reported by: bento
Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Dec 15 02:58:35 2001 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +17 -0 lines
Fix long-standing bug of this ports: support HasXdmAuth correctly.
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
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Oct 20 05:25:20 2001 UTC (10 years, 3 months ago) by sf
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +23 -30 lines
o sync with x11/XFree86-4 - re-enable DRI support. - fix radeon DRI module. o add support for Matrox MGA GXX drivers and G550 identifier.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Sep 1 12:05:00 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -1 lines
sync with x11/XFree86-4.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Thu Jun 14 17:54:05 2001 UTC (10 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
Change ${RM} to ${RM} -f in post-build, otherwise things stop
right at the end of the build process with a complaint that it
can't remove a non-existent file.
Submitted by: my fledgling XFree86-4 metaport
Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Jun 12 16:08:20 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +9 -5 lines
display PKGMESSAGE correctly.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Jun 12 15:01:06 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +31 -25 lines
update to 4.1.0. 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
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Apr 12 14:25:59 2001 UTC (10 years, 10 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +69 -29 lines
sync up with x11/XFree86-4. o build DRI kernel modules. o add option to build Matrox G200/G400/G450 beta drivers. Submitted by: Stijn Hoop <stijn@win.tue.nl>
Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Mar 29 12:04:27 2001 UTC (10 years, 10 months ago) by sf
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
o fix MASTER_SITE_SUBDIR. o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Mar 25 23:04:51 2001 UTC (10 years, 10 months ago) by sf
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +83 -60 lines
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
Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Nov 3 21:28:47 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +4 -4 lines
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>
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Nov 3 11:08:11 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +9 -2 lines
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)
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Oct 8 09:18:03 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the arguments
anyway but I'm giving it the requisite two arguments.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Oct 8 07:21:01 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to .) and other pkg variables if they are nearby.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Sep 21 08:46:01 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -6 lines
Use MASTER_SITE_XFREE.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Aug 25 10:54:49 2000 UTC (11 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -3 lines
Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING). Also change pre-fetch to pre-everything. Reported by: freshports
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Aug 25 10:34:14 2000 UTC (11 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +83 -43 lines
Update to 4.0.1. Remove libraries from -clients. Try to extract only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jun 9 08:35:01 2000 UTC (11 years, 8 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Correct typo Submitted by: asami
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jun 9 06:55:56 2000 UTC (11 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +6 -1 lines
Note the possible insecurity of this port.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:41:59 2000 UTC (11 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +46 -99 lines
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)
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Apr 30 08:21:56 2000 UTC (11 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -1 lines
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.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Apr 16 03:30:37 2000 UTC (11 years, 9 months ago) by jmz
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -1 lines
Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Apr 13 19:09:05 2000 UTC (11 years, 9 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -4 lines
Update to use PORTNAME/PORTVERSION
Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Mar 22 21:56:13 2000 UTC (11 years, 10 months ago) by jmz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -24 lines
Remove support for building on a.out systems.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Mar 13 08:29:47 2000 UTC (11 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
xfree86.cdrom.com -> ftp.freesoftware.com
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Mar 13 08:09:33 2000 UTC (11 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -2 lines
Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Mar 11 00:20:11 2000 UTC (11 years, 11 months ago) by jmz
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +65 -25 lines
Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (and hence no corresponding PLISTs). Use at your own risk :-)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Feb 10 15:50:45 2000 UTC (12 years ago) by jmz
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +8 -1 lines
Update the XFree86 3.3.6 port to:
- contain the released Rage128 patch (but unfortunately this does
not solve all problems with this card under FreeBSD)
- fix the release date "January 1999" --> "January 2000"
- make it possible to build a package
(PLIST problem: lib/X11/doc/BetaReport is not installed with 3.3.6)
PR: ports/16626
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jan 13 14:14:01 2000 UTC (12 years ago) by jmz
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
There is a new library: XThrStub
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jan 12 03:44:15 2000 UTC (12 years, 1 month ago) by jmz
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +10 -10 lines
Upgrade to version 3.3.6
Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Dec 24 16:42:04 1999 UTC (12 years, 1 month ago) by markm
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Remove the old KerberosIV stuff and PAM-ize. OK'ed by: jmz
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Nov 24 23:08:06 1999 UTC (12 years, 2 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -6 lines
Unbreak.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Nov 23 04:49:34 1999 UTC (12 years, 2 months ago) by jmz
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -2 lines
Unbreak for pre-gcc 2.95 systems
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Nov 16 19:29:01 1999 UTC (12 years, 2 months ago) by billf
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -1 lines
Mark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrapped around them, but they don't detect it (or we don't tell it what it wants to know.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Nov 12 22:09:06 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -1 lines
Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bits for that platform.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Oct 10 17:25:15 1999 UTC (12 years, 4 months ago) by jmz
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -3 lines
Now that the port is no more marked broken, there is no need to include bsd.port.pre.mk
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Oct 10 15:53:36 1999 UTC (12 years, 4 months ago) by marcel
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -4 lines
Unbreak for -current.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Oct 9 01:50:33 1999 UTC (12 years, 4 months ago) by jmz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -1 lines
Mark BROKEN for -current (signal.h)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Sep 6 23:14:37 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -2 lines
Remove an extra blank line that I introduced a couple of revs ago.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Sep 2 02:37:39 1999 UTC (12 years, 5 months ago) by jmz
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +10 -10 lines
Upgrade to 3.3.5
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:53:18 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:50:06 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Aug 23 04:23:59 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jul 27 14:27:28 1999 UTC (12 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +5 -1 lines
Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minor tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jul 20 23:42:28 1999 UTC (12 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Use ${OSVERSION} instead of uname.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jul 20 22:14:55 1999 UTC (12 years, 6 months ago) by jmz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +10 -16 lines
Upgrade to 3.3.4
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 19 22:35:25 1999 UTC (12 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -4 lines
Back out two patches that were not intended for commit.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:28:35 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -1 lines
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. :)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jan 27 18:32:15 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -5 lines
Fix up MASTER_SITES: ftp.ibp.fr (no such host) -> ftp.lip6.fr ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jan 11 19:07:14 1999 UTC (13 years, 1 month ago) by jmz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +9 -2 lines
Upgrade to 3.3.3.1 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Nov 24 01:21:49 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Typo (was making libX11.so symlink in two places).
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Nov 23 21:51:08 1998 UTC (13 years, 2 months ago) by jmz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +10 -17 lines
Upgrade to 3.3.3
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:34 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +20 -17 lines
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.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Oct 27 04:12:44 1998 UTC (13 years, 3 months ago) by jmz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +5 -1 lines
Add support for pc98 machines PR: ports/8230 Reviewed by: jmz Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 22 06:08:34 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -1 lines
Make lib*.so links in a.out case.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Sep 21 00:03:21 1998 UTC (13 years, 4 months ago) by steve
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Convert to ELF. These changes are based on a recent thread on the -current mailing list and at least partial credit goes to the following people for this commit: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Ollivier Robert <roberto@keltia.freenix.fr> NOTE: Kerberos support has been temporarily turned off until someone can make it work.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Aug 5 19:28:17 1998 UTC (13 years, 6 months ago) by jmz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Add 3.3.2-patch3 to PATCHFILES.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:39 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -2 lines
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jul 3 05:01:55 1998 UTC (13 years, 7 months ago) by cwt
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system and haven't rebuilt it in a while, make sure libtcl80.a and libtk80.a have been ranlib-ed, else your build of XFree86 will choke. OK'd by jmz
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue May 5 21:47:21 1998 UTC (13 years, 9 months ago) by jmz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -1 lines
This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the
following problems:
- xterm utmp handling problem.
- exploitable buffer overflows in xterm related to the preeditType,
inputMethod and *Keymap resources.
- fix xterm's mishandling of the -vb command line option.
- fix an invisible cursor problem with xterm.
- exploitable buffer overflows in setuid programs using the Xaw library
which are related to the preeditType and inputMethod resources.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Apr 3 22:59:40 1998 UTC (13 years, 10 months ago) by jmz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Don't try to untar Wraphelp.c if USA_RESIDENT=NO
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 19 14:57:10 1998 UTC (13 years, 10 months ago) by markm
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +22 -1 lines
Enable all sorts of useful security features: o XDM-AUTHORIZATION-1 is more automated for the non-USA case. o PST's KerberosIV patches are reinstated for XDM. This is NOT a full-blown KerberosIV implementation for X - this will just get you a TGT when you log in - THATS ALL! o Enable compilation of SecureRPC. The use of SecureRPC at the moment is frought with danger! I have no idea how safe or good the implementation is. Enable at your own peril!! (Secure RPC is only available for those folk using 3.0-Current). Also allow XF86Setup to use TK-8.0. OK'ed By: JMZ
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 8 17:13:18 1998 UTC (13 years, 11 months ago) by jmz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -9 lines
Upgrade to version 3.3.2.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Dec 4 10:52:50 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Add NO_PACKAGE, we're not going to distribute packages for this as long as XFree86 is also doing so.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:37:17 1997 UTC (14 years, 5 months ago) by jmz
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -6 lines
Adjust directory in MASTER_SITES.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 23 16:35:19 1997 UTC (14 years, 5 months ago) by jmz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -4 lines
Upgrade to version 3.3.1
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jul 17 15:12:59 1997 UTC (14 years, 6 months ago) by max
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
ldconfig -> ${LDCONFIG}.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jul 14 06:36:30 1997 UTC (14 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -5 lines
This is not necessary anymore, as all directories are pre-created by mtree (BSD.x11.dist).
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jul 13 18:49:30 1997 UTC (14 years, 7 months ago) by max
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
/bin/sh -> ${SH}
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jun 10 12:33:48 1997 UTC (14 years, 8 months ago) by jmz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
One of the distfiles (the fonts distribution) was for version 3.2
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jun 9 12:45:23 1997 UTC (14 years, 8 months ago) by jmz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +9 -20 lines
Upgrade to 3.3 Package not tested - I will upgrade PLIST later.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 6 07:53:04 1997 UTC (15 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Put distribution patches in a separate dir.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 5 02:57:10 1997 UTC (15 years ago) by jmz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
PATCH_DIST_STRIP=-p1 is required for fix-01
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Feb 2 17:25:14 1997 UTC (15 years ago) by jmz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -1 lines
There is a fix (3.2-fix-01) from XFree86. I did not a make - this is untested!!
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 8 12:27:18 1997 UTC (15 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -2 lines
Pre-create all necessary manpage and catpage directories.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 25 05:56:07 1996 UTC (15 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -4 lines
Quick hack of KOI8-R locale to make it work: add ISO8859-1:GR also it is not true. ISO8859-1:GR _always_ searched for pressed 8bit key independently of locale information, so only ISO8859-1 locales really works. Remove NO_PACKAGE, because XFree distributed package not have this fixes.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Dec 7 12:51:19 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Add NO_PACKAGE reason (package available from XFree86).
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 25 02:29:26 1996 UTC (15 years, 2 months ago) by jmz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Remove the suid bit of SuperProbe. According to Marc Slemko (marcs@alive.ampr.ab.ca) there are potential security holes in SuperProbe and it is not going to be setuid in the next release.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 10 12:05:56 1996 UTC (15 years, 3 months ago) by peter
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Master site path for xfree86.cdrom.com was incorrect (of all places :-)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 9 02:08:50 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +20 -27 lines
Split out contrib part (is now x11/XFree86-contrib port). Make this Makefile look like one for a regular port. Full PLIST will follow later, I'm doing a recompile now. Reviewed by: jmz
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 6 13:37:54 1996 UTC (15 years, 3 months ago) by jmz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -97 lines
Upgrade to version 3.2
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Sep 10 23:10:40 1996 UTC (15 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Add USE_X11 in Makefile, delete @cwd /usr/X11R6 from pkg/PLIST (this one was ignored anyway). Problem reported by: Karl Denninger <karl@mcs.net>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 19 14:35:11 1996 UTC (15 years, 6 months ago) by jmz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -8 lines
Remove duplicate code, use DIST_SUBDIR to specify where files have to go, merge Makefile and Makefile.ftp Submitted by: asami
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 15 00:53:15 1996 UTC (15 years, 11 months ago) by jmz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +15 -1 lines
Assume X11_VIA_FTP=yes if one distribution file (xc-1.tar.gz) exists closes PR ports/690
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 16 14:08:19 1996 UTC (16 years ago) by jmz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
/usr/ports/distfiles -> ${DISTDIR}
Submitted by: jhs
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 6 22:11:25 1995 UTC (16 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Add CATEGORIES=x11. If this is not in category x11, what else can be?!? ;>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Sep 16 01:32:32 1995 UTC (16 years, 4 months ago) by jmz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Upgrade to 3.1.2
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 23 07:08:06 1995 UTC (16 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Add "CATEGORIES=x11". Boy, was I surprised to find this baby in the orphans dir!
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 24 11:42:06 1995 UTC (16 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1 lines
Add
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 17 01:29:06 1995 UTC (16 years, 7 months ago) by jmz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Set DISTFILES so that the files will be checksum'ed (only with FTP build)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 17 13:07:13 1995 UTC (16 years, 8 months ago) by jmz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -16 lines
Bug fixes for compilation from the O'Reilly and Associates CDROM Reviewed by: jmz Submitted by: Mark Murray <mark@grondar.za>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 13 05:42:15 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Define NO_PACKAGE for now, we aren't building the package of this thing yet. The user can define FORCE_PACKAGE if the package is really desired.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 26 14:45:15 1995 UTC (16 years, 9 months ago) by jmz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -6 lines
Use 'do-install:' instead of 'install:' Complain and fail if no build option is set.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 22 22:39:30 1995 UTC (16 years, 9 months ago) by jmz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -16 lines
Changes for the new bsd.port.mk
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 13 15:22:11 1995 UTC (16 years, 10 months ago) by jmz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Add the MAINTAINER line.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 12 20:26:23 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -0 lines
Now the rest of the ports Makefiles....
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 23 21:20:25 1995 UTC (16 years, 10 months ago) by jmz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -4 lines
Here is a patch for XFree86 to allow the proud owner of "The X Companion CD for R6" from O'Reilly and Associates, Inc, to mount and compile X on this CD. I have tried to create this patch in such a way that if any other CD's come along, they can be kluged in too. Submitted by: Mark Murray <mark@grondar.za>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 17 01:23:28 1995 UTC (16 years, 11 months ago) by jmz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +29 -9 lines
Makefiles have been simplified, and most of the work is now done in configure. In particular patches are now done by the script. The port is now interactive, (ask for servers to be build, if you want to build fonts, etc) This time I have build it (successfully) from a cdrom.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 10 00:17:02 1995 UTC (17 years ago) by jmz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -4 lines
Upgrade to XFree86-3.1.1
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 5 03:51:13 1995 UTC (17 years, 1 month ago) by jmz
Branches: XFree86
CVS tags: XFree86_3_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
This is X11R6/XFree86 3.1 The actual makefile does nothing! You have to edit it and remove a comment to build the beast. Note: there are in fact 2 makefiles: one which fetches the files from ftp.x.org and another which allows to compile from a cdrom. Note2: I have not extensively tested the port! (only one build!)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 5 03:51:12 1995 UTC (17 years, 1 month ago) by jmz
Branches: MAIN
Initial revision
