Skip site navigation (1)Skip section navigation (2)

CVS log for ports/graphics/xfree86-dri/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / xfree86-dri

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11
Fri Mar 7 21:47:39 2008 UTC (3 years, 11 months ago) by flz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +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.10: download - view: text, markup, annotated - select for diffs
Sat May 19 20:11:09 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 11 22:16:10 2005 UTC (6 years, 3 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +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.8: download - view: text, markup, annotated - select for diffs
Wed Jun 15 02:39:58 2005 UTC (6 years, 7 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 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.7: download - view: text, markup, annotated - select for diffs
Thu Dec 23 01:35:40 2004 UTC (7 years, 1 month ago) by anholt
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +24 -13 lines
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2.  Because Mesa 6.2
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 26 03:20:01 2004 UTC (7 years, 4 months ago) by anholt
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
[1] Don't try to package the missing tdfx_dri.so on amd64.
[2] Package sis_dri.so on i386.

PR:		[2] ports/71312
Submitted by:	[2] oliver
Approved by:	portmgr (linimon)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 11 19:45:03 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Add missing dependency on libX11, to fix package build.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 25 20:31:30 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
This works on AMD64 as well.  Fixes build of xorg metaport on AMD64.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 23 07:07:22 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -17 lines
Update the stable DRI port to X.Org 6.7.0-release's DRI modules.  Note that
the version number has changed to track the Mesa version instead of the X
release, which is not really related to DRI development.  This is because it is
very likely that we will be building the DRI drivers from Mesa soon.

Tested on:	XFree86 4.3 + R100, X.Org 6.7.0 + R200

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 22 23:58:06 2003 UTC (8 years, 2 months ago) by anholt
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
Mark ONLY_FOR_ARCHS=i386 alpha.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 9 08:24:56 2003 UTC (8 years, 3 months ago) by anholt
Branches: MAIN
Add new port "dri".  This port contains the split-out DRI client drivers from
XFree86-4-Server.  I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options