diff options
author | lesi <lesi@FreeBSD.org> | 2005-03-18 07:22:13 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-03-18 07:22:13 +0800 |
commit | c39de4d86f08e509ed3f71318fbdea0e86bd8953 (patch) | |
tree | 7f52ececf3635c0aba9bd26a93c31ad4a3c0d99a /misc | |
parent | ab8ea40c4dff90c4f71bc78a344939b476f99580 (diff) | |
download | freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.tar.gz freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.tar.zst freebsd-ports-gnome-c39de4d86f08e509ed3f71318fbdea0e86bd8953.zip |
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html
Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.
Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
Matthias Muthmann), which still appears to have problems with some
keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
by Anders Nor Berle; PR ports/74757)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 10 | ||||
-rw-r--r-- | misc/magicpoint/pkg-plist | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 38209faef27b..df665e2c9872 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -90,21 +90,11 @@ post-configure: post-build: (cd ${WRKSRC}/contrib/xmindpath; make) -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 - (cd ${WRKSRC}/contrib/xmindpath; \ - ${RM} -f xmindpath.1.html xmindpath-1.html; \ - ${X11BASE}/bin/rman -f HTML < xmindpath.1 > xmindpath-1.html && \ - ${MV} -f xmindpath-1.html xmindpath.1.html) -.endif # NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: (cd ${WRKSRC}/contrib/xmindpath; make install) ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1 -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 - (cd ${WRKSRC}/contrib/xmindpath; \ - ${INSTALL_MAN} xmindpath.1.html ${PREFIX}/lib/X11/doc/html) -.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mgp for i in $(DOCS); do \ diff --git a/misc/magicpoint/pkg-plist b/misc/magicpoint/pkg-plist index af0d54fad48c..bfff8de4cf5b 100644 --- a/misc/magicpoint/pkg-plist +++ b/misc/magicpoint/pkg-plist @@ -4,7 +4,6 @@ bin/mgpembed bin/mgpnet bin/xwintoppm bin/xmindpath -lib/X11/doc/html/xmindpath.1.html lib/X11/mgp/default.mgp lib/X11/mgp/mgp1.jpg lib/X11/mgp/mgp2.jpg |