diff options
author | lesi <lesi@FreeBSD.org> | 2005-06-15 10:40:03 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-06-15 10:40:03 +0800 |
commit | ecf40d2a6837b577969dd569157afeaf4ab4fa83 (patch) | |
tree | b68b5534754d7d526398bac500532d65e8823573 /x11-fonts/XFree86-4-font75dpi | |
parent | 4e3306ebebda9d068a5b2af721a79204736773b2 (diff) | |
download | freebsd-ports-graphics-ecf40d2a6837b577969dd569157afeaf4ab4fa83.tar.gz freebsd-ports-graphics-ecf40d2a6837b577969dd569157afeaf4ab4fa83.tar.zst freebsd-ports-graphics-ecf40d2a6837b577969dd569157afeaf4ab4fa83.zip |
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
Diffstat (limited to 'x11-fonts/XFree86-4-font75dpi')
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11-fonts/XFree86-4-font75dpi/Makefile b/x11-fonts/XFree86-4-font75dpi/Makefile index f90c0f3bbc5..0571cce61ea 100644 --- a/x11-fonts/XFree86-4-font75dpi/Makefile +++ b/x11-fonts/XFree86-4-font75dpi/Makefile @@ -6,12 +6,12 @@ # PORTNAME= font75dpi -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- -DISTFILES= XFree86-4.4.0-src-4.tgz +DISTFILES= XFree86-${PORTVERSION}-src-4.tgz MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 bitmap 75 dpi fonts diff --git a/x11-fonts/XFree86-4-font75dpi/distinfo b/x11-fonts/XFree86-4-font75dpi/distinfo index 68a12086334..06ebae3b0e4 100644 --- a/x11-fonts/XFree86-4-font75dpi/distinfo +++ b/x11-fonts/XFree86-4-font75dpi/distinfo @@ -1,2 +1,2 @@ -MD5 (xc/XFree86-4.4.0-src-4.tgz) = 5d1792f5c154c7462c6aef39c7853b3b -SIZE (xc/XFree86-4.4.0-src-4.tgz) = 13057535 +MD5 (xc/XFree86-4.5.0-src-4.tgz) = 217bb03a07cf94561b35815ce257c159 +SIZE (xc/XFree86-4.5.0-src-4.tgz) = 12328580 diff --git a/x11-fonts/XFree86-4-font75dpi/pkg-plist b/x11-fonts/XFree86-4-font75dpi/pkg-plist index a6fe936f64e..e1d7affdc25 100644 --- a/x11-fonts/XFree86-4-font75dpi/pkg-plist +++ b/x11-fonts/XFree86-4-font75dpi/pkg-plist @@ -1896,3 +1896,4 @@ lib/X11/fonts/75dpi/timR24-ISO8859-3.pcf.gz lib/X11/fonts/75dpi/timR24-ISO8859-4.pcf.gz lib/X11/fonts/75dpi/timR24-ISO8859-9.pcf.gz lib/X11/fonts/75dpi/timR24.pcf.gz +@unexec rmdir %D/lib/X11/fonts/75dpi 2>/dev/null || true |