From 65440fcd9bcb20a1d534ae744432598de80568e0 Mon Sep 17 00:00:00 2001 From: anholt Date: Thu, 23 Dec 2004 01:35:49 +0000 Subject: 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) --- news/xrn/Makefile | 2 -- news/xrn/pkg-plist | 1 - 2 files changed, 3 deletions(-) (limited to 'news') diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 5c9ad56a8a34..6d1ae885ceb8 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -19,7 +19,6 @@ USE_REINPLACE= yes USE_IMAKE= yes MAN1= xrn.1 MANCOMPRESSED= no -XFREE86_HTML_MAN= no DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog @@ -29,7 +28,6 @@ post-patch: do-install: ${INSTALL_MAN} ${WRKSRC}/xrn.man ${PREFIX}/man/man1/xrn.1 - ${INSTALL_MAN} ${WRKSRC}/xrn.1.html ${PREFIX}/lib/X11/doc/html/ ${INSTALL_PROGRAM} ${WRKSRC}/xrn ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/XRn.ad ${PREFIX}/lib/X11/app-defaults/XRn .if !defined(NOPORTDOCS) diff --git a/news/xrn/pkg-plist b/news/xrn/pkg-plist index 9304ef4e4ce7..1d338cd88f4c 100644 --- a/news/xrn/pkg-plist +++ b/news/xrn/pkg-plist @@ -1,6 +1,5 @@ bin/xrn lib/X11/app-defaults/XRn -lib/X11/doc/html/xrn.1.html %%PORTDOCS%%share/doc/xrn/COMMON-PROBLMS %%PORTDOCS%%share/doc/xrn/COPYRIGHT %%PORTDOCS%%share/doc/xrn/CREDITS -- cgit