diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
commit | 984a75e189f8032fdc9c22cb74ee524c9c5f229b (patch) | |
tree | 9d805fa2f35da750e77d677f6098022710d037b6 /x11-servers/XFree86-4-VirtualFramebufferServer | |
parent | 142f65210852bc655ce7e4c7c22b2623ec78ba6a (diff) | |
download | ports-984a75e189f8032fdc9c22cb74ee524c9c5f229b.tar.gz ports-984a75e189f8032fdc9c22cb74ee524c9c5f229b.zip |
Notes
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer')
3 files changed, 11 insertions, 12 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index f2ad3f856a91..99cf5368d5ae 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -6,12 +6,16 @@ # PORTNAME= VirtualFramebufferServer -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- -DISTFILES= X401src-1.tgz +DISTFILES= X402src-1.tgz + +PATCH_SITES= ${MASTER_SITE_XFREE:S,%SUBDIR%/source,4.0.3/patches,g} +PATCHFILES= 4.0.2-4.0.3.diff.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -19,14 +23,10 @@ XFREE86_VERSION= 4 USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc -PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/files -SCRIPTS_ENV+= PREFIX=${PREFIX} \ - X11BASE=${X11BASE} \ - WRKDIR=${WRKDIR} \ - DISTDIR=${DISTDIR} +PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files ALL_TARGET= FreeBSDPortsBuild -INSTALL_TARGET= installXvfb installXvfb.man -MANCOMPRESSED= yes +INSTALL_TARGET= installXvfb installXserver.man +MAKE_ENV= MAN_INSTALL_TARGET=installXvfb.man MAN1= Xserver.1 Xvfb.1 do-configure: diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo b/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo index e9125a5f32c4..073d54832d2d 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo @@ -1 +1,2 @@ -MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536 +MD5 (xc/X402src-1.tgz) = d314c311aa4a29d74695b0e39b6d80c4 +MD5 (xc/4.0.2-4.0.3.diff.gz) = c8bb56df966dd0a51d2291bca36e0ea4 diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist b/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist index 0187e20ffad8..e2d161bbca7f 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist @@ -1,3 +1 @@ bin/Xvfb -lib/X11/doc/html/manindex1.html -lib/X11/doc/html/manindex3.html |